source: TRACY3/trunk/tracy/autom4te.cache/traces.0 @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

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