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