traces.0 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -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.3], [],
  5. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  6. ])
  7. m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.3])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:49: -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. 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 8's {/usr,}/bin/sh.
  93. touch 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.11/depend.m4:164: -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.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
  163. [ --disable-dependency-tracking speeds up one-time build
  164. --enable-dependency-tracking do not reject slow dependency extractors])
  165. if test "x$enable_dependency_tracking" != xno; then
  166. am_depcomp="$ac_aux_dir/depcomp"
  167. AMDEPBACKSLASH='\'
  168. am__nodep='_no'
  169. fi
  170. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  171. AC_SUBST([AMDEPBACKSLASH])dnl
  172. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  173. AC_SUBST([am__nodep])dnl
  174. _AM_SUBST_NOTMAKE([am__nodep])dnl
  175. ])
  176. m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
  177. # Autoconf 2.62 quotes --file arguments for eval, but not when files
  178. # are listed without --file. Let's play safe and only enable the eval
  179. # if we detect the quoting.
  180. case $CONFIG_FILES in
  181. *\'*) eval set x "$CONFIG_FILES" ;;
  182. *) set x $CONFIG_FILES ;;
  183. esac
  184. shift
  185. for mf
  186. do
  187. # Strip MF so we end up with the name of the file.
  188. mf=`echo "$mf" | sed -e 's/:.*$//'`
  189. # Check whether this is an Automake generated Makefile or not.
  190. # We used to match only the files named `Makefile.in', but
  191. # some people rename them; so instead we look at the file content.
  192. # Grep'ing the first line is not enough: some people post-process
  193. # each Makefile.in and add a new line on top of each file to say so.
  194. # Grep'ing the whole file is not good either: AIX grep has a line
  195. # limit of 2048, but all sed's we know have understand at least 4000.
  196. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  197. dirpart=`AS_DIRNAME("$mf")`
  198. else
  199. continue
  200. fi
  201. # Extract the definition of DEPDIR, am__include, and am__quote
  202. # from the Makefile without running `make'.
  203. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  204. test -z "$DEPDIR" && continue
  205. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  206. test -z "am__include" && continue
  207. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  208. # When using ansi2knr, U may be empty or an underscore; expand it
  209. U=`sed -n 's/^U = //p' < "$mf"`
  210. # Find all dependency output files, they are included files with
  211. # $(DEPDIR) in their names. We invoke sed twice because it is the
  212. # simplest approach to changing $(DEPDIR) to its actual value in the
  213. # expansion.
  214. for file in `sed -n "
  215. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  216. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  217. # Make sure the directory exists.
  218. test -f "$dirpart/$file" && continue
  219. fdir=`AS_DIRNAME(["$file"])`
  220. AS_MKDIR_P([$dirpart/$fdir])
  221. # echo "creating $dirpart/$file"
  222. echo '# dummy' > "$dirpart/$file"
  223. done
  224. done
  225. }
  226. ])
  227. m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
  228. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  229. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  230. ])
  231. m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
  232. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  233. dnl the ones we care about.
  234. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  235. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  236. AC_REQUIRE([AC_PROG_INSTALL])dnl
  237. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  238. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  239. # is not polluted with repeated "-I."
  240. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  241. # test to see if srcdir already configured
  242. if test -f $srcdir/config.status; then
  243. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  244. fi
  245. fi
  246. # test whether we have cygpath
  247. if test -z "$CYGPATH_W"; then
  248. if (cygpath --version) >/dev/null 2>/dev/null; then
  249. CYGPATH_W='cygpath -w'
  250. else
  251. CYGPATH_W=echo
  252. fi
  253. fi
  254. AC_SUBST([CYGPATH_W])
  255. # Define the identity of the package.
  256. dnl Distinguish between old-style and new-style calls.
  257. m4_ifval([$2],
  258. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  259. AC_SUBST([PACKAGE], [$1])dnl
  260. AC_SUBST([VERSION], [$2])],
  261. [_AM_SET_OPTIONS([$1])dnl
  262. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  263. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
  264. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  265. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  266. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  267. _AM_IF_OPTION([no-define],,
  268. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  269. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  270. # Some tools Automake needs.
  271. AC_REQUIRE([AM_SANITY_CHECK])dnl
  272. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  273. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  274. AM_MISSING_PROG(AUTOCONF, autoconf)
  275. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  276. AM_MISSING_PROG(AUTOHEADER, autoheader)
  277. AM_MISSING_PROG(MAKEINFO, makeinfo)
  278. AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  279. AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  280. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  281. # We need awk for the "check" target. The system "awk" is bad on
  282. # some platforms.
  283. AC_REQUIRE([AC_PROG_AWK])dnl
  284. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  285. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  286. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  287. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  288. [_AM_PROG_TAR([v7])])])
  289. _AM_IF_OPTION([no-dependencies],,
  290. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  291. [_AM_DEPENDENCIES(CC)],
  292. [define([AC_PROG_CC],
  293. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  294. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  295. [_AM_DEPENDENCIES(CXX)],
  296. [define([AC_PROG_CXX],
  297. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  298. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  299. [_AM_DEPENDENCIES(OBJC)],
  300. [define([AC_PROG_OBJC],
  301. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  302. ])
  303. _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
  304. dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
  305. dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
  306. dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
  307. AC_CONFIG_COMMANDS_PRE(dnl
  308. [m4_provide_if([_AM_COMPILER_EXEEXT],
  309. [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  310. ])
  311. m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
  312. _am_arg=$1
  313. _am_stamp_count=1
  314. for _am_header in $config_headers :; do
  315. case $_am_header in
  316. $_am_arg | $_am_arg:* )
  317. break ;;
  318. * )
  319. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  320. esac
  321. done
  322. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  323. m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  324. if test x"${install_sh}" != xset; then
  325. case $am_aux_dir in
  326. *\ * | *\ *)
  327. install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  328. *)
  329. install_sh="\${SHELL} $am_aux_dir/install-sh"
  330. esac
  331. fi
  332. AC_SUBST(install_sh)])
  333. m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
  334. mkdir .tst 2>/dev/null
  335. if test -d .tst; then
  336. am__leading_dot=.
  337. else
  338. am__leading_dot=_
  339. fi
  340. rmdir .tst 2>/dev/null
  341. AC_SUBST([am__leading_dot])])
  342. m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
  343. cat > confinc << 'END'
  344. am__doit:
  345. @echo this is the am__doit target
  346. .PHONY: am__doit
  347. END
  348. # If we don't find an include directive, just comment out the code.
  349. AC_MSG_CHECKING([for style of include used by $am_make])
  350. am__include="#"
  351. am__quote=
  352. _am_result=none
  353. # First try GNU make style include.
  354. echo "include confinc" > confmf
  355. # Ignore all kinds of additional output from `make'.
  356. case `$am_make -s -f confmf 2> /dev/null` in #(
  357. *the\ am__doit\ target*)
  358. am__include=include
  359. am__quote=
  360. _am_result=GNU
  361. ;;
  362. esac
  363. # Now try BSD make style include.
  364. if test "$am__include" = "#"; then
  365. echo '.include "confinc"' > confmf
  366. case `$am_make -s -f confmf 2> /dev/null` in #(
  367. *the\ am__doit\ target*)
  368. am__include=.include
  369. am__quote="\""
  370. _am_result=BSD
  371. ;;
  372. esac
  373. fi
  374. AC_SUBST([am__include])
  375. AC_SUBST([am__quote])
  376. AC_MSG_RESULT([$_am_result])
  377. rm -f confinc confmf
  378. ])
  379. m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
  380. $1=${$1-"${am_missing_run}$2"}
  381. AC_SUBST($1)])
  382. m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  383. AC_REQUIRE_AUX_FILE([missing])dnl
  384. if test x"${MISSING+set}" != xset; then
  385. case $am_aux_dir in
  386. *\ * | *\ *)
  387. MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  388. *)
  389. MISSING="\${SHELL} $am_aux_dir/missing" ;;
  390. esac
  391. fi
  392. # Use eval to expand $SHELL
  393. if eval "$MISSING --run true"; then
  394. am_missing_run="$MISSING --run "
  395. else
  396. am_missing_run=
  397. AC_MSG_WARN([`missing' script is too old or missing])
  398. fi
  399. ])
  400. m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
  401. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  402. dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
  403. dnl while keeping a definition of mkdir_p for backward compatibility.
  404. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
  405. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
  406. dnl Makefile.ins that do not define MKDIR_P, so we do our own
  407. dnl adjustment using top_builddir (which is defined more often than
  408. dnl MKDIR_P).
  409. AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
  410. case $mkdir_p in
  411. [[\\/$]]* | ?:[[\\/]]*) ;;
  412. */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  413. esac
  414. ])
  415. m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  416. m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  417. m4trace:/usr/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  418. m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  419. m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
  420. ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
  421. ac_status=$?
  422. echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  423. (exit $ac_status); }])
  424. m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
  425. # Just in case
  426. sleep 1
  427. echo timestamp > conftest.file
  428. # Reject unsafe characters in $srcdir or the absolute working directory
  429. # name. Accept space and tab only in the latter.
  430. am_lf='
  431. '
  432. case `pwd` in
  433. *[[\\\"\#\$\&\'\`$am_lf]]*)
  434. AC_MSG_ERROR([unsafe absolute working directory name]);;
  435. esac
  436. case $srcdir in
  437. *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  438. AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
  439. esac
  440. # Do `set' in a subshell so we don't clobber the current shell's
  441. # arguments. Must try -L first in case configure is actually a
  442. # symlink; some systems play weird games with the mod time of symlinks
  443. # (eg FreeBSD returns the mod time of the symlink's containing
  444. # directory).
  445. if (
  446. set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  447. if test "$[*]" = "X"; then
  448. # -L didn't work.
  449. set X `ls -t "$srcdir/configure" conftest.file`
  450. fi
  451. rm -f conftest.file
  452. if test "$[*]" != "X $srcdir/configure conftest.file" \
  453. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  454. # If neither matched, then we have a broken ls. This can happen
  455. # if, for instance, CONFIG_SHELL is bash and it inherits a
  456. # broken ls alias from the environment. This has actually
  457. # happened. Such a system could not be considered "sane".
  458. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  459. alias in your environment])
  460. fi
  461. test "$[2]" = conftest.file
  462. )
  463. then
  464. # Ok.
  465. :
  466. else
  467. AC_MSG_ERROR([newly created file is older than distributed files!
  468. Check your system clock])
  469. fi
  470. AC_MSG_RESULT(yes)])
  471. m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
  472. [ --enable-silent-rules less verbose build output (undo: `make V=1')
  473. --disable-silent-rules verbose build output (undo: `make V=0')])
  474. case $enable_silent_rules in
  475. yes) AM_DEFAULT_VERBOSITY=0;;
  476. no) AM_DEFAULT_VERBOSITY=1;;
  477. *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
  478. esac
  479. dnl
  480. dnl A few `make' implementations (e.g., NonStop OS and NextStep)
  481. dnl do not support nested variable expansions.
  482. dnl See automake bug#9928 and bug#10237.
  483. am_make=${MAKE-make}
  484. AC_CACHE_CHECK([whether $am_make supports nested variables],
  485. [am_cv_make_support_nested_variables],
  486. [if AS_ECHO([['TRUE=$(BAR$(V))
  487. BAR0=false
  488. BAR1=true
  489. V=1
  490. am__doit:
  491. @$(TRUE)
  492. .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
  493. am_cv_make_support_nested_variables=yes
  494. else
  495. am_cv_make_support_nested_variables=no
  496. fi])
  497. if test $am_cv_make_support_nested_variables = yes; then
  498. dnl Using `$V' instead of `$(V)' breaks IRIX make.
  499. AM_V='$(V)'
  500. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  501. else
  502. AM_V=$AM_DEFAULT_VERBOSITY
  503. AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
  504. fi
  505. AC_SUBST([AM_V])dnl
  506. AM_SUBST_NOTMAKE([AM_V])dnl
  507. AC_SUBST([AM_DEFAULT_V])dnl
  508. AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
  509. AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
  510. AM_BACKSLASH='\'
  511. AC_SUBST([AM_BACKSLASH])dnl
  512. _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
  513. ])
  514. m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  515. # Installed binaries are usually stripped using `strip' when the user
  516. # run `make install-strip'. However `strip' might not be the right
  517. # tool to use in cross-compilation environments, therefore Automake
  518. # will honor the `STRIP' environment variable to overrule this program.
  519. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  520. if test "$cross_compiling" != no; then
  521. AC_CHECK_TOOL([STRIP], [strip], :)
  522. fi
  523. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  524. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  525. m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
  526. m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  527. m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
  528. # in the wild :-( We should find a proper way to deprecate it ...
  529. AC_SUBST([AMTAR], ['$${TAR-tar}'])
  530. m4_if([$1], [v7],
  531. [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
  532. [m4_case([$1], [ustar],, [pax],,
  533. [m4_fatal([Unknown tar format])])
  534. AC_MSG_CHECKING([how to create a $1 tar archive])
  535. # Loop over all known methods to create a tar archive until one works.
  536. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  537. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  538. # Do not fold the above two line into one, because Tru64 sh and
  539. # Solaris sh will not grok spaces in the rhs of `-'.
  540. for _am_tool in $_am_tools
  541. do
  542. case $_am_tool in
  543. gnutar)
  544. for _am_tar in tar gnutar gtar;
  545. do
  546. AM_RUN_LOG([$_am_tar --version]) && break
  547. done
  548. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  549. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  550. am__untar="$_am_tar -xf -"
  551. ;;
  552. plaintar)
  553. # Must skip GNU tar: if it does not support --format= it doesn't create
  554. # ustar tarball either.
  555. (tar --version) >/dev/null 2>&1 && continue
  556. am__tar='tar chf - "$$tardir"'
  557. am__tar_='tar chf - "$tardir"'
  558. am__untar='tar xf -'
  559. ;;
  560. pax)
  561. am__tar='pax -L -x $1 -w "$$tardir"'
  562. am__tar_='pax -L -x $1 -w "$tardir"'
  563. am__untar='pax -r'
  564. ;;
  565. cpio)
  566. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  567. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  568. am__untar='cpio -i -H $1 -d'
  569. ;;
  570. none)
  571. am__tar=false
  572. am__tar_=false
  573. am__untar=false
  574. ;;
  575. esac
  576. # If the value was cached, stop now. We just wanted to have am__tar
  577. # and am__untar set.
  578. test -n "${am_cv_prog_tar_$1}" && break
  579. # tar/untar a dummy directory, and stop if the command works
  580. rm -rf conftest.dir
  581. mkdir conftest.dir
  582. echo GrepMe > conftest.dir/file
  583. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  584. rm -rf conftest.dir
  585. if test -s conftest.tar; then
  586. AM_RUN_LOG([$am__untar <conftest.tar])
  587. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  588. fi
  589. done
  590. rm -rf conftest.dir
  591. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  592. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  593. AC_SUBST([am__tar])
  594. AC_SUBST([am__untar])
  595. ])
  596. m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?A[CHUM]_])
  597. m4trace:configure.ac:4: -1- m4_pattern_forbid([_AC_])
  598. m4trace:configure.ac:4: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
  599. m4trace:configure.ac:4: -1- m4_pattern_allow([^AS_FLAGS$])
  600. m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?m4_])
  601. m4trace:configure.ac:4: -1- m4_pattern_forbid([^dnl$])
  602. m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?AS_])
  603. m4trace:configure.ac:4: -1- m4_pattern_allow([^SHELL$])
  604. m4trace:configure.ac:4: -1- m4_pattern_allow([^PATH_SEPARATOR$])
  605. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
  606. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  607. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  608. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
  609. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  610. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
  611. m4trace:configure.ac:4: -1- m4_pattern_allow([^exec_prefix$])
  612. m4trace:configure.ac:4: -1- m4_pattern_allow([^prefix$])
  613. m4trace:configure.ac:4: -1- m4_pattern_allow([^program_transform_name$])
  614. m4trace:configure.ac:4: -1- m4_pattern_allow([^bindir$])
  615. m4trace:configure.ac:4: -1- m4_pattern_allow([^sbindir$])
  616. m4trace:configure.ac:4: -1- m4_pattern_allow([^libexecdir$])
  617. m4trace:configure.ac:4: -1- m4_pattern_allow([^datarootdir$])
  618. m4trace:configure.ac:4: -1- m4_pattern_allow([^datadir$])
  619. m4trace:configure.ac:4: -1- m4_pattern_allow([^sysconfdir$])
  620. m4trace:configure.ac:4: -1- m4_pattern_allow([^sharedstatedir$])
  621. m4trace:configure.ac:4: -1- m4_pattern_allow([^localstatedir$])
  622. m4trace:configure.ac:4: -1- m4_pattern_allow([^includedir$])
  623. m4trace:configure.ac:4: -1- m4_pattern_allow([^oldincludedir$])
  624. m4trace:configure.ac:4: -1- m4_pattern_allow([^docdir$])
  625. m4trace:configure.ac:4: -1- m4_pattern_allow([^infodir$])
  626. m4trace:configure.ac:4: -1- m4_pattern_allow([^htmldir$])
  627. m4trace:configure.ac:4: -1- m4_pattern_allow([^dvidir$])
  628. m4trace:configure.ac:4: -1- m4_pattern_allow([^pdfdir$])
  629. m4trace:configure.ac:4: -1- m4_pattern_allow([^psdir$])
  630. m4trace:configure.ac:4: -1- m4_pattern_allow([^libdir$])
  631. m4trace:configure.ac:4: -1- m4_pattern_allow([^localedir$])
  632. m4trace:configure.ac:4: -1- m4_pattern_allow([^mandir$])
  633. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
  634. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
  635. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
  636. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
  637. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
  638. m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
  639. m4trace:configure.ac:4: -1- m4_pattern_allow([^DEFS$])
  640. m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_C$])
  641. m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_N$])
  642. m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_T$])
  643. m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBS$])
  644. m4trace:configure.ac:4: -1- m4_pattern_allow([^build_alias$])
  645. m4trace:configure.ac:4: -1- m4_pattern_allow([^host_alias$])
  646. m4trace:configure.ac:4: -1- m4_pattern_allow([^target_alias$])
  647. m4trace:configure.ac:7: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
  648. You should run autoupdate.], [../../lib/autoconf/general.m4:1858: AC_CANONICAL_SYSTEM is expanded from...
  649. configure.ac:7: the top level])
  650. m4trace:configure.ac:7: -1- m4_pattern_allow([^build$])
  651. m4trace:configure.ac:7: -1- m4_pattern_allow([^build_cpu$])
  652. m4trace:configure.ac:7: -1- m4_pattern_allow([^build_vendor$])
  653. m4trace:configure.ac:7: -1- m4_pattern_allow([^build_os$])
  654. m4trace:configure.ac:7: -1- m4_pattern_allow([^host$])
  655. m4trace:configure.ac:7: -1- m4_pattern_allow([^host_cpu$])
  656. m4trace:configure.ac:7: -1- m4_pattern_allow([^host_vendor$])
  657. m4trace:configure.ac:7: -1- m4_pattern_allow([^host_os$])
  658. m4trace:configure.ac:7: -1- m4_pattern_allow([^target$])
  659. m4trace:configure.ac:7: -1- m4_pattern_allow([^target_cpu$])
  660. m4trace:configure.ac:7: -1- m4_pattern_allow([^target_vendor$])
  661. m4trace:configure.ac:7: -1- m4_pattern_allow([^target_os$])
  662. m4trace:configure.ac:8: -1- AM_INIT_AUTOMAKE([])
  663. m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
  664. m4trace:configure.ac:8: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
  665. m4trace:configure.ac:8: -1- AM_AUTOMAKE_VERSION([1.11.3])
  666. m4trace:configure.ac:8: -1- _AM_AUTOCONF_VERSION([2.68])
  667. m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
  668. m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
  669. m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_DATA$])
  670. m4trace:configure.ac:8: -1- m4_pattern_allow([^am__isrc$])
  671. m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__isrc])
  672. m4trace:configure.ac:8: -1- m4_pattern_allow([^CYGPATH_W$])
  673. m4trace:configure.ac:8: -1- _AM_SET_OPTIONS([])
  674. m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$])
  675. m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$])
  676. m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  677. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
  678. m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-define])
  679. m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$])
  680. m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$])
  681. m4trace:configure.ac:8: -1- AM_SANITY_CHECK
  682. m4trace:configure.ac:8: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
  683. m4trace:configure.ac:8: -1- AM_MISSING_HAS_RUN
  684. m4trace:configure.ac:8: -1- AM_AUX_DIR_EXPAND
  685. m4trace:configure.ac:8: -1- m4_pattern_allow([^ACLOCAL$])
  686. m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
  687. m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOCONF$])
  688. m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
  689. m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOMAKE$])
  690. m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
  691. m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOHEADER$])
  692. m4trace:configure.ac:8: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
  693. m4trace:configure.ac:8: -1- m4_pattern_allow([^MAKEINFO$])
  694. m4trace:configure.ac:8: -1- AM_PROG_INSTALL_SH
  695. m4trace:configure.ac:8: -1- m4_pattern_allow([^install_sh$])
  696. m4trace:configure.ac:8: -1- AM_PROG_INSTALL_STRIP
  697. m4trace:configure.ac:8: -1- m4_pattern_allow([^STRIP$])
  698. m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
  699. m4trace:configure.ac:8: -1- AM_PROG_MKDIR_P
  700. m4trace:configure.ac:8: -1- m4_pattern_allow([^MKDIR_P$])
  701. m4trace:configure.ac:8: -1- m4_pattern_allow([^mkdir_p$])
  702. m4trace:configure.ac:8: -1- m4_pattern_allow([^AWK$])
  703. m4trace:configure.ac:8: -1- m4_pattern_allow([^SET_MAKE$])
  704. m4trace:configure.ac:8: -1- AM_SET_LEADING_DOT
  705. m4trace:configure.ac:8: -1- m4_pattern_allow([^am__leading_dot$])
  706. m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  707. [_AM_PROG_TAR([v7])])])
  708. m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-ustar])
  709. m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
  710. m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-pax])
  711. m4trace:configure.ac:8: -1- _AM_PROG_TAR([v7])
  712. m4trace:configure.ac:8: -1- m4_pattern_allow([^AMTAR$])
  713. m4trace:configure.ac:8: -1- m4_pattern_allow([^am__tar$])
  714. m4trace:configure.ac:8: -1- m4_pattern_allow([^am__untar$])
  715. m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
  716. [_AM_DEPENDENCIES(CC)],
  717. [define([AC_PROG_CC],
  718. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  719. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  720. [_AM_DEPENDENCIES(CXX)],
  721. [define([AC_PROG_CXX],
  722. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  723. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  724. [_AM_DEPENDENCIES(OBJC)],
  725. [define([AC_PROG_OBJC],
  726. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  727. ])
  728. m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-dependencies])
  729. m4trace:configure.ac:8: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
  730. m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([silent-rules])
  731. m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
  732. m4trace:configure.ac:10: -1- m4_pattern_allow([^CFLAGS$])
  733. m4trace:configure.ac:10: -1- m4_pattern_allow([^LDFLAGS$])
  734. m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBS$])
  735. m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$])
  736. m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
  737. m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
  738. m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
  739. m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
  740. m4trace:configure.ac:10: -1- m4_pattern_allow([^ac_ct_CC$])
  741. m4trace:configure.ac:10: -1- m4_pattern_allow([^EXEEXT$])
  742. m4trace:configure.ac:10: -1- m4_pattern_allow([^OBJEXT$])
  743. m4trace:configure.ac:10: -1- _AM_DEPENDENCIES([CC])
  744. m4trace:configure.ac:10: -1- AM_SET_DEPDIR
  745. m4trace:configure.ac:10: -1- m4_pattern_allow([^DEPDIR$])
  746. m4trace:configure.ac:10: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
  747. m4trace:configure.ac:10: -1- AM_MAKE_INCLUDE
  748. m4trace:configure.ac:10: -1- m4_pattern_allow([^am__include$])
  749. m4trace:configure.ac:10: -1- m4_pattern_allow([^am__quote$])
  750. m4trace:configure.ac:10: -1- AM_DEP_TRACK
  751. m4trace:configure.ac:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  752. m4trace:configure.ac:10: -1- m4_pattern_allow([^AMDEP_TRUE$])
  753. m4trace:configure.ac:10: -1- m4_pattern_allow([^AMDEP_FALSE$])
  754. m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
  755. m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
  756. m4trace:configure.ac:10: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
  757. m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
  758. m4trace:configure.ac:10: -1- m4_pattern_allow([^am__nodep$])
  759. m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__nodep])
  760. m4trace:configure.ac:10: -1- m4_pattern_allow([^CCDEPMODE$])
  761. m4trace:configure.ac:10: -1- AM_CONDITIONAL([am__fastdepCC], [
  762. test "x$enable_dependency_tracking" != xno \
  763. && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
  764. m4trace:configure.ac:10: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
  765. m4trace:configure.ac:10: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
  766. m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
  767. m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
  768. m4trace:configure.ac:13: -1- m4_pattern_allow([^LIB@&t@OBJS$])
  769. m4trace:configure.ac:13: -1- m4_pattern_allow([^LTLIBOBJS$])
  770. m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
  771. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
  772. m4trace:configure.ac:13: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
  773. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
  774. m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
  775. m4trace:configure.ac:13: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS