1m4trace:/usr/share/aclocal/isc-posix.m4:26: -1- AC_DEFUN([AC_ISC_POSIX], [
2    dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
3    AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
4
5])
6m4trace:/usr/autotool/devel/share/aclocal-1.9/amversion.m4:23: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
7m4trace:/usr/autotool/devel/share/aclocal-1.9/amversion.m4:30: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.1])])
8m4trace:/usr/autotool/devel/share/aclocal-1.9/auxdir.m4:63: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
9AC_PREREQ([2.50])dnl
10# expand $ac_aux_dir to an absolute path
11am_aux_dir=`cd $ac_aux_dir && pwd`
12])
13m4trace:/usr/autotool/devel/share/aclocal-1.9/cond.m4:42: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
14 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
15	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
16AC_SUBST([$1_TRUE])
17AC_SUBST([$1_FALSE])
18if $2; then
19  $1_TRUE=
20  $1_FALSE='#'
21else
22  $1_TRUE='#'
23  $1_FALSE=
24fi
25AC_CONFIG_COMMANDS_PRE(
26[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
27  AC_MSG_ERROR([[conditional "$1" was never defined.
28Usually this means the macro was only invoked conditionally.]])
29fi])])
30m4trace:/usr/autotool/devel/share/aclocal-1.9/depend.m4:142: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
31AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
32AC_REQUIRE([AM_MAKE_INCLUDE])dnl
33AC_REQUIRE([AM_DEP_TRACK])dnl
34
35ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
36       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
37       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
38       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
39                   [depcc="$$1"   am_compiler_list=])
40
41AC_CACHE_CHECK([dependency style of $depcc],
42               [am_cv_$1_dependencies_compiler_type],
43[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
44  # We make a subdir and do the tests there.  Otherwise we can end up
45  # making bogus files that we don't know about and never remove.  For
46  # instance it was reported that on HP-UX the gcc test will end up
47  # making a dummy file named `D' -- because `-MD' means `put the output
48  # in D'.
49  mkdir conftest.dir
50  # Copy depcomp to subdir because otherwise we won't find it if we're
51  # using a relative directory.
52  cp "$am_depcomp" conftest.dir
53  cd conftest.dir
54  # We will build objects and dependencies in a subdirectory because
55  # it helps to detect inapplicable dependency modes.  For instance
56  # both Tru64's cc and ICC support -MD to output dependencies as a
57  # side effect of compilation, but ICC will put the dependencies in
58  # the current directory while Tru64 will put them in the object
59  # directory.
60  mkdir sub
61
62  am_cv_$1_dependencies_compiler_type=none
63  if test "$am_compiler_list" = ""; then
64     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
65  fi
66  for depmode in $am_compiler_list; do
67    # Setup a source with many dependencies, because some compilers
68    # like to wrap large dependency lists on column 80 (with \), and
69    # we should not choose a depcomp mode which is confused by this.
70    #
71    # We need to recreate these files for each test, as the compiler may
72    # overwrite some of them when testing with obscure command lines.
73    # This happens at least with the AIX C compiler.
74    : > sub/conftest.c
75    for i in 1 2 3 4 5 6; do
76      echo '#include "conftst'$i'.h"' >> sub/conftest.c
77      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
78      # Solaris 8's {/usr,}/bin/sh.
79      touch sub/conftst$i.h
80    done
81    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
82
83    case $depmode in
84    nosideeffect)
85      # after this tag, mechanisms are not by side-effect, so they'll
86      # only be used when explicitly requested
87      if test "x$enable_dependency_tracking" = xyes; then
88	continue
89      else
90	break
91      fi
92      ;;
93    none) break ;;
94    esac
95    # We check with `-c' and `-o' for the sake of the "dashmstdout"
96    # mode.  It turns out that the SunPro C++ compiler does not properly
97    # handle `-M -o', and we need to detect this.
98    if depmode=$depmode \
99       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
100       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
101       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
102         >/dev/null 2>conftest.err &&
103       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
104       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
105       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
106      # icc doesn't choke on unknown options, it will just issue warnings
107      # or remarks (even with -Werror).  So we grep stderr for any message
108      # that says an option was ignored or not supported.
109      # When given -MP, icc 7.0 and 7.1 complain thusly:
110      #   icc: Command line warning: ignoring option '-M'; no argument required
111      # The diagnosis changed in icc 8.0:
112      #   icc: Command line remark: option '-MP' not supported
113      if (grep 'ignoring option' conftest.err ||
114          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
115        am_cv_$1_dependencies_compiler_type=$depmode
116        break
117      fi
118    fi
119  done
120
121  cd ..
122  rm -rf conftest.dir
123else
124  am_cv_$1_dependencies_compiler_type=none
125fi
126])
127AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
128AM_CONDITIONAL([am__fastdep$1], [
129  test "x$enable_dependency_tracking" != xno \
130  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
131])
132m4trace:/usr/autotool/devel/share/aclocal-1.9/depend.m4:152: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
133AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
134])
135m4trace:/usr/autotool/devel/share/aclocal-1.9/depend.m4:167: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
136[  --disable-dependency-tracking  speeds up one-time build
137  --enable-dependency-tracking   do not reject slow dependency extractors])
138if test "x$enable_dependency_tracking" != xno; then
139  am_depcomp="$ac_aux_dir/depcomp"
140  AMDEPBACKSLASH='\'
141fi
142AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
143AC_SUBST([AMDEPBACKSLASH])
144])
145m4trace:/usr/autotool/devel/share/aclocal-1.9/depout.m4:64: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
146  # Strip MF so we end up with the name of the file.
147  mf=`echo "$mf" | sed -e 's/:.*$//'`
148  # Check whether this is an Automake generated Makefile or not.
149  # We used to match only the files named `Makefile.in', but
150  # some people rename them; so instead we look at the file content.
151  # Grep'ing the first line is not enough: some people post-process
152  # each Makefile.in and add a new line on top of each file to say so.
153  # So let's grep whole file.
154  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
155    dirpart=`AS_DIRNAME("$mf")`
156  else
157    continue
158  fi
159  # Extract the definition of DEPDIR, am__include, and am__quote
160  # from the Makefile without running `make'.
161  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
162  test -z "$DEPDIR" && continue
163  am__include=`sed -n 's/^am__include = //p' < "$mf"`
164  test -z "am__include" && continue
165  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
166  # When using ansi2knr, U may be empty or an underscore; expand it
167  U=`sed -n 's/^U = //p' < "$mf"`
168  # Find all dependency output files, they are included files with
169  # $(DEPDIR) in their names.  We invoke sed twice because it is the
170  # simplest approach to changing $(DEPDIR) to its actual value in the
171  # expansion.
172  for file in `sed -n "
173    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
174       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
175    # Make sure the directory exists.
176    test -f "$dirpart/$file" && continue
177    fdir=`AS_DIRNAME(["$file"])`
178    AS_MKDIR_P([$dirpart/$fdir])
179    # echo "creating $dirpart/$file"
180    echo '# dummy' > "$dirpart/$file"
181  done
182done
183])
184m4trace:/usr/autotool/devel/share/aclocal-1.9/depout.m4:78: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
185     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
186     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
187])
188m4trace:/usr/autotool/devel/share/aclocal-1.9/header.m4:23: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
189m4trace:/usr/autotool/devel/share/aclocal-1.9/header.m4:23: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
190You should run autoupdate.])dnl
191AC_CONFIG_HEADERS($@)])
192m4trace:/usr/autotool/devel/share/aclocal-1.9/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
193dnl Autoconf wants to disallow AM_ names.  We explicitly allow
194dnl the ones we care about.
195m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
196AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
197AC_REQUIRE([AC_PROG_INSTALL])dnl
198# test to see if srcdir already configured
199if test "`cd $srcdir && pwd`" != "`pwd`" &&
200   test -f $srcdir/config.status; then
201  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
202fi
203
204# test whether we have cygpath
205if test -z "$CYGPATH_W"; then
206  if (cygpath --version) >/dev/null 2>/dev/null; then
207    CYGPATH_W='cygpath -w'
208  else
209    CYGPATH_W=echo
210  fi
211fi
212AC_SUBST([CYGPATH_W])
213
214# Define the identity of the package.
215dnl Distinguish between old-style and new-style calls.
216m4_ifval([$2],
217[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
218 AC_SUBST([PACKAGE], [$1])dnl
219 AC_SUBST([VERSION], [$2])],
220[_AM_SET_OPTIONS([$1])dnl
221 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
222 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
223
224_AM_IF_OPTION([no-define],,
225[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
226 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
227
228# Some tools Automake needs.
229AC_REQUIRE([AM_SANITY_CHECK])dnl
230AC_REQUIRE([AC_ARG_PROGRAM])dnl
231AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
232AM_MISSING_PROG(AUTOCONF, autoconf)
233AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
234AM_MISSING_PROG(AUTOHEADER, autoheader)
235AM_MISSING_PROG(MAKEINFO, makeinfo)
236AM_PROG_INSTALL_SH
237AM_PROG_INSTALL_STRIP
238AC_REQUIRE([AM_PROG_MKDIR_P])dnl
239# We need awk for the "check" target.  The system "awk" is bad on
240# some platforms.
241AC_REQUIRE([AC_PROG_AWK])dnl
242AC_REQUIRE([AC_PROG_MAKE_SET])dnl
243AC_REQUIRE([AM_SET_LEADING_DOT])dnl
244_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
245              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
246	      		     [_AM_PROG_TAR([v7])])])
247_AM_IF_OPTION([no-dependencies],,
248[AC_PROVIDE_IFELSE([AC_PROG_CC],
249                  [_AM_DEPENDENCIES(CC)],
250                  [define([AC_PROG_CC],
251                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
252AC_PROVIDE_IFELSE([AC_PROG_CXX],
253                  [_AM_DEPENDENCIES(CXX)],
254                  [define([AC_PROG_CXX],
255                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
256])
257])
258m4trace:/usr/autotool/devel/share/aclocal-1.9/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
259_am_stamp_count=1
260for _am_header in $config_headers :; do
261  case $_am_header in
262    $1 | $1:* )
263      break ;;
264    * )
265      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
266  esac
267done
268echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
269m4trace:/usr/autotool/devel/share/aclocal-1.9/install-sh.m4:25: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
270install_sh=${install_sh-"$am_aux_dir/install-sh"}
271AC_SUBST(install_sh)])
272m4trace:/usr/autotool/devel/share/aclocal-1.9/lead-dot.m4:32: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
273mkdir .tst 2>/dev/null
274if test -d .tst; then
275  am__leading_dot=.
276else
277  am__leading_dot=_
278fi
279rmdir .tst 2>/dev/null
280AC_SUBST([am__leading_dot])])
281m4trace:/usr/autotool/devel/share/aclocal-1.9/lex.m4:34: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
282AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
283AC_REQUIRE([AC_PROG_LEX])dnl
284if test "$LEX" = :; then
285  LEX=${am_missing_run}flex
286fi])
287m4trace:/usr/autotool/devel/share/aclocal-1.9/maintainer.m4:37: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
288  dnl maintainer-mode is disabled by default
289  AC_ARG_ENABLE(maintainer-mode,
290[  --enable-maintainer-mode  enable make rules and dependencies not useful
291			  (and sometimes confusing) to the casual installer],
292      USE_MAINTAINER_MODE=$enableval,
293      USE_MAINTAINER_MODE=no)
294  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
295  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
296  MAINT=$MAINTAINER_MODE_TRUE
297  AC_SUBST(MAINT)dnl
298
299])
300m4trace:/usr/autotool/devel/share/aclocal-1.9/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
301m4trace:/usr/autotool/devel/share/aclocal-1.9/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
302You should run autoupdate.])dnl
303AM_MAINTAINER_MODE])
304m4trace:/usr/autotool/devel/share/aclocal-1.9/make.m4:62: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
305cat > confinc << 'END'
306am__doit:
307	@echo done
308.PHONY: am__doit
309END
310# If we don't find an include directive, just comment out the code.
311AC_MSG_CHECKING([for style of include used by $am_make])
312am__include="#"
313am__quote=
314_am_result=none
315# First try GNU make style include.
316echo "include confinc" > confmf
317# We grep out `Entering directory' and `Leaving directory'
318# messages which can occur if `w' ends up in MAKEFLAGS.
319# In particular we don't look at `^make:' because GNU make might
320# be invoked under some other name (usually "gmake"), in which
321# case it prints its new name instead of `make'.
322if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
323   am__include=include
324   am__quote=
325   _am_result=GNU
326fi
327# Now try BSD make style include.
328if test "$am__include" = "#"; then
329   echo '.include "confinc"' > confmf
330   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
331      am__include=.include
332      am__quote="\""
333      _am_result=BSD
334   fi
335fi
336AC_SUBST([am__include])
337AC_SUBST([am__quote])
338AC_MSG_RESULT([$_am_result])
339rm -f confinc confmf
340])
341m4trace:/usr/autotool/devel/share/aclocal-1.9/missing.m4:31: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
342$1=${$1-"${am_missing_run}$2"}
343AC_SUBST($1)])
344m4trace:/usr/autotool/devel/share/aclocal-1.9/missing.m4:48: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
345test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
346# Use eval to expand $SHELL
347if eval "$MISSING --run true"; then
348  am_missing_run="$MISSING --run "
349else
350  am_missing_run=
351  AC_MSG_WARN([`missing' script is too old or missing])
352fi
353])
354m4trace:/usr/autotool/devel/share/aclocal-1.9/mkdirp.m4:73: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
355  # We used to keeping the `.' as first argument, in order to
356  # allow $(mkdir_p) to be used without argument.  As in
357  #   $(mkdir_p) $(somedir)
358  # where $(somedir) is conditionally defined.  However this is wrong
359  # for two reasons:
360  #  1. if the package is installed by a user who cannot write `.'
361  #     make install will fail,
362  #  2. the above comment should most certainly read
363  #     $(mkdir_p) $(DESTDIR)$(somedir)
364  #     so it does not work when $(somedir) is undefined and
365  #     $(DESTDIR) is not.
366  #  To support the latter case, we have to write
367  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
368  #  so the `.' trick is pointless.
369  mkdir_p='mkdir -p --'
370else
371  # On NextStep and OpenStep, the `mkdir' command does not
372  # recognize any option.  It will interpret all options as
373  # directories to create, and then abort because `.' already
374  # exists.
375  for d in ./-p ./--version;
376  do
377    test -d $d && rmdir $d
378  done
379  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
380  if test -f "$ac_aux_dir/mkinstalldirs"; then
381    mkdir_p='$(mkinstalldirs)'
382  else
383    mkdir_p='$(install_sh) -d'
384  fi
385fi
386AC_SUBST([mkdir_p])])
387m4trace:/usr/autotool/devel/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
388m4trace:/usr/autotool/devel/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
389m4trace:/usr/autotool/devel/share/aclocal-1.9/options.m4:37: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
390m4trace:/usr/autotool/devel/share/aclocal-1.9/options.m4:43: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
391m4trace:/usr/autotool/devel/share/aclocal-1.9/runlog.m4:27: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
392   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
393   ac_status=$?
394   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
395   (exit $ac_status); }])
396m4trace:/usr/autotool/devel/share/aclocal-1.9/sanity.m4:63: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
397# Just in case
398sleep 1
399echo timestamp > conftest.file
400# Do `set' in a subshell so we don't clobber the current shell's
401# arguments.  Must try -L first in case configure is actually a
402# symlink; some systems play weird games with the mod time of symlinks
403# (eg FreeBSD returns the mod time of the symlink's containing
404# directory).
405if (
406   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
407   if test "$[*]" = "X"; then
408      # -L didn't work.
409      set X `ls -t $srcdir/configure conftest.file`
410   fi
411   rm -f conftest.file
412   if test "$[*]" != "X $srcdir/configure conftest.file" \
413      && test "$[*]" != "X conftest.file $srcdir/configure"; then
414
415      # If neither matched, then we have a broken ls.  This can happen
416      # if, for instance, CONFIG_SHELL is bash and it inherits a
417      # broken ls alias from the environment.  This has actually
418      # happened.  Such a system could not be considered "sane".
419      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
420alias in your environment])
421   fi
422
423   test "$[2]" = conftest.file
424   )
425then
426   # Ok.
427   :
428else
429   AC_MSG_ERROR([newly created file is older than distributed files!
430Check your system clock])
431fi
432AC_MSG_RESULT(yes)])
433m4trace:/usr/autotool/devel/share/aclocal-1.9/strip.m4:38: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
434# Installed binaries are usually stripped using `strip' when the user
435# run `make install-strip'.  However `strip' might not be the right
436# tool to use in cross-compilation environments, therefore Automake
437# will honor the `STRIP' environment variable to overrule this program.
438dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
439if test "$cross_compiling" != no; then
440  AC_CHECK_TOOL([STRIP], [strip], :)
441fi
442INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
443AC_SUBST([INSTALL_STRIP_PROGRAM])])
444m4trace:/usr/autotool/devel/share/aclocal-1.9/tar.m4:107: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
445AM_MISSING_PROG([AMTAR], [tar])
446m4_if([$1], [v7],
447     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
448     [m4_case([$1], [ustar],, [pax],,
449              [m4_fatal([Unknown tar format])])
450AC_MSG_CHECKING([how to create a $1 tar archive])
451# Loop over all known methods to create a tar archive until one works.
452_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
453_am_tools=${am_cv_prog_tar_$1-$_am_tools}
454# Do not fold the above two line into one, because Tru64 sh and
455# Solaris sh will not grok spaces in the rhs of `-'.
456for _am_tool in $_am_tools
457do
458  case $_am_tool in
459  gnutar)
460    for _am_tar in tar gnutar gtar;
461    do
462      AM_RUN_LOG([$_am_tar --version]) && break
463    done
464    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
465    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
466    am__untar="$_am_tar -xf -"
467    ;;
468  plaintar)
469    # Must skip GNU tar: if it does not support --format= it doesn't create
470    # ustar tarball either.
471    (tar --version) >/dev/null 2>&1 && continue
472    am__tar='tar chf - "$$tardir"'
473    am__tar_='tar chf - "$tardir"'
474    am__untar='tar xf -'
475    ;;
476  pax)
477    am__tar='pax -L -x $1 -w "$$tardir"'
478    am__tar_='pax -L -x $1 -w "$tardir"'
479    am__untar='pax -r'
480    ;;
481  cpio)
482    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
483    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
484    am__untar='cpio -i -H $1 -d'
485    ;;
486  none)
487    am__tar=false
488    am__tar_=false
489    am__untar=false
490    ;;
491  esac
492
493  # If the value was cached, stop now.  We just wanted to have am__tar
494  # and am__untar set.
495  test -n "${am_cv_prog_tar_$1}" && break
496
497  # tar/untar a dummy directory, and stop if the command works
498  rm -rf conftest.dir
499  mkdir conftest.dir
500  echo GrepMe > conftest.dir/file
501  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
502  rm -rf conftest.dir
503  if test -s conftest.tar; then
504    AM_RUN_LOG([$am__untar <conftest.tar])
505    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
506  fi
507done
508rm -rf conftest.dir
509
510AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
511AC_MSG_RESULT([$am_cv_prog_tar_$1])])
512AC_SUBST([am__tar])
513AC_SUBST([am__untar])
514])
515m4trace:acinclude.m4:16: -1- AC_DEFUN([GAS_CHECK_DECL_NEEDED], [
516AC_MSG_CHECKING(whether declaration is required for $1)
517AC_CACHE_VAL(gas_cv_decl_needed_$1,
518AC_TRY_LINK([$4],
519[
520typedef $3;
521$2 x;
522x = ($2) $1;
523], gas_cv_decl_needed_$1=no, gas_cv_decl_needed_$1=yes))dnl
524AC_MSG_RESULT($gas_cv_decl_needed_$1)
525if test $gas_cv_decl_needed_$1 = yes; then
526 AC_DEFINE([NEED_DECLARATION_]translit($1, [a-z], [A-Z]), 1,
527	   [Define if $1 is not declared in system header files.])
528fi
529])
530m4trace:acinclude.m4:37: -1- AC_DEFUN([GAS_WORKING_ASSERT], [AC_MSG_CHECKING([for working assert macro])
531AC_CACHE_VAL(gas_cv_assert_ok,
532AC_TRY_LINK([#include <assert.h>
533#include <stdio.h>], [
534/* check for requoting problems */
535static int a, b, c, d;
536static char *s;
537assert (!strcmp(s, "foo bar baz quux"));
538/* check for newline handling */
539assert (a == b
540        || c == d);
541], gas_cv_assert_ok=yes, gas_cv_assert_ok=no))dnl
542AC_MSG_RESULT($gas_cv_assert_ok)
543test $gas_cv_assert_ok = yes || AC_DEFINE(BROKEN_ASSERT, 1, [assert broken?])
544])
545m4trace:acinclude.m4:56: -1- AC_DEFUN([GAS_UNIQ], [_gas_uniq_list="[$]$1"
546_gas_uniq_newlist=""
547dnl Protect against empty input list.
548for _gas_uniq_i in _gas_uniq_dummy [$]_gas_uniq_list ; do
549  case [$]_gas_uniq_i in
550  _gas_uniq_dummy) ;;
551  *) case " [$]_gas_uniq_newlist " in
552       *" [$]_gas_uniq_i "*) ;;
553       *) _gas_uniq_newlist="[$]_gas_uniq_newlist [$]_gas_uniq_i" ;;
554     esac ;;
555  esac
556done
557$1=[$]_gas_uniq_newlist
558])
559m4trace:acinclude.m4:58: -1- sinclude([../libtool.m4])
560m4trace:../libtool.m4:52: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
561dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
562dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
563  AC_PROVIDE_IFELSE([AC_PROG_CXX],
564    [AC_LIBTOOL_CXX],
565    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
566])])
567
568dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
569dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
570dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
571  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
572    [AC_LIBTOOL_GCJ],
573    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
574        [AC_LIBTOOL_GCJ],
575	[AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
576	  [AC_LIBTOOL_GCJ],
577	[ifdef([AC_PROG_GCJ],
578	       [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ
579])])
580	 ifdef([A][M_PROG_GCJ],
581	       [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ
582])])
583	 ifdef([LT_AC_PROG_GCJ],
584	       [define([LT_AC_PROG_GCJ], defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ
585])])])])])])
586m4trace:../libtool.m4:86: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
587AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
588AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
589
590# Save cache, so that ltconfig can load it
591AC_CACHE_SAVE
592
593# Actually configure libtool.  ac_aux_dir is where install-sh is found.
594AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
595MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
596LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
597AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
598objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
599deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
600${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
601$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
602|| AC_MSG_ERROR([libtool configure failed])
603
604# Reload cache, that may have been modified by ltconfig
605AC_CACHE_LOAD
606
607# This can be used to rebuild libtool when needed
608LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
609
610# Always use our own libtool.
611LIBTOOL='$(SHELL) $(top_builddir)/libtool'
612AC_SUBST(LIBTOOL)dnl
613
614# Redirect the config.log output again, so that the ltconfig log is not
615# clobbered by the next message.
616exec 5>>./config.log
617])
618m4trace:../libtool.m4:238: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.13)dnl
619AC_REQUIRE([AC_ENABLE_SHARED])dnl
620AC_REQUIRE([AC_ENABLE_STATIC])dnl
621AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
622AC_REQUIRE([AC_CANONICAL_HOST])dnl
623AC_REQUIRE([AC_CANONICAL_BUILD])dnl
624AC_REQUIRE([AC_PROG_CC])dnl
625AC_REQUIRE([AC_PROG_LD])dnl
626AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
627AC_REQUIRE([AC_PROG_NM])dnl
628AC_REQUIRE([AC_PROG_LN_S])dnl
629AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
630# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
631AC_REQUIRE([AC_OBJEXT])dnl
632AC_REQUIRE([AC_EXEEXT])dnl
633dnl
634
635# Only perform the check for file, if the check method requires it
636case $deplibs_check_method in
637file_magic*)
638  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
639    AC_PATH_MAGIC
640  fi
641  ;;
642esac
643
644AC_CHECK_TOOL(RANLIB, ranlib, :)
645AC_CHECK_TOOL(STRIP, strip, :)
646
647# Check for any special flags to pass to ltconfig.
648libtool_flags="--cache-file=$cache_file"
649test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
650test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
651test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
652test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
653test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
654ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN],
655[libtool_flags="$libtool_flags --enable-dlopen"])
656ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
657[libtool_flags="$libtool_flags --enable-win32-dll"])
658AC_ARG_ENABLE(libtool-lock,
659  [  --disable-libtool-lock  avoid locking (might break parallel builds)])
660test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
661test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
662
663AC_ARG_WITH(pic,
664  [  --with-pic              try to use only PIC/non-PIC objects [default=use both]],
665     pic_mode="$withval", pic_mode=default)
666test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
667test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
668
669# Some flags need to be propagated to the compiler or linker for good
670# libtool support.
671case $host in
672*-*-irix6*)
673  # Find out which ABI we are using.
674  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
675  if AC_TRY_EVAL(ac_compile); then
676   if test "$lt_cv_prog_gnu_ld" = yes; then
677    case `/usr/bin/file conftest.$ac_objext` in
678    *32-bit*)
679      LD="${LD-ld} -melf32bsmip"
680      ;;
681    *N32*)
682      LD="${LD-ld} -melf32bmipn32"
683      ;;
684    *64-bit*)
685      LD="${LD-ld} -melf64bmip"
686      ;;
687    esac
688   else
689    case `/usr/bin/file conftest.$ac_objext` in
690    *32-bit*)
691      LD="${LD-ld} -32"
692      ;;
693    *N32*)
694      LD="${LD-ld} -n32"
695      ;;
696    *64-bit*)
697      LD="${LD-ld} -64"
698      ;;
699    esac
700   fi
701  fi
702  rm -rf conftest*
703  ;;
704
705ia64-*-hpux*)
706  # Find out which ABI we are using.
707  echo 'int i;' > conftest.$ac_ext
708  if AC_TRY_EVAL(ac_compile); then
709    case "`/usr/bin/file conftest.o`" in
710    *ELF-32*)
711      HPUX_IA64_MODE="32"
712      ;;
713    *ELF-64*)
714      HPUX_IA64_MODE="64"
715      ;;
716    esac
717  fi
718  rm -rf conftest*
719  ;;
720
721*-*-sco3.2v5*)
722  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
723  SAVE_CFLAGS="$CFLAGS"
724  CFLAGS="$CFLAGS -belf"
725  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
726    [AC_LANG_SAVE
727     AC_LANG_C
728     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
729     AC_LANG_RESTORE])
730  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
731    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
732    CFLAGS="$SAVE_CFLAGS"
733  fi
734  ;;
735
736ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
737[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
738  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
739  AC_CHECK_TOOL(AS, as, false)
740  AC_CHECK_TOOL(OBJDUMP, objdump, false)
741
742  # recent cygwin and mingw systems supply a stub DllMain which the user
743  # can override, but on older systems we have to supply one
744  AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain,
745    [AC_TRY_LINK([],
746      [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
747      DllMain (0, 0, 0);],
748      [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])])
749
750  case $host/$CC in
751  *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
752    # old mingw systems require "-dll" to link a DLL, while more recent ones
753    # require "-mdll"
754    SAVE_CFLAGS="$CFLAGS"
755    CFLAGS="$CFLAGS -mdll"
756    AC_CACHE_CHECK([how to link DLLs], lt_cv_cc_dll_switch,
757      [AC_TRY_LINK([], [], [lt_cv_cc_dll_switch=-mdll],[lt_cv_cc_dll_switch=-dll])])
758    CFLAGS="$SAVE_CFLAGS" ;;
759  *-*-cygwin* | *-*-pw32*)
760    # cygwin systems need to pass --dll to the linker, and not link
761    # crt.o which will require a WinMain@16 definition.
762    lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;;
763  esac
764  ;;
765  ])
766esac
767])
768m4trace:../libtool.m4:241: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
769m4trace:../libtool.m4:244: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
770m4trace:../libtool.m4:273: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
771AC_ARG_ENABLE(shared,
772changequote(<<, >>)dnl
773<<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
774changequote([, ])dnl
775[p=${PACKAGE-default}
776case $enableval in
777yes) enable_shared=yes ;;
778no) enable_shared=no ;;
779*)
780  enable_shared=no
781  # Look at the argument we got.  We use all the common list separators.
782  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
783  for pkg in $enableval; do
784    if test "X$pkg" = "X$p"; then
785      enable_shared=yes
786    fi
787  done
788  IFS="$ac_save_ifs"
789  ;;
790esac],
791enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
792])
793m4trace:../libtool.m4:277: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
794AC_ENABLE_SHARED(no)])
795m4trace:../libtool.m4:306: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
796AC_ARG_ENABLE(static,
797changequote(<<, >>)dnl
798<<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
799changequote([, ])dnl
800[p=${PACKAGE-default}
801case $enableval in
802yes) enable_static=yes ;;
803no) enable_static=no ;;
804*)
805  enable_static=no
806  # Look at the argument we got.  We use all the common list separators.
807  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
808  for pkg in $enableval; do
809    if test "X$pkg" = "X$p"; then
810      enable_static=yes
811    fi
812  done
813  IFS="$ac_save_ifs"
814  ;;
815esac],
816enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
817])
818m4trace:../libtool.m4:311: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
819AC_ENABLE_STATIC(no)])
820m4trace:../libtool.m4:341: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
821AC_ARG_ENABLE(fast-install,
822changequote(<<, >>)dnl
823<<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
824changequote([, ])dnl
825[p=${PACKAGE-default}
826case $enableval in
827yes) enable_fast_install=yes ;;
828no) enable_fast_install=no ;;
829*)
830  enable_fast_install=no
831  # Look at the argument we got.  We use all the common list separators.
832  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
833  for pkg in $enableval; do
834    if test "X$pkg" = "X$p"; then
835      enable_fast_install=yes
836    fi
837  done
838  IFS="$ac_save_ifs"
839  ;;
840esac],
841enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
842])
843m4trace:../libtool.m4:346: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
844AC_ENABLE_FAST_INSTALL(no)])
845m4trace:../libtool.m4:354: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
846pic_mode=ifelse($#,1,$1,default)])
847m4trace:../libtool.m4:416: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_MSG_CHECKING([for $1])
848AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
849[case $MAGIC_CMD in
850  /*)
851  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
852  ;;
853  ?:/*)
854  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
855  ;;
856  *)
857  ac_save_MAGIC_CMD="$MAGIC_CMD"
858  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
859dnl $ac_dummy forces splitting on constant user-supplied paths.
860dnl POSIX.2 word splitting is done only on the output of word expansions,
861dnl not every word.  This closes a longstanding sh security hole.
862  ac_dummy="ifelse([$2], , $PATH, [$2])"
863  for ac_dir in $ac_dummy; do
864    test -z "$ac_dir" && ac_dir=.
865    if test -f $ac_dir/$1; then
866      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
867      if test -n "$file_magic_test_file"; then
868	case $deplibs_check_method in
869	"file_magic "*)
870	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
871	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
872	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
873	    egrep "$file_magic_regex" > /dev/null; then
874	    :
875	  else
876	    cat <<EOF 1>&2
877
878*** Warning: the command libtool uses to detect shared libraries,
879*** $file_magic_cmd, produces output that libtool cannot recognize.
880*** The result is that libtool may fail to recognize shared libraries
881*** as such.  This will affect the creation of libtool libraries that
882*** depend on shared libraries, but programs linked with such libtool
883*** libraries will work regardless of this problem.  Nevertheless, you
884*** may want to report the problem to your system manager and/or to
885*** bug-libtool@gnu.org
886
887EOF
888	  fi ;;
889	esac
890      fi
891      break
892    fi
893  done
894  IFS="$ac_save_ifs"
895  MAGIC_CMD="$ac_save_MAGIC_CMD"
896  ;;
897esac])
898MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
899if test -n "$MAGIC_CMD"; then
900  AC_MSG_RESULT($MAGIC_CMD)
901else
902  AC_MSG_RESULT(no)
903fi
904])
905m4trace:../libtool.m4:430: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
906AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin:$PATH)
907if test -z "$lt_cv_path_MAGIC_CMD"; then
908  if test -n "$ac_tool_prefix"; then
909    AC_PATH_TOOL_PREFIX(file, /usr/bin:$PATH)
910  else
911    MAGIC_CMD=:
912  fi
913fi
914])
915m4trace:../libtool.m4:506: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH(gnu-ld,
916[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
917test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
918AC_REQUIRE([AC_PROG_CC])dnl
919AC_REQUIRE([AC_CANONICAL_HOST])dnl
920AC_REQUIRE([AC_CANONICAL_BUILD])dnl
921ac_prog=ld
922if test "$GCC" = yes; then
923  # Check if gcc -print-prog-name=ld gives a path.
924  AC_MSG_CHECKING([for ld used by GCC])
925  case $host in
926  *-*-mingw*)
927    # gcc leaves a trailing carriage return which upsets mingw
928    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
929  *)
930    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
931  esac
932  case $ac_prog in
933    # Accept absolute paths.
934    [[\\/]* | [A-Za-z]:[\\/]*)]
935      re_direlt=['/[^/][^/]*/\.\./']
936      # Canonicalize the path of ld
937      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
938      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
939	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
940      done
941      test -z "$LD" && LD="$ac_prog"
942      ;;
943  "")
944    # If it fails, then pretend we aren't using GCC.
945    ac_prog=ld
946    ;;
947  *)
948    # If it is relative, then search for the first ld in PATH.
949    with_gnu_ld=unknown
950    ;;
951  esac
952elif test "$with_gnu_ld" = yes; then
953  AC_MSG_CHECKING([for GNU ld])
954else
955  AC_MSG_CHECKING([for non-GNU ld])
956fi
957AC_CACHE_VAL(lt_cv_path_LD,
958[if test -z "$LD"; then
959  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
960  for ac_dir in $PATH; do
961    test -z "$ac_dir" && ac_dir=.
962    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
963      lt_cv_path_LD="$ac_dir/$ac_prog"
964      # Check to see if the program is GNU ld.  I'd rather use --version,
965      # but apparently some GNU ld's only accept -v.
966      # Break only if it was the GNU/non-GNU ld that we prefer.
967      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
968	test "$with_gnu_ld" != no && break
969      else
970	test "$with_gnu_ld" != yes && break
971      fi
972    fi
973  done
974  IFS="$ac_save_ifs"
975else
976  lt_cv_path_LD="$LD" # Let the user override the test with a path.
977fi])
978LD="$lt_cv_path_LD"
979if test -n "$LD"; then
980  AC_MSG_RESULT($LD)
981else
982  AC_MSG_RESULT(no)
983fi
984test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
985AC_PROG_LD_GNU
986])
987m4trace:../libtool.m4:517: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
988[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
989if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
990  lt_cv_prog_gnu_ld=yes
991else
992  lt_cv_prog_gnu_ld=no
993fi])
994with_gnu_ld=$lt_cv_prog_gnu_ld
995])
996m4trace:../libtool.m4:526: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag,
997[lt_cv_ld_reload_flag='-r'])
998reload_flag=$lt_cv_ld_reload_flag
999test -n "$reload_flag" && reload_flag=" $reload_flag"
1000])
1001m4trace:../libtool.m4:697: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependant libraries],
1002lt_cv_deplibs_check_method,
1003[lt_cv_file_magic_cmd='$MAGIC_CMD'
1004lt_cv_file_magic_test_file=
1005lt_cv_deplibs_check_method='unknown'
1006# Need to set the preceding variable on all platforms that support
1007# interlibrary dependencies.
1008# 'none' -- dependencies not supported.
1009# `unknown' -- same as none, but documents that we really don't know.
1010# 'pass_all' -- all dependencies passed with no checks.
1011# 'test_compile' -- check by making test program.
1012# 'file_magic [regex]' -- check by looking for files in library path
1013# which responds to the $file_magic_cmd with a given egrep regex.
1014# If you have `file' or equivalent on your system and you're not sure
1015# whether `pass_all' will *always* work, you probably want this one.
1016
1017case $host_os in
1018aix*)
1019  lt_cv_deplibs_check_method=pass_all
1020  ;;
1021
1022beos*)
1023  lt_cv_deplibs_check_method=pass_all
1024  ;;
1025
1026bsdi4*)
1027  lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)']
1028  lt_cv_file_magic_cmd='/usr/bin/file -L'
1029  lt_cv_file_magic_test_file=/shlib/libc.so
1030  ;;
1031
1032cygwin* | mingw* |pw32*)
1033  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1034  lt_cv_file_magic_cmd='$OBJDUMP -f'
1035  ;;
1036
1037darwin* | rhapsody*)
1038  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1039  lt_cv_file_magic_cmd='/usr/bin/file -L'
1040  case "$host_os" in
1041  rhapsody* | darwin1.[012])
1042    lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1043    ;;
1044  *) # Darwin 1.3 on
1045    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1046    ;;
1047  esac
1048  ;;
1049
1050freebsd* )
1051  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1052    case $host_cpu in
1053    i*86 )
1054      # Not sure whether the presence of OpenBSD here was a mistake.
1055      # Let's accept both of them until this is cleared up.
1056      lt_cv_deplibs_check_method=['file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library']
1057      lt_cv_file_magic_cmd=/usr/bin/file
1058      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1059      ;;
1060    esac
1061  else
1062    lt_cv_deplibs_check_method=pass_all
1063  fi
1064  ;;
1065
1066gnu*)
1067  lt_cv_deplibs_check_method=pass_all
1068  ;;
1069
1070hpux10.20*|hpux11*)
1071  case $host_cpu in
1072  hppa*)
1073    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library']
1074    lt_cv_file_magic_cmd=/usr/bin/file
1075    lt_cv_file_magic_test_file=/usr/lib/libc.sl
1076    ;;
1077  ia64*)
1078    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64']
1079    lt_cv_file_magic_cmd=/usr/bin/file
1080    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1081    ;;
1082  esac
1083  ;;
1084
1085irix5* | irix6*)
1086  case $host_os in
1087  irix5*)
1088    # this will be overridden with pass_all, but let us keep it just in case
1089    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1090    ;;
1091  *)
1092    case $LD in
1093    *-32|*"-32 ") libmagic=32-bit;;
1094    *-n32|*"-n32 ") libmagic=N32;;
1095    *-64|*"-64 ") libmagic=64-bit;;
1096    *) libmagic=never-match;;
1097    esac
1098    # this will be overridden with pass_all, but let us keep it just in case
1099    lt_cv_deplibs_check_method=["file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"]
1100    ;;
1101  esac
1102  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1103  lt_cv_deplibs_check_method=pass_all
1104  ;;
1105
1106# This must be Linux ELF.
1107linux-gnu*)
1108  case $host_cpu in
1109  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
1110    lt_cv_deplibs_check_method=pass_all ;;
1111  *)
1112    # glibc up to 2.1.1 does not perform some relocations on ARM
1113    lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'] ;;
1114  esac
1115  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1116  ;;
1117
1118netbsd*)
1119  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1120    [lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$']
1121  else
1122    [lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$']
1123  fi
1124  ;;
1125
1126newsos6)
1127  [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)']
1128  lt_cv_file_magic_cmd=/usr/bin/file
1129  lt_cv_file_magic_test_file=/usr/lib/libnls.so
1130  ;;
1131
1132osf3* | osf4* | osf5*)
1133  # this will be overridden with pass_all, but let us keep it just in case
1134  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1135  lt_cv_file_magic_test_file=/shlib/libc.so
1136  lt_cv_deplibs_check_method=pass_all
1137  ;;
1138
1139sco3.2v5*)
1140  lt_cv_deplibs_check_method=pass_all
1141  ;;
1142
1143solaris*)
1144  lt_cv_deplibs_check_method=pass_all
1145  lt_cv_file_magic_test_file=/lib/libc.so
1146  ;;
1147
1148[sysv5uw[78]* | sysv4*uw2*)]
1149  lt_cv_deplibs_check_method=pass_all
1150  ;;
1151
1152sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1153  case $host_vendor in
1154  ncr)
1155    lt_cv_deplibs_check_method=pass_all
1156    ;;
1157  motorola)
1158    lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]']
1159    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1160    ;;
1161  esac
1162  ;;
1163esac
1164])
1165file_magic_cmd=$lt_cv_file_magic_cmd
1166deplibs_check_method=$lt_cv_deplibs_check_method
1167])
1168m4trace:../libtool.m4:734: -1- AC_DEFUN([AC_PROG_NM], [AC_MSG_CHECKING([for BSD-compatible nm])
1169AC_CACHE_VAL(lt_cv_path_NM,
1170[if test -n "$NM"; then
1171  # Let the user override the test.
1172  lt_cv_path_NM="$NM"
1173else
1174  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1175  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1176    test -z "$ac_dir" && ac_dir=.
1177    tmp_nm=$ac_dir/${ac_tool_prefix}nm
1178    if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1179      # Check to see if the nm accepts a BSD-compat flag.
1180      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1181      #   nm: unknown option "B" ignored
1182      # Tru64's nm complains that /dev/null is an invalid object file
1183      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
1184	lt_cv_path_NM="$tmp_nm -B"
1185	break
1186      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1187	lt_cv_path_NM="$tmp_nm -p"
1188	break
1189      else
1190	lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1191	continue # so that we can try to find one that supports BSD flags
1192      fi
1193    fi
1194  done
1195  IFS="$ac_save_ifs"
1196  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1197fi])
1198NM="$lt_cv_path_NM"
1199AC_MSG_RESULT([$NM])
1200])
1201m4trace:../libtool.m4:752: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1202LIBM=
1203case $host in
1204*-*-beos* | *-*-cygwin* | *-*-pw32*)
1205  # These system don't have libm
1206  ;;
1207*-ncr-sysv4.3*)
1208  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
1209  AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
1210  ;;
1211*)
1212  AC_CHECK_LIB(m, main, LIBM="-lm")
1213  ;;
1214esac
1215])
1216m4trace:../libtool.m4:773: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1217  case $enable_ltdl_convenience in
1218  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
1219  "") enable_ltdl_convenience=yes
1220      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
1221  esac
1222  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
1223  INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
1224])
1225m4trace:../libtool.m4:805: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1226  AC_CHECK_LIB(ltdl, main,
1227  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
1228  [if test x"$enable_ltdl_install" = xno; then
1229     AC_MSG_WARN([libltdl not installed, but installation disabled])
1230   else
1231     enable_ltdl_install=yes
1232   fi
1233  ])
1234  if test x"$enable_ltdl_install" = x"yes"; then
1235    ac_configure_args="$ac_configure_args --enable-ltdl-install"
1236    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
1237    INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
1238  else
1239    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
1240    LIBLTDL="-lltdl"
1241    INCLTDL=
1242  fi
1243])
1244m4trace:../libtool.m4:815: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_AC_LIBTOOL_CXX])])
1245m4trace:../libtool.m4:841: -1- AC_DEFUN([_AC_LIBTOOL_CXX], [AC_REQUIRE([AC_PROG_CXX])
1246AC_REQUIRE([AC_PROG_CXXCPP])
1247LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
1248lt_save_CC="$CC"
1249lt_save_CFLAGS="$CFLAGS"
1250dnl Make sure LTCC is set to the C compiler, i.e. set LTCC before CC
1251dnl is set to the C++ compiler.
1252AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
1253MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1254LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
1255AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
1256objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
1257deplibs_check_method="$deplibs_check_method" \
1258file_magic_cmd="$file_magic_cmd" \
1259${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
1260--build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
1261|| AC_MSG_ERROR([libtool tag configuration failed])
1262CC="$lt_save_CC"
1263CFLAGS="$lt_save_CFLAGS"
1264
1265# Redirect the config.log output again, so that the ltconfig log is not
1266# clobbered by the next message.
1267exec 5>>./config.log
1268])
1269m4trace:../libtool.m4:844: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_AC_LIBTOOL_GCJ])])
1270m4trace:../libtool.m4:875: -1- AC_DEFUN([_AC_LIBTOOL_GCJ], [AC_REQUIRE([AC_PROG_LIBTOOL])
1271AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
1272  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
1273    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
1274      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
1275         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
1276           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
1277LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
1278lt_save_CC="$CC"
1279lt_save_CFLAGS="$CFLAGS"
1280dnl Make sure LTCC is set to the C compiler, i.e. set LTCC before CC
1281dnl is set to the C++ compiler.
1282AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="$CPPFLAGS" \
1283MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1284LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
1285AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
1286objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
1287deplibs_check_method="$deplibs_check_method" \
1288file_magic_cmd="$file_magic_cmd" \
1289${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
1290--build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
1291|| AC_MSG_ERROR([libtool tag configuration failed])
1292CC="$lt_save_CC"
1293CFLAGS="$lt_save_CFLAGS"
1294
1295# Redirect the config.log output again, so that the ltconfig log is not
1296# clobbered by the next message.
1297exec 5>>./config.log
1298])
1299m4trace:../libtool.m4:878: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
1300m4trace:../libtool.m4:879: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1301m4trace:../libtool.m4:880: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1302m4trace:../libtool.m4:881: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1303m4trace:../libtool.m4:882: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1304m4trace:../libtool.m4:883: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
1305m4trace:../libtool.m4:884: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
1306m4trace:../libtool.m4:893: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
1307  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
1308  AC_SUBST(GCJFLAGS)
1309])
1310m4trace:acinclude.m4:68: -1- sinclude([../gettext.m4])
1311m4trace:../gettext.m4:159: -1- AC_DEFUN([CY_WITH_NLS], [AC_MSG_CHECKING([whether NLS is requested])
1312    dnl Default is enabled NLS
1313    AC_ARG_ENABLE(nls,
1314      [  --disable-nls           do not use Native Language Support],
1315      USE_NLS=$enableval, USE_NLS=yes)
1316    AC_MSG_RESULT($USE_NLS)
1317    AC_SUBST(USE_NLS)
1318
1319    USE_INCLUDED_LIBINTL=no
1320
1321    dnl If we use NLS figure out what method
1322    if test "$USE_NLS" = "yes"; then
1323      AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if NLS is requested])
1324      AC_MSG_CHECKING([whether included gettext is requested])
1325      AC_ARG_WITH(included-gettext,
1326        [  --with-included-gettext use the GNU gettext library included here],
1327        nls_cv_force_use_gnu_gettext=$withval,
1328        nls_cv_force_use_gnu_gettext=no)
1329      AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
1330
1331      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
1332      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
1333        dnl User does not insist on using GNU NLS library.  Figure out what
1334        dnl to use.  If gettext or catgets are available (in this order) we
1335        dnl use this.  Else we have to fall back to GNU NLS library.
1336	dnl catgets is only used if permitted by option --with-catgets.
1337	nls_cv_header_intl=
1338	nls_cv_header_libgt=
1339	CATOBJEXT=NONE
1340
1341	AC_CHECK_HEADER(libintl.h,
1342	  [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc,
1343	    [AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")],
1344	       gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)])
1345
1346	   if test "$gt_cv_func_gettext_libc" != "yes"; then
1347	     AC_CHECK_LIB(intl, bindtextdomain,
1348	       [AC_CACHE_CHECK([for gettext in libintl],
1349		 gt_cv_func_gettext_libintl,
1350		 [AC_TRY_LINK([], [return (int) gettext ("")],
1351		 gt_cv_func_gettext_libintl=yes,
1352		 gt_cv_func_gettext_libintl=no)])])
1353	   fi
1354
1355	   if test "$gt_cv_func_gettext_libc" = "yes" \
1356	      || test "$gt_cv_func_gettext_libintl" = "yes"; then
1357	      AC_DEFINE(HAVE_GETTEXT, 1,
1358			[Define as 1 if you have gettext and don't want to use GNU gettext.])
1359	      AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
1360		[test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
1361	      if test "$MSGFMT" != "no"; then
1362		AC_CHECK_FUNCS(dcgettext)
1363		AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
1364		AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
1365		  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
1366		AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
1367			       return _nl_msg_cat_cntr],
1368		  [CATOBJEXT=.gmo
1369		   DATADIRNAME=share],
1370		  [CATOBJEXT=.mo
1371		   DATADIRNAME=lib])
1372		INSTOBJEXT=.mo
1373	      fi
1374	    fi
1375	])
1376
1377	dnl In the standard gettext, we would now check for catgets.
1378        dnl However, we never want to use catgets for our releases.
1379
1380        if test "$CATOBJEXT" = "NONE"; then
1381	  dnl Neither gettext nor catgets in included in the C library.
1382	  dnl Fall back on GNU gettext library.
1383	  nls_cv_use_gnu_gettext=yes
1384        fi
1385      fi
1386
1387      if test "$nls_cv_use_gnu_gettext" = "yes"; then
1388        dnl Mark actions used to generate GNU NLS library.
1389        INTLOBJS="\$(GETTOBJS)"
1390        AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
1391	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
1392        AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
1393        AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
1394	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
1395        AC_SUBST(MSGFMT)
1396	USE_INCLUDED_LIBINTL=yes
1397        CATOBJEXT=.gmo
1398        INSTOBJEXT=.mo
1399        DATADIRNAME=share
1400	INTLDEPS='$(top_builddir)/../intl/libintl.a'
1401	INTLLIBS=$INTLDEPS
1402	LIBS=`echo $LIBS | sed -e 's/-lintl//'`
1403        nls_cv_header_intl=libintl.h
1404        nls_cv_header_libgt=libgettext.h
1405      fi
1406
1407      dnl Test whether we really found GNU xgettext.
1408      if test "$XGETTEXT" != ":"; then
1409	dnl If it is no GNU xgettext we define it as : so that the
1410	dnl Makefiles still can work.
1411	if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
1412	  : ;
1413	else
1414	  AC_MSG_RESULT(
1415	    [found xgettext programs is not GNU xgettext; ignore it])
1416	  XGETTEXT=":"
1417	fi
1418      fi
1419
1420      # We need to process the po/ directory.
1421      POSUB=po
1422    else
1423      DATADIRNAME=share
1424      nls_cv_header_intl=libintl.h
1425      nls_cv_header_libgt=libgettext.h
1426    fi
1427
1428    # If this is used in GNU gettext we have to set USE_NLS to `yes'
1429    # because some of the sources are only built for this goal.
1430    if test "$PACKAGE" = gettext; then
1431      USE_NLS=yes
1432      USE_INCLUDED_LIBINTL=yes
1433    fi
1434
1435    dnl These rules are solely for the distribution goal.  While doing this
1436    dnl we only have to keep exactly one list of the available catalogs
1437    dnl in configure.in.
1438    for lang in $ALL_LINGUAS; do
1439      GMOFILES="$GMOFILES $lang.gmo"
1440      POFILES="$POFILES $lang.po"
1441    done
1442
1443    dnl Make all variables we use known to autoconf.
1444    AC_SUBST(USE_INCLUDED_LIBINTL)
1445    AC_SUBST(CATALOGS)
1446    AC_SUBST(CATOBJEXT)
1447    AC_SUBST(DATADIRNAME)
1448    AC_SUBST(GMOFILES)
1449    AC_SUBST(INSTOBJEXT)
1450    AC_SUBST(INTLDEPS)
1451    AC_SUBST(INTLLIBS)
1452    AC_SUBST(INTLOBJS)
1453    AC_SUBST(POFILES)
1454    AC_SUBST(POSUB)
1455  ])
1456m4trace:../gettext.m4:275: -1- AC_DEFUN([CY_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1457   AC_REQUIRE([AC_PROG_CC])dnl
1458   AC_REQUIRE([AC_PROG_RANLIB])dnl
1459   AC_REQUIRE([AC_ISC_POSIX])dnl
1460   AC_REQUIRE([AC_HEADER_STDC])dnl
1461   AC_REQUIRE([AC_C_CONST])dnl
1462   AC_REQUIRE([AC_C_INLINE])dnl
1463   AC_REQUIRE([AC_TYPE_OFF_T])dnl
1464   AC_REQUIRE([AC_TYPE_SIZE_T])dnl
1465   AC_REQUIRE([AC_FUNC_ALLOCA])dnl
1466   AC_REQUIRE([AC_FUNC_MMAP])dnl
1467
1468   AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
1469unistd.h values.h sys/param.h])
1470   AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
1471__argz_count __argz_stringify __argz_next])
1472
1473   if test "${ac_cv_func_stpcpy+set}" != "set"; then
1474     AC_CHECK_FUNCS(stpcpy)
1475   fi
1476   if test "${ac_cv_func_stpcpy}" = "yes"; then
1477     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have the stpcpy function])
1478   fi
1479
1480   AM_LC_MESSAGES
1481   CY_WITH_NLS
1482
1483   if test "x$CATOBJEXT" != "x"; then
1484     if test "x$ALL_LINGUAS" = "x"; then
1485       LINGUAS=
1486     else
1487       AC_MSG_CHECKING(for catalogs to be installed)
1488       NEW_LINGUAS=
1489       for lang in ${LINGUAS=$ALL_LINGUAS}; do
1490         case "$ALL_LINGUAS" in
1491          *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
1492         esac
1493       done
1494       LINGUAS=$NEW_LINGUAS
1495       AC_MSG_RESULT($LINGUAS)
1496     fi
1497
1498     dnl Construct list of names of catalog files to be constructed.
1499     if test -n "$LINGUAS"; then
1500       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
1501     fi
1502   fi
1503
1504   dnl The reference to <locale.h> in the installed <libintl.h> file
1505   dnl must be resolved because we cannot expect the users of this
1506   dnl to define HAVE_LOCALE_H.
1507   if test $ac_cv_header_locale_h = yes; then
1508     INCLUDE_LOCALE_H="#include <locale.h>"
1509   else
1510     INCLUDE_LOCALE_H="\
1511/* The system does not provide the header <locale.h>.  Take care yourself.  */"
1512   fi
1513   AC_SUBST(INCLUDE_LOCALE_H)
1514
1515   dnl Determine which catalog format we have (if any is needed)
1516   dnl For now we know about two different formats:
1517   dnl   Linux libc-5 and the normal X/Open format
1518   if test -f $srcdir/po2tbl.sed.in; then
1519      if test "$CATOBJEXT" = ".cat"; then
1520	 AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen)
1521
1522	 dnl Transform the SED scripts while copying because some dumb SEDs
1523         dnl cannot handle comments.
1524	 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
1525      fi
1526      dnl po2tbl.sed is always needed.
1527      sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
1528	 $srcdir/po2tbl.sed.in > po2tbl.sed
1529   fi
1530
1531   dnl In the intl/Makefile.in we have a special dependency which makes
1532   dnl only sense for gettext.  We comment this out for non-gettext
1533   dnl packages.
1534   if test "$PACKAGE" = "gettext"; then
1535     GT_NO="#NO#"
1536     GT_YES=
1537   else
1538     GT_NO=
1539     GT_YES="#YES#"
1540   fi
1541   AC_SUBST(GT_NO)
1542   AC_SUBST(GT_YES)
1543
1544   MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
1545   AC_SUBST(MKINSTALLDIRS)
1546
1547   dnl *** For now the libtool support in intl/Makefile is not for real.
1548   l=
1549   AC_SUBST(l)
1550
1551   dnl Generate list of files to be processed by xgettext which will
1552   dnl be included in po/Makefile.  But only do this if the po directory
1553   dnl exists in srcdir and contains POTFILES.in.
1554   if test -f $srcdir/po/POTFILES.in; then
1555      test -d po || mkdir po
1556      if test "x$srcdir" != "x."; then
1557	 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
1558	    posrcprefix="$srcdir/"
1559	 else
1560	    posrcprefix="../$srcdir/"
1561	 fi
1562      else
1563	 posrcprefix="../"
1564      fi
1565      rm -f po/POTFILES
1566      sed -e "/^#/d" -e "/^\$/d" -e "s,.*,	$posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
1567	 < $srcdir/po/POTFILES.in > po/POTFILES
1568   fi
1569  ])
1570m4trace:../gettext.m4:323: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST], [# Extract the first word of "$2", so it can be a program name with args.
1571set dummy $2; ac_word=[$]2
1572AC_MSG_CHECKING([for $ac_word])
1573AC_CACHE_VAL(ac_cv_path_$1,
1574[case "[$]$1" in
1575  /*)
1576  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
1577  ;;
1578  *)
1579  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1580  for ac_dir in ifelse([$5], , $PATH, [$5]); do
1581    test -z "$ac_dir" && ac_dir=.
1582    if test -f $ac_dir/$ac_word; then
1583      if [$3]; then
1584	ac_cv_path_$1="$ac_dir/$ac_word"
1585	break
1586      fi
1587    fi
1588  done
1589  IFS="$ac_save_ifs"
1590dnl If no 4th arg is given, leave the cache variable unset,
1591dnl so AC_PATH_PROGS will keep looking.
1592ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
1593])dnl
1594  ;;
1595esac])dnl
1596$1="$ac_cv_path_$1"
1597if test -n "[$]$1"; then
1598  AC_MSG_RESULT([$]$1)
1599else
1600  AC_MSG_RESULT(no)
1601fi
1602AC_SUBST($1)dnl
1603])
1604m4trace:../gettext.m4:344: -1- AC_DEFUN([AM_LC_MESSAGES], [if test $ac_cv_header_locale_h = yes; then
1605    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
1606      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
1607       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
1608    if test $am_cv_val_LC_MESSAGES = yes; then
1609      AC_DEFINE(HAVE_LC_MESSAGES, 1,
1610		[Define if your locale.h file contains LC_MESSAGES.])
1611    fi
1612  fi])
1613m4trace:configure.in:9: -1- AC_INIT([as.h])
1614m4trace:configure.in:9: -1- m4_pattern_forbid([^_?A[CHUM]_])
1615m4trace:configure.in:9: -1- m4_pattern_forbid([_AC_])
1616m4trace:configure.in:9: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
1617m4trace:configure.in:9: -1- m4_pattern_allow([^AS_FLAGS$])
1618m4trace:configure.in:9: -1- m4_pattern_forbid([^_?m4_])
1619m4trace:configure.in:9: -1- m4_pattern_forbid([^dnl$])
1620m4trace:configure.in:9: -1- m4_pattern_forbid([^_?AS_])
1621m4trace:configure.in:9: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
1622m4trace:configure.in:9: -1- AC_SUBST([PATH_SEPARATOR])
1623m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
1624m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
1625m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
1626m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
1627m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
1628m4trace:configure.in:9: -1- AC_SUBST([exec_prefix], [NONE])
1629m4trace:configure.in:9: -1- AC_SUBST([prefix], [NONE])
1630m4trace:configure.in:9: -1- AC_SUBST([program_transform_name], [s,x,x,])
1631m4trace:configure.in:9: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
1632m4trace:configure.in:9: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
1633m4trace:configure.in:9: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
1634m4trace:configure.in:9: -1- AC_SUBST([datadir], ['${prefix}/share'])
1635m4trace:configure.in:9: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
1636m4trace:configure.in:9: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
1637m4trace:configure.in:9: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
1638m4trace:configure.in:9: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
1639m4trace:configure.in:9: -1- AC_SUBST([includedir], ['${prefix}/include'])
1640m4trace:configure.in:9: -1- AC_SUBST([oldincludedir], ['/usr/include'])
1641m4trace:configure.in:9: -1- AC_SUBST([infodir], ['${prefix}/info'])
1642m4trace:configure.in:9: -1- AC_SUBST([mandir], ['${prefix}/man'])
1643m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
1644m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
1645#undef PACKAGE_NAME])
1646m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
1647m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
1648#undef PACKAGE_TARNAME])
1649m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
1650m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
1651#undef PACKAGE_VERSION])
1652m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
1653m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
1654#undef PACKAGE_STRING])
1655m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
1656m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
1657#undef PACKAGE_BUGREPORT])
1658m4trace:configure.in:9: -1- AC_SUBST([build_alias])
1659m4trace:configure.in:9: -1- AC_SUBST([host_alias])
1660m4trace:configure.in:9: -1- AC_SUBST([target_alias])
1661m4trace:configure.in:9: -1- AC_SUBST([DEFS])
1662m4trace:configure.in:9: -1- AC_SUBST([ECHO_C])
1663m4trace:configure.in:9: -1- AC_SUBST([ECHO_N])
1664m4trace:configure.in:9: -1- AC_SUBST([ECHO_T])
1665m4trace:configure.in:9: -1- AC_SUBST([LIBS])
1666m4trace:configure.in:14: -1- AC_CONFIG_AUX_DIR([..])
1667m4trace:configure.in:15: -1- AC_CANONICAL_SYSTEM
1668m4trace:configure.in:15: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
1669You should run autoupdate.], [autoconf/general.m4:1660: AC_CANONICAL_SYSTEM is expanded from...
1670configure.in:15: the top level])
1671m4trace:configure.in:15: -1- AC_CANONICAL_HOST
1672m4trace:configure.in:15: -1- AC_SUBST([build], [$ac_cv_build])
1673m4trace:configure.in:15: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
1674m4trace:configure.in:15: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
1675m4trace:configure.in:15: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
1676m4trace:configure.in:15: -1- AC_SUBST([host], [$ac_cv_host])
1677m4trace:configure.in:15: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
1678m4trace:configure.in:15: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
1679m4trace:configure.in:15: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
1680m4trace:configure.in:15: -1- AC_SUBST([target], [$ac_cv_target])
1681m4trace:configure.in:15: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
1682m4trace:configure.in:15: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
1683m4trace:configure.in:15: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
1684m4trace:configure.in:16: -1- AC_CHECK_LIB([cposix], [strerror], [LIBS="$LIBS -lcposix"])
1685m4trace:configure.in:16: -1- AC_PROG_CC
1686m4trace:configure.in:16: -1- AC_SUBST([CC])
1687m4trace:configure.in:16: -1- AC_SUBST([CFLAGS])
1688m4trace:configure.in:16: -1- AC_SUBST([LDFLAGS])
1689m4trace:configure.in:16: -1- AC_SUBST([CPPFLAGS])
1690m4trace:configure.in:16: -1- AC_SUBST([CC])
1691m4trace:configure.in:16: -1- AC_SUBST([ac_ct_CC])
1692m4trace:configure.in:16: -1- AC_SUBST([CC])
1693m4trace:configure.in:16: -1- AC_SUBST([ac_ct_CC])
1694m4trace:configure.in:16: -1- AC_SUBST([CC])
1695m4trace:configure.in:16: -1- AC_SUBST([CC])
1696m4trace:configure.in:16: -1- AC_SUBST([ac_ct_CC])
1697m4trace:configure.in:16: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
1698m4trace:configure.in:16: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
1699m4trace:configure.in:21: -1- AM_INIT_AUTOMAKE([gas], [${BFD_VERSION}])
1700m4trace:configure.in:21: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
1701m4trace:configure.in:21: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
1702m4trace:configure.in:21: -1- AM_AUTOMAKE_VERSION([1.9.1])
1703m4trace:configure.in:21: -1- AC_PROG_INSTALL
1704m4trace:configure.in:21: -1- AC_SUBST([INSTALL_PROGRAM])
1705m4trace:configure.in:21: -1- AC_SUBST([INSTALL_SCRIPT])
1706m4trace:configure.in:21: -1- AC_SUBST([INSTALL_DATA])
1707m4trace:configure.in:21: -1- AC_SUBST([CYGPATH_W])
1708m4trace:configure.in:21: -1- AC_SUBST([PACKAGE], [gas])
1709m4trace:configure.in:21: -1- AC_SUBST([VERSION], [${BFD_VERSION}])
1710m4trace:configure.in:21: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1711 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
1712m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([no-define])
1713m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
1714m4trace:configure.in:21: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
1715#undef PACKAGE])
1716m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
1717m4trace:configure.in:21: -1- AH_OUTPUT([VERSION], [/* Version number of package */
1718#undef VERSION])
1719m4trace:configure.in:21: -1- AM_SANITY_CHECK
1720m4trace:configure.in:21: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1721m4trace:configure.in:21: -1- AM_MISSING_HAS_RUN
1722m4trace:configure.in:21: -1- AM_AUX_DIR_EXPAND
1723m4trace:configure.in:21: -1- AC_SUBST([ACLOCAL])
1724m4trace:configure.in:21: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1725m4trace:configure.in:21: -1- AC_SUBST([AUTOCONF])
1726m4trace:configure.in:21: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1727m4trace:configure.in:21: -1- AC_SUBST([AUTOMAKE])
1728m4trace:configure.in:21: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1729m4trace:configure.in:21: -1- AC_SUBST([AUTOHEADER])
1730m4trace:configure.in:21: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1731m4trace:configure.in:21: -1- AC_SUBST([MAKEINFO])
1732m4trace:configure.in:21: -1- AM_PROG_INSTALL_SH
1733m4trace:configure.in:21: -1- AC_SUBST([install_sh])
1734m4trace:configure.in:21: -1- AM_PROG_INSTALL_STRIP
1735m4trace:configure.in:21: -1- AC_SUBST([STRIP])
1736m4trace:configure.in:21: -1- AC_SUBST([ac_ct_STRIP])
1737m4trace:configure.in:21: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
1738m4trace:configure.in:21: -1- AM_PROG_MKDIR_P
1739m4trace:configure.in:21: -1- AC_SUBST([mkdir_p])
1740m4trace:configure.in:21: -1- AC_PROG_AWK
1741m4trace:configure.in:21: -1- AC_SUBST([AWK])
1742m4trace:configure.in:21: -1- AC_PROG_MAKE_SET
1743m4trace:configure.in:21: -1- AC_SUBST([SET_MAKE])
1744m4trace:configure.in:21: -1- AM_SET_LEADING_DOT
1745m4trace:configure.in:21: -1- AC_SUBST([am__leading_dot])
1746m4trace:configure.in:21: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1747	      		     [_AM_PROG_TAR([v7])])])
1748m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([tar-ustar])
1749m4trace:configure.in:21: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1750m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([tar-pax])
1751m4trace:configure.in:21: -1- _AM_PROG_TAR([v7])
1752m4trace:configure.in:21: -1- AM_MISSING_PROG([AMTAR], [tar])
1753m4trace:configure.in:21: -1- AC_SUBST([AMTAR])
1754m4trace:configure.in:21: -1- AC_SUBST([am__tar])
1755m4trace:configure.in:21: -1- AC_SUBST([am__untar])
1756m4trace:configure.in:21: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
1757                  [_AM_DEPENDENCIES(CC)],
1758                  [define([AC_PROG_CC],
1759                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1760AC_PROVIDE_IFELSE([AC_PROG_CXX],
1761                  [_AM_DEPENDENCIES(CXX)],
1762                  [define([AC_PROG_CXX],
1763                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1764])
1765m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([no-dependencies])
1766m4trace:configure.in:21: -1- _AM_DEPENDENCIES([CC])
1767m4trace:configure.in:21: -1- AM_SET_DEPDIR
1768m4trace:configure.in:21: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
1769m4trace:configure.in:21: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1770m4trace:configure.in:21: -1- AM_MAKE_INCLUDE
1771m4trace:configure.in:21: -1- AC_SUBST([am__include])
1772m4trace:configure.in:21: -1- AC_SUBST([am__quote])
1773m4trace:configure.in:21: -1- AM_DEP_TRACK
1774m4trace:configure.in:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1775m4trace:configure.in:21: -1- AC_SUBST([AMDEP_TRUE])
1776m4trace:configure.in:21: -1- AC_SUBST([AMDEP_FALSE])
1777m4trace:configure.in:21: -1- AC_SUBST([AMDEPBACKSLASH])
1778m4trace:configure.in:21: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
1779m4trace:configure.in:21: -1- AM_CONDITIONAL([am__fastdepCC], [
1780  test "x$enable_dependency_tracking" != xno \
1781  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1782m4trace:configure.in:21: -1- AC_SUBST([am__fastdepCC_TRUE])
1783m4trace:configure.in:21: -1- AC_SUBST([am__fastdepCC_FALSE])
1784m4trace:configure.in:23: -1- AM_PROG_LIBTOOL
1785m4trace:configure.in:23: -1- AC_PROG_LIBTOOL
1786m4trace:configure.in:23: -1- _AC_PROG_LIBTOOL
1787m4trace:configure.in:23: -1- AC_LIBTOOL_SETUP
1788m4trace:configure.in:23: -1- AC_ENABLE_SHARED
1789m4trace:configure.in:23: -1- AC_ENABLE_STATIC
1790m4trace:configure.in:23: -1- AC_ENABLE_FAST_INSTALL
1791m4trace:configure.in:23: -1- AC_PROG_LD
1792m4trace:configure.in:23: -1- AC_PROG_LD_GNU
1793m4trace:configure.in:23: -1- AC_PROG_LD_RELOAD_FLAG
1794m4trace:configure.in:23: -1- AC_PROG_NM
1795m4trace:configure.in:23: -1- AC_PROG_LN_S
1796m4trace:configure.in:23: -1- AC_SUBST([LN_S], [$as_ln_s])
1797m4trace:configure.in:23: -1- AC_DEPLIBS_CHECK_METHOD
1798m4trace:configure.in:23: -1- AC_PATH_MAGIC
1799m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_CHECK_TOOL_PREFIX' is obsolete.
1800You should run autoupdate.], [autoconf/programs.m4:188: AC_CHECK_TOOL_PREFIX is expanded from...
1801configure.in:23: AC_CHECK_TOOL_PREFIX is required by...
1802../libtool.m4:430: AC_PATH_MAGIC is expanded from...
1803../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1804configure.in:23: AC_LIBTOOL_SETUP is required by...
1805../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1806configure.in:23: _AC_PROG_LIBTOOL is required by...
1807../libtool.m4:52: AC_PROG_LIBTOOL is expanded from...
1808../libtool.m4:878: AM_PROG_LIBTOOL is expanded from...
1809configure.in:23: the top level])
1810m4trace:configure.in:23: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin:$PATH])
1811m4trace:configure.in:23: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin:$PATH])
1812m4trace:configure.in:23: -1- AC_SUBST([RANLIB])
1813m4trace:configure.in:23: -1- AC_SUBST([ac_ct_RANLIB])
1814m4trace:configure.in:23: -1- AC_SUBST([STRIP])
1815m4trace:configure.in:23: -1- AC_SUBST([ac_ct_STRIP])
1816m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
1817You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
1818autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1819autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1820../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1821configure.in:23: AC_LIBTOOL_SETUP is required by...
1822../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1823configure.in:23: _AC_PROG_LIBTOOL is required by...
1824../libtool.m4:52: AC_PROG_LIBTOOL is expanded from...
1825../libtool.m4:878: AM_PROG_LIBTOOL is expanded from...
1826configure.in:23: the top level])
1827m4trace:configure.in:23: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
1828and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
1829autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1830autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1831../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1832configure.in:23: AC_LIBTOOL_SETUP is required by...
1833../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1834configure.in:23: _AC_PROG_LIBTOOL is required by...
1835../libtool.m4:52: AC_PROG_LIBTOOL is expanded from...
1836../libtool.m4:878: AM_PROG_LIBTOOL is expanded from...
1837configure.in:23: the top level])
1838m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
1839You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
1840autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1841autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1842../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1843configure.in:23: AC_LIBTOOL_SETUP is required by...
1844../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1845configure.in:23: _AC_PROG_LIBTOOL is required by...
1846../libtool.m4:52: AC_PROG_LIBTOOL is expanded from...
1847../libtool.m4:878: AM_PROG_LIBTOOL is expanded from...
1848configure.in:23: the top level])
1849m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1850You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
1851autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1852autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1853../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1854configure.in:23: AC_LIBTOOL_SETUP is required by...
1855../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1856configure.in:23: _AC_PROG_LIBTOOL is required by...
1857../libtool.m4:52: AC_PROG_LIBTOOL is expanded from...
1858../libtool.m4:878: AM_PROG_LIBTOOL is expanded from...
1859configure.in:23: the top level])
1860m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
1861You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
1862autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1863autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1864../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1865configure.in:23: AC_LIBTOOL_SETUP is required by...
1866../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1867configure.in:23: _AC_PROG_LIBTOOL is required by...
1868../libtool.m4:52: AC_PROG_LIBTOOL is expanded from...
1869../libtool.m4:878: AM_PROG_LIBTOOL is expanded from...
1870configure.in:23: the top level])
1871m4trace:configure.in:23: -1- AC_SUBST([LIBTOOL])
1872m4trace:configure.in:40: -1- _m4_warn([obsolete], [The macro `AC_ERROR' is obsolete.
1873You should run autoupdate.], [autoconf/oldnames.m4:55: AC_ERROR is expanded from...
1874autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
1875configure.in:40: the top level])
1876m4trace:configure.in:70: -1- AC_SUBST([WARN_CFLAGS])
1877m4trace:configure.in:73: -1- AM_CONFIG_HEADER([config.h:config.in])
1878m4trace:configure.in:73: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
1879You should run autoupdate.], [/usr/autotool/devel/share/aclocal-1.9/header.m4:23: AM_CONFIG_HEADER is expanded from...
1880configure.in:73: the top level])
1881m4trace:configure.in:73: -1- AC_CONFIG_HEADERS([config.h:config.in])
1882m4trace:configure.in:80: -1- AC_CONFIG_FILES([gdb.ini:gdbinit.in])
1883m4trace:configure.in:84: -1- AC_CONFIG_FILES([.gdbinit:gdbinit.in])
1884m4trace:configure.in:87: -1- AC_SUBST([GDBINIT])
1885m4trace:configure.in:110: -1- GAS_UNIQ([canon_targets])
1886m4trace:configure.in:300: -1- AC_DEFINE_TRACE_LITERAL([SCO_ELF])
1887m4trace:configure.in:300: -1- AH_OUTPUT([SCO_ELF], [/* Define if defaulting to ELF on SCO 5. */
1888#undef SCO_ELF])
1889m4trace:configure.in:307: -1- AC_DEFINE_TRACE_LITERAL([STRICTCOFF])
1890m4trace:configure.in:307: -1- AH_OUTPUT([STRICTCOFF], [/* Using strict COFF? */
1891#undef STRICTCOFF])
1892m4trace:configure.in:418: -1- AC_DEFINE_TRACE_LITERAL([AIX_WEAK_SUPPORT])
1893m4trace:configure.in:418: -1- AH_OUTPUT([AIX_WEAK_SUPPORT], [/* Define if using AIX 5.2 value for C_WEAKEXT. */
1894#undef AIX_WEAK_SUPPORT])
1895m4trace:configure.in:432: -1- AC_DEFINE_TRACE_LITERAL([TARGET_SOLARIS_COMMENT])
1896m4trace:configure.in:432: -1- AH_OUTPUT([TARGET_SOLARIS_COMMENT], [/* Define if default target is PowerPC Solaris. */
1897#undef TARGET_SOLARIS_COMMENT])
1898m4trace:configure.in:539: -1- AC_DEFINE_TRACE_LITERAL([TARGET_BYTES_BIG_ENDIAN])
1899m4trace:configure.in:539: -1- AH_OUTPUT([TARGET_BYTES_BIG_ENDIAN], [/* Define as 1 if big endian. */
1900#undef TARGET_BYTES_BIG_ENDIAN])
1901m4trace:configure.in:588: -1- _m4_warn([obsolete], [The macro `AC_ERROR' is obsolete.
1902You should run autoupdate.], [autoconf/oldnames.m4:55: AC_ERROR is expanded from...
1903configure.in:588: the top level])
1904m4trace:configure.in:625: -1- AC_DEFINE_TRACE_LITERAL([MIPS_CPU_STRING_DEFAULT])
1905m4trace:configure.in:625: -1- AH_OUTPUT([MIPS_CPU_STRING_DEFAULT], [/* Default CPU for MIPS targets. */
1906#undef MIPS_CPU_STRING_DEFAULT])
1907m4trace:configure.in:627: -1- AC_DEFINE_TRACE_LITERAL([USE_E_MIPS_ABI_O32])
1908m4trace:configure.in:627: -1- AH_OUTPUT([USE_E_MIPS_ABI_O32], [/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
1909#undef USE_E_MIPS_ABI_O32])
1910m4trace:configure.in:629: -1- AC_DEFINE_TRACE_LITERAL([MIPS_DEFAULT_64BIT])
1911m4trace:configure.in:629: -1- AH_OUTPUT([MIPS_DEFAULT_64BIT], [/* Generate 64-bit code by default on MIPS targets. */
1912#undef MIPS_DEFAULT_64BIT])
1913m4trace:configure.in:631: -1- AC_DEFINE_TRACE_LITERAL([MIPS_DEFAULT_ABI])
1914m4trace:configure.in:631: -1- AH_OUTPUT([MIPS_DEFAULT_ABI], [/* Choose a default ABI for MIPS targets. */
1915#undef MIPS_DEFAULT_ABI])
1916m4trace:configure.in:690: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_ARCH])
1917m4trace:configure.in:690: -1- AH_OUTPUT([DEFAULT_ARCH], [/* Default architecture. */
1918#undef DEFAULT_ARCH])
1919m4trace:configure.in:807: -1- AC_SUBST([cgen_cpu_prefix])
1920m4trace:configure.in:808: -1- AC_DEFINE_TRACE_LITERAL([USING_CGEN])
1921m4trace:configure.in:808: -1- AH_OUTPUT([USING_CGEN], [/* Using cgen code? */
1922#undef USING_CGEN])
1923m4trace:configure.in:848: -1- AC_DEFINE_TRACE_LITERAL([I386COFF])
1924m4trace:configure.in:848: -1- AH_OUTPUT([I386COFF], [/* Using i386 COFF? */
1925#undef I386COFF])
1926m4trace:configure.in:849: -1- AC_DEFINE_TRACE_LITERAL([M68KCOFF])
1927m4trace:configure.in:849: -1- AH_OUTPUT([M68KCOFF], [/* Using m68k COFF? */
1928#undef M68KCOFF])
1929m4trace:configure.in:850: -1- AC_DEFINE_TRACE_LITERAL([M88KCOFF])
1930m4trace:configure.in:850: -1- AH_OUTPUT([M88KCOFF], [/* Using m88k COFF? */
1931#undef M88KCOFF])
1932m4trace:configure.in:870: -1- GAS_UNIQ([emulations])
1933m4trace:configure.in:889: -1- GAS_UNIQ([formats])
1934m4trace:configure.in:890: -1- GAS_UNIQ([emfiles])
1935m4trace:configure.in:894: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_AOUT])
1936m4trace:configure.in:894: -1- AH_OUTPUT([OBJ_MAYBE_AOUT], [/* a.out support? */
1937#undef OBJ_MAYBE_AOUT])
1938m4trace:configure.in:895: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_BOUT])
1939m4trace:configure.in:895: -1- AH_OUTPUT([OBJ_MAYBE_BOUT], [/* b.out support? */
1940#undef OBJ_MAYBE_BOUT])
1941m4trace:configure.in:896: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_COFF])
1942m4trace:configure.in:896: -1- AH_OUTPUT([OBJ_MAYBE_COFF], [/* COFF support? */
1943#undef OBJ_MAYBE_COFF])
1944m4trace:configure.in:897: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_ECOFF])
1945m4trace:configure.in:897: -1- AH_OUTPUT([OBJ_MAYBE_ECOFF], [/* ECOFF support? */
1946#undef OBJ_MAYBE_ECOFF])
1947m4trace:configure.in:898: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_ELF])
1948m4trace:configure.in:898: -1- AH_OUTPUT([OBJ_MAYBE_ELF], [/* ELF support? */
1949#undef OBJ_MAYBE_ELF])
1950m4trace:configure.in:899: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_GENERIC])
1951m4trace:configure.in:899: -1- AH_OUTPUT([OBJ_MAYBE_GENERIC], [/* generic support? */
1952#undef OBJ_MAYBE_GENERIC])
1953m4trace:configure.in:900: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_HP300])
1954m4trace:configure.in:900: -1- AH_OUTPUT([OBJ_MAYBE_HP300], [/* HP300 support? */
1955#undef OBJ_MAYBE_HP300])
1956m4trace:configure.in:901: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_IEEE])
1957m4trace:configure.in:901: -1- AH_OUTPUT([OBJ_MAYBE_IEEE], [/* IEEE support? */
1958#undef OBJ_MAYBE_IEEE])
1959m4trace:configure.in:902: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_SOM])
1960m4trace:configure.in:902: -1- AH_OUTPUT([OBJ_MAYBE_SOM], [/* SOM support? */
1961#undef OBJ_MAYBE_SOM])
1962m4trace:configure.in:903: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_VMS])
1963m4trace:configure.in:903: -1- AH_OUTPUT([OBJ_MAYBE_VMS], [/* VMS support? */
1964#undef OBJ_MAYBE_VMS])
1965m4trace:configure.in:917: -1- AC_DEFINE_TRACE_LITERAL([USE_EMULATIONS])
1966m4trace:configure.in:917: -1- AH_OUTPUT([USE_EMULATIONS], [/* Use emulation support? */
1967#undef USE_EMULATIONS])
1968m4trace:configure.in:920: -1- AC_SUBST([extra_objects])
1969m4trace:configure.in:921: -1- AC_DEFINE_TRACE_LITERAL([EMULATIONS])
1970m4trace:configure.in:921: -1- AH_OUTPUT([EMULATIONS], [/* Supported emulations. */
1971#undef EMULATIONS])
1972m4trace:configure.in:923: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_EMULATION])
1973m4trace:configure.in:923: -1- AH_OUTPUT([DEFAULT_EMULATION], [/* Default emulation. */
1974#undef DEFAULT_EMULATION])
1975m4trace:configure.in:928: -1- AC_DEFINE_TRACE_LITERAL([MANY_SEGMENTS])
1976m4trace:configure.in:928: -1- AH_OUTPUT([MANY_SEGMENTS], [/* old COFF support? */
1977#undef MANY_SEGMENTS])
1978m4trace:configure.in:939: -1- AC_SUBST([target_cpu_type])
1979m4trace:configure.in:940: -1- AC_SUBST([obj_format])
1980m4trace:configure.in:941: -1- AC_SUBST([te_file])
1981m4trace:configure.in:942: -1- AC_SUBST([install_tooldir])
1982m4trace:configure.in:943: -1- AC_SUBST([atof])
1983m4trace:configure.in:947: -1- AC_DEFINE_TRACE_LITERAL([BFD_ASSEMBLER])
1984m4trace:configure.in:947: -1- AH_OUTPUT([BFD_ASSEMBLER], [/* Use BFD interface? */
1985#undef BFD_ASSEMBLER])
1986m4trace:configure.in:966: -1- AC_SUBST([BFDLIB])
1987m4trace:configure.in:967: -1- AC_SUBST([OPCODES_LIB])
1988m4trace:configure.in:969: -1- AC_SUBST([BFDVER_H])
1989m4trace:configure.in:970: -1- AC_SUBST([ALL_OBJ_DEPS])
1990m4trace:configure.in:972: -1- AC_DEFINE_TRACE_LITERAL([TARGET_ALIAS])
1991m4trace:configure.in:972: -1- AH_OUTPUT([TARGET_ALIAS], [/* Target alias. */
1992#undef TARGET_ALIAS])
1993m4trace:configure.in:973: -1- AC_DEFINE_TRACE_LITERAL([TARGET_CANONICAL])
1994m4trace:configure.in:973: -1- AH_OUTPUT([TARGET_CANONICAL], [/* Canonical target. */
1995#undef TARGET_CANONICAL])
1996m4trace:configure.in:974: -1- AC_DEFINE_TRACE_LITERAL([TARGET_CPU])
1997m4trace:configure.in:974: -1- AH_OUTPUT([TARGET_CPU], [/* Target CPU. */
1998#undef TARGET_CPU])
1999m4trace:configure.in:975: -1- AC_DEFINE_TRACE_LITERAL([TARGET_VENDOR])
2000m4trace:configure.in:975: -1- AH_OUTPUT([TARGET_VENDOR], [/* Target vendor. */
2001#undef TARGET_VENDOR])
2002m4trace:configure.in:976: -1- AC_DEFINE_TRACE_LITERAL([TARGET_OS])
2003m4trace:configure.in:976: -1- AH_OUTPUT([TARGET_OS], [/* Target OS. */
2004#undef TARGET_OS])
2005m4trace:configure.in:978: -1- AC_PROG_CC
2006m4trace:configure.in:978: -1- AC_SUBST([CC])
2007m4trace:configure.in:978: -1- AC_SUBST([CFLAGS])
2008m4trace:configure.in:978: -1- AC_SUBST([LDFLAGS])
2009m4trace:configure.in:978: -1- AC_SUBST([CPPFLAGS])
2010m4trace:configure.in:978: -1- AC_SUBST([CC])
2011m4trace:configure.in:978: -1- AC_SUBST([ac_ct_CC])
2012m4trace:configure.in:978: -1- AC_SUBST([CC])
2013m4trace:configure.in:978: -1- AC_SUBST([ac_ct_CC])
2014m4trace:configure.in:978: -1- AC_SUBST([CC])
2015m4trace:configure.in:978: -1- AC_SUBST([CC])
2016m4trace:configure.in:978: -1- AC_SUBST([ac_ct_CC])
2017m4trace:configure.in:980: -1- AC_PROG_YACC
2018m4trace:configure.in:980: -1- AC_SUBST([YACC])
2019m4trace:configure.in:981: -1- AM_PROG_LEX
2020m4trace:configure.in:981: -1- AC_PROG_LEX
2021m4trace:configure.in:981: -1- AC_SUBST([LEX])
2022m4trace:configure.in:981: -1- AC_CHECK_LIB([fl], [yywrap], [LEXLIB="-lfl"], [AC_CHECK_LIB(l, yywrap, LEXLIB="-ll")])
2023m4trace:configure.in:981: -1- AC_CHECK_LIB([l], [yywrap], [LEXLIB="-ll"])
2024m4trace:configure.in:981: -1- AC_SUBST([LEXLIB])
2025m4trace:configure.in:981: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
2026m4trace:configure.in:981: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
2027m4trace:configure.in:981: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
2028   `char[]\'. */
2029#undef YYTEXT_POINTER])
2030m4trace:configure.in:984: -1- CY_GNU_GETTEXT
2031m4trace:configure.in:984: -1- AC_PROG_RANLIB
2032m4trace:configure.in:984: -1- AC_SUBST([RANLIB])
2033m4trace:configure.in:984: -1- AC_SUBST([ac_ct_RANLIB])
2034m4trace:configure.in:984: -1- AC_HEADER_STDC
2035m4trace:configure.in:984: -1- AC_PROG_CPP
2036m4trace:configure.in:984: -1- AC_SUBST([CPP])
2037m4trace:configure.in:984: -1- AC_SUBST([CPPFLAGS])
2038m4trace:configure.in:984: -1- AC_SUBST([CPP])
2039m4trace:configure.in:984: -1- AC_SUBST([EGREP])
2040m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
2041m4trace:configure.in:984: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
2042#undef STDC_HEADERS])
2043m4trace:configure.in:984: -1- AC_C_CONST
2044m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([const])
2045m4trace:configure.in:984: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
2046#undef const])
2047m4trace:configure.in:984: -1- AC_C_INLINE
2048m4trace:configure.in:984: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler
2049   calls it, or to nothing if \'inline\' is not supported under any name.  */
2050#ifndef __cplusplus
2051#undef inline
2052#endif])
2053m4trace:configure.in:984: -1- AC_TYPE_OFF_T
2054m4trace:configure.in:984: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
2055		  inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
2056m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
2057#undef HAVE_SYS_TYPES_H])
2058m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
2059#undef HAVE_SYS_STAT_H])
2060m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
2061#undef HAVE_STDLIB_H])
2062m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
2063#undef HAVE_STRING_H])
2064m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
2065#undef HAVE_MEMORY_H])
2066m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
2067#undef HAVE_STRINGS_H])
2068m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
2069#undef HAVE_INTTYPES_H])
2070m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
2071#undef HAVE_STDINT_H])
2072m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
2073#undef HAVE_UNISTD_H])
2074m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([off_t])
2075m4trace:configure.in:984: -1- AH_OUTPUT([off_t], [/* Define to `long\' if <sys/types.h> does not define. */
2076#undef off_t])
2077m4trace:configure.in:984: -1- AC_TYPE_SIZE_T
2078m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([size_t])
2079m4trace:configure.in:984: -1- AH_OUTPUT([size_t], [/* Define to `unsigned\' if <sys/types.h> does not define. */
2080#undef size_t])
2081m4trace:configure.in:984: -1- AC_FUNC_ALLOCA
2082m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
2083m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
2084   */
2085#undef HAVE_ALLOCA_H])
2086m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
2087m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
2088#undef HAVE_ALLOCA])
2089m4trace:configure.in:984: -1- AC_LIBSOURCE([alloca.c])
2090m4trace:configure.in:984: -1- AC_SUBST([ALLOCA], [alloca.$ac_objext])
2091m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
2092m4trace:configure.in:984: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
2093#undef C_ALLOCA])
2094m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
2095m4trace:configure.in:984: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP
2096   systems. This function is required for `alloca.c\' support on those systems.
2097   */
2098#undef CRAY_STACKSEG_END])
2099m4trace:configure.in:984: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
2100   direction of stack growth for your system; otherwise it will be
2101   automatically deduced at run-time.
2102	STACK_DIRECTION > 0 => grows toward higher addresses
2103	STACK_DIRECTION < 0 => grows toward lower addresses
2104	STACK_DIRECTION = 0 => direction of growth unknown */
2105@%:@undef STACK_DIRECTION])
2106m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
2107m4trace:configure.in:984: -1- AC_FUNC_MMAP
2108m4trace:configure.in:984: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
2109m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
2110#undef HAVE_STDLIB_H])
2111m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
2112#undef HAVE_UNISTD_H])
2113m4trace:configure.in:984: -1- AC_CHECK_FUNCS([getpagesize])
2114m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
2115#undef HAVE_GETPAGESIZE])
2116m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
2117m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
2118#undef HAVE_MMAP])
2119m4trace:configure.in:984: -1- AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
2120unistd.h values.h sys/param.h])
2121m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
2122#undef HAVE_ARGZ_H])
2123m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
2124#undef HAVE_LIMITS_H])
2125m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
2126#undef HAVE_LOCALE_H])
2127m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_NL_TYPES_H], [/* Define to 1 if you have the <nl_types.h> header file. */
2128#undef HAVE_NL_TYPES_H])
2129m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the <malloc.h> header file. */
2130#undef HAVE_MALLOC_H])
2131m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
2132#undef HAVE_STRING_H])
2133m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
2134#undef HAVE_UNISTD_H])
2135m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_VALUES_H], [/* Define to 1 if you have the <values.h> header file. */
2136#undef HAVE_VALUES_H])
2137m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
2138#undef HAVE_SYS_PARAM_H])
2139m4trace:configure.in:984: -1- AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
2140__argz_count __argz_stringify __argz_next])
2141m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
2142#undef HAVE_GETCWD])
2143m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
2144#undef HAVE_MUNMAP])
2145m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */
2146#undef HAVE_PUTENV])
2147m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */
2148#undef HAVE_SETENV])
2149m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
2150#undef HAVE_SETLOCALE])
2151m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
2152#undef HAVE_STRCHR])
2153m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
2154#undef HAVE_STRCASECMP])
2155m4trace:configure.in:984: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */
2156#undef HAVE___ARGZ_COUNT])
2157m4trace:configure.in:984: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */
2158#undef HAVE___ARGZ_STRINGIFY])
2159m4trace:configure.in:984: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */
2160#undef HAVE___ARGZ_NEXT])
2161m4trace:configure.in:984: -1- AC_CHECK_FUNCS([stpcpy])
2162m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */
2163#undef HAVE_STPCPY])
2164m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STPCPY])
2165m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define if you have the stpcpy function */
2166#undef HAVE_STPCPY])
2167m4trace:configure.in:984: -1- AM_LC_MESSAGES
2168m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2169You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2170autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
2171autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
2172../gettext.m4:344: AM_LC_MESSAGES is expanded from...
2173../gettext.m4:275: CY_GNU_GETTEXT is expanded from...
2174configure.in:984: the top level])
2175m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
2176m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your locale.h file contains LC_MESSAGES. */
2177#undef HAVE_LC_MESSAGES])
2178m4trace:configure.in:984: -1- CY_WITH_NLS
2179m4trace:configure.in:984: -1- AC_SUBST([USE_NLS])
2180m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
2181m4trace:configure.in:984: -1- AH_OUTPUT([ENABLE_NLS], [/* Define to 1 if NLS is requested */
2182#undef ENABLE_NLS])
2183m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2184You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2185autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
2186autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
2187autoconf/headers.m4:91: AC_CHECK_HEADER is expanded from...
2188../gettext.m4:159: CY_WITH_NLS is expanded from...
2189../gettext.m4:275: CY_GNU_GETTEXT is expanded from...
2190configure.in:984: the top level])
2191m4trace:configure.in:984: -1- AC_CHECK_LIB([intl], [bindtextdomain], [AC_CACHE_CHECK([for gettext in libintl],
2192		 gt_cv_func_gettext_libintl,
2193		 [AC_TRY_LINK([], [return (int) gettext ("")],
2194		 gt_cv_func_gettext_libintl=yes,
2195		 gt_cv_func_gettext_libintl=no)])])
2196m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2197You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2198autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
2199autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
2200autoconf/libs.m4:134: AC_CHECK_LIB is expanded from...
2201autoconf/headers.m4:91: AC_CHECK_HEADER is expanded from...
2202../gettext.m4:159: CY_WITH_NLS is expanded from...
2203../gettext.m4:275: CY_GNU_GETTEXT is expanded from...
2204configure.in:984: the top level])
2205m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
2206m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_GETTEXT], [/* Define as 1 if you have gettext and don\'t want to use GNU gettext. */
2207#undef HAVE_GETTEXT])
2208m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], [no])
2209m4trace:configure.in:984: -1- AC_SUBST([MSGFMT])
2210m4trace:configure.in:984: -1- AC_CHECK_FUNCS([dcgettext])
2211m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */
2212#undef HAVE_DCGETTEXT])
2213m4trace:configure.in:984: -1- AC_SUBST([GMSGFMT], [$ac_cv_path_GMSGFMT])
2214m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], [:])
2215m4trace:configure.in:984: -1- AC_SUBST([XGETTEXT])
2216m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2217You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2218autoconf/headers.m4:91: AC_CHECK_HEADER is expanded from...
2219../gettext.m4:159: CY_WITH_NLS is expanded from...
2220../gettext.m4:275: CY_GNU_GETTEXT is expanded from...
2221configure.in:984: the top level])
2222m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], [msgfmt])
2223m4trace:configure.in:984: -1- AC_SUBST([MSGFMT])
2224m4trace:configure.in:984: -1- AC_SUBST([GMSGFMT], [$ac_cv_path_GMSGFMT])
2225m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], [:])
2226m4trace:configure.in:984: -1- AC_SUBST([XGETTEXT])
2227m4trace:configure.in:984: -1- AC_SUBST([MSGFMT])
2228m4trace:configure.in:984: -1- AC_SUBST([USE_INCLUDED_LIBINTL])
2229m4trace:configure.in:984: -1- AC_SUBST([CATALOGS])
2230m4trace:configure.in:984: -1- AC_SUBST([CATOBJEXT])
2231m4trace:configure.in:984: -1- AC_SUBST([DATADIRNAME])
2232m4trace:configure.in:984: -1- AC_SUBST([GMOFILES])
2233m4trace:configure.in:984: -1- AC_SUBST([INSTOBJEXT])
2234m4trace:configure.in:984: -1- AC_SUBST([INTLDEPS])
2235m4trace:configure.in:984: -1- AC_SUBST([INTLLIBS])
2236m4trace:configure.in:984: -1- AC_SUBST([INTLOBJS])
2237m4trace:configure.in:984: -1- AC_SUBST([POFILES])
2238m4trace:configure.in:984: -1- AC_SUBST([POSUB])
2239m4trace:configure.in:984: -1- AC_SUBST([INCLUDE_LOCALE_H])
2240m4trace:configure.in:984: -1- AC_SUBST([GT_NO])
2241m4trace:configure.in:984: -1- AC_SUBST([GT_YES])
2242m4trace:configure.in:984: -1- AC_SUBST([MKINSTALLDIRS])
2243m4trace:configure.in:984: -1- AC_SUBST([l])
2244m4trace:configure.in:986: -1- AM_MAINTAINER_MODE
2245m4trace:configure.in:986: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2246m4trace:configure.in:986: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
2247m4trace:configure.in:986: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
2248m4trace:configure.in:986: -1- AC_SUBST([MAINT])
2249m4trace:configure.in:989: -1- AC_CHECK_HEADERS([string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h])
2250m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
2251#undef HAVE_STRING_H])
2252m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
2253#undef HAVE_STDLIB_H])
2254m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
2255#undef HAVE_MEMORY_H])
2256m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
2257#undef HAVE_STRINGS_H])
2258m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
2259#undef HAVE_UNISTD_H])
2260m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_STDARG_H], [/* Define to 1 if you have the <stdarg.h> header file. */
2261#undef HAVE_STDARG_H])
2262m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_VARARGS_H], [/* Define to 1 if you have the <varargs.h> header file. */
2263#undef HAVE_VARARGS_H])
2264m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the <errno.h> header file. */
2265#undef HAVE_ERRNO_H])
2266m4trace:configure.in:989: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
2267#undef HAVE_SYS_TYPES_H])
2268m4trace:configure.in:998: -1- AC_DEFINE_TRACE_LITERAL([CROSS_COMPILE])
2269m4trace:configure.in:998: -1- AH_OUTPUT([CROSS_COMPILE], [/* Compiling cross-assembler? */
2270#undef CROSS_COMPILE])
2271m4trace:configure.in:1004: -1- AC_FUNC_ALLOCA
2272m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
2273m4trace:configure.in:1004: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
2274   */
2275#undef HAVE_ALLOCA_H])
2276m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
2277m4trace:configure.in:1004: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
2278#undef HAVE_ALLOCA])
2279m4trace:configure.in:1004: -1- AC_LIBSOURCE([alloca.c])
2280m4trace:configure.in:1004: -1- AC_SUBST([ALLOCA], [alloca.$ac_objext])
2281m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
2282m4trace:configure.in:1004: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
2283#undef C_ALLOCA])
2284m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
2285m4trace:configure.in:1004: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP
2286   systems. This function is required for `alloca.c\' support on those systems.
2287   */
2288#undef CRAY_STACKSEG_END])
2289m4trace:configure.in:1004: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
2290   direction of stack growth for your system; otherwise it will be
2291   automatically deduced at run-time.
2292	STACK_DIRECTION > 0 => grows toward higher addresses
2293	STACK_DIRECTION < 0 => grows toward lower addresses
2294	STACK_DIRECTION = 0 => direction of growth unknown */
2295@%:@undef STACK_DIRECTION])
2296m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
2297m4trace:configure.in:1005: -1- AC_C_INLINE
2298m4trace:configure.in:1005: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler
2299   calls it, or to nothing if \'inline\' is not supported under any name.  */
2300#ifndef __cplusplus
2301#undef inline
2302#endif])
2303m4trace:configure.in:1008: -1- AC_CHECK_FUNCS([unlink remove], [break])
2304m4trace:configure.in:1008: -1- AH_OUTPUT([HAVE_UNLINK], [/* Define to 1 if you have the `unlink\' function. */
2305#undef HAVE_UNLINK])
2306m4trace:configure.in:1008: -1- AH_OUTPUT([HAVE_REMOVE], [/* Define to 1 if you have the `remove\' function. */
2307#undef HAVE_REMOVE])
2308m4trace:configure.in:1011: -1- AC_CHECK_FUNCS([sbrk])
2309m4trace:configure.in:1011: -1- AH_OUTPUT([HAVE_SBRK], [/* Define to 1 if you have the `sbrk\' function. */
2310#undef HAVE_SBRK])
2311m4trace:configure.in:1016: -1- AC_CHECK_LIBM
2312m4trace:configure.in:1016: -1- AC_CHECK_LIB([mw], [_mwvalidcheckl], [LIBM="-lmw"])
2313m4trace:configure.in:1016: -1- AC_CHECK_LIB([m], [main], [LIBM="$LIBM -lm"])
2314m4trace:configure.in:1016: -1- AC_CHECK_LIB([m], [main], [LIBM="-lm"])
2315m4trace:configure.in:1017: -1- AC_SUBST([LIBM])
2316m4trace:configure.in:1024: -1- GAS_WORKING_ASSERT
2317m4trace:configure.in:1024: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2318You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2319acinclude.m4:37: GAS_WORKING_ASSERT is expanded from...
2320configure.in:1024: the top level])
2321m4trace:configure.in:1024: -1- AC_DEFINE_TRACE_LITERAL([BROKEN_ASSERT])
2322m4trace:configure.in:1024: -1- AH_OUTPUT([BROKEN_ASSERT], [/* assert broken? */
2323#undef BROKEN_ASSERT])
2324m4trace:configure.in:1047: -1- GAS_CHECK_DECL_NEEDED([strstr], [f], [char *(*f)()], [$gas_test_headers])
2325m4trace:configure.in:1047: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2326You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2327acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2328configure.in:1047: the top level])
2329m4trace:configure.in:1047: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_STRSTR])
2330m4trace:configure.in:1047: -1- AH_OUTPUT([NEED_DECLARATION_STRSTR], [/* Define if strstr is not declared in system header files. */
2331#undef NEED_DECLARATION_STRSTR])
2332m4trace:configure.in:1048: -1- GAS_CHECK_DECL_NEEDED([malloc], [f], [char *(*f)()], [$gas_test_headers])
2333m4trace:configure.in:1048: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2334You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2335acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2336configure.in:1048: the top level])
2337m4trace:configure.in:1048: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_MALLOC])
2338m4trace:configure.in:1048: -1- AH_OUTPUT([NEED_DECLARATION_MALLOC], [/* Define if malloc is not declared in system header files. */
2339#undef NEED_DECLARATION_MALLOC])
2340m4trace:configure.in:1049: -1- GAS_CHECK_DECL_NEEDED([free], [f], [void (*f)()], [$gas_test_headers])
2341m4trace:configure.in:1049: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2342You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2343acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2344configure.in:1049: the top level])
2345m4trace:configure.in:1049: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_FREE])
2346m4trace:configure.in:1049: -1- AH_OUTPUT([NEED_DECLARATION_FREE], [/* Define if free is not declared in system header files. */
2347#undef NEED_DECLARATION_FREE])
2348m4trace:configure.in:1050: -1- GAS_CHECK_DECL_NEEDED([sbrk], [f], [char *(*f)()], [$gas_test_headers])
2349m4trace:configure.in:1050: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2350You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2351acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2352configure.in:1050: the top level])
2353m4trace:configure.in:1050: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_SBRK])
2354m4trace:configure.in:1050: -1- AH_OUTPUT([NEED_DECLARATION_SBRK], [/* Define if sbrk is not declared in system header files. */
2355#undef NEED_DECLARATION_SBRK])
2356m4trace:configure.in:1051: -1- GAS_CHECK_DECL_NEEDED([environ], [f], [char **f], [$gas_test_headers])
2357m4trace:configure.in:1051: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2358You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2359acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2360configure.in:1051: the top level])
2361m4trace:configure.in:1051: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_ENVIRON])
2362m4trace:configure.in:1051: -1- AH_OUTPUT([NEED_DECLARATION_ENVIRON], [/* Define if environ is not declared in system header files. */
2363#undef NEED_DECLARATION_ENVIRON])
2364m4trace:configure.in:1059: -1- GAS_CHECK_DECL_NEEDED([errno], [f], [int f], [
2365#ifdef HAVE_ERRNO_H
2366#include <errno.h>
2367#endif
2368])
2369m4trace:configure.in:1059: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2370You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2371acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2372configure.in:1059: the top level])
2373m4trace:configure.in:1059: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_ERRNO])
2374m4trace:configure.in:1059: -1- AH_OUTPUT([NEED_DECLARATION_ERRNO], [/* Define if errno is not declared in system header files. */
2375#undef NEED_DECLARATION_ERRNO])
2376m4trace:configure.in:1069: -1- AC_CONFIG_FILES([Makefile doc/Makefile po/Makefile.in:po/Make-in])
2377m4trace:configure.in:1086: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
2378m4trace:configure.in:1086: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
2379m4trace:configure.in:1086: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
2380m4trace:configure.in:1086: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
2381