Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 351296
Collapse All | Expand All

(-)m4/stdint.m4.old (-1 / +1 lines)
Lines 34-40 Link Here
34
ac_dir=`AS_DIRNAME(["$1"])`
34
ac_dir=`AS_DIRNAME(["$1"])`
35
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then
35
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then
36
  # The file is in a subdirectory.
36
  # The file is in a subdirectory.
37
  test ! -d "$ac_dir" && AS_MKDIR_P(["$ac_dir"])
37
  test ! -d "$ac_dir" && (AS_MKDIR_P(["$ac_dir"]))
38
fi
38
fi
39
39
40
AX_CHECK_DEFINED_TYPE(uint8_t,
40
AX_CHECK_DEFINED_TYPE(uint8_t,
(-)m4/byteorder.m4.old (-1 / +1 lines)
Lines 35-41 Link Here
35
ac_dir=`AS_DIRNAME(["$1"])`
35
ac_dir=`AS_DIRNAME(["$1"])`
36
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then
36
if test "$ac_dir" != "$1" && test "$ac_dir" != .; then
37
  # The file is in a subdirectory.
37
  # The file is in a subdirectory.
38
  test ! -d "$ac_dir" && AS_MKDIR_P(["$ac_dir"])
38
  test ! -d "$ac_dir" && (AS_MKDIR_P(["$ac_dir"]))
39
fi
39
fi
40
40
41
# We're only interested in the target CPU, but it's not always set
41
# We're only interested in the target CPU, but it's not always set

Return to bug 351296