1m4trace:/sw64/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
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.10.2], [],
5      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6])
7m4trace:/sw64/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])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:/sw64/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
12AC_PREREQ([2.50])dnl
13# expand $ac_aux_dir to an absolute path
14am_aux_dir=`cd $ac_aux_dir && pwd`
15])
16m4trace:/sw64/share/aclocal-1.10/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
19AC_SUBST([$1_TRUE])dnl
20AC_SUBST([$1_FALSE])dnl
21_AM_SUBST_NOTMAKE([$1_TRUE])dnl
22_AM_SUBST_NOTMAKE([$1_FALSE])dnl
23if $2; then
24  $1_TRUE=
25  $1_FALSE='#'
26else
27  $1_TRUE='#'
28  $1_FALSE=
29fi
30AC_CONFIG_COMMANDS_PRE(
31[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
32  AC_MSG_ERROR([[conditional "$1" was never defined.
33Usually this means the macro was only invoked conditionally.]])
34fi])])
35m4trace:/sw64/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
36AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
37AC_REQUIRE([AM_MAKE_INCLUDE])dnl
38AC_REQUIRE([AM_DEP_TRACK])dnl
39
40ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
41       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
42       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
43       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
44       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
45                   [depcc="$$1"   am_compiler_list=])
46
47AC_CACHE_CHECK([dependency style of $depcc],
48               [am_cv_$1_dependencies_compiler_type],
49[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
50  # We make a subdir and do the tests there.  Otherwise we can end up
51  # making bogus files that we don't know about and never remove.  For
52  # instance it was reported that on HP-UX the gcc test will end up
53  # making a dummy file named `D' -- because `-MD' means `put the output
54  # in D'.
55  mkdir conftest.dir
56  # Copy depcomp to subdir because otherwise we won't find it if we're
57  # using a relative directory.
58  cp "$am_depcomp" conftest.dir
59  cd conftest.dir
60  # We will build objects and dependencies in a subdirectory because
61  # it helps to detect inapplicable dependency modes.  For instance
62  # both Tru64's cc and ICC support -MD to output dependencies as a
63  # side effect of compilation, but ICC will put the dependencies in
64  # the current directory while Tru64 will put them in the object
65  # directory.
66  mkdir sub
67
68  am_cv_$1_dependencies_compiler_type=none
69  if test "$am_compiler_list" = ""; then
70     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
71  fi
72  for depmode in $am_compiler_list; do
73    # Setup a source with many dependencies, because some compilers
74    # like to wrap large dependency lists on column 80 (with \), and
75    # we should not choose a depcomp mode which is confused by this.
76    #
77    # We need to recreate these files for each test, as the compiler may
78    # overwrite some of them when testing with obscure command lines.
79    # This happens at least with the AIX C compiler.
80    : > sub/conftest.c
81    for i in 1 2 3 4 5 6; do
82      echo '#include "conftst'$i'.h"' >> sub/conftest.c
83      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
84      # Solaris 8's {/usr,}/bin/sh.
85      touch sub/conftst$i.h
86    done
87    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
88
89    case $depmode in
90    nosideeffect)
91      # after this tag, mechanisms are not by side-effect, so they'll
92      # only be used when explicitly requested
93      if test "x$enable_dependency_tracking" = xyes; then
94	continue
95      else
96	break
97      fi
98      ;;
99    none) break ;;
100    esac
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.
104    if depmode=$depmode \
105       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
106       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
107       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
108         >/dev/null 2>conftest.err &&
109       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
110       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
111       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
112       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
113      # icc doesn't choke on unknown options, it will just issue warnings
114      # or remarks (even with -Werror).  So we grep stderr for any message
115      # that says an option was ignored or not supported.
116      # When given -MP, icc 7.0 and 7.1 complain thusly:
117      #   icc: Command line warning: ignoring option '-M'; no argument required
118      # The diagnosis changed in icc 8.0:
119      #   icc: Command line remark: option '-MP' not supported
120      if (grep 'ignoring option' conftest.err ||
121          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
122        am_cv_$1_dependencies_compiler_type=$depmode
123        break
124      fi
125    fi
126  done
127
128  cd ..
129  rm -rf conftest.dir
130else
131  am_cv_$1_dependencies_compiler_type=none
132fi
133])
134AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
135AM_CONDITIONAL([am__fastdep$1], [
136  test "x$enable_dependency_tracking" != xno \
137  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
138])
139m4trace:/sw64/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
140AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
141])
142m4trace:/sw64/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
143[  --disable-dependency-tracking  speeds up one-time build
144  --enable-dependency-tracking   do not reject slow dependency extractors])
145if test "x$enable_dependency_tracking" != xno; then
146  am_depcomp="$ac_aux_dir/depcomp"
147  AMDEPBACKSLASH='\'
148fi
149AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
150AC_SUBST([AMDEPBACKSLASH])dnl
151_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
152])
153m4trace:/sw64/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [# Autoconf 2.62 quotes --file arguments for eval, but not when files
154# are listed without --file.  Let's play safe and only enable the eval
155# if we detect the quoting.
156case $CONFIG_FILES in
157*\'*) eval set x "$CONFIG_FILES" ;;
158*)   set x $CONFIG_FILES ;;
159esac
160shift
161for mf
162do
163  # Strip MF so we end up with the name of the file.
164  mf=`echo "$mf" | sed -e 's/:.*$//'`
165  # Check whether this is an Automake generated Makefile or not.
166  # We used to match only the files named `Makefile.in', but
167  # some people rename them; so instead we look at the file content.
168  # Grep'ing the first line is not enough: some people post-process
169  # each Makefile.in and add a new line on top of each file to say so.
170  # Grep'ing the whole file is not good either: AIX grep has a line
171  # limit of 2048, but all sed's we know have understand at least 4000.
172  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
173    dirpart=`AS_DIRNAME("$mf")`
174  else
175    continue
176  fi
177  # Extract the definition of DEPDIR, am__include, and am__quote
178  # from the Makefile without running `make'.
179  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
180  test -z "$DEPDIR" && continue
181  am__include=`sed -n 's/^am__include = //p' < "$mf"`
182  test -z "am__include" && continue
183  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
184  # When using ansi2knr, U may be empty or an underscore; expand it
185  U=`sed -n 's/^U = //p' < "$mf"`
186  # Find all dependency output files, they are included files with
187  # $(DEPDIR) in their names.  We invoke sed twice because it is the
188  # simplest approach to changing $(DEPDIR) to its actual value in the
189  # expansion.
190  for file in `sed -n "
191    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
192       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
193    # Make sure the directory exists.
194    test -f "$dirpart/$file" && continue
195    fdir=`AS_DIRNAME(["$file"])`
196    AS_MKDIR_P([$dirpart/$fdir])
197    # echo "creating $dirpart/$file"
198    echo '# dummy' > "$dirpart/$file"
199  done
200done
201])
202m4trace:/sw64/share/aclocal-1.10/depout.m4:73: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
203     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
204     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
205])
206m4trace:/sw64/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
207m4trace:/sw64/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
208You should run autoupdate.])dnl
209AC_CONFIG_HEADERS($@)])
210m4trace:/sw64/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
211dnl Autoconf wants to disallow AM_ names.  We explicitly allow
212dnl the ones we care about.
213m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
214AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
215AC_REQUIRE([AC_PROG_INSTALL])dnl
216if test "`cd $srcdir && pwd`" != "`pwd`"; then
217  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
218  # is not polluted with repeated "-I."
219  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
220  # test to see if srcdir already configured
221  if test -f $srcdir/config.status; then
222    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
223  fi
224fi
225
226# test whether we have cygpath
227if test -z "$CYGPATH_W"; then
228  if (cygpath --version) >/dev/null 2>/dev/null; then
229    CYGPATH_W='cygpath -w'
230  else
231    CYGPATH_W=echo
232  fi
233fi
234AC_SUBST([CYGPATH_W])
235
236# Define the identity of the package.
237dnl Distinguish between old-style and new-style calls.
238m4_ifval([$2],
239[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
240 AC_SUBST([PACKAGE], [$1])dnl
241 AC_SUBST([VERSION], [$2])],
242[_AM_SET_OPTIONS([$1])dnl
243dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
244m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
245  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
246 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
247 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
248
249_AM_IF_OPTION([no-define],,
250[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
251 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
252
253# Some tools Automake needs.
254AC_REQUIRE([AM_SANITY_CHECK])dnl
255AC_REQUIRE([AC_ARG_PROGRAM])dnl
256AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
257AM_MISSING_PROG(AUTOCONF, autoconf)
258AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
259AM_MISSING_PROG(AUTOHEADER, autoheader)
260AM_MISSING_PROG(MAKEINFO, makeinfo)
261AM_PROG_INSTALL_SH
262AM_PROG_INSTALL_STRIP
263AC_REQUIRE([AM_PROG_MKDIR_P])dnl
264# We need awk for the "check" target.  The system "awk" is bad on
265# some platforms.
266AC_REQUIRE([AC_PROG_AWK])dnl
267AC_REQUIRE([AC_PROG_MAKE_SET])dnl
268AC_REQUIRE([AM_SET_LEADING_DOT])dnl
269_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
270              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
271	      		     [_AM_PROG_TAR([v7])])])
272_AM_IF_OPTION([no-dependencies],,
273[AC_PROVIDE_IFELSE([AC_PROG_CC],
274                  [_AM_DEPENDENCIES(CC)],
275                  [define([AC_PROG_CC],
276                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
277AC_PROVIDE_IFELSE([AC_PROG_CXX],
278                  [_AM_DEPENDENCIES(CXX)],
279                  [define([AC_PROG_CXX],
280                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
281AC_PROVIDE_IFELSE([AC_PROG_OBJC],
282                  [_AM_DEPENDENCIES(OBJC)],
283                  [define([AC_PROG_OBJC],
284                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
285])
286])
287m4trace:/sw64/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
288_am_arg=$1
289_am_stamp_count=1
290for _am_header in $config_headers :; do
291  case $_am_header in
292    $_am_arg | $_am_arg:* )
293      break ;;
294    * )
295      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
296  esac
297done
298echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
299m4trace:/sw64/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
300install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
301AC_SUBST(install_sh)])
302m4trace:/sw64/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
303mkdir .tst 2>/dev/null
304if test -d .tst; then
305  am__leading_dot=.
306else
307  am__leading_dot=_
308fi
309rmdir .tst 2>/dev/null
310AC_SUBST([am__leading_dot])])
311m4trace:/sw64/share/aclocal-1.10/lex.m4:16: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
312AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
313AC_REQUIRE([AC_PROG_LEX])dnl
314if test "$LEX" = :; then
315  LEX=${am_missing_run}flex
316fi])
317m4trace:/sw64/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
318cat > confinc << 'END'
319am__doit:
320	@echo done
321.PHONY: am__doit
322END
323# If we don't find an include directive, just comment out the code.
324AC_MSG_CHECKING([for style of include used by $am_make])
325am__include="#"
326am__quote=
327_am_result=none
328# First try GNU make style include.
329echo "include confinc" > confmf
330# We grep out `Entering directory' and `Leaving directory'
331# messages which can occur if `w' ends up in MAKEFLAGS.
332# In particular we don't look at `^make:' because GNU make might
333# be invoked under some other name (usually "gmake"), in which
334# case it prints its new name instead of `make'.
335if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
336   am__include=include
337   am__quote=
338   _am_result=GNU
339fi
340# Now try BSD make style include.
341if test "$am__include" = "#"; then
342   echo '.include "confinc"' > confmf
343   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
344      am__include=.include
345      am__quote="\""
346      _am_result=BSD
347   fi
348fi
349AC_SUBST([am__include])
350AC_SUBST([am__quote])
351AC_MSG_RESULT([$_am_result])
352rm -f confinc confmf
353])
354m4trace:/sw64/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
355$1=${$1-"${am_missing_run}$2"}
356AC_SUBST($1)])
357m4trace:/sw64/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
358AC_REQUIRE_AUX_FILE([missing])dnl
359test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
360# Use eval to expand $SHELL
361if eval "$MISSING --run true"; then
362  am_missing_run="$MISSING --run "
363else
364  am_missing_run=
365  AC_MSG_WARN([`missing' script is too old or missing])
366fi
367])
368m4trace:/sw64/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
369AC_REQUIRE([AC_PROG_MKDIR_P])dnl
370dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
371dnl while keeping a definition of mkdir_p for backward compatibility.
372dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
373dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
374dnl Makefile.ins that do not define MKDIR_P, so we do our own
375dnl adjustment using top_builddir (which is defined more often than
376dnl MKDIR_P).
377AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
378case $mkdir_p in
379  [[\\/$]]* | ?:[[\\/]]*) ;;
380  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
381esac
382])
383m4trace:/sw64/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
384m4trace:/sw64/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
385m4trace:/sw64/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
386m4trace:/sw64/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
387m4trace:/sw64/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
388   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
389   ac_status=$?
390   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
391   (exit $ac_status); }])
392m4trace:/sw64/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
393# Just in case
394sleep 1
395echo timestamp > conftest.file
396# Do `set' in a subshell so we don't clobber the current shell's
397# arguments.  Must try -L first in case configure is actually a
398# symlink; some systems play weird games with the mod time of symlinks
399# (eg FreeBSD returns the mod time of the symlink's containing
400# directory).
401if (
402   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
403   if test "$[*]" = "X"; then
404      # -L didn't work.
405      set X `ls -t $srcdir/configure conftest.file`
406   fi
407   rm -f conftest.file
408   if test "$[*]" != "X $srcdir/configure conftest.file" \
409      && test "$[*]" != "X conftest.file $srcdir/configure"; then
410
411      # If neither matched, then we have a broken ls.  This can happen
412      # if, for instance, CONFIG_SHELL is bash and it inherits a
413      # broken ls alias from the environment.  This has actually
414      # happened.  Such a system could not be considered "sane".
415      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
416alias in your environment])
417   fi
418
419   test "$[2]" = conftest.file
420   )
421then
422   # Ok.
423   :
424else
425   AC_MSG_ERROR([newly created file is older than distributed files!
426Check your system clock])
427fi
428AC_MSG_RESULT(yes)])
429m4trace:/sw64/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
430# Installed binaries are usually stripped using `strip' when the user
431# run `make install-strip'.  However `strip' might not be the right
432# tool to use in cross-compilation environments, therefore Automake
433# will honor the `STRIP' environment variable to overrule this program.
434dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
435if test "$cross_compiling" != no; then
436  AC_CHECK_TOOL([STRIP], [strip], :)
437fi
438INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
439AC_SUBST([INSTALL_STRIP_PROGRAM])])
440m4trace:/sw64/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
441m4trace:/sw64/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
442AM_MISSING_PROG([AMTAR], [tar])
443m4_if([$1], [v7],
444     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
445     [m4_case([$1], [ustar],, [pax],,
446              [m4_fatal([Unknown tar format])])
447AC_MSG_CHECKING([how to create a $1 tar archive])
448# Loop over all known methods to create a tar archive until one works.
449_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
450_am_tools=${am_cv_prog_tar_$1-$_am_tools}
451# Do not fold the above two line into one, because Tru64 sh and
452# Solaris sh will not grok spaces in the rhs of `-'.
453for _am_tool in $_am_tools
454do
455  case $_am_tool in
456  gnutar)
457    for _am_tar in tar gnutar gtar;
458    do
459      AM_RUN_LOG([$_am_tar --version]) && break
460    done
461    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
462    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
463    am__untar="$_am_tar -xf -"
464    ;;
465  plaintar)
466    # Must skip GNU tar: if it does not support --format= it doesn't create
467    # ustar tarball either.
468    (tar --version) >/dev/null 2>&1 && continue
469    am__tar='tar chf - "$$tardir"'
470    am__tar_='tar chf - "$tardir"'
471    am__untar='tar xf -'
472    ;;
473  pax)
474    am__tar='pax -L -x $1 -w "$$tardir"'
475    am__tar_='pax -L -x $1 -w "$tardir"'
476    am__untar='pax -r'
477    ;;
478  cpio)
479    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
480    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
481    am__untar='cpio -i -H $1 -d'
482    ;;
483  none)
484    am__tar=false
485    am__tar_=false
486    am__untar=false
487    ;;
488  esac
489
490  # If the value was cached, stop now.  We just wanted to have am__tar
491  # and am__untar set.
492  test -n "${am_cv_prog_tar_$1}" && break
493
494  # tar/untar a dummy directory, and stop if the command works
495  rm -rf conftest.dir
496  mkdir conftest.dir
497  echo GrepMe > conftest.dir/file
498  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
499  rm -rf conftest.dir
500  if test -s conftest.tar; then
501    AM_RUN_LOG([$am__untar <conftest.tar])
502    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
503  fi
504done
505rm -rf conftest.dir
506
507AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
508AC_MSG_RESULT([$am_cv_prog_tar_$1])])
509AC_SUBST([am__tar])
510AC_SUBST([am__untar])
511])
512m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
513m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
514m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
515m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
516m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
517m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
518m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
519m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$])
520m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
521m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
522m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
523m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
524m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
525m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
526m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$])
527m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$])
528m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$])
529m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$])
530m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$])
531m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$])
532m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$])
533m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$])
534m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$])
535m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$])
536m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$])
537m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$])
538m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$])
539m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$])
540m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$])
541m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$])
542m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$])
543m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$])
544m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$])
545m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$])
546m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$])
547m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$])
548m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
549m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
550m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
551m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
552m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
553m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$])
554m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$])
555m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$])
556m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$])
557m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$])
558m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$])
559m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$])
560m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$])
561m4trace:configure.in:6: -1- AM_INIT_AUTOMAKE([syck], [0.70])
562m4trace:configure.in:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
563m4trace:configure.in:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
564m4trace:configure.in:6: -1- AM_AUTOMAKE_VERSION([1.10.2])
565m4trace:configure.in:6: -1- _AM_AUTOCONF_VERSION([2.63])
566m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
567m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
568m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_DATA$])
569m4trace:configure.in:6: -1- m4_pattern_allow([^am__isrc$])
570m4trace:configure.in:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
571m4trace:configure.in:6: -1- m4_pattern_allow([^CYGPATH_W$])
572m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE$])
573m4trace:configure.in:6: -1- m4_pattern_allow([^VERSION$])
574m4trace:configure.in:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
575 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
576m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-define])
577m4trace:configure.in:6: -1- m4_pattern_allow([^PACKAGE$])
578m4trace:configure.in:6: -1- m4_pattern_allow([^VERSION$])
579m4trace:configure.in:6: -1- AM_SANITY_CHECK
580m4trace:configure.in:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
581m4trace:configure.in:6: -1- AM_MISSING_HAS_RUN
582m4trace:configure.in:6: -1- AM_AUX_DIR_EXPAND
583m4trace:configure.in:6: -1- m4_pattern_allow([^ACLOCAL$])
584m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
585m4trace:configure.in:6: -1- m4_pattern_allow([^AUTOCONF$])
586m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
587m4trace:configure.in:6: -1- m4_pattern_allow([^AUTOMAKE$])
588m4trace:configure.in:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
589m4trace:configure.in:6: -1- m4_pattern_allow([^AUTOHEADER$])
590m4trace:configure.in:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
591m4trace:configure.in:6: -1- m4_pattern_allow([^MAKEINFO$])
592m4trace:configure.in:6: -1- AM_PROG_INSTALL_SH
593m4trace:configure.in:6: -1- m4_pattern_allow([^install_sh$])
594m4trace:configure.in:6: -1- AM_PROG_INSTALL_STRIP
595m4trace:configure.in:6: -1- m4_pattern_allow([^STRIP$])
596m4trace:configure.in:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
597m4trace:configure.in:6: -1- AM_PROG_MKDIR_P
598m4trace:configure.in:6: -1- m4_pattern_allow([^MKDIR_P$])
599m4trace:configure.in:6: -1- m4_pattern_allow([^mkdir_p$])
600m4trace:configure.in:6: -1- m4_pattern_allow([^AWK$])
601m4trace:configure.in:6: -1- m4_pattern_allow([^SET_MAKE$])
602m4trace:configure.in:6: -1- AM_SET_LEADING_DOT
603m4trace:configure.in:6: -1- m4_pattern_allow([^am__leading_dot$])
604m4trace:configure.in:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
605	      		     [_AM_PROG_TAR([v7])])])
606m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([tar-ustar])
607m4trace:configure.in:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
608m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([tar-pax])
609m4trace:configure.in:6: -1- _AM_PROG_TAR([v7])
610m4trace:configure.in:6: -1- AM_MISSING_PROG([AMTAR], [tar])
611m4trace:configure.in:6: -1- m4_pattern_allow([^AMTAR$])
612m4trace:configure.in:6: -1- m4_pattern_allow([^am__tar$])
613m4trace:configure.in:6: -1- m4_pattern_allow([^am__untar$])
614m4trace:configure.in:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
615                  [_AM_DEPENDENCIES(CC)],
616                  [define([AC_PROG_CC],
617                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
618AC_PROVIDE_IFELSE([AC_PROG_CXX],
619                  [_AM_DEPENDENCIES(CXX)],
620                  [define([AC_PROG_CXX],
621                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
622AC_PROVIDE_IFELSE([AC_PROG_OBJC],
623                  [_AM_DEPENDENCIES(OBJC)],
624                  [define([AC_PROG_OBJC],
625                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
626])
627m4trace:configure.in:6: -2- _AM_MANGLE_OPTION([no-dependencies])
628m4trace:configure.in:7: -1- AM_CONFIG_HEADER([config.h])
629m4trace:configure.in:7: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
630You should run autoupdate.], [/sw64/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
631configure.in:7: the top level])
632m4trace:configure.in:10: -1- m4_pattern_allow([^CC$])
633m4trace:configure.in:10: -1- m4_pattern_allow([^CFLAGS$])
634m4trace:configure.in:10: -1- m4_pattern_allow([^LDFLAGS$])
635m4trace:configure.in:10: -1- m4_pattern_allow([^LIBS$])
636m4trace:configure.in:10: -1- m4_pattern_allow([^CPPFLAGS$])
637m4trace:configure.in:10: -1- m4_pattern_allow([^CC$])
638m4trace:configure.in:10: -1- m4_pattern_allow([^CC$])
639m4trace:configure.in:10: -1- m4_pattern_allow([^CC$])
640m4trace:configure.in:10: -1- m4_pattern_allow([^CC$])
641m4trace:configure.in:10: -1- m4_pattern_allow([^ac_ct_CC$])
642m4trace:configure.in:10: -1- m4_pattern_allow([^EXEEXT$])
643m4trace:configure.in:10: -1- m4_pattern_allow([^OBJEXT$])
644m4trace:configure.in:10: -1- _AM_DEPENDENCIES([CC])
645m4trace:configure.in:10: -1- AM_SET_DEPDIR
646m4trace:configure.in:10: -1- m4_pattern_allow([^DEPDIR$])
647m4trace:configure.in:10: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
648m4trace:configure.in:10: -1- AM_MAKE_INCLUDE
649m4trace:configure.in:10: -1- m4_pattern_allow([^am__include$])
650m4trace:configure.in:10: -1- m4_pattern_allow([^am__quote$])
651m4trace:configure.in:10: -1- AM_DEP_TRACK
652m4trace:configure.in:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
653m4trace:configure.in:10: -1- m4_pattern_allow([^AMDEP_TRUE$])
654m4trace:configure.in:10: -1- m4_pattern_allow([^AMDEP_FALSE$])
655m4trace:configure.in:10: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
656m4trace:configure.in:10: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
657m4trace:configure.in:10: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
658m4trace:configure.in:10: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
659m4trace:configure.in:10: -1- m4_pattern_allow([^CCDEPMODE$])
660m4trace:configure.in:10: -1- AM_CONDITIONAL([am__fastdepCC], [
661  test "x$enable_dependency_tracking" != xno \
662  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
663m4trace:configure.in:10: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
664m4trace:configure.in:10: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
665m4trace:configure.in:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
666m4trace:configure.in:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
667m4trace:configure.in:11: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
668m4trace:configure.in:11: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
669m4trace:configure.in:11: -1- m4_pattern_allow([^INSTALL_DATA$])
670m4trace:configure.in:12: -1- m4_pattern_allow([^LN_S$])
671m4trace:configure.in:13: -1- m4_pattern_allow([^RANLIB$])
672m4trace:configure.in:14: -1- m4_pattern_allow([^SET_MAKE$])
673m4trace:configure.in:15: -1- m4_pattern_allow([^AWK$])
674m4trace:configure.in:16: -1- AM_PROG_LEX
675m4trace:configure.in:16: -1- m4_pattern_allow([^LEX$])
676m4trace:configure.in:16: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$])
677m4trace:configure.in:16: -1- m4_pattern_allow([^LEXLIB$])
678m4trace:configure.in:16: -1- m4_pattern_allow([^YYTEXT_POINTER$])
679m4trace:configure.in:18: -1- m4_pattern_allow([^YACC$])
680m4trace:configure.in:26: -1- m4_pattern_allow([^CPP$])
681m4trace:configure.in:26: -1- m4_pattern_allow([^CPPFLAGS$])
682m4trace:configure.in:26: -1- m4_pattern_allow([^CPP$])
683m4trace:configure.in:26: -1- m4_pattern_allow([^GREP$])
684m4trace:configure.in:26: -1- m4_pattern_allow([^EGREP$])
685m4trace:configure.in:26: -1- m4_pattern_allow([^STDC_HEADERS$])
686m4trace:configure.in:28: -1- m4_pattern_allow([^SIZEOF_INT$])
687m4trace:configure.in:29: -1- m4_pattern_allow([^SIZEOF_LONG$])
688m4trace:configure.in:34: -1- m4_pattern_allow([^HAVE_MALLOC$])
689m4trace:configure.in:34: -1- m4_pattern_allow([^HAVE_MALLOC$])
690m4trace:configure.in:34: -1- m4_pattern_allow([^LIB@&t@OBJS$])
691m4trace:configure.in:34: -1- m4_pattern_allow([^malloc$])
692m4trace:configure.in:35: -1- m4_pattern_allow([^HAVE_DOPRNT$])
693m4trace:configure.in:40: -1- m4_pattern_allow([^LIB@&t@OBJS$])
694m4trace:configure.in:40: -1- m4_pattern_allow([^LTLIBOBJS$])
695m4trace:configure.in:40: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
696m4trace:configure.in:40: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
697