Annotation of embedaddon/arping/autom4te.cache/traces.0, revision 1.1.1.1

1.1       misho       1: m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
                      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.11.6], [],
                      5:       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
                      6: ])
                      7: m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.6])dnl
                      8: m4_ifndef([AC_AUTOCONF_VERSION],
                      9:   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
                     10: _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
                     11: m4trace:/usr/share/aclocal-1.11/auxdir.m4:49: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
                     12: AC_PREREQ([2.50])dnl
                     13: # expand $ac_aux_dir to an absolute path
                     14: am_aux_dir=`cd $ac_aux_dir && pwd`
                     15: ])
                     16: m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
                     17:  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
                     18:        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
                     19: AC_SUBST([$1_TRUE])dnl
                     20: AC_SUBST([$1_FALSE])dnl
                     21: _AM_SUBST_NOTMAKE([$1_TRUE])dnl
                     22: _AM_SUBST_NOTMAKE([$1_FALSE])dnl
                     23: m4_define([_AM_COND_VALUE_$1], [$2])dnl
                     24: if $2; then
                     25:   $1_TRUE=
                     26:   $1_FALSE='#'
                     27: else
                     28:   $1_TRUE='#'
                     29:   $1_FALSE=
                     30: fi
                     31: AC_CONFIG_COMMANDS_PRE(
                     32: [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
                     33:   AC_MSG_ERROR([[conditional "$1" was never defined.
                     34: Usually this means the macro was only invoked conditionally.]])
                     35: fi])])
                     36: m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
                     37: AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
                     38: AC_REQUIRE([AM_MAKE_INCLUDE])dnl
                     39: AC_REQUIRE([AM_DEP_TRACK])dnl
                     40: 
                     41: ifelse([$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], 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 8's {/usr,}/bin/sh.
                     97:       touch 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/share/aclocal-1.11/depend.m4:164: -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/share/aclocal-1.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
                    169: [  --disable-dependency-tracking  speeds up one-time build
                    170:   --enable-dependency-tracking   do not reject slow dependency extractors])
                    171: if test "x$enable_dependency_tracking" != xno; then
                    172:   am_depcomp="$ac_aux_dir/depcomp"
                    173:   AMDEPBACKSLASH='\'
                    174:   am__nodep='_no'
                    175: fi
                    176: AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
                    177: AC_SUBST([AMDEPBACKSLASH])dnl
                    178: _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
                    179: AC_SUBST([am__nodep])dnl
                    180: _AM_SUBST_NOTMAKE([am__nodep])dnl
                    181: ])
                    182: m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
                    183:   # Autoconf 2.62 quotes --file arguments for eval, but not when files
                    184:   # are listed without --file.  Let's play safe and only enable the eval
                    185:   # if we detect the quoting.
                    186:   case $CONFIG_FILES in
                    187:   *\'*) eval set x "$CONFIG_FILES" ;;
                    188:   *)   set x $CONFIG_FILES ;;
                    189:   esac
                    190:   shift
                    191:   for mf
                    192:   do
                    193:     # Strip MF so we end up with the name of the file.
                    194:     mf=`echo "$mf" | sed -e 's/:.*$//'`
                    195:     # Check whether this is an Automake generated Makefile or not.
                    196:     # We used to match only the files named `Makefile.in', but
                    197:     # some people rename them; so instead we look at the file content.
                    198:     # Grep'ing the first line is not enough: some people post-process
                    199:     # each Makefile.in and add a new line on top of each file to say so.
                    200:     # Grep'ing the whole file is not good either: AIX grep has a line
                    201:     # limit of 2048, but all sed's we know have understand at least 4000.
                    202:     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
                    203:       dirpart=`AS_DIRNAME("$mf")`
                    204:     else
                    205:       continue
                    206:     fi
                    207:     # Extract the definition of DEPDIR, am__include, and am__quote
                    208:     # from the Makefile without running `make'.
                    209:     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
                    210:     test -z "$DEPDIR" && continue
                    211:     am__include=`sed -n 's/^am__include = //p' < "$mf"`
                    212:     test -z "am__include" && continue
                    213:     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
                    214:     # When using ansi2knr, U may be empty or an underscore; expand it
                    215:     U=`sed -n 's/^U = //p' < "$mf"`
                    216:     # Find all dependency output files, they are included files with
                    217:     # $(DEPDIR) in their names.  We invoke sed twice because it is the
                    218:     # simplest approach to changing $(DEPDIR) to its actual value in the
                    219:     # expansion.
                    220:     for file in `sed -n "
                    221:       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
                    222:         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
                    223:       # Make sure the directory exists.
                    224:       test -f "$dirpart/$file" && continue
                    225:       fdir=`AS_DIRNAME(["$file"])`
                    226:       AS_MKDIR_P([$dirpart/$fdir])
                    227:       # echo "creating $dirpart/$file"
                    228:       echo '# dummy' > "$dirpart/$file"
                    229:     done
                    230:   done
                    231: }
                    232: ])
                    233: m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
                    234:      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
                    235:      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
                    236: ])
                    237: m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
                    238: dnl Autoconf wants to disallow AM_ names.  We explicitly allow
                    239: dnl the ones we care about.
                    240: m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
                    241: AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
                    242: AC_REQUIRE([AC_PROG_INSTALL])dnl
                    243: if test "`cd $srcdir && pwd`" != "`pwd`"; then
                    244:   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
                    245:   # is not polluted with repeated "-I."
                    246:   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
                    247:   # test to see if srcdir already configured
                    248:   if test -f $srcdir/config.status; then
                    249:     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
                    250:   fi
                    251: fi
                    252: 
                    253: # test whether we have cygpath
                    254: if test -z "$CYGPATH_W"; then
                    255:   if (cygpath --version) >/dev/null 2>/dev/null; then
                    256:     CYGPATH_W='cygpath -w'
                    257:   else
                    258:     CYGPATH_W=echo
                    259:   fi
                    260: fi
                    261: AC_SUBST([CYGPATH_W])
                    262: 
                    263: # Define the identity of the package.
                    264: dnl Distinguish between old-style and new-style calls.
                    265: m4_ifval([$2],
                    266: [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
                    267:  AC_SUBST([PACKAGE], [$1])dnl
                    268:  AC_SUBST([VERSION], [$2])],
                    269: [_AM_SET_OPTIONS([$1])dnl
                    270: dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
                    271: m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
                    272:   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
                    273:  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
                    274:  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
                    275: 
                    276: _AM_IF_OPTION([no-define],,
                    277: [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
                    278:  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
                    279: 
                    280: # Some tools Automake needs.
                    281: AC_REQUIRE([AM_SANITY_CHECK])dnl
                    282: AC_REQUIRE([AC_ARG_PROGRAM])dnl
                    283: AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
                    284: AM_MISSING_PROG(AUTOCONF, autoconf)
                    285: AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
                    286: AM_MISSING_PROG(AUTOHEADER, autoheader)
                    287: AM_MISSING_PROG(MAKEINFO, makeinfo)
                    288: AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
                    289: AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
                    290: AC_REQUIRE([AM_PROG_MKDIR_P])dnl
                    291: # We need awk for the "check" target.  The system "awk" is bad on
                    292: # some platforms.
                    293: AC_REQUIRE([AC_PROG_AWK])dnl
                    294: AC_REQUIRE([AC_PROG_MAKE_SET])dnl
                    295: AC_REQUIRE([AM_SET_LEADING_DOT])dnl
                    296: _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
                    297:              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
                    298:                             [_AM_PROG_TAR([v7])])])
                    299: _AM_IF_OPTION([no-dependencies],,
                    300: [AC_PROVIDE_IFELSE([AC_PROG_CC],
                    301:                  [_AM_DEPENDENCIES(CC)],
                    302:                  [define([AC_PROG_CC],
                    303:                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
                    304: AC_PROVIDE_IFELSE([AC_PROG_CXX],
                    305:                  [_AM_DEPENDENCIES(CXX)],
                    306:                  [define([AC_PROG_CXX],
                    307:                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
                    308: AC_PROVIDE_IFELSE([AC_PROG_OBJC],
                    309:                  [_AM_DEPENDENCIES(OBJC)],
                    310:                  [define([AC_PROG_OBJC],
                    311:                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
                    312: ])
                    313: _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
                    314: dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
                    315: dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
                    316: dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
                    317: AC_CONFIG_COMMANDS_PRE(dnl
                    318: [m4_provide_if([_AM_COMPILER_EXEEXT],
                    319:   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
                    320: ])
                    321: m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
                    322: _am_arg=$1
                    323: _am_stamp_count=1
                    324: for _am_header in $config_headers :; do
                    325:   case $_am_header in
                    326:     $_am_arg | $_am_arg:* )
                    327:       break ;;
                    328:     * )
                    329:       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
                    330:   esac
                    331: done
                    332: echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
                    333: m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
                    334: if test x"${install_sh}" != xset; then
                    335:   case $am_aux_dir in
                    336:   *\ * | *\    *)
                    337:     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
                    338:   *)
                    339:     install_sh="\${SHELL} $am_aux_dir/install-sh"
                    340:   esac
                    341: fi
                    342: AC_SUBST(install_sh)])
                    343: m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
                    344: mkdir .tst 2>/dev/null
                    345: if test -d .tst; then
                    346:   am__leading_dot=.
                    347: else
                    348:   am__leading_dot=_
                    349: fi
                    350: rmdir .tst 2>/dev/null
                    351: AC_SUBST([am__leading_dot])])
                    352: m4trace:/usr/share/aclocal-1.11/maintainer.m4:19: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
                    353:        [enable], [m4_define([am_maintainer_other], [disable])],
                    354:        [disable], [m4_define([am_maintainer_other], [enable])],
                    355:        [m4_define([am_maintainer_other], [enable])
                    356:         m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
                    357: AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
                    358:   dnl maintainer-mode's default is 'disable' unless 'enable' is passed
                    359:   AC_ARG_ENABLE([maintainer-mode],
                    360: [  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
                    361:                          (and sometimes confusing) to the casual installer],
                    362:       [USE_MAINTAINER_MODE=$enableval],
                    363:       [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
                    364:   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
                    365:   AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
                    366:   MAINT=$MAINTAINER_MODE_TRUE
                    367:   AC_SUBST([MAINT])dnl
                    368: 
                    369: ])
                    370: m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
                    371: m4trace:/usr/share/aclocal-1.11/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
                    372: You should run autoupdate.])dnl
                    373: AM_MAINTAINER_MODE])
                    374: m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
                    375: cat > confinc << 'END'
                    376: am__doit:
                    377:        @echo this is the am__doit target
                    378: .PHONY: am__doit
                    379: END
                    380: # If we don't find an include directive, just comment out the code.
                    381: AC_MSG_CHECKING([for style of include used by $am_make])
                    382: am__include="#"
                    383: am__quote=
                    384: _am_result=none
                    385: # First try GNU make style include.
                    386: echo "include confinc" > confmf
                    387: # Ignore all kinds of additional output from `make'.
                    388: case `$am_make -s -f confmf 2> /dev/null` in #(
                    389: *the\ am__doit\ target*)
                    390:   am__include=include
                    391:   am__quote=
                    392:   _am_result=GNU
                    393:   ;;
                    394: esac
                    395: # Now try BSD make style include.
                    396: if test "$am__include" = "#"; then
                    397:    echo '.include "confinc"' > confmf
                    398:    case `$am_make -s -f confmf 2> /dev/null` in #(
                    399:    *the\ am__doit\ target*)
                    400:      am__include=.include
                    401:      am__quote="\""
                    402:      _am_result=BSD
                    403:      ;;
                    404:    esac
                    405: fi
                    406: AC_SUBST([am__include])
                    407: AC_SUBST([am__quote])
                    408: AC_MSG_RESULT([$_am_result])
                    409: rm -f confinc confmf
                    410: ])
                    411: m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
                    412: $1=${$1-"${am_missing_run}$2"}
                    413: AC_SUBST($1)])
                    414: m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
                    415: AC_REQUIRE_AUX_FILE([missing])dnl
                    416: if test x"${MISSING+set}" != xset; then
                    417:   case $am_aux_dir in
                    418:   *\ * | *\    *)
                    419:     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
                    420:   *)
                    421:     MISSING="\${SHELL} $am_aux_dir/missing" ;;
                    422:   esac
                    423: fi
                    424: # Use eval to expand $SHELL
                    425: if eval "$MISSING --run true"; then
                    426:   am_missing_run="$MISSING --run "
                    427: else
                    428:   am_missing_run=
                    429:   AC_MSG_WARN([`missing' script is too old or missing])
                    430: fi
                    431: ])
                    432: m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
                    433: AC_REQUIRE([AC_PROG_MKDIR_P])dnl
                    434: dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
                    435: dnl while keeping a definition of mkdir_p for backward compatibility.
                    436: dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
                    437: dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
                    438: dnl Makefile.ins that do not define MKDIR_P, so we do our own
                    439: dnl adjustment using top_builddir (which is defined more often than
                    440: dnl MKDIR_P).
                    441: AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
                    442: case $mkdir_p in
                    443:   [[\\/$]]* | ?:[[\\/]]*) ;;
                    444:   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
                    445: esac
                    446: ])
                    447: m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
                    448: m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
                    449: m4trace:/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)])])
                    450: m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
                    451: m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
                    452:    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
                    453:    ac_status=$?
                    454:    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
                    455:    (exit $ac_status); }])
                    456: m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
                    457: # Just in case
                    458: sleep 1
                    459: echo timestamp > conftest.file
                    460: # Reject unsafe characters in $srcdir or the absolute working directory
                    461: # name.  Accept space and tab only in the latter.
                    462: am_lf='
                    463: '
                    464: case `pwd` in
                    465:   *[[\\\"\#\$\&\'\`$am_lf]]*)
                    466:     AC_MSG_ERROR([unsafe absolute working directory name]);;
                    467: esac
                    468: case $srcdir in
                    469:   *[[\\\"\#\$\&\'\`$am_lf\ \   ]]*)
                    470:     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
                    471: esac
                    472: 
                    473: # Do `set' in a subshell so we don't clobber the current shell's
                    474: # arguments.  Must try -L first in case configure is actually a
                    475: # symlink; some systems play weird games with the mod time of symlinks
                    476: # (eg FreeBSD returns the mod time of the symlink's containing
                    477: # directory).
                    478: if (
                    479:    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
                    480:    if test "$[*]" = "X"; then
                    481:       # -L didn't work.
                    482:       set X `ls -t "$srcdir/configure" conftest.file`
                    483:    fi
                    484:    rm -f conftest.file
                    485:    if test "$[*]" != "X $srcdir/configure conftest.file" \
                    486:       && test "$[*]" != "X conftest.file $srcdir/configure"; then
                    487: 
                    488:       # If neither matched, then we have a broken ls.  This can happen
                    489:       # if, for instance, CONFIG_SHELL is bash and it inherits a
                    490:       # broken ls alias from the environment.  This has actually
                    491:       # happened.  Such a system could not be considered "sane".
                    492:       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
                    493: alias in your environment])
                    494:    fi
                    495: 
                    496:    test "$[2]" = conftest.file
                    497:    )
                    498: then
                    499:    # Ok.
                    500:    :
                    501: else
                    502:    AC_MSG_ERROR([newly created file is older than distributed files!
                    503: Check your system clock])
                    504: fi
                    505: AC_MSG_RESULT(yes)])
                    506: m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
                    507: [  --enable-silent-rules          less verbose build output (undo: `make V=1')
                    508:   --disable-silent-rules         verbose build output (undo: `make V=0')])
                    509: case $enable_silent_rules in
                    510: yes) AM_DEFAULT_VERBOSITY=0;;
                    511: no)  AM_DEFAULT_VERBOSITY=1;;
                    512: *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
                    513: esac
                    514: dnl
                    515: dnl A few `make' implementations (e.g., NonStop OS and NextStep)
                    516: dnl do not support nested variable expansions.
                    517: dnl See automake bug#9928 and bug#10237.
                    518: am_make=${MAKE-make}
                    519: AC_CACHE_CHECK([whether $am_make supports nested variables],
                    520:    [am_cv_make_support_nested_variables],
                    521:    [if AS_ECHO([['TRUE=$(BAR$(V))
                    522: BAR0=false
                    523: BAR1=true
                    524: V=1
                    525: am__doit:
                    526:        @$(TRUE)
                    527: .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
                    528:   am_cv_make_support_nested_variables=yes
                    529: else
                    530:   am_cv_make_support_nested_variables=no
                    531: fi])
                    532: if test $am_cv_make_support_nested_variables = yes; then
                    533:   dnl Using `$V' instead of `$(V)' breaks IRIX make.
                    534:   AM_V='$(V)'
                    535:   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
                    536: else
                    537:   AM_V=$AM_DEFAULT_VERBOSITY
                    538:   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
                    539: fi
                    540: AC_SUBST([AM_V])dnl
                    541: AM_SUBST_NOTMAKE([AM_V])dnl
                    542: AC_SUBST([AM_DEFAULT_V])dnl
                    543: AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
                    544: AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
                    545: AM_BACKSLASH='\'
                    546: AC_SUBST([AM_BACKSLASH])dnl
                    547: _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
                    548: ])
                    549: m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
                    550: # Installed binaries are usually stripped using `strip' when the user
                    551: # run `make install-strip'.  However `strip' might not be the right
                    552: # tool to use in cross-compilation environments, therefore Automake
                    553: # will honor the `STRIP' environment variable to overrule this program.
                    554: dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
                    555: if test "$cross_compiling" != no; then
                    556:   AC_CHECK_TOOL([STRIP], [strip], :)
                    557: fi
                    558: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
                    559: AC_SUBST([INSTALL_STRIP_PROGRAM])])
                    560: m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
                    561: m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
                    562: m4trace:/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
                    563: # in the wild :-(  We should find a proper way to deprecate it ...
                    564: AC_SUBST([AMTAR], ['$${TAR-tar}'])
                    565: m4_if([$1], [v7],
                    566:      [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
                    567:      [m4_case([$1], [ustar],, [pax],,
                    568:               [m4_fatal([Unknown tar format])])
                    569: AC_MSG_CHECKING([how to create a $1 tar archive])
                    570: # Loop over all known methods to create a tar archive until one works.
                    571: _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
                    572: _am_tools=${am_cv_prog_tar_$1-$_am_tools}
                    573: # Do not fold the above two line into one, because Tru64 sh and
                    574: # Solaris sh will not grok spaces in the rhs of `-'.
                    575: for _am_tool in $_am_tools
                    576: do
                    577:   case $_am_tool in
                    578:   gnutar)
                    579:     for _am_tar in tar gnutar gtar;
                    580:     do
                    581:       AM_RUN_LOG([$_am_tar --version]) && break
                    582:     done
                    583:     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
                    584:     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
                    585:     am__untar="$_am_tar -xf -"
                    586:     ;;
                    587:   plaintar)
                    588:     # Must skip GNU tar: if it does not support --format= it doesn't create
                    589:     # ustar tarball either.
                    590:     (tar --version) >/dev/null 2>&1 && continue
                    591:     am__tar='tar chf - "$$tardir"'
                    592:     am__tar_='tar chf - "$tardir"'
                    593:     am__untar='tar xf -'
                    594:     ;;
                    595:   pax)
                    596:     am__tar='pax -L -x $1 -w "$$tardir"'
                    597:     am__tar_='pax -L -x $1 -w "$tardir"'
                    598:     am__untar='pax -r'
                    599:     ;;
                    600:   cpio)
                    601:     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
                    602:     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
                    603:     am__untar='cpio -i -H $1 -d'
                    604:     ;;
                    605:   none)
                    606:     am__tar=false
                    607:     am__tar_=false
                    608:     am__untar=false
                    609:     ;;
                    610:   esac
                    611: 
                    612:   # If the value was cached, stop now.  We just wanted to have am__tar
                    613:   # and am__untar set.
                    614:   test -n "${am_cv_prog_tar_$1}" && break
                    615: 
                    616:   # tar/untar a dummy directory, and stop if the command works
                    617:   rm -rf conftest.dir
                    618:   mkdir conftest.dir
                    619:   echo GrepMe > conftest.dir/file
                    620:   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
                    621:   rm -rf conftest.dir
                    622:   if test -s conftest.tar; then
                    623:     AM_RUN_LOG([$am__untar <conftest.tar])
                    624:     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
                    625:   fi
                    626: done
                    627: rm -rf conftest.dir
                    628: 
                    629: AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
                    630: AC_MSG_RESULT([$am_cv_prog_tar_$1])])
                    631: AC_SUBST([am__tar])
                    632: AC_SUBST([am__untar])
                    633: ])
                    634: m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
                    635: m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
                    636: m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
                    637: m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
                    638: m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
                    639: m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
                    640: m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
                    641: m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
                    642: m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
                    643: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
                    644: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
                    645: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
                    646: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
                    647: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
                    648: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
                    649: m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
                    650: m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
                    651: m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
                    652: m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
                    653: m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
                    654: m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
                    655: m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
                    656: m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
                    657: m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
                    658: m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
                    659: m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
                    660: m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
                    661: m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
                    662: m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
                    663: m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
                    664: m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
                    665: m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
                    666: m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
                    667: m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
                    668: m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
                    669: m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
                    670: m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
                    671: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
                    672: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
                    673: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
                    674: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
                    675: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
                    676: m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
                    677: m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
                    678: m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
                    679: m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
                    680: m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
                    681: m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
                    682: m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
                    683: m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
                    684: m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
                    685: m4trace:configure.ac:6: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
                    686: You should run autoupdate.], [../../lib/autoconf/general.m4:1857: AC_CANONICAL_SYSTEM is expanded from...
                    687: configure.ac:6: the top level])
                    688: m4trace:configure.ac:6: -1- m4_pattern_allow([^build$])
                    689: m4trace:configure.ac:6: -1- m4_pattern_allow([^build_cpu$])
                    690: m4trace:configure.ac:6: -1- m4_pattern_allow([^build_vendor$])
                    691: m4trace:configure.ac:6: -1- m4_pattern_allow([^build_os$])
                    692: m4trace:configure.ac:6: -1- m4_pattern_allow([^host$])
                    693: m4trace:configure.ac:6: -1- m4_pattern_allow([^host_cpu$])
                    694: m4trace:configure.ac:6: -1- m4_pattern_allow([^host_vendor$])
                    695: m4trace:configure.ac:6: -1- m4_pattern_allow([^host_os$])
                    696: m4trace:configure.ac:6: -1- m4_pattern_allow([^target$])
                    697: m4trace:configure.ac:6: -1- m4_pattern_allow([^target_cpu$])
                    698: m4trace:configure.ac:6: -1- m4_pattern_allow([^target_vendor$])
                    699: m4trace:configure.ac:6: -1- m4_pattern_allow([^target_os$])
                    700: m4trace:configure.ac:8: -1- AM_INIT_AUTOMAKE
                    701: m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
                    702: m4trace:configure.ac:8: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
                    703: m4trace:configure.ac:8: -1- AM_AUTOMAKE_VERSION([1.11.6])
                    704: m4trace:configure.ac:8: -1- _AM_AUTOCONF_VERSION([2.69])
                    705: m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
                    706: m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
                    707: m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_DATA$])
                    708: m4trace:configure.ac:8: -1- m4_pattern_allow([^am__isrc$])
                    709: m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__isrc])
                    710: m4trace:configure.ac:8: -1- m4_pattern_allow([^CYGPATH_W$])
                    711: m4trace:configure.ac:8: -1- _AM_SET_OPTIONS([])
                    712: m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$])
                    713: m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$])
                    714: m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
                    715:  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
                    716: m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-define])
                    717: m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$])
                    718: m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$])
                    719: m4trace:configure.ac:8: -1- AM_SANITY_CHECK
                    720: m4trace:configure.ac:8: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
                    721: m4trace:configure.ac:8: -1- AM_MISSING_HAS_RUN
                    722: m4trace:configure.ac:8: -1- AM_AUX_DIR_EXPAND
                    723: m4trace:configure.ac:8: -1- m4_pattern_allow([^ACLOCAL$])
                    724: m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
                    725: m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOCONF$])
                    726: m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
                    727: m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOMAKE$])
                    728: m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
                    729: m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOHEADER$])
                    730: m4trace:configure.ac:8: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
                    731: m4trace:configure.ac:8: -1- m4_pattern_allow([^MAKEINFO$])
                    732: m4trace:configure.ac:8: -1- AM_PROG_INSTALL_SH
                    733: m4trace:configure.ac:8: -1- m4_pattern_allow([^install_sh$])
                    734: m4trace:configure.ac:8: -1- AM_PROG_INSTALL_STRIP
                    735: m4trace:configure.ac:8: -1- m4_pattern_allow([^STRIP$])
                    736: m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
                    737: m4trace:configure.ac:8: -1- AM_PROG_MKDIR_P
                    738: m4trace:configure.ac:8: -1- m4_pattern_allow([^MKDIR_P$])
                    739: m4trace:configure.ac:8: -1- m4_pattern_allow([^mkdir_p$])
                    740: m4trace:configure.ac:8: -1- m4_pattern_allow([^AWK$])
                    741: m4trace:configure.ac:8: -1- m4_pattern_allow([^SET_MAKE$])
                    742: m4trace:configure.ac:8: -1- AM_SET_LEADING_DOT
                    743: m4trace:configure.ac:8: -1- m4_pattern_allow([^am__leading_dot$])
                    744: m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
                    745:                             [_AM_PROG_TAR([v7])])])
                    746: m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-ustar])
                    747: m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
                    748: m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-pax])
                    749: m4trace:configure.ac:8: -1- _AM_PROG_TAR([v7])
                    750: m4trace:configure.ac:8: -1- m4_pattern_allow([^AMTAR$])
                    751: m4trace:configure.ac:8: -1- m4_pattern_allow([^am__tar$])
                    752: m4trace:configure.ac:8: -1- m4_pattern_allow([^am__untar$])
                    753: m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
                    754:                  [_AM_DEPENDENCIES(CC)],
                    755:                  [define([AC_PROG_CC],
                    756:                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
                    757: AC_PROVIDE_IFELSE([AC_PROG_CXX],
                    758:                  [_AM_DEPENDENCIES(CXX)],
                    759:                  [define([AC_PROG_CXX],
                    760:                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
                    761: AC_PROVIDE_IFELSE([AC_PROG_OBJC],
                    762:                  [_AM_DEPENDENCIES(OBJC)],
                    763:                  [define([AC_PROG_OBJC],
                    764:                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
                    765: ])
                    766: m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-dependencies])
                    767: m4trace:configure.ac:8: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
                    768: m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([silent-rules])
                    769: m4trace:configure.ac:9: -1- AM_MAINTAINER_MODE
                    770: m4trace:configure.ac:9: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
                    771: m4trace:configure.ac:9: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
                    772: m4trace:configure.ac:9: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
                    773: m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
                    774: m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
                    775: m4trace:configure.ac:9: -1- m4_pattern_allow([^MAINT$])
                    776: m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
                    777: m4trace:configure.ac:14: -1- m4_pattern_allow([^CFLAGS$])
                    778: m4trace:configure.ac:14: -1- m4_pattern_allow([^LDFLAGS$])
                    779: m4trace:configure.ac:14: -1- m4_pattern_allow([^LIBS$])
                    780: m4trace:configure.ac:14: -1- m4_pattern_allow([^CPPFLAGS$])
                    781: m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
                    782: m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
                    783: m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
                    784: m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
                    785: m4trace:configure.ac:14: -1- m4_pattern_allow([^ac_ct_CC$])
                    786: m4trace:configure.ac:14: -1- m4_pattern_allow([^EXEEXT$])
                    787: m4trace:configure.ac:14: -1- m4_pattern_allow([^OBJEXT$])
                    788: m4trace:configure.ac:14: -1- _AM_DEPENDENCIES([CC])
                    789: m4trace:configure.ac:14: -1- AM_SET_DEPDIR
                    790: m4trace:configure.ac:14: -1- m4_pattern_allow([^DEPDIR$])
                    791: m4trace:configure.ac:14: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
                    792: m4trace:configure.ac:14: -1- AM_MAKE_INCLUDE
                    793: m4trace:configure.ac:14: -1- m4_pattern_allow([^am__include$])
                    794: m4trace:configure.ac:14: -1- m4_pattern_allow([^am__quote$])
                    795: m4trace:configure.ac:14: -1- AM_DEP_TRACK
                    796: m4trace:configure.ac:14: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
                    797: m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEP_TRUE$])
                    798: m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEP_FALSE$])
                    799: m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
                    800: m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
                    801: m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
                    802: m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
                    803: m4trace:configure.ac:14: -1- m4_pattern_allow([^am__nodep$])
                    804: m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([am__nodep])
                    805: m4trace:configure.ac:14: -1- m4_pattern_allow([^CCDEPMODE$])
                    806: m4trace:configure.ac:14: -1- AM_CONDITIONAL([am__fastdepCC], [
                    807:   test "x$enable_dependency_tracking" != xno \
                    808:   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
                    809: m4trace:configure.ac:14: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
                    810: m4trace:configure.ac:14: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
                    811: m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
                    812: m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
                    813: m4trace:configure.ac:16: -1- m4_pattern_allow([^SET_MAKE$])
                    814: m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LIBM$])
                    815: m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE_LIBSOCKET$])
                    816: m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBNSL$])
                    817: m4trace:configure.ac:22: -1- m4_pattern_allow([^HAVE_LIBRT$])
                    818: m4trace:configure.ac:25: -1- m4_pattern_allow([^HAVE_LIBNET$])
                    819: m4trace:configure.ac:26: -1- m4_pattern_allow([^HAVE_LIBPCAP$])
                    820: m4trace:configure.ac:30: -1- m4_pattern_allow([^CPP$])
                    821: m4trace:configure.ac:30: -1- m4_pattern_allow([^CPPFLAGS$])
                    822: m4trace:configure.ac:30: -1- m4_pattern_allow([^CPP$])
                    823: m4trace:configure.ac:30: -1- m4_pattern_allow([^GREP$])
                    824: m4trace:configure.ac:30: -1- m4_pattern_allow([^EGREP$])
                    825: m4trace:configure.ac:30: -1- m4_pattern_allow([^STDC_HEADERS$])
                    826: m4trace:configure.ac:51: -1- m4_pattern_allow([^const$])
                    827: m4trace:configure.ac:52: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
                    828: m4trace:configure.ac:53: -1- m4_pattern_allow([^volatile$])
                    829: m4trace:configure.ac:54: -1- m4_pattern_allow([^_UINT8_T$])
                    830: m4trace:configure.ac:54: -1- m4_pattern_allow([^uint8_t$])
                    831: m4trace:configure.ac:55: -1- m4_pattern_allow([^uint16_t$])
                    832: m4trace:configure.ac:56: -1- m4_pattern_allow([^_UINT32_T$])
                    833: m4trace:configure.ac:56: -1- m4_pattern_allow([^uint32_t$])
                    834: m4trace:configure.ac:57: -1- m4_pattern_allow([^_UINT64_T$])
                    835: m4trace:configure.ac:57: -1- m4_pattern_allow([^uint64_t$])
                    836: m4trace:configure.ac:61: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$])
                    837: m4trace:configure.ac:61: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$])
                    838: m4trace:configure.ac:61: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$])
                    839: m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete.  Remove it and all references to SETVBUF_REVERSED.], [../../lib/autoconf/functions.m4:1710: AC_FUNC_SETVBUF_REVERSED is expanded from...
                    840: configure.ac:62: the top level])
                    841: m4trace:configure.ac:63: -1- _m4_warn([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
                    842: You should run autoupdate.], [../../lib/autoconf/types.m4:746: AC_TYPE_SIGNAL is expanded from...
                    843: configure.ac:63: the top level])
                    844: m4trace:configure.ac:63: -1- m4_pattern_allow([^RETSIGTYPE$])
                    845: m4trace:configure.ac:68: -1- m4_pattern_allow([^LIB@&t@OBJS$])
                    846: m4trace:configure.ac:72: -1- m4_pattern_allow([^LIB@&t@OBJS$])
                    847: m4trace:configure.ac:75: -1- m4_pattern_allow([^LIB@&t@OBJS$])
                    848: m4trace:configure.ac:78: -1- m4_pattern_allow([^LIB@&t@OBJS$])
                    849: m4trace:configure.ac:81: -1- m4_pattern_allow([^LIB@&t@OBJS$])
                    850: m4trace:configure.ac:89: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
                    851: You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
                    852: ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
                    853: ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
                    854: ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
                    855: configure.ac:89: the top level])
                    856: m4trace:configure.ac:89: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [../../lib/autoconf/general.m4:2748: AC_RUN_IFELSE is expanded from...
                    857: ../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
                    858: ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
                    859: ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
                    860: ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
                    861: configure.ac:89: the top level])
                    862: m4trace:configure.ac:104: -1- AM_CONDITIONAL([HAVE_CLOCK_MONOTONIC], [test x$ac_cv_have_clock_monotonic = xyes])
                    863: m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_CLOCK_MONOTONIC_TRUE$])
                    864: m4trace:configure.ac:104: -1- m4_pattern_allow([^HAVE_CLOCK_MONOTONIC_FALSE$])
                    865: m4trace:configure.ac:104: -1- _AM_SUBST_NOTMAKE([HAVE_CLOCK_MONOTONIC_TRUE])
                    866: m4trace:configure.ac:104: -1- _AM_SUBST_NOTMAKE([HAVE_CLOCK_MONOTONIC_FALSE])
                    867: m4trace:configure.ac:106: -1- m4_pattern_allow([^HAVE_CLOCK_MONOTONIC$])
                    868: m4trace:configure.ac:112: -1- m4_pattern_allow([^LIB@&t@OBJS$])
                    869: m4trace:configure.ac:112: -1- m4_pattern_allow([^LTLIBOBJS$])
                    870: m4trace:configure.ac:112: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
                    871: m4trace:configure.ac:112: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
                    872: m4trace:configure.ac:112: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
                    873: m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
                    874: m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
                    875: m4trace:configure.ac:112: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
                    876: m4trace:configure.ac:112: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>