zeroSquitto – Blame information for rev 1

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