traces.0 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033
  1. m4trace:/usr/share/aclocal-1.15/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
  2. dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
  3. dnl require some minimum version. Point them to the right macro.
  4. m4_if([$1], [1.15.1], [],
  5. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  6. ])
  7. m4trace:/usr/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl
  8. m4_ifndef([AC_AUTOCONF_VERSION],
  9. [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  10. _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
  11. m4trace:/usr/share/aclocal-1.15/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
  12. # Expand $ac_aux_dir to an absolute path.
  13. am_aux_dir=`cd "$ac_aux_dir" && pwd`
  14. ])
  15. m4trace:/usr/share/aclocal-1.15/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
  16. m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  17. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  18. AC_SUBST([$1_TRUE])dnl
  19. AC_SUBST([$1_FALSE])dnl
  20. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  21. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  22. m4_define([_AM_COND_VALUE_$1], [$2])dnl
  23. if $2; then
  24. $1_TRUE=
  25. $1_FALSE='#'
  26. else
  27. $1_TRUE='#'
  28. $1_FALSE=
  29. fi
  30. AC_CONFIG_COMMANDS_PRE(
  31. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  32. AC_MSG_ERROR([[conditional "$1" was never defined.
  33. Usually this means the macro was only invoked conditionally.]])
  34. fi])])
  35. m4trace:/usr/share/aclocal-1.15/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
  36. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  37. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  38. AC_REQUIRE([AM_DEP_TRACK])dnl
  39. m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
  40. [$1], [CXX], [depcc="$CXX" am_compiler_list=],
  41. [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  42. [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
  43. [$1], [UPC], [depcc="$UPC" am_compiler_list=],
  44. [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
  45. [depcc="$$1" am_compiler_list=])
  46. AC_CACHE_CHECK([dependency style of $depcc],
  47. [am_cv_$1_dependencies_compiler_type],
  48. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  49. # We make a subdir and do the tests there. Otherwise we can end up
  50. # making bogus files that we don't know about and never remove. For
  51. # instance it was reported that on HP-UX the gcc test will end up
  52. # making a dummy file named 'D' -- because '-MD' means "put the output
  53. # in D".
  54. rm -rf conftest.dir
  55. mkdir conftest.dir
  56. # Copy depcomp to subdir because otherwise we won't find it if we're
  57. # using a relative directory.
  58. cp "$am_depcomp" conftest.dir
  59. cd conftest.dir
  60. # We will build objects and dependencies in a subdirectory because
  61. # it helps to detect inapplicable dependency modes. For instance
  62. # both Tru64's cc and ICC support -MD to output dependencies as a
  63. # side effect of compilation, but ICC will put the dependencies in
  64. # the current directory while Tru64 will put them in the object
  65. # directory.
  66. mkdir sub
  67. am_cv_$1_dependencies_compiler_type=none
  68. if test "$am_compiler_list" = ""; then
  69. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  70. fi
  71. am__universal=false
  72. m4_case([$1], [CC],
  73. [case " $depcc " in #(
  74. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  75. esac],
  76. [CXX],
  77. [case " $depcc " in #(
  78. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  79. esac])
  80. for depmode in $am_compiler_list; do
  81. # Setup a source with many dependencies, because some compilers
  82. # like to wrap large dependency lists on column 80 (with \), and
  83. # we should not choose a depcomp mode which is confused by this.
  84. #
  85. # We need to recreate these files for each test, as the compiler may
  86. # overwrite some of them when testing with obscure command lines.
  87. # This happens at least with the AIX C compiler.
  88. : > sub/conftest.c
  89. for i in 1 2 3 4 5 6; do
  90. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  91. # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
  92. # Solaris 10 /bin/sh.
  93. echo '/* dummy */' > sub/conftst$i.h
  94. done
  95. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  96. # We check with '-c' and '-o' for the sake of the "dashmstdout"
  97. # mode. It turns out that the SunPro C++ compiler does not properly
  98. # handle '-M -o', and we need to detect this. Also, some Intel
  99. # versions had trouble with output in subdirs.
  100. am__obj=sub/conftest.${OBJEXT-o}
  101. am__minus_obj="-o $am__obj"
  102. case $depmode in
  103. gcc)
  104. # This depmode causes a compiler race in universal mode.
  105. test "$am__universal" = false || continue
  106. ;;
  107. nosideeffect)
  108. # After this tag, mechanisms are not by side-effect, so they'll
  109. # only be used when explicitly requested.
  110. if test "x$enable_dependency_tracking" = xyes; then
  111. continue
  112. else
  113. break
  114. fi
  115. ;;
  116. msvc7 | msvc7msys | msvisualcpp | msvcmsys)
  117. # This compiler won't grok '-c -o', but also, the minuso test has
  118. # not run yet. These depmodes are late enough in the game, and
  119. # so weak that their functioning should not be impacted.
  120. am__obj=conftest.${OBJEXT-o}
  121. am__minus_obj=
  122. ;;
  123. none) break ;;
  124. esac
  125. if depmode=$depmode \
  126. source=sub/conftest.c object=$am__obj \
  127. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  128. $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  129. >/dev/null 2>conftest.err &&
  130. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  131. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  132. grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  133. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  134. # icc doesn't choke on unknown options, it will just issue warnings
  135. # or remarks (even with -Werror). So we grep stderr for any message
  136. # that says an option was ignored or not supported.
  137. # When given -MP, icc 7.0 and 7.1 complain thusly:
  138. # icc: Command line warning: ignoring option '-M'; no argument required
  139. # The diagnosis changed in icc 8.0:
  140. # icc: Command line remark: option '-MP' not supported
  141. if (grep 'ignoring option' conftest.err ||
  142. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  143. am_cv_$1_dependencies_compiler_type=$depmode
  144. break
  145. fi
  146. fi
  147. done
  148. cd ..
  149. rm -rf conftest.dir
  150. else
  151. am_cv_$1_dependencies_compiler_type=none
  152. fi
  153. ])
  154. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  155. AM_CONDITIONAL([am__fastdep$1], [
  156. test "x$enable_dependency_tracking" != xno \
  157. && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  158. ])
  159. m4trace:/usr/share/aclocal-1.15/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  160. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  161. ])
  162. m4trace:/usr/share/aclocal-1.15/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
  163. AS_HELP_STRING(
  164. [--enable-dependency-tracking],
  165. [do not reject slow dependency extractors])
  166. AS_HELP_STRING(
  167. [--disable-dependency-tracking],
  168. [speeds up one-time build])])
  169. if test "x$enable_dependency_tracking" != xno; then
  170. am_depcomp="$ac_aux_dir/depcomp"
  171. AMDEPBACKSLASH='\'
  172. am__nodep='_no'
  173. fi
  174. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  175. AC_SUBST([AMDEPBACKSLASH])dnl
  176. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  177. AC_SUBST([am__nodep])dnl
  178. _AM_SUBST_NOTMAKE([am__nodep])dnl
  179. ])
  180. m4trace:/usr/share/aclocal-1.15/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
  181. # Older Autoconf quotes --file arguments for eval, but not when files
  182. # are listed without --file. Let's play safe and only enable the eval
  183. # if we detect the quoting.
  184. case $CONFIG_FILES in
  185. *\'*) eval set x "$CONFIG_FILES" ;;
  186. *) set x $CONFIG_FILES ;;
  187. esac
  188. shift
  189. for mf
  190. do
  191. # Strip MF so we end up with the name of the file.
  192. mf=`echo "$mf" | sed -e 's/:.*$//'`
  193. # Check whether this is an Automake generated Makefile or not.
  194. # We used to match only the files named 'Makefile.in', but
  195. # some people rename them; so instead we look at the file content.
  196. # Grep'ing the first line is not enough: some people post-process
  197. # each Makefile.in and add a new line on top of each file to say so.
  198. # Grep'ing the whole file is not good either: AIX grep has a line
  199. # limit of 2048, but all sed's we know have understand at least 4000.
  200. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  201. dirpart=`AS_DIRNAME("$mf")`
  202. else
  203. continue
  204. fi
  205. # Extract the definition of DEPDIR, am__include, and am__quote
  206. # from the Makefile without running 'make'.
  207. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  208. test -z "$DEPDIR" && continue
  209. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  210. test -z "$am__include" && continue
  211. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  212. # Find all dependency output files, they are included files with
  213. # $(DEPDIR) in their names. We invoke sed twice because it is the
  214. # simplest approach to changing $(DEPDIR) to its actual value in the
  215. # expansion.
  216. for file in `sed -n "
  217. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  218. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
  219. # Make sure the directory exists.
  220. test -f "$dirpart/$file" && continue
  221. fdir=`AS_DIRNAME(["$file"])`
  222. AS_MKDIR_P([$dirpart/$fdir])
  223. # echo "creating $dirpart/$file"
  224. echo '# dummy' > "$dirpart/$file"
  225. done
  226. done
  227. }
  228. ])
  229. m4trace:/usr/share/aclocal-1.15/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
  230. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  231. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  232. ])
  233. m4trace:/usr/share/aclocal-1.15/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
  234. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  235. dnl the ones we care about.
  236. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  237. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  238. AC_REQUIRE([AC_PROG_INSTALL])dnl
  239. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  240. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  241. # is not polluted with repeated "-I."
  242. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  243. # test to see if srcdir already configured
  244. if test -f $srcdir/config.status; then
  245. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  246. fi
  247. fi
  248. # test whether we have cygpath
  249. if test -z "$CYGPATH_W"; then
  250. if (cygpath --version) >/dev/null 2>/dev/null; then
  251. CYGPATH_W='cygpath -w'
  252. else
  253. CYGPATH_W=echo
  254. fi
  255. fi
  256. AC_SUBST([CYGPATH_W])
  257. # Define the identity of the package.
  258. dnl Distinguish between old-style and new-style calls.
  259. m4_ifval([$2],
  260. [AC_DIAGNOSE([obsolete],
  261. [$0: two- and three-arguments forms are deprecated.])
  262. m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  263. AC_SUBST([PACKAGE], [$1])dnl
  264. AC_SUBST([VERSION], [$2])],
  265. [_AM_SET_OPTIONS([$1])dnl
  266. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  267. m4_if(
  268. m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
  269. [ok:ok],,
  270. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  271. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  272. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  273. _AM_IF_OPTION([no-define],,
  274. [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
  275. AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
  276. # Some tools Automake needs.
  277. AC_REQUIRE([AM_SANITY_CHECK])dnl
  278. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  279. AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  280. AM_MISSING_PROG([AUTOCONF], [autoconf])
  281. AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  282. AM_MISSING_PROG([AUTOHEADER], [autoheader])
  283. AM_MISSING_PROG([MAKEINFO], [makeinfo])
  284. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  285. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  286. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  287. # For better backward compatibility. To be removed once Automake 1.9.x
  288. # dies out for good. For more background, see:
  289. # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
  290. # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
  291. AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
  292. # We need awk for the "check" target (and possibly the TAP driver). The
  293. # system "awk" is bad on some platforms.
  294. AC_REQUIRE([AC_PROG_AWK])dnl
  295. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  296. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  297. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  298. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  299. [_AM_PROG_TAR([v7])])])
  300. _AM_IF_OPTION([no-dependencies],,
  301. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  302. [_AM_DEPENDENCIES([CC])],
  303. [m4_define([AC_PROG_CC],
  304. m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
  305. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  306. [_AM_DEPENDENCIES([CXX])],
  307. [m4_define([AC_PROG_CXX],
  308. m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
  309. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  310. [_AM_DEPENDENCIES([OBJC])],
  311. [m4_define([AC_PROG_OBJC],
  312. m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
  313. AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
  314. [_AM_DEPENDENCIES([OBJCXX])],
  315. [m4_define([AC_PROG_OBJCXX],
  316. m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
  317. ])
  318. AC_REQUIRE([AM_SILENT_RULES])dnl
  319. dnl The testsuite driver may need to know about EXEEXT, so add the
  320. dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
  321. dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
  322. AC_CONFIG_COMMANDS_PRE(dnl
  323. [m4_provide_if([_AM_COMPILER_EXEEXT],
  324. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  325. # POSIX will say in a future version that running "rm -f" with no argument
  326. # is OK; and we want to be able to make that assumption in our Makefile
  327. # recipes. So use an aggressive probe to check that the usage we want is
  328. # actually supported "in the wild" to an acceptable degree.
  329. # See automake bug#10828.
  330. # To make any issue more visible, cause the running configure to be aborted
  331. # by default if the 'rm' program in use doesn't match our expectations; the
  332. # user can still override this though.
  333. if rm -f && rm -fr && rm -rf; then : OK; else
  334. cat >&2 <<'END'
  335. Oops!
  336. Your 'rm' program seems unable to run without file operands specified
  337. on the command line, even when the '-f' option is present. This is contrary
  338. to the behaviour of most rm programs out there, and not conforming with
  339. the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
  340. Please tell bug-automake@gnu.org about your system, including the value
  341. of your $PATH and any error possibly output before this message. This
  342. can help us improve future automake versions.
  343. END
  344. if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
  345. echo 'Configuration will proceed anyway, since you have set the' >&2
  346. echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
  347. echo >&2
  348. else
  349. cat >&2 <<'END'
  350. Aborting the configuration process, to ensure you take notice of the issue.
  351. You can download and install GNU coreutils to get an 'rm' implementation
  352. that behaves properly: <http://www.gnu.org/software/coreutils/>.
  353. If you want to complete the configuration process using your problematic
  354. 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
  355. to "yes", and re-run configure.
  356. END
  357. AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
  358. fi
  359. fi
  360. dnl The trailing newline in this macro's definition is deliberate, for
  361. dnl backward compatibility and to allow trailing 'dnl'-style comments
  362. dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
  363. ])
  364. m4trace:/usr/share/aclocal-1.15/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
  365. _am_arg=$1
  366. _am_stamp_count=1
  367. for _am_header in $config_headers :; do
  368. case $_am_header in
  369. $_am_arg | $_am_arg:* )
  370. break ;;
  371. * )
  372. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  373. esac
  374. done
  375. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  376. m4trace:/usr/share/aclocal-1.15/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  377. if test x"${install_sh+set}" != xset; then
  378. case $am_aux_dir in
  379. *\ * | *\ *)
  380. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  381. *)
  382. install_sh="\${SHELL} $am_aux_dir/install-sh"
  383. esac
  384. fi
  385. AC_SUBST([install_sh])])
  386. m4trace:/usr/share/aclocal-1.15/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
  387. mkdir .tst 2>/dev/null
  388. if test -d .tst; then
  389. am__leading_dot=.
  390. else
  391. am__leading_dot=_
  392. fi
  393. rmdir .tst 2>/dev/null
  394. AC_SUBST([am__leading_dot])])
  395. m4trace:/usr/share/aclocal-1.15/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
  396. cat > confinc << 'END'
  397. am__doit:
  398. @echo this is the am__doit target
  399. .PHONY: am__doit
  400. END
  401. # If we don't find an include directive, just comment out the code.
  402. AC_MSG_CHECKING([for style of include used by $am_make])
  403. am__include="#"
  404. am__quote=
  405. _am_result=none
  406. # First try GNU make style include.
  407. echo "include confinc" > confmf
  408. # Ignore all kinds of additional output from 'make'.
  409. case `$am_make -s -f confmf 2> /dev/null` in #(
  410. *the\ am__doit\ target*)
  411. am__include=include
  412. am__quote=
  413. _am_result=GNU
  414. ;;
  415. esac
  416. # Now try BSD make style include.
  417. if test "$am__include" = "#"; then
  418. echo '.include "confinc"' > confmf
  419. case `$am_make -s -f confmf 2> /dev/null` in #(
  420. *the\ am__doit\ target*)
  421. am__include=.include
  422. am__quote="\""
  423. _am_result=BSD
  424. ;;
  425. esac
  426. fi
  427. AC_SUBST([am__include])
  428. AC_SUBST([am__quote])
  429. AC_MSG_RESULT([$_am_result])
  430. rm -f confinc confmf
  431. ])
  432. m4trace:/usr/share/aclocal-1.15/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
  433. $1=${$1-"${am_missing_run}$2"}
  434. AC_SUBST($1)])
  435. m4trace:/usr/share/aclocal-1.15/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  436. AC_REQUIRE_AUX_FILE([missing])dnl
  437. if test x"${MISSING+set}" != xset; then
  438. case $am_aux_dir in
  439. *\ * | *\ *)
  440. MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  441. *)
  442. MISSING="\${SHELL} $am_aux_dir/missing" ;;
  443. esac
  444. fi
  445. # Use eval to expand $SHELL
  446. if eval "$MISSING --is-lightweight"; then
  447. am_missing_run="$MISSING "
  448. else
  449. am_missing_run=
  450. AC_MSG_WARN(['missing' script is too old or missing])
  451. fi
  452. ])
  453. m4trace:/usr/share/aclocal-1.15/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  454. m4trace:/usr/share/aclocal-1.15/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
  455. m4trace:/usr/share/aclocal-1.15/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  456. m4trace:/usr/share/aclocal-1.15/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  457. m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  458. AC_REQUIRE_AUX_FILE([compile])dnl
  459. AC_LANG_PUSH([C])dnl
  460. AC_CACHE_CHECK(
  461. [whether $CC understands -c and -o together],
  462. [am_cv_prog_cc_c_o],
  463. [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
  464. # Make sure it works both with $CC and with simple cc.
  465. # Following AC_PROG_CC_C_O, we do the test twice because some
  466. # compilers refuse to overwrite an existing .o file with -o,
  467. # though they will create one.
  468. am_cv_prog_cc_c_o=yes
  469. for am_i in 1 2; do
  470. if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
  471. && test -f conftest2.$ac_objext; then
  472. : OK
  473. else
  474. am_cv_prog_cc_c_o=no
  475. break
  476. fi
  477. done
  478. rm -f core conftest*
  479. unset am_i])
  480. if test "$am_cv_prog_cc_c_o" != yes; then
  481. # Losing compiler, so override with the script.
  482. # FIXME: It is wrong to rewrite CC.
  483. # But if we don't then we get into trouble of one sort or another.
  484. # A longer-term fix would be to have automake use am__CC in this case,
  485. # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  486. CC="$am_aux_dir/compile $CC"
  487. fi
  488. AC_LANG_POP([C])])
  489. m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
  490. m4trace:/usr/share/aclocal-1.15/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  491. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  492. ac_status=$?
  493. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  494. (exit $ac_status); }])
  495. m4trace:/usr/share/aclocal-1.15/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
  496. # Reject unsafe characters in $srcdir or the absolute working directory
  497. # name. Accept space and tab only in the latter.
  498. am_lf='
  499. '
  500. case `pwd` in
  501. *[[\\\"\#\$\&\'\`$am_lf]]*)
  502. AC_MSG_ERROR([unsafe absolute working directory name]);;
  503. esac
  504. case $srcdir in
  505. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  506. AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
  507. esac
  508. # Do 'set' in a subshell so we don't clobber the current shell's
  509. # arguments. Must try -L first in case configure is actually a
  510. # symlink; some systems play weird games with the mod time of symlinks
  511. # (eg FreeBSD returns the mod time of the symlink's containing
  512. # directory).
  513. if (
  514. am_has_slept=no
  515. for am_try in 1 2; do
  516. echo "timestamp, slept: $am_has_slept" > conftest.file
  517. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  518. if test "$[*]" = "X"; then
  519. # -L didn't work.
  520. set X `ls -t "$srcdir/configure" conftest.file`
  521. fi
  522. if test "$[*]" != "X $srcdir/configure conftest.file" \
  523. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  524. # If neither matched, then we have a broken ls. This can happen
  525. # if, for instance, CONFIG_SHELL is bash and it inherits a
  526. # broken ls alias from the environment. This has actually
  527. # happened. Such a system could not be considered "sane".
  528. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  529. alias in your environment])
  530. fi
  531. if test "$[2]" = conftest.file || test $am_try -eq 2; then
  532. break
  533. fi
  534. # Just in case.
  535. sleep 1
  536. am_has_slept=yes
  537. done
  538. test "$[2]" = conftest.file
  539. )
  540. then
  541. # Ok.
  542. :
  543. else
  544. AC_MSG_ERROR([newly created file is older than distributed files!
  545. Check your system clock])
  546. fi
  547. AC_MSG_RESULT([yes])
  548. # If we didn't sleep, we still need to ensure time stamps of config.status and
  549. # generated files are strictly newer.
  550. am_sleep_pid=
  551. if grep 'slept: no' conftest.file >/dev/null 2>&1; then
  552. ( sleep 1 ) &
  553. am_sleep_pid=$!
  554. fi
  555. AC_CONFIG_COMMANDS_PRE(
  556. [AC_MSG_CHECKING([that generated files are newer than configure])
  557. if test -n "$am_sleep_pid"; then
  558. # Hide warnings about reused PIDs.
  559. wait $am_sleep_pid 2>/dev/null
  560. fi
  561. AC_MSG_RESULT([done])])
  562. rm -f conftest.file
  563. ])
  564. m4trace:/usr/share/aclocal-1.15/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
  565. AS_HELP_STRING(
  566. [--enable-silent-rules],
  567. [less verbose build output (undo: "make V=1")])
  568. AS_HELP_STRING(
  569. [--disable-silent-rules],
  570. [verbose build output (undo: "make V=0")])dnl
  571. ])
  572. case $enable_silent_rules in @%:@ (((
  573. yes) AM_DEFAULT_VERBOSITY=0;;
  574. no) AM_DEFAULT_VERBOSITY=1;;
  575. *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
  576. esac
  577. dnl
  578. dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
  579. dnl do not support nested variable expansions.
  580. dnl See automake bug#9928 and bug#10237.
  581. am_make=${MAKE-make}
  582. AC_CACHE_CHECK([whether $am_make supports nested variables],
  583. [am_cv_make_support_nested_variables],
  584. [if AS_ECHO([['TRUE=$(BAR$(V))
  585. BAR0=false
  586. BAR1=true
  587. V=1
  588. am__doit:
  589. @$(TRUE)
  590. .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
  591. am_cv_make_support_nested_variables=yes
  592. else
  593. am_cv_make_support_nested_variables=no
  594. fi])
  595. if test $am_cv_make_support_nested_variables = yes; then
  596. dnl Using '$V' instead of '$(V)' breaks IRIX make.
  597. AM_V='$(V)'
  598. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  599. else
  600. AM_V=$AM_DEFAULT_VERBOSITY
  601. AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
  602. fi
  603. AC_SUBST([AM_V])dnl
  604. AM_SUBST_NOTMAKE([AM_V])dnl
  605. AC_SUBST([AM_DEFAULT_V])dnl
  606. AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
  607. AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
  608. AM_BACKSLASH='\'
  609. AC_SUBST([AM_BACKSLASH])dnl
  610. _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
  611. ])
  612. m4trace:/usr/share/aclocal-1.15/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  613. # Installed binaries are usually stripped using 'strip' when the user
  614. # run "make install-strip". However 'strip' might not be the right
  615. # tool to use in cross-compilation environments, therefore Automake
  616. # will honor the 'STRIP' environment variable to overrule this program.
  617. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
  618. if test "$cross_compiling" != no; then
  619. AC_CHECK_TOOL([STRIP], [strip], :)
  620. fi
  621. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  622. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  623. m4trace:/usr/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
  624. m4trace:/usr/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  625. m4trace:/usr/share/aclocal-1.15/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
  626. # in the wild :-( We should find a proper way to deprecate it ...
  627. AC_SUBST([AMTAR], ['$${TAR-tar}'])
  628. # We'll loop over all known methods to create a tar archive until one works.
  629. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  630. m4_if([$1], [v7],
  631. [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
  632. [m4_case([$1],
  633. [ustar],
  634. [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
  635. # There is notably a 21 bits limit for the UID and the GID. In fact,
  636. # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
  637. # and bug#13588).
  638. am_max_uid=2097151 # 2^21 - 1
  639. am_max_gid=$am_max_uid
  640. # The $UID and $GID variables are not portable, so we need to resort
  641. # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
  642. # below are definitely unexpected, so allow the users to see them
  643. # (that is, avoid stderr redirection).
  644. am_uid=`id -u || echo unknown`
  645. am_gid=`id -g || echo unknown`
  646. AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
  647. if test $am_uid -le $am_max_uid; then
  648. AC_MSG_RESULT([yes])
  649. else
  650. AC_MSG_RESULT([no])
  651. _am_tools=none
  652. fi
  653. AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
  654. if test $am_gid -le $am_max_gid; then
  655. AC_MSG_RESULT([yes])
  656. else
  657. AC_MSG_RESULT([no])
  658. _am_tools=none
  659. fi],
  660. [pax],
  661. [],
  662. [m4_fatal([Unknown tar format])])
  663. AC_MSG_CHECKING([how to create a $1 tar archive])
  664. # Go ahead even if we have the value already cached. We do so because we
  665. # need to set the values for the 'am__tar' and 'am__untar' variables.
  666. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  667. for _am_tool in $_am_tools; do
  668. case $_am_tool in
  669. gnutar)
  670. for _am_tar in tar gnutar gtar; do
  671. AM_RUN_LOG([$_am_tar --version]) && break
  672. done
  673. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  674. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  675. am__untar="$_am_tar -xf -"
  676. ;;
  677. plaintar)
  678. # Must skip GNU tar: if it does not support --format= it doesn't create
  679. # ustar tarball either.
  680. (tar --version) >/dev/null 2>&1 && continue
  681. am__tar='tar chf - "$$tardir"'
  682. am__tar_='tar chf - "$tardir"'
  683. am__untar='tar xf -'
  684. ;;
  685. pax)
  686. am__tar='pax -L -x $1 -w "$$tardir"'
  687. am__tar_='pax -L -x $1 -w "$tardir"'
  688. am__untar='pax -r'
  689. ;;
  690. cpio)
  691. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  692. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  693. am__untar='cpio -i -H $1 -d'
  694. ;;
  695. none)
  696. am__tar=false
  697. am__tar_=false
  698. am__untar=false
  699. ;;
  700. esac
  701. # If the value was cached, stop now. We just wanted to have am__tar
  702. # and am__untar set.
  703. test -n "${am_cv_prog_tar_$1}" && break
  704. # tar/untar a dummy directory, and stop if the command works.
  705. rm -rf conftest.dir
  706. mkdir conftest.dir
  707. echo GrepMe > conftest.dir/file
  708. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  709. rm -rf conftest.dir
  710. if test -s conftest.tar; then
  711. AM_RUN_LOG([$am__untar <conftest.tar])
  712. AM_RUN_LOG([cat conftest.dir/file])
  713. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  714. fi
  715. done
  716. rm -rf conftest.dir
  717. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  718. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  719. AC_SUBST([am__tar])
  720. AC_SUBST([am__untar])
  721. ])
  722. m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
  723. m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
  724. m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
  725. m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
  726. m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
  727. m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
  728. m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
  729. m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
  730. m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
  731. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
  732. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  733. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  734. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
  735. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  736. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
  737. m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
  738. m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
  739. m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
  740. m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
  741. m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
  742. m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
  743. m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
  744. m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
  745. m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
  746. m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
  747. m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
  748. m4trace:configure.ac:1: -1- m4_pattern_allow([^runstatedir$])
  749. m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
  750. m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
  751. m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
  752. m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
  753. m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
  754. m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
  755. m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
  756. m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
  757. m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
  758. m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
  759. m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
  760. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
  761. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  762. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  763. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
  764. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  765. m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
  766. m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
  767. m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
  768. m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
  769. m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
  770. m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
  771. m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
  772. m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
  773. m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
  774. m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([foreign dist-xz])
  775. m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
  776. m4trace:configure.ac:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
  777. m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.15.1])
  778. m4trace:configure.ac:6: -1- _AM_AUTOCONF_VERSION([2.69])
  779. m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
  780. m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
  781. m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
  782. m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
  783. m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
  784. m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
  785. m4trace:configure.ac:6: -1- _AM_SET_OPTIONS([foreign dist-xz])
  786. m4trace:configure.ac:6: -1- _AM_SET_OPTION([foreign])
  787. m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([foreign])
  788. m4trace:configure.ac:6: -1- _AM_SET_OPTION([dist-xz])
  789. m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([dist-xz])
  790. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
  791. m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
  792. m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
  793. AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
  794. m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-define])
  795. m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
  796. m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
  797. m4trace:configure.ac:6: -1- AM_SANITY_CHECK
  798. m4trace:configure.ac:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  799. m4trace:configure.ac:6: -1- AM_MISSING_HAS_RUN
  800. m4trace:configure.ac:6: -1- AM_AUX_DIR_EXPAND
  801. m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
  802. m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
  803. m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
  804. m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  805. m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
  806. m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
  807. m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
  808. m4trace:configure.ac:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
  809. m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
  810. m4trace:configure.ac:6: -1- AM_PROG_INSTALL_SH
  811. m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
  812. m4trace:configure.ac:6: -1- AM_PROG_INSTALL_STRIP
  813. m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
  814. m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
  815. m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
  816. m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
  817. m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
  818. m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
  819. m4trace:configure.ac:6: -1- AM_SET_LEADING_DOT
  820. m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
  821. m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  822. [_AM_PROG_TAR([v7])])])
  823. m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-ustar])
  824. m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
  825. m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-pax])
  826. m4trace:configure.ac:6: -1- _AM_PROG_TAR([v7])
  827. m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
  828. m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
  829. m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
  830. m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
  831. [_AM_DEPENDENCIES([CC])],
  832. [m4_define([AC_PROG_CC],
  833. m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
  834. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  835. [_AM_DEPENDENCIES([CXX])],
  836. [m4_define([AC_PROG_CXX],
  837. m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
  838. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  839. [_AM_DEPENDENCIES([OBJC])],
  840. [m4_define([AC_PROG_OBJC],
  841. m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
  842. AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
  843. [_AM_DEPENDENCIES([OBJCXX])],
  844. [m4_define([AC_PROG_OBJCXX],
  845. m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
  846. ])
  847. m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-dependencies])
  848. m4trace:configure.ac:6: -1- AM_SILENT_RULES
  849. m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_V$])
  850. m4trace:configure.ac:6: -1- AM_SUBST_NOTMAKE([AM_V])
  851. m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_V])
  852. m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_V$])
  853. m4trace:configure.ac:6: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
  854. m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
  855. m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
  856. m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_BACKSLASH$])
  857. m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
  858. m4trace:configure.ac:9: -1- AM_SILENT_RULES([yes])
  859. m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_V$])
  860. m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_V])
  861. m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_V])
  862. m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_V$])
  863. m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
  864. m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
  865. m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
  866. m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$])
  867. m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
  868. m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
  869. m4trace:configure.ac:13: -1- m4_pattern_allow([^CFLAGS$])
  870. m4trace:configure.ac:13: -1- m4_pattern_allow([^LDFLAGS$])
  871. m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
  872. m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
  873. m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
  874. m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
  875. m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
  876. m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
  877. m4trace:configure.ac:13: -1- m4_pattern_allow([^ac_ct_CC$])
  878. m4trace:configure.ac:13: -1- m4_pattern_allow([^EXEEXT$])
  879. m4trace:configure.ac:13: -1- m4_pattern_allow([^OBJEXT$])
  880. m4trace:configure.ac:13: -1- _AM_PROG_CC_C_O
  881. m4trace:configure.ac:13: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
  882. m4trace:configure.ac:13: -1- _AM_DEPENDENCIES([CC])
  883. m4trace:configure.ac:13: -1- AM_SET_DEPDIR
  884. m4trace:configure.ac:13: -1- m4_pattern_allow([^DEPDIR$])
  885. m4trace:configure.ac:13: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
  886. m4trace:configure.ac:13: -1- AM_MAKE_INCLUDE
  887. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__include$])
  888. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__quote$])
  889. m4trace:configure.ac:13: -1- AM_DEP_TRACK
  890. m4trace:configure.ac:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  891. m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
  892. m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
  893. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
  894. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
  895. m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
  896. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
  897. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__nodep$])
  898. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__nodep])
  899. m4trace:configure.ac:13: -1- m4_pattern_allow([^CCDEPMODE$])
  900. m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCC], [
  901. test "x$enable_dependency_tracking" != xno \
  902. && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
  903. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
  904. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
  905. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
  906. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
  907. m4trace:configure.ac:13: -1- m4_pattern_allow([^CPP$])
  908. m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
  909. m4trace:configure.ac:13: -1- m4_pattern_allow([^CPP$])
  910. m4trace:configure.ac:13: -1- m4_pattern_allow([^GREP$])
  911. m4trace:configure.ac:13: -1- m4_pattern_allow([^EGREP$])
  912. m4trace:configure.ac:13: -1- m4_pattern_allow([^STDC_HEADERS$])
  913. m4trace:configure.ac:13: -1- m4_pattern_allow([^_POSIX_SOURCE$])
  914. m4trace:configure.ac:13: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
  915. m4trace:configure.ac:13: -1- m4_pattern_allow([^_MINIX$])
  916. m4trace:configure.ac:13: -1- m4_pattern_allow([^__EXTENSIONS__$])
  917. m4trace:configure.ac:13: -1- m4_pattern_allow([^_ALL_SOURCE$])
  918. m4trace:configure.ac:13: -1- m4_pattern_allow([^_GNU_SOURCE$])
  919. m4trace:configure.ac:13: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
  920. m4trace:configure.ac:13: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
  921. m4trace:configure.ac:15: -1- m4_pattern_allow([^CC$])
  922. m4trace:configure.ac:15: -1- m4_pattern_allow([^CFLAGS$])
  923. m4trace:configure.ac:15: -1- m4_pattern_allow([^LDFLAGS$])
  924. m4trace:configure.ac:15: -1- m4_pattern_allow([^LIBS$])
  925. m4trace:configure.ac:15: -1- m4_pattern_allow([^CPPFLAGS$])
  926. m4trace:configure.ac:15: -1- m4_pattern_allow([^CC$])
  927. m4trace:configure.ac:15: -1- m4_pattern_allow([^CC$])
  928. m4trace:configure.ac:15: -1- m4_pattern_allow([^CC$])
  929. m4trace:configure.ac:15: -1- m4_pattern_allow([^CC$])
  930. m4trace:configure.ac:15: -1- m4_pattern_allow([^ac_ct_CC$])
  931. m4trace:configure.ac:15: -1- _AM_PROG_CC_C_O
  932. m4trace:configure.ac:15: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
  933. m4trace:configure.ac:15: -1- _AM_DEPENDENCIES([CC])
  934. m4trace:configure.ac:15: -1- m4_pattern_allow([^CCDEPMODE$])
  935. m4trace:configure.ac:15: -1- AM_CONDITIONAL([am__fastdepCC], [
  936. test "x$enable_dependency_tracking" != xno \
  937. && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
  938. m4trace:configure.ac:15: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
  939. m4trace:configure.ac:15: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
  940. m4trace:configure.ac:15: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
  941. m4trace:configure.ac:15: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
  942. m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_STRUCT_ST_BLKSIZE' is obsolete.
  943. You should run autoupdate.], [../../lib/autoconf/types.m4:973: AC_STRUCT_ST_BLKSIZE is expanded from...
  944. configure.ac:17: the top level])
  945. m4trace:configure.ac:17: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_BLKSIZE$])
  946. m4trace:configure.ac:17: -1- m4_pattern_allow([^HAVE_ST_BLKSIZE$])
  947. m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_BLOCKS$])
  948. m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_ST_BLOCKS$])
  949. m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$])
  950. m4trace:configure.ac:20: -1- m4_pattern_allow([^build$])
  951. m4trace:configure.ac:20: -1- m4_pattern_allow([^build_cpu$])
  952. m4trace:configure.ac:20: -1- m4_pattern_allow([^build_vendor$])
  953. m4trace:configure.ac:20: -1- m4_pattern_allow([^build_os$])
  954. m4trace:configure.ac:20: -1- m4_pattern_allow([^host$])
  955. m4trace:configure.ac:20: -1- m4_pattern_allow([^host_cpu$])
  956. m4trace:configure.ac:20: -1- m4_pattern_allow([^host_vendor$])
  957. m4trace:configure.ac:20: -1- m4_pattern_allow([^host_os$])
  958. m4trace:configure.ac:23: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$])
  959. m4trace:configure.ac:23: -1- m4_pattern_allow([^_LARGE_FILES$])
  960. m4trace:configure.ac:26: -1- m4_pattern_allow([^HAVE_LIBGEN_H$])
  961. m4trace:configure.ac:28: -1- m4_pattern_allow([^HAVE_LIBPOPT$])
  962. m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBSELINUX$])
  963. m4trace:configure.ac:40: -1- m4_pattern_allow([^HAVE_LIBSELINUX$])
  964. m4trace:configure.ac:53: -1- m4_pattern_allow([^HAVE_LIBACL$])
  965. m4trace:configure.ac:53: -1- m4_pattern_allow([^HAVE_LIBACL$])
  966. m4trace:configure.ac:87: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  967. You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
  968. configure.ac:87: the top level])
  969. m4trace:configure.ac:99: -1- m4_pattern_allow([^STATEFILE$])
  970. m4trace:configure.ac:100: -1- m4_pattern_allow([^STATE_FILE_PATH$])
  971. m4trace:configure.ac:103: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  972. You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
  973. configure.ac:103: the top level])
  974. m4trace:configure.ac:115: -1- m4_pattern_allow([^DEFAULT_MAIL_COMMAND$])
  975. m4trace:configure.ac:116: -1- m4_pattern_allow([^DEFAULT_MAIL_COMMAND$])
  976. m4trace:configure.ac:119: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  977. You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
  978. configure.ac:119: the top level])
  979. m4trace:configure.ac:131: -1- m4_pattern_allow([^COMPRESS_COMMAND$])
  980. m4trace:configure.ac:132: -1- m4_pattern_allow([^COMPRESS_COMMAND$])
  981. m4trace:configure.ac:135: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  982. You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
  983. configure.ac:135: the top level])
  984. m4trace:configure.ac:147: -1- m4_pattern_allow([^UNCOMPRESS_COMMAND$])
  985. m4trace:configure.ac:148: -1- m4_pattern_allow([^UNCOMPRESS_COMMAND$])
  986. m4trace:configure.ac:151: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
  987. You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
  988. configure.ac:151: the top level])
  989. m4trace:configure.ac:163: -1- m4_pattern_allow([^COMPRESS_EXT$])
  990. m4trace:configure.ac:164: -1- m4_pattern_allow([^COMPRESS_EXT$])
  991. m4trace:configure.ac:166: -1- m4_pattern_allow([^ROOT_UID$])
  992. m4trace:configure.ac:167: -1- m4_pattern_allow([^ROOT_UID$])
  993. m4trace:configure.ac:179: -1- m4_pattern_allow([^AM_CFLAGS$])
  994. m4trace:configure.ac:182: -1- m4_pattern_allow([^LIB@&t@OBJS$])
  995. m4trace:configure.ac:182: -1- m4_pattern_allow([^LTLIBOBJS$])
  996. m4trace:configure.ac:182: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
  997. m4trace:configure.ac:182: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
  998. m4trace:configure.ac:182: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
  999. m4trace:configure.ac:182: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
  1000. m4trace:configure.ac:182: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
  1001. m4trace:configure.ac:182: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
  1002. m4trace:configure.ac:182: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS