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