traces.1 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
  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.11.1], [],
  5. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  6. ])
  7. m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.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.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
  12. AC_PREREQ([2.50])dnl
  13. # expand $ac_aux_dir to an absolute path
  14. am_aux_dir=`cd $ac_aux_dir && pwd`
  15. ])
  16. m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
  17. ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  18. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  19. AC_SUBST([$1_TRUE])dnl
  20. AC_SUBST([$1_FALSE])dnl
  21. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  22. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  23. m4_define([_AM_COND_VALUE_$1], [$2])dnl
  24. if $2; then
  25. $1_TRUE=
  26. $1_FALSE='#'
  27. else
  28. $1_TRUE='#'
  29. $1_FALSE=
  30. fi
  31. AC_CONFIG_COMMANDS_PRE(
  32. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  33. AC_MSG_ERROR([[conditional "$1" was never defined.
  34. Usually this means the macro was only invoked conditionally.]])
  35. fi])])
  36. m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
  37. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  38. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  39. AC_REQUIRE([AM_DEP_TRACK])dnl
  40. ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
  41. [$1], CXX, [depcc="$CXX" am_compiler_list=],
  42. [$1], OBJC, [depcc="$OBJC" 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. mkdir conftest.dir
  55. # Copy depcomp to subdir because otherwise we won't find it if we're
  56. # using a relative directory.
  57. cp "$am_depcomp" conftest.dir
  58. cd conftest.dir
  59. # We will build objects and dependencies in a subdirectory because
  60. # it helps to detect inapplicable dependency modes. For instance
  61. # both Tru64's cc and ICC support -MD to output dependencies as a
  62. # side effect of compilation, but ICC will put the dependencies in
  63. # the current directory while Tru64 will put them in the object
  64. # directory.
  65. mkdir sub
  66. am_cv_$1_dependencies_compiler_type=none
  67. if test "$am_compiler_list" = ""; then
  68. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  69. fi
  70. am__universal=false
  71. m4_case([$1], [CC],
  72. [case " $depcc " in #(
  73. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  74. esac],
  75. [CXX],
  76. [case " $depcc " in #(
  77. *\ -arch\ *\ -arch\ *) am__universal=true ;;
  78. esac])
  79. for depmode in $am_compiler_list; do
  80. # Setup a source with many dependencies, because some compilers
  81. # like to wrap large dependency lists on column 80 (with \), and
  82. # we should not choose a depcomp mode which is confused by this.
  83. #
  84. # We need to recreate these files for each test, as the compiler may
  85. # overwrite some of them when testing with obscure command lines.
  86. # This happens at least with the AIX C compiler.
  87. : > sub/conftest.c
  88. for i in 1 2 3 4 5 6; do
  89. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  90. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  91. # Solaris 8's {/usr,}/bin/sh.
  92. touch sub/conftst$i.h
  93. done
  94. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  95. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  96. # mode. It turns out that the SunPro C++ compiler does not properly
  97. # handle `-M -o', and we need to detect this. Also, some Intel
  98. # versions had trouble with output in subdirs
  99. am__obj=sub/conftest.${OBJEXT-o}
  100. am__minus_obj="-o $am__obj"
  101. case $depmode in
  102. gcc)
  103. # This depmode causes a compiler race in universal mode.
  104. test "$am__universal" = false || continue
  105. ;;
  106. nosideeffect)
  107. # after this tag, mechanisms are not by side-effect, so they'll
  108. # only be used when explicitly requested
  109. if test "x$enable_dependency_tracking" = xyes; then
  110. continue
  111. else
  112. break
  113. fi
  114. ;;
  115. msvisualcpp | msvcmsys)
  116. # This compiler won't grok `-c -o', but also, the minuso test has
  117. # not run yet. These depmodes are late enough in the game, and
  118. # so weak that their functioning should not be impacted.
  119. am__obj=conftest.${OBJEXT-o}
  120. am__minus_obj=
  121. ;;
  122. none) break ;;
  123. esac
  124. if depmode=$depmode \
  125. source=sub/conftest.c object=$am__obj \
  126. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  127. $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  128. >/dev/null 2>conftest.err &&
  129. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  130. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  131. grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  132. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  133. # icc doesn't choke on unknown options, it will just issue warnings
  134. # or remarks (even with -Werror). So we grep stderr for any message
  135. # that says an option was ignored or not supported.
  136. # When given -MP, icc 7.0 and 7.1 complain thusly:
  137. # icc: Command line warning: ignoring option '-M'; no argument required
  138. # The diagnosis changed in icc 8.0:
  139. # icc: Command line remark: option '-MP' not supported
  140. if (grep 'ignoring option' conftest.err ||
  141. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  142. am_cv_$1_dependencies_compiler_type=$depmode
  143. break
  144. fi
  145. fi
  146. done
  147. cd ..
  148. rm -rf conftest.dir
  149. else
  150. am_cv_$1_dependencies_compiler_type=none
  151. fi
  152. ])
  153. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  154. AM_CONDITIONAL([am__fastdep$1], [
  155. test "x$enable_dependency_tracking" != xno \
  156. && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  157. ])
  158. m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  159. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  160. ])
  161. m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
  162. [ --disable-dependency-tracking speeds up one-time build
  163. --enable-dependency-tracking do not reject slow dependency extractors])
  164. if test "x$enable_dependency_tracking" != xno; then
  165. am_depcomp="$ac_aux_dir/depcomp"
  166. AMDEPBACKSLASH='\'
  167. fi
  168. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  169. AC_SUBST([AMDEPBACKSLASH])dnl
  170. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  171. ])
  172. m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
  173. # Autoconf 2.62 quotes --file arguments for eval, but not when files
  174. # are listed without --file. Let's play safe and only enable the eval
  175. # if we detect the quoting.
  176. case $CONFIG_FILES in
  177. *\'*) eval set x "$CONFIG_FILES" ;;
  178. *) set x $CONFIG_FILES ;;
  179. esac
  180. shift
  181. for mf
  182. do
  183. # Strip MF so we end up with the name of the file.
  184. mf=`echo "$mf" | sed -e 's/:.*$//'`
  185. # Check whether this is an Automake generated Makefile or not.
  186. # We used to match only the files named `Makefile.in', but
  187. # some people rename them; so instead we look at the file content.
  188. # Grep'ing the first line is not enough: some people post-process
  189. # each Makefile.in and add a new line on top of each file to say so.
  190. # Grep'ing the whole file is not good either: AIX grep has a line
  191. # limit of 2048, but all sed's we know have understand at least 4000.
  192. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  193. dirpart=`AS_DIRNAME("$mf")`
  194. else
  195. continue
  196. fi
  197. # Extract the definition of DEPDIR, am__include, and am__quote
  198. # from the Makefile without running `make'.
  199. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  200. test -z "$DEPDIR" && continue
  201. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  202. test -z "am__include" && continue
  203. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  204. # When using ansi2knr, U may be empty or an underscore; expand it
  205. U=`sed -n 's/^U = //p' < "$mf"`
  206. # Find all dependency output files, they are included files with
  207. # $(DEPDIR) in their names. We invoke sed twice because it is the
  208. # simplest approach to changing $(DEPDIR) to its actual value in the
  209. # expansion.
  210. for file in `sed -n "
  211. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  212. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  213. # Make sure the directory exists.
  214. test -f "$dirpart/$file" && continue
  215. fdir=`AS_DIRNAME(["$file"])`
  216. AS_MKDIR_P([$dirpart/$fdir])
  217. # echo "creating $dirpart/$file"
  218. echo '# dummy' > "$dirpart/$file"
  219. done
  220. done
  221. }
  222. ])
  223. m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
  224. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  225. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  226. ])
  227. m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
  228. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  229. dnl the ones we care about.
  230. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  231. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  232. AC_REQUIRE([AC_PROG_INSTALL])dnl
  233. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  234. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  235. # is not polluted with repeated "-I."
  236. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  237. # test to see if srcdir already configured
  238. if test -f $srcdir/config.status; then
  239. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  240. fi
  241. fi
  242. # test whether we have cygpath
  243. if test -z "$CYGPATH_W"; then
  244. if (cygpath --version) >/dev/null 2>/dev/null; then
  245. CYGPATH_W='cygpath -w'
  246. else
  247. CYGPATH_W=echo
  248. fi
  249. fi
  250. AC_SUBST([CYGPATH_W])
  251. # Define the identity of the package.
  252. dnl Distinguish between old-style and new-style calls.
  253. m4_ifval([$2],
  254. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  255. AC_SUBST([PACKAGE], [$1])dnl
  256. AC_SUBST([VERSION], [$2])],
  257. [_AM_SET_OPTIONS([$1])dnl
  258. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  259. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
  260. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  261. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  262. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  263. _AM_IF_OPTION([no-define],,
  264. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  265. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  266. # Some tools Automake needs.
  267. AC_REQUIRE([AM_SANITY_CHECK])dnl
  268. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  269. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  270. AM_MISSING_PROG(AUTOCONF, autoconf)
  271. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  272. AM_MISSING_PROG(AUTOHEADER, autoheader)
  273. AM_MISSING_PROG(MAKEINFO, makeinfo)
  274. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  275. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  276. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  277. # We need awk for the "check" target. The system "awk" is bad on
  278. # some platforms.
  279. AC_REQUIRE([AC_PROG_AWK])dnl
  280. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  281. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  282. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  283. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  284. [_AM_PROG_TAR([v7])])])
  285. _AM_IF_OPTION([no-dependencies],,
  286. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  287. [_AM_DEPENDENCIES(CC)],
  288. [define([AC_PROG_CC],
  289. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  290. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  291. [_AM_DEPENDENCIES(CXX)],
  292. [define([AC_PROG_CXX],
  293. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  294. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  295. [_AM_DEPENDENCIES(OBJC)],
  296. [define([AC_PROG_OBJC],
  297. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  298. ])
  299. _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
  300. dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
  301. dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
  302. dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
  303. AC_CONFIG_COMMANDS_PRE(dnl
  304. [m4_provide_if([_AM_COMPILER_EXEEXT],
  305. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  306. ])
  307. m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
  308. _am_arg=$1
  309. _am_stamp_count=1
  310. for _am_header in $config_headers :; do
  311. case $_am_header in
  312. $_am_arg | $_am_arg:* )
  313. break ;;
  314. * )
  315. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  316. esac
  317. done
  318. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  319. m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  320. if test x"${install_sh}" != xset; then
  321. case $am_aux_dir in
  322. *\ * | *\ *)
  323. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  324. *)
  325. install_sh="\${SHELL} $am_aux_dir/install-sh"
  326. esac
  327. fi
  328. AC_SUBST(install_sh)])
  329. m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
  330. mkdir .tst 2>/dev/null
  331. if test -d .tst; then
  332. am__leading_dot=.
  333. else
  334. am__leading_dot=_
  335. fi
  336. rmdir .tst 2>/dev/null
  337. AC_SUBST([am__leading_dot])])
  338. m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
  339. cat > confinc << 'END'
  340. am__doit:
  341. @echo this is the am__doit target
  342. .PHONY: am__doit
  343. END
  344. # If we don't find an include directive, just comment out the code.
  345. AC_MSG_CHECKING([for style of include used by $am_make])
  346. am__include="#"
  347. am__quote=
  348. _am_result=none
  349. # First try GNU make style include.
  350. echo "include confinc" > confmf
  351. # Ignore all kinds of additional output from `make'.
  352. case `$am_make -s -f confmf 2> /dev/null` in #(
  353. *the\ am__doit\ target*)
  354. am__include=include
  355. am__quote=
  356. _am_result=GNU
  357. ;;
  358. esac
  359. # Now try BSD make style include.
  360. if test "$am__include" = "#"; then
  361. echo '.include "confinc"' > confmf
  362. case `$am_make -s -f confmf 2> /dev/null` in #(
  363. *the\ am__doit\ target*)
  364. am__include=.include
  365. am__quote="\""
  366. _am_result=BSD
  367. ;;
  368. esac
  369. fi
  370. AC_SUBST([am__include])
  371. AC_SUBST([am__quote])
  372. AC_MSG_RESULT([$_am_result])
  373. rm -f confinc confmf
  374. ])
  375. m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
  376. $1=${$1-"${am_missing_run}$2"}
  377. AC_SUBST($1)])
  378. m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  379. AC_REQUIRE_AUX_FILE([missing])dnl
  380. if test x"${MISSING+set}" != xset; then
  381. case $am_aux_dir in
  382. *\ * | *\ *)
  383. MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  384. *)
  385. MISSING="\${SHELL} $am_aux_dir/missing" ;;
  386. esac
  387. fi
  388. # Use eval to expand $SHELL
  389. if eval "$MISSING --run true"; then
  390. am_missing_run="$MISSING --run "
  391. else
  392. am_missing_run=
  393. AC_MSG_WARN([`missing' script is too old or missing])
  394. fi
  395. ])
  396. m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
  397. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  398. dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
  399. dnl while keeping a definition of mkdir_p for backward compatibility.
  400. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
  401. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
  402. dnl Makefile.ins that do not define MKDIR_P, so we do our own
  403. dnl adjustment using top_builddir (which is defined more often than
  404. dnl MKDIR_P).
  405. AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
  406. case $mkdir_p in
  407. [[\\/$]]* | ?:[[\\/]]*) ;;
  408. */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  409. esac
  410. ])
  411. m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  412. m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  413. m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  414. m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  415. m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  416. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  417. ac_status=$?
  418. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  419. (exit $ac_status); }])
  420. m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
  421. # Just in case
  422. sleep 1
  423. echo timestamp > conftest.file
  424. # Reject unsafe characters in $srcdir or the absolute working directory
  425. # name. Accept space and tab only in the latter.
  426. am_lf='
  427. '
  428. case `pwd` in
  429. *[[\\\"\#\$\&\'\`$am_lf]]*)
  430. AC_MSG_ERROR([unsafe absolute working directory name]);;
  431. esac
  432. case $srcdir in
  433. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  434. AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
  435. esac
  436. # Do `set' in a subshell so we don't clobber the current shell's
  437. # arguments. Must try -L first in case configure is actually a
  438. # symlink; some systems play weird games with the mod time of symlinks
  439. # (eg FreeBSD returns the mod time of the symlink's containing
  440. # directory).
  441. if (
  442. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  443. if test "$[*]" = "X"; then
  444. # -L didn't work.
  445. set X `ls -t "$srcdir/configure" conftest.file`
  446. fi
  447. rm -f conftest.file
  448. if test "$[*]" != "X $srcdir/configure conftest.file" \
  449. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  450. # If neither matched, then we have a broken ls. This can happen
  451. # if, for instance, CONFIG_SHELL is bash and it inherits a
  452. # broken ls alias from the environment. This has actually
  453. # happened. Such a system could not be considered "sane".
  454. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  455. alias in your environment])
  456. fi
  457. test "$[2]" = conftest.file
  458. )
  459. then
  460. # Ok.
  461. :
  462. else
  463. AC_MSG_ERROR([newly created file is older than distributed files!
  464. Check your system clock])
  465. fi
  466. AC_MSG_RESULT(yes)])
  467. m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
  468. [ --enable-silent-rules less verbose build output (undo: `make V=1')
  469. --disable-silent-rules verbose build output (undo: `make V=0')])
  470. case $enable_silent_rules in
  471. yes) AM_DEFAULT_VERBOSITY=0;;
  472. no) AM_DEFAULT_VERBOSITY=1;;
  473. *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
  474. esac
  475. AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
  476. AM_BACKSLASH='\'
  477. AC_SUBST([AM_BACKSLASH])dnl
  478. _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
  479. ])
  480. m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  481. # Installed binaries are usually stripped using `strip' when the user
  482. # run `make install-strip'. However `strip' might not be the right
  483. # tool to use in cross-compilation environments, therefore Automake
  484. # will honor the `STRIP' environment variable to overrule this program.
  485. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  486. if test "$cross_compiling" != no; then
  487. AC_CHECK_TOOL([STRIP], [strip], :)
  488. fi
  489. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  490. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  491. m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
  492. m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  493. m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
  494. AM_MISSING_PROG([AMTAR], [tar])
  495. m4_if([$1], [v7],
  496. [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  497. [m4_case([$1], [ustar],, [pax],,
  498. [m4_fatal([Unknown tar format])])
  499. AC_MSG_CHECKING([how to create a $1 tar archive])
  500. # Loop over all known methods to create a tar archive until one works.
  501. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  502. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  503. # Do not fold the above two line into one, because Tru64 sh and
  504. # Solaris sh will not grok spaces in the rhs of `-'.
  505. for _am_tool in $_am_tools
  506. do
  507. case $_am_tool in
  508. gnutar)
  509. for _am_tar in tar gnutar gtar;
  510. do
  511. AM_RUN_LOG([$_am_tar --version]) && break
  512. done
  513. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  514. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  515. am__untar="$_am_tar -xf -"
  516. ;;
  517. plaintar)
  518. # Must skip GNU tar: if it does not support --format= it doesn't create
  519. # ustar tarball either.
  520. (tar --version) >/dev/null 2>&1 && continue
  521. am__tar='tar chf - "$$tardir"'
  522. am__tar_='tar chf - "$tardir"'
  523. am__untar='tar xf -'
  524. ;;
  525. pax)
  526. am__tar='pax -L -x $1 -w "$$tardir"'
  527. am__tar_='pax -L -x $1 -w "$tardir"'
  528. am__untar='pax -r'
  529. ;;
  530. cpio)
  531. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  532. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  533. am__untar='cpio -i -H $1 -d'
  534. ;;
  535. none)
  536. am__tar=false
  537. am__tar_=false
  538. am__untar=false
  539. ;;
  540. esac
  541. # If the value was cached, stop now. We just wanted to have am__tar
  542. # and am__untar set.
  543. test -n "${am_cv_prog_tar_$1}" && break
  544. # tar/untar a dummy directory, and stop if the command works
  545. rm -rf conftest.dir
  546. mkdir conftest.dir
  547. echo GrepMe > conftest.dir/file
  548. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  549. rm -rf conftest.dir
  550. if test -s conftest.tar; then
  551. AM_RUN_LOG([$am__untar <conftest.tar])
  552. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  553. fi
  554. done
  555. rm -rf conftest.dir
  556. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  557. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  558. AC_SUBST([am__tar])
  559. AC_SUBST([am__untar])
  560. ])
  561. m4trace:configure.ac:7: -1- m4_pattern_forbid([^_?A[CHUM]_])
  562. m4trace:configure.ac:7: -1- m4_pattern_forbid([_AC_])
  563. m4trace:configure.ac:7: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
  564. m4trace:configure.ac:7: -1- m4_pattern_allow([^AS_FLAGS$])
  565. m4trace:configure.ac:7: -1- m4_pattern_forbid([^_?m4_])
  566. m4trace:configure.ac:7: -1- m4_pattern_forbid([^dnl$])
  567. m4trace:configure.ac:7: -1- m4_pattern_forbid([^_?AS_])
  568. m4trace:configure.ac:7: -1- m4_pattern_allow([^SHELL$])
  569. m4trace:configure.ac:7: -1- m4_pattern_allow([^PATH_SEPARATOR$])
  570. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_NAME$])
  571. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  572. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  573. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_STRING$])
  574. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  575. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_URL$])
  576. m4trace:configure.ac:7: -1- m4_pattern_allow([^exec_prefix$])
  577. m4trace:configure.ac:7: -1- m4_pattern_allow([^prefix$])
  578. m4trace:configure.ac:7: -1- m4_pattern_allow([^program_transform_name$])
  579. m4trace:configure.ac:7: -1- m4_pattern_allow([^bindir$])
  580. m4trace:configure.ac:7: -1- m4_pattern_allow([^sbindir$])
  581. m4trace:configure.ac:7: -1- m4_pattern_allow([^libexecdir$])
  582. m4trace:configure.ac:7: -1- m4_pattern_allow([^datarootdir$])
  583. m4trace:configure.ac:7: -1- m4_pattern_allow([^datadir$])
  584. m4trace:configure.ac:7: -1- m4_pattern_allow([^sysconfdir$])
  585. m4trace:configure.ac:7: -1- m4_pattern_allow([^sharedstatedir$])
  586. m4trace:configure.ac:7: -1- m4_pattern_allow([^localstatedir$])
  587. m4trace:configure.ac:7: -1- m4_pattern_allow([^includedir$])
  588. m4trace:configure.ac:7: -1- m4_pattern_allow([^oldincludedir$])
  589. m4trace:configure.ac:7: -1- m4_pattern_allow([^docdir$])
  590. m4trace:configure.ac:7: -1- m4_pattern_allow([^infodir$])
  591. m4trace:configure.ac:7: -1- m4_pattern_allow([^htmldir$])
  592. m4trace:configure.ac:7: -1- m4_pattern_allow([^dvidir$])
  593. m4trace:configure.ac:7: -1- m4_pattern_allow([^pdfdir$])
  594. m4trace:configure.ac:7: -1- m4_pattern_allow([^psdir$])
  595. m4trace:configure.ac:7: -1- m4_pattern_allow([^libdir$])
  596. m4trace:configure.ac:7: -1- m4_pattern_allow([^localedir$])
  597. m4trace:configure.ac:7: -1- m4_pattern_allow([^mandir$])
  598. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_NAME$])
  599. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  600. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  601. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_STRING$])
  602. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  603. m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE_URL$])
  604. m4trace:configure.ac:7: -1- m4_pattern_allow([^DEFS$])
  605. m4trace:configure.ac:7: -1- m4_pattern_allow([^ECHO_C$])
  606. m4trace:configure.ac:7: -1- m4_pattern_allow([^ECHO_N$])
  607. m4trace:configure.ac:7: -1- m4_pattern_allow([^ECHO_T$])
  608. m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
  609. m4trace:configure.ac:7: -1- m4_pattern_allow([^build_alias$])
  610. m4trace:configure.ac:7: -1- m4_pattern_allow([^host_alias$])
  611. m4trace:configure.ac:7: -1- m4_pattern_allow([^target_alias$])
  612. m4trace:configure.ac:9: -1- AM_INIT_AUTOMAKE([libPolyCore], [0.8.2])
  613. m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
  614. m4trace:configure.ac:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
  615. m4trace:configure.ac:9: -1- AM_AUTOMAKE_VERSION([1.11.1])
  616. m4trace:configure.ac:9: -1- _AM_AUTOCONF_VERSION([2.67])
  617. m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
  618. m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
  619. m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_DATA$])
  620. m4trace:configure.ac:9: -1- m4_pattern_allow([^am__isrc$])
  621. m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__isrc])
  622. m4trace:configure.ac:9: -1- m4_pattern_allow([^CYGPATH_W$])
  623. m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
  624. m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
  625. m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  626. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
  627. m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-define])
  628. m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
  629. m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
  630. m4trace:configure.ac:9: -1- AM_SANITY_CHECK
  631. m4trace:configure.ac:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  632. m4trace:configure.ac:9: -1- AM_MISSING_HAS_RUN
  633. m4trace:configure.ac:9: -1- AM_AUX_DIR_EXPAND
  634. m4trace:configure.ac:9: -1- m4_pattern_allow([^ACLOCAL$])
  635. m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
  636. m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOCONF$])
  637. m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  638. m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOMAKE$])
  639. m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
  640. m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOHEADER$])
  641. m4trace:configure.ac:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
  642. m4trace:configure.ac:9: -1- m4_pattern_allow([^MAKEINFO$])
  643. m4trace:configure.ac:9: -1- AM_PROG_INSTALL_SH
  644. m4trace:configure.ac:9: -1- m4_pattern_allow([^install_sh$])
  645. m4trace:configure.ac:9: -1- AM_PROG_INSTALL_STRIP
  646. m4trace:configure.ac:9: -1- m4_pattern_allow([^STRIP$])
  647. m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
  648. m4trace:configure.ac:9: -1- AM_PROG_MKDIR_P
  649. m4trace:configure.ac:9: -1- m4_pattern_allow([^MKDIR_P$])
  650. m4trace:configure.ac:9: -1- m4_pattern_allow([^mkdir_p$])
  651. m4trace:configure.ac:9: -1- m4_pattern_allow([^AWK$])
  652. m4trace:configure.ac:9: -1- m4_pattern_allow([^SET_MAKE$])
  653. m4trace:configure.ac:9: -1- AM_SET_LEADING_DOT
  654. m4trace:configure.ac:9: -1- m4_pattern_allow([^am__leading_dot$])
  655. m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  656. [_AM_PROG_TAR([v7])])])
  657. m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar])
  658. m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
  659. m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-pax])
  660. m4trace:configure.ac:9: -1- _AM_PROG_TAR([v7])
  661. m4trace:configure.ac:9: -1- AM_MISSING_PROG([AMTAR], [tar])
  662. m4trace:configure.ac:9: -1- m4_pattern_allow([^AMTAR$])
  663. m4trace:configure.ac:9: -1- m4_pattern_allow([^am__tar$])
  664. m4trace:configure.ac:9: -1- m4_pattern_allow([^am__untar$])
  665. m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
  666. [_AM_DEPENDENCIES(CC)],
  667. [define([AC_PROG_CC],
  668. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  669. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  670. [_AM_DEPENDENCIES(CXX)],
  671. [define([AC_PROG_CXX],
  672. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  673. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  674. [_AM_DEPENDENCIES(OBJC)],
  675. [define([AC_PROG_OBJC],
  676. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  677. ])
  678. m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dependencies])
  679. m4trace:configure.ac:9: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
  680. m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([silent-rules])
  681. m4trace:configure.ac:11: -1- m4_pattern_allow([^RANLIB$])
  682. m4trace:configure.ac:13: -1- m4_pattern_allow([^CXX$])
  683. m4trace:configure.ac:13: -1- m4_pattern_allow([^CXXFLAGS$])
  684. m4trace:configure.ac:13: -1- m4_pattern_allow([^LDFLAGS$])
  685. m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
  686. m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
  687. m4trace:configure.ac:13: -1- m4_pattern_allow([^CXX$])
  688. m4trace:configure.ac:13: -1- m4_pattern_allow([^ac_ct_CXX$])
  689. m4trace:configure.ac:13: -1- m4_pattern_allow([^EXEEXT$])
  690. m4trace:configure.ac:13: -1- m4_pattern_allow([^OBJEXT$])
  691. m4trace:configure.ac:13: -1- _AM_DEPENDENCIES([CXX])
  692. m4trace:configure.ac:13: -1- AM_SET_DEPDIR
  693. m4trace:configure.ac:13: -1- m4_pattern_allow([^DEPDIR$])
  694. m4trace:configure.ac:13: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
  695. m4trace:configure.ac:13: -1- AM_MAKE_INCLUDE
  696. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__include$])
  697. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__quote$])
  698. m4trace:configure.ac:13: -1- AM_DEP_TRACK
  699. m4trace:configure.ac:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  700. m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
  701. m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
  702. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
  703. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
  704. m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
  705. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
  706. m4trace:configure.ac:13: -1- m4_pattern_allow([^CXXDEPMODE$])
  707. m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCXX], [
  708. test "x$enable_dependency_tracking" != xno \
  709. && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
  710. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
  711. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
  712. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
  713. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
  714. m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
  715. m4trace:configure.ac:18: -1- m4_pattern_allow([^CFLAGS$])
  716. m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
  717. m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
  718. m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
  719. m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
  720. m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
  721. m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
  722. m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
  723. m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CC$])
  724. m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CC])
  725. m4trace:configure.ac:18: -1- m4_pattern_allow([^CCDEPMODE$])
  726. m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCC], [
  727. test "x$enable_dependency_tracking" != xno \
  728. && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
  729. m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
  730. m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
  731. m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
  732. m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
  733. m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_LIBPNG$])
  734. m4trace:configure.ac:22: -1- m4_pattern_allow([^HAVE_LIBFREETYPE$])
  735. m4trace:configure.ac:26: -1- m4_pattern_allow([^HAVE_LIBVORBIS$])
  736. m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_LIBVORBISFILE$])
  737. m4trace:configure.ac:34: -1- m4_pattern_allow([^HAVE_LIBPHYSFS$])
  738. m4trace:configure.ac:38: -1- m4_pattern_allow([^HAVE_LIBOPENAL$])
  739. m4trace:configure.ac:42: -1- m4_pattern_allow([^HAVE_LIBGLUT$])
  740. m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_LIBGL$])
  741. m4trace:configure.ac:50: -1- m4_pattern_allow([^HAVE_LIBGLU$])
  742. m4trace:configure.ac:61: -1- m4_pattern_allow([^LIB@&t@OBJS$])
  743. m4trace:configure.ac:61: -1- m4_pattern_allow([^LTLIBOBJS$])
  744. m4trace:configure.ac:61: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
  745. m4trace:configure.ac:61: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
  746. m4trace:configure.ac:61: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
  747. m4trace:configure.ac:61: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
  748. m4trace:configure.ac:61: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
  749. m4trace:configure.ac:61: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS