traces.0 37 KB

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