1 m4trace:/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"])
6 m4trace:/usr/autotool/devel/share/aclocal-1.9/amversion.m4:23: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
7 m4trace:/usr/autotool/devel/share/aclocal-1.9/amversion.m4:30: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.1])])
8 m4trace:/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.
10 # expand $ac_aux_dir to an absolute path
11 am_aux_dir=`cd $ac_aux_dir && pwd`
13 m4trace:/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
25 AC_CONFIG_COMMANDS_PRE(
26 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
27 AC_MSG_ERROR([[conditional "$1" was never defined.
28 Usually this means the macro was only invoked conditionally.]])
30 m4trace:/usr/autotool/devel/share/aclocal-1.9/depend.m4:142: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
31 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
32 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
33 AC_REQUIRE([AM_DEP_TRACK])dnl
35 ifelse([$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=])
41 AC_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
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
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
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`
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.
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.
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.
81 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
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
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.
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
124 am_cv_$1_dependencies_compiler_type=none
127 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
128 AM_CONDITIONAL([am__fastdep$1], [
129 test "x$enable_dependency_tracking" != xno \
130 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
132 m4trace:/usr/autotool/devel/share/aclocal-1.9/depend.m4:152: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
133 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
135 m4trace:/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])
138 if test "x$enable_dependency_tracking" != xno; then
139 am_depcomp="$ac_aux_dir/depcomp"
142 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
143 AC_SUBST([AMDEPBACKSLASH])
145 m4trace:/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")`
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
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"
184 m4trace:/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"])
188 m4trace:/usr/autotool/devel/share/aclocal-1.9/header.m4:23: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
189 m4trace:/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.
190 You should run autoupdate.])dnl
191 AC_CONFIG_HEADERS($@)])
192 m4trace:/usr/autotool/devel/share/aclocal-1.9/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
193 dnl Autoconf wants to disallow AM_ names. We explicitly allow
194 dnl the ones we care about.
195 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
196 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
197 AC_REQUIRE([AC_PROG_INSTALL])dnl
198 # test to see if srcdir already configured
199 if 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])
204 # test whether we have cygpath
205 if test -z "$CYGPATH_W"; then
206 if (cygpath --version) >/dev/null 2>/dev/null; then
207 CYGPATH_W='cygpath -w'
212 AC_SUBST([CYGPATH_W])
214 # Define the identity of the package.
215 dnl Distinguish between old-style and new-style calls.
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
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
228 # Some tools Automake needs.
229 AC_REQUIRE([AM_SANITY_CHECK])dnl
230 AC_REQUIRE([AC_ARG_PROGRAM])dnl
231 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
232 AM_MISSING_PROG(AUTOCONF, autoconf)
233 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
234 AM_MISSING_PROG(AUTOHEADER, autoheader)
235 AM_MISSING_PROG(MAKEINFO, makeinfo)
237 AM_PROG_INSTALL_STRIP
238 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
239 # We need awk for the "check" target. The system "awk" is bad on
241 AC_REQUIRE([AC_PROG_AWK])dnl
242 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
243 AC_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
252 AC_PROVIDE_IFELSE([AC_PROG_CXX],
253 [_AM_DEPENDENCIES(CXX)],
254 [define([AC_PROG_CXX],
255 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
258 m4trace:/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.
260 for _am_header in $config_headers :; do
265 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
268 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
269 m4trace:/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
270 install_sh=${install_sh-"$am_aux_dir/install-sh"}
271 AC_SUBST(install_sh)])
272 m4trace:/usr/autotool/devel/share/aclocal-1.9/lead-dot.m4:32: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
273 mkdir .tst 2>/dev/null
274 if test -d .tst; then
279 rmdir .tst 2>/dev/null
280 AC_SUBST([am__leading_dot])])
281 m4trace:/usr/autotool/devel/share/aclocal-1.9/lex.m4:34: -1- AC_DEFUN([AM_PROG_LEX], [AC_PREREQ(2.50)dnl
282 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
283 AC_REQUIRE([AC_PROG_LEX])dnl
284 if test "$LEX" = :; then
285 LEX=${am_missing_run}flex
287 m4trace:/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
300 m4trace:/usr/autotool/devel/share/aclocal-1.9/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
301 m4trace:/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.
302 You should run autoupdate.])dnl
304 m4trace:/usr/autotool/devel/share/aclocal-1.9/make.m4:62: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
305 cat > confinc << 'END'
310 # If we don't find an include directive, just comment out the code.
311 AC_MSG_CHECKING([for style of include used by $am_make])
315 # First try GNU make style include.
316 echo "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'.
322 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
327 # Now try BSD make style include.
328 if test "$am__include" = "#"; then
329 echo '.include "confinc"' > confmf
330 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
336 AC_SUBST([am__include])
337 AC_SUBST([am__quote])
338 AC_MSG_RESULT([$_am_result])
341 m4trace:/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"}
344 m4trace:/usr/autotool/devel/share/aclocal-1.9/missing.m4:48: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
345 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
346 # Use eval to expand $SHELL
347 if eval "$MISSING --run true"; then
348 am_missing_run="$MISSING --run "
351 AC_MSG_WARN([`missing' script is too old or missing])
354 m4trace:/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
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
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 --'
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
375 for d in ./-p ./--version;
377 test -d $d && rmdir $d
379 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
380 if test -f "$ac_aux_dir/mkinstalldirs"; then
381 mkdir_p='$(mkinstalldirs)'
383 mkdir_p='$(install_sh) -d'
386 AC_SUBST([mkdir_p])])
387 m4trace:/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_]], [_])])
388 m4trace:/usr/autotool/devel/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
389 m4trace:/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)])])
390 m4trace:/usr/autotool/devel/share/aclocal-1.9/options.m4:43: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
391 m4trace:/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
394 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
395 (exit $ac_status); }])
396 m4trace:/usr/autotool/devel/share/aclocal-1.9/sanity.m4:63: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
399 echo 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
406 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
407 if test "$[*]" = "X"; then
409 set X `ls -t $srcdir/configure conftest.file`
412 if test "$[*]" != "X $srcdir/configure conftest.file" \
413 && test "$[*]" != "X conftest.file $srcdir/configure"; then
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
420 alias in your environment])
423 test "$[2]" = conftest.file
429 AC_MSG_ERROR([newly created file is older than distributed files!
430 Check your system clock])
433 m4trace:/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.
438 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
439 if test "$cross_compiling" != no; then
440 AC_CHECK_TOOL([STRIP], [strip], :)
442 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
443 AC_SUBST([INSTALL_STRIP_PROGRAM])])
444 m4trace:/usr/autotool/devel/share/aclocal-1.9/tar.m4:107: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
445 AM_MISSING_PROG([AMTAR], [tar])
447 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
448 [m4_case([$1], [ustar],, [pax],,
449 [m4_fatal([Unknown tar format])])
450 AC_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 `-'.
456 for _am_tool in $_am_tools
460 for _am_tar in tar gnutar gtar;
462 AM_RUN_LOG([$_am_tar --version]) && break
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 -"
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"'
477 am__tar='pax -L -x $1 -w "$$tardir"'
478 am__tar_='pax -L -x $1 -w "$tardir"'
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'
493 # If the value was cached, stop now. We just wanted to have am__tar
495 test -n "${am_cv_prog_tar_$1}" && break
497 # tar/untar a dummy directory, and stop if the command works
500 echo GrepMe > conftest.dir/file
501 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
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
510 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
511 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
513 AC_SUBST([am__untar])
515 m4trace:acinclude.m4:16: -1- AC_DEFUN([GAS_CHECK_DECL_NEEDED], [
516 AC_MSG_CHECKING(whether declaration is required for $1)
517 AC_CACHE_VAL(gas_cv_decl_needed_$1,
523 ], gas_cv_decl_needed_$1=no, gas_cv_decl_needed_$1=yes))dnl
524 AC_MSG_RESULT($gas_cv_decl_needed_$1)
525 if 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.])
530 m4trace:acinclude.m4:37: -1- AC_DEFUN([GAS_WORKING_ASSERT], [AC_MSG_CHECKING([for working assert macro])
531 AC_CACHE_VAL(gas_cv_assert_ok,
532 AC_TRY_LINK([#include <assert.h>
533 #include <stdio.h>], [
534 /* check for requoting problems */
535 static int a, b, c, d;
537 assert (!strcmp(s, "foo bar baz quux"));
538 /* check for newline handling */
541 ], gas_cv_assert_ok=yes, gas_cv_assert_ok=no))dnl
542 AC_MSG_RESULT($gas_cv_assert_ok)
543 test $gas_cv_assert_ok = yes || AC_DEFINE(BROKEN_ASSERT, 1, [assert broken?])
545 m4trace:acinclude.m4:56: -1- AC_DEFUN([GAS_UNIQ], [_gas_uniq_list="[$]$1"
547 dnl Protect against empty input list.
548 for _gas_uniq_i in _gas_uniq_dummy [$]_gas_uniq_list ; do
549 case [$]_gas_uniq_i in
551 *) case " [$]_gas_uniq_newlist " in
552 *" [$]_gas_uniq_i "*) ;;
553 *) _gas_uniq_newlist="[$]_gas_uniq_newlist [$]_gas_uniq_i" ;;
557 $1=[$]_gas_uniq_newlist
559 m4trace:acinclude.m4:58: -1- sinclude([../libtool.m4])
560 m4trace:../libtool.m4:52: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
561 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
562 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
563 AC_PROVIDE_IFELSE([AC_PROG_CXX],
565 [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
568 dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
569 dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
570 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
571 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
573 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
575 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
577 [ifdef([AC_PROG_GCJ],
578 [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ
580 ifdef([A][M_PROG_GCJ],
581 [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ
583 ifdef([LT_AC_PROG_GCJ],
584 [define([LT_AC_PROG_GCJ], defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ
586 m4trace:../libtool.m4:86: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
587 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
588 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
590 # Save cache, so that ltconfig can load it
593 # Actually configure libtool. ac_aux_dir is where install-sh is found.
594 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
595 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
596 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
597 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
598 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
599 deplibs_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])
604 # Reload cache, that may have been modified by ltconfig
607 # This can be used to rebuild libtool when needed
608 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
610 # Always use our own libtool.
611 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
614 # Redirect the config.log output again, so that the ltconfig log is not
615 # clobbered by the next message.
618 m4trace:../libtool.m4:238: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.13)dnl
619 AC_REQUIRE([AC_ENABLE_SHARED])dnl
620 AC_REQUIRE([AC_ENABLE_STATIC])dnl
621 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
622 AC_REQUIRE([AC_CANONICAL_HOST])dnl
623 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
624 AC_REQUIRE([AC_PROG_CC])dnl
625 AC_REQUIRE([AC_PROG_LD])dnl
626 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
627 AC_REQUIRE([AC_PROG_NM])dnl
628 AC_REQUIRE([AC_PROG_LN_S])dnl
629 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
630 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
631 AC_REQUIRE([AC_OBJEXT])dnl
632 AC_REQUIRE([AC_EXEEXT])dnl
635 # Only perform the check for file, if the check method requires it
636 case $deplibs_check_method in
638 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
644 AC_CHECK_TOOL(RANLIB, ranlib, :)
645 AC_CHECK_TOOL(STRIP, strip, :)
647 # Check for any special flags to pass to ltconfig.
648 libtool_flags="--cache-file=$cache_file"
649 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
650 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
651 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
652 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
653 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
654 ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN],
655 [libtool_flags="$libtool_flags --enable-dlopen"])
656 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
657 [libtool_flags="$libtool_flags --enable-win32-dll"])
658 AC_ARG_ENABLE(libtool-lock,
659 [ --disable-libtool-lock avoid locking (might break parallel builds)])
660 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
661 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
664 [ --with-pic try to use only PIC/non-PIC objects [default=use both]],
665 pic_mode="$withval", pic_mode=default)
666 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
667 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
669 # Some flags need to be propagated to the compiler or linker for good
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
679 LD="${LD-ld} -melf32bsmip"
682 LD="${LD-ld} -melf32bmipn32"
685 LD="${LD-ld} -melf64bmip"
689 case `/usr/bin/file conftest.$ac_objext` in
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
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,
728 AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
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"
736 ifdef([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)
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,
746 [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
748 [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])])
751 *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
752 # old mingw systems require "-dll" to link a DLL, while more recent ones
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" ;;
768 m4trace:../libtool.m4:241: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
769 m4trace:../libtool.m4:244: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
770 m4trace:../libtool.m4:273: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
771 AC_ARG_ENABLE(shared,
772 changequote(<<, >>)dnl
773 << --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
775 [p=${PACKAGE-default}
777 yes) enable_shared=yes ;;
778 no) 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
791 enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
793 m4trace:../libtool.m4:277: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
794 AC_ENABLE_SHARED(no)])
795 m4trace:../libtool.m4:306: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
796 AC_ARG_ENABLE(static,
797 changequote(<<, >>)dnl
798 << --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
800 [p=${PACKAGE-default}
802 yes) enable_static=yes ;;
803 no) 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
816 enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
818 m4trace:../libtool.m4:311: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
819 AC_ENABLE_STATIC(no)])
820 m4trace:../libtool.m4:341: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
821 AC_ARG_ENABLE(fast-install,
822 changequote(<<, >>)dnl
823 << --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
825 [p=${PACKAGE-default}
827 yes) enable_fast_install=yes ;;
828 no) enable_fast_install=no ;;
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
841 enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
843 m4trace:../libtool.m4:346: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
844 AC_ENABLE_FAST_INSTALL(no)])
845 m4trace:../libtool.m4:354: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
846 pic_mode=ifelse($#,1,$1,default)])
847 m4trace:../libtool.m4:416: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_MSG_CHECKING([for $1])
848 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
851 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
854 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
857 ac_save_MAGIC_CMD="$MAGIC_CMD"
858 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
859 dnl $ac_dummy forces splitting on constant user-supplied paths.
860 dnl POSIX.2 word splitting is done only on the output of word expansions,
861 dnl 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
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
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
895 MAGIC_CMD="$ac_save_MAGIC_CMD"
898 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
899 if test -n "$MAGIC_CMD"; then
900 AC_MSG_RESULT($MAGIC_CMD)
905 m4trace:../libtool.m4:430: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
906 AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin:$PATH)
907 if 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)
915 m4trace:../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]],
917 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
918 AC_REQUIRE([AC_PROG_CC])dnl
919 AC_REQUIRE([AC_CANONICAL_HOST])dnl
920 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
922 if test "$GCC" = yes; then
923 # Check if gcc -print-prog-name=ld gives a path.
924 AC_MSG_CHECKING([for ld used by GCC])
927 # gcc leaves a trailing carriage return which upsets mingw
928 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
930 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
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%/%"`
941 test -z "$LD" && LD="$ac_prog"
944 # If it fails, then pretend we aren't using GCC.
948 # If it is relative, then search for the first ld in PATH.
952 elif test "$with_gnu_ld" = yes; then
953 AC_MSG_CHECKING([for GNU ld])
955 AC_MSG_CHECKING([for non-GNU ld])
957 AC_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
970 test "$with_gnu_ld" != yes && break
976 lt_cv_path_LD="$LD" # Let the user override the test with a path.
979 if test -n "$LD"; then
984 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
987 m4trace:../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.
989 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
990 lt_cv_prog_gnu_ld=yes
994 with_gnu_ld=$lt_cv_prog_gnu_ld
996 m4trace:../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'])
998 reload_flag=$lt_cv_ld_reload_flag
999 test -n "$reload_flag" && reload_flag=" $reload_flag"
1001 m4trace:../libtool.m4:697: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependant libraries],
1002 lt_cv_deplibs_check_method,
1003 [lt_cv_file_magic_cmd='$MAGIC_CMD'
1004 lt_cv_file_magic_test_file=
1005 lt_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.
1019 lt_cv_deplibs_check_method=pass_all
1023 lt_cv_deplibs_check_method=pass_all
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
1032 cygwin* | mingw* |pw32*)
1033 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1034 lt_cv_file_magic_cmd='$OBJDUMP -f'
1037 darwin* | 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'
1041 rhapsody* | darwin1.[012])
1042 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1045 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1051 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
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.*`
1062 lt_cv_deplibs_check_method=pass_all
1067 lt_cv_deplibs_check_method=pass_all
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
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
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"
1093 *-32|*"-32 ") libmagic=32-bit;;
1094 *-n32|*"-n32 ") libmagic=N32;;
1095 *-64|*"-64 ") libmagic=64-bit;;
1096 *) libmagic=never-match;;
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"]
1102 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1103 lt_cv_deplibs_check_method=pass_all
1106 # This must be Linux ELF.
1109 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
1110 lt_cv_deplibs_check_method=pass_all ;;
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 )'] ;;
1115 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
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]+$']
1122 [lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$']
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
1132 osf3* | 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
1140 lt_cv_deplibs_check_method=pass_all
1144 lt_cv_deplibs_check_method=pass_all
1145 lt_cv_file_magic_test_file=/lib/libc.so
1148 [sysv5uw[78]* | sysv4*uw2*)]
1149 lt_cv_deplibs_check_method=pass_all
1152 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1153 case $host_vendor in
1155 lt_cv_deplibs_check_method=pass_all
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*`
1165 file_magic_cmd=$lt_cv_file_magic_cmd
1166 deplibs_check_method=$lt_cv_deplibs_check_method
1168 m4trace:../libtool.m4:734: -1- AC_DEFUN([AC_PROG_NM], [AC_MSG_CHECKING([for BSD-compatible nm])
1169 AC_CACHE_VAL(lt_cv_path_NM,
1170 [if test -n "$NM"; then
1171 # Let the user override the test.
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"
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"
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
1196 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1199 AC_MSG_RESULT([$NM])
1201 m4trace:../libtool.m4:752: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1204 *-*-beos* | *-*-cygwin* | *-*-pw32*)
1205 # These system don't have libm
1208 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
1209 AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
1212 AC_CHECK_LIB(m, main, LIBM="-lm")
1216 m4trace:../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" ;;
1222 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
1223 INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
1225 m4trace:../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])
1231 enable_ltdl_install=yes
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'])
1239 ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
1244 m4trace:../libtool.m4:815: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_AC_LIBTOOL_CXX])])
1245 m4trace:../libtool.m4:841: -1- AC_DEFUN([_AC_LIBTOOL_CXX], [AC_REQUIRE([AC_PROG_CXX])
1246 AC_REQUIRE([AC_PROG_CXXCPP])
1247 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
1249 lt_save_CFLAGS="$CFLAGS"
1250 dnl Make sure LTCC is set to the C compiler, i.e. set LTCC before CC
1251 dnl is set to the C++ compiler.
1252 AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
1253 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1254 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
1255 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
1256 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
1257 deplibs_check_method="$deplibs_check_method" \
1258 file_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])
1263 CFLAGS="$lt_save_CFLAGS"
1265 # Redirect the config.log output again, so that the ltconfig log is not
1266 # clobbered by the next message.
1267 exec 5>>./config.log
1269 m4trace:../libtool.m4:844: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_AC_LIBTOOL_GCJ])])
1270 m4trace:../libtool.m4:875: -1- AC_DEFUN([_AC_LIBTOOL_GCJ], [AC_REQUIRE([AC_PROG_LIBTOOL])
1271 AC_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])])])])])])
1277 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
1279 lt_save_CFLAGS="$CFLAGS"
1280 dnl Make sure LTCC is set to the C compiler, i.e. set LTCC before CC
1281 dnl is set to the C++ compiler.
1282 AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="$CPPFLAGS" \
1283 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1284 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
1285 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
1286 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
1287 deplibs_check_method="$deplibs_check_method" \
1288 file_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])
1293 CFLAGS="$lt_save_CFLAGS"
1295 # Redirect the config.log output again, so that the ltconfig log is not
1296 # clobbered by the next message.
1297 exec 5>>./config.log
1299 m4trace:../libtool.m4:878: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
1300 m4trace:../libtool.m4:879: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1301 m4trace:../libtool.m4:880: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1302 m4trace:../libtool.m4:881: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1303 m4trace:../libtool.m4:882: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1304 m4trace:../libtool.m4:883: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
1305 m4trace:../libtool.m4:884: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
1306 m4trace:../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"
1310 m4trace:acinclude.m4:68: -1- sinclude([../gettext.m4])
1311 m4trace:../gettext.m4:159: -1- AC_DEFUN([CY_WITH_NLS], [AC_MSG_CHECKING([whether NLS is requested])
1312 dnl Default is enabled NLS
1314 [ --disable-nls do not use Native Language Support],
1315 USE_NLS=$enableval, USE_NLS=yes)
1316 AC_MSG_RESULT($USE_NLS)
1319 USE_INCLUDED_LIBINTL=no
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)
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.
1338 nls_cv_header_libgt=
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)])
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)])])
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],
1377 dnl In the standard gettext, we would now check for catgets.
1378 dnl However, we never want to use catgets for our releases.
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
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)'`"], :)
1396 USE_INCLUDED_LIBINTL=yes
1400 INTLDEPS='$(top_builddir)/../intl/libintl.a'
1402 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
1403 nls_cv_header_intl=libintl.h
1404 nls_cv_header_libgt=libgettext.h
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
1415 [found xgettext programs is not GNU xgettext; ignore it])
1420 # We need to process the po/ directory.
1424 nls_cv_header_intl=libintl.h
1425 nls_cv_header_libgt=libgettext.h
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
1432 USE_INCLUDED_LIBINTL=yes
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"
1443 dnl Make all variables we use known to autoconf.
1444 AC_SUBST(USE_INCLUDED_LIBINTL)
1447 AC_SUBST(DATADIRNAME)
1449 AC_SUBST(INSTOBJEXT)
1456 m4trace:../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
1468 AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
1469 unistd.h values.h sys/param.h])
1470 AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
1471 __argz_count __argz_stringify __argz_next])
1473 if test "${ac_cv_func_stpcpy+set}" != "set"; then
1474 AC_CHECK_FUNCS(stpcpy)
1476 if test "${ac_cv_func_stpcpy}" = "yes"; then
1477 AC_DEFINE(HAVE_STPCPY, 1, [Define if you have the stpcpy function])
1483 if test "x$CATOBJEXT" != "x"; then
1484 if test "x$ALL_LINGUAS" = "x"; then
1487 AC_MSG_CHECKING(for catalogs to be installed)
1489 for lang in ${LINGUAS=$ALL_LINGUAS}; do
1490 case "$ALL_LINGUAS" in
1491 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
1494 LINGUAS=$NEW_LINGUAS
1495 AC_MSG_RESULT($LINGUAS)
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
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>"
1511 /* The system does not provide the header <locale.h>. Take care yourself. */"
1513 AC_SUBST(INCLUDE_LOCALE_H)
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)
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
1526 dnl po2tbl.sed is always needed.
1527 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
1528 $srcdir/po2tbl.sed.in > po2tbl.sed
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
1534 if test "$PACKAGE" = "gettext"; then
1544 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
1545 AC_SUBST(MKINSTALLDIRS)
1547 dnl *** For now the libtool support in intl/Makefile is not for real.
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/"
1560 posrcprefix="../$srcdir/"
1566 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
1567 < $srcdir/po/POTFILES.in > po/POTFILES
1570 m4trace:../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.
1571 set dummy $2; ac_word=[$]2
1572 AC_MSG_CHECKING([for $ac_word])
1573 AC_CACHE_VAL(ac_cv_path_$1,
1576 ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
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
1584 ac_cv_path_$1="$ac_dir/$ac_word"
1590 dnl If no 4th arg is given, leave the cache variable unset,
1591 dnl so AC_PATH_PROGS will keep looking.
1592 ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
1597 if test -n "[$]$1"; then
1598 AC_MSG_RESULT([$]$1)
1604 m4trace:../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.])
1613 m4trace:configure.in:9: -1- AC_INIT([as.h])
1614 m4trace:configure.in:9: -1- m4_pattern_forbid([^_?A[CHUM]_])
1615 m4trace:configure.in:9: -1- m4_pattern_forbid([_AC_])
1616 m4trace:configure.in:9: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
1617 m4trace:configure.in:9: -1- m4_pattern_allow([^AS_FLAGS$])
1618 m4trace:configure.in:9: -1- m4_pattern_forbid([^_?m4_])
1619 m4trace:configure.in:9: -1- m4_pattern_forbid([^dnl$])
1620 m4trace:configure.in:9: -1- m4_pattern_forbid([^_?AS_])
1621 m4trace:configure.in:9: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
1622 m4trace:configure.in:9: -1- AC_SUBST([PATH_SEPARATOR])
1623 m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
1624 m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
1625 m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
1626 m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
1627 m4trace:configure.in:9: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
1628 m4trace:configure.in:9: -1- AC_SUBST([exec_prefix], [NONE])
1629 m4trace:configure.in:9: -1- AC_SUBST([prefix], [NONE])
1630 m4trace:configure.in:9: -1- AC_SUBST([program_transform_name], [s,x,x,])
1631 m4trace:configure.in:9: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
1632 m4trace:configure.in:9: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
1633 m4trace:configure.in:9: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
1634 m4trace:configure.in:9: -1- AC_SUBST([datadir], ['${prefix}/share'])
1635 m4trace:configure.in:9: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
1636 m4trace:configure.in:9: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
1637 m4trace:configure.in:9: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
1638 m4trace:configure.in:9: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
1639 m4trace:configure.in:9: -1- AC_SUBST([includedir], ['${prefix}/include'])
1640 m4trace:configure.in:9: -1- AC_SUBST([oldincludedir], ['/usr/include'])
1641 m4trace:configure.in:9: -1- AC_SUBST([infodir], ['${prefix}/info'])
1642 m4trace:configure.in:9: -1- AC_SUBST([mandir], ['${prefix}/man'])
1643 m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
1644 m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
1645 #undef PACKAGE_NAME])
1646 m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
1647 m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
1648 #undef PACKAGE_TARNAME])
1649 m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
1650 m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
1651 #undef PACKAGE_VERSION])
1652 m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
1653 m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
1654 #undef PACKAGE_STRING])
1655 m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
1656 m4trace: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])
1658 m4trace:configure.in:9: -1- AC_SUBST([build_alias])
1659 m4trace:configure.in:9: -1- AC_SUBST([host_alias])
1660 m4trace:configure.in:9: -1- AC_SUBST([target_alias])
1661 m4trace:configure.in:9: -1- AC_SUBST([DEFS])
1662 m4trace:configure.in:9: -1- AC_SUBST([ECHO_C])
1663 m4trace:configure.in:9: -1- AC_SUBST([ECHO_N])
1664 m4trace:configure.in:9: -1- AC_SUBST([ECHO_T])
1665 m4trace:configure.in:9: -1- AC_SUBST([LIBS])
1666 m4trace:configure.in:14: -1- AC_CONFIG_AUX_DIR([..])
1667 m4trace:configure.in:15: -1- AC_CANONICAL_SYSTEM
1668 m4trace:configure.in:15: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
1669 You should run autoupdate.], [autoconf/general.m4:1660: AC_CANONICAL_SYSTEM is expanded from...
1670 configure.in:15: the top level])
1671 m4trace:configure.in:15: -1- AC_CANONICAL_HOST
1672 m4trace:configure.in:15: -1- AC_SUBST([build], [$ac_cv_build])
1673 m4trace:configure.in:15: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
1674 m4trace:configure.in:15: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
1675 m4trace:configure.in:15: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
1676 m4trace:configure.in:15: -1- AC_SUBST([host], [$ac_cv_host])
1677 m4trace:configure.in:15: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
1678 m4trace:configure.in:15: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
1679 m4trace:configure.in:15: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
1680 m4trace:configure.in:15: -1- AC_SUBST([target], [$ac_cv_target])
1681 m4trace:configure.in:15: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
1682 m4trace:configure.in:15: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
1683 m4trace:configure.in:15: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
1684 m4trace:configure.in:16: -1- AC_CHECK_LIB([cposix], [strerror], [LIBS="$LIBS -lcposix"])
1685 m4trace:configure.in:16: -1- AC_PROG_CC
1686 m4trace:configure.in:16: -1- AC_SUBST([CC])
1687 m4trace:configure.in:16: -1- AC_SUBST([CFLAGS])
1688 m4trace:configure.in:16: -1- AC_SUBST([LDFLAGS])
1689 m4trace:configure.in:16: -1- AC_SUBST([CPPFLAGS])
1690 m4trace:configure.in:16: -1- AC_SUBST([CC])
1691 m4trace:configure.in:16: -1- AC_SUBST([ac_ct_CC])
1692 m4trace:configure.in:16: -1- AC_SUBST([CC])
1693 m4trace:configure.in:16: -1- AC_SUBST([ac_ct_CC])
1694 m4trace:configure.in:16: -1- AC_SUBST([CC])
1695 m4trace:configure.in:16: -1- AC_SUBST([CC])
1696 m4trace:configure.in:16: -1- AC_SUBST([ac_ct_CC])
1697 m4trace:configure.in:16: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
1698 m4trace:configure.in:16: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
1699 m4trace:configure.in:21: -1- AM_INIT_AUTOMAKE([gas], [${BFD_VERSION}])
1700 m4trace:configure.in:21: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
1701 m4trace:configure.in:21: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
1702 m4trace:configure.in:21: -1- AM_AUTOMAKE_VERSION([1.9.1])
1703 m4trace:configure.in:21: -1- AC_PROG_INSTALL
1704 m4trace:configure.in:21: -1- AC_SUBST([INSTALL_PROGRAM])
1705 m4trace:configure.in:21: -1- AC_SUBST([INSTALL_SCRIPT])
1706 m4trace:configure.in:21: -1- AC_SUBST([INSTALL_DATA])
1707 m4trace:configure.in:21: -1- AC_SUBST([CYGPATH_W])
1708 m4trace:configure.in:21: -1- AC_SUBST([PACKAGE], [gas])
1709 m4trace:configure.in:21: -1- AC_SUBST([VERSION], [${BFD_VERSION}])
1710 m4trace: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])])
1712 m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([no-define])
1713 m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
1714 m4trace:configure.in:21: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
1716 m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
1717 m4trace:configure.in:21: -1- AH_OUTPUT([VERSION], [/* Version number of package */
1719 m4trace:configure.in:21: -1- AM_SANITY_CHECK
1720 m4trace:configure.in:21: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1721 m4trace:configure.in:21: -1- AM_MISSING_HAS_RUN
1722 m4trace:configure.in:21: -1- AM_AUX_DIR_EXPAND
1723 m4trace:configure.in:21: -1- AC_SUBST([ACLOCAL])
1724 m4trace:configure.in:21: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1725 m4trace:configure.in:21: -1- AC_SUBST([AUTOCONF])
1726 m4trace:configure.in:21: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1727 m4trace:configure.in:21: -1- AC_SUBST([AUTOMAKE])
1728 m4trace:configure.in:21: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1729 m4trace:configure.in:21: -1- AC_SUBST([AUTOHEADER])
1730 m4trace:configure.in:21: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1731 m4trace:configure.in:21: -1- AC_SUBST([MAKEINFO])
1732 m4trace:configure.in:21: -1- AM_PROG_INSTALL_SH
1733 m4trace:configure.in:21: -1- AC_SUBST([install_sh])
1734 m4trace:configure.in:21: -1- AM_PROG_INSTALL_STRIP
1735 m4trace:configure.in:21: -1- AC_SUBST([STRIP])
1736 m4trace:configure.in:21: -1- AC_SUBST([ac_ct_STRIP])
1737 m4trace:configure.in:21: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
1738 m4trace:configure.in:21: -1- AM_PROG_MKDIR_P
1739 m4trace:configure.in:21: -1- AC_SUBST([mkdir_p])
1740 m4trace:configure.in:21: -1- AC_PROG_AWK
1741 m4trace:configure.in:21: -1- AC_SUBST([AWK])
1742 m4trace:configure.in:21: -1- AC_PROG_MAKE_SET
1743 m4trace:configure.in:21: -1- AC_SUBST([SET_MAKE])
1744 m4trace:configure.in:21: -1- AM_SET_LEADING_DOT
1745 m4trace:configure.in:21: -1- AC_SUBST([am__leading_dot])
1746 m4trace: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])])])
1748 m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([tar-ustar])
1749 m4trace:configure.in:21: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1750 m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([tar-pax])
1751 m4trace:configure.in:21: -1- _AM_PROG_TAR([v7])
1752 m4trace:configure.in:21: -1- AM_MISSING_PROG([AMTAR], [tar])
1753 m4trace:configure.in:21: -1- AC_SUBST([AMTAR])
1754 m4trace:configure.in:21: -1- AC_SUBST([am__tar])
1755 m4trace:configure.in:21: -1- AC_SUBST([am__untar])
1756 m4trace: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
1760 AC_PROVIDE_IFELSE([AC_PROG_CXX],
1761 [_AM_DEPENDENCIES(CXX)],
1762 [define([AC_PROG_CXX],
1763 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1765 m4trace:configure.in:21: -2- _AM_MANGLE_OPTION([no-dependencies])
1766 m4trace:configure.in:21: -1- _AM_DEPENDENCIES([CC])
1767 m4trace:configure.in:21: -1- AM_SET_DEPDIR
1768 m4trace:configure.in:21: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
1769 m4trace:configure.in:21: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1770 m4trace:configure.in:21: -1- AM_MAKE_INCLUDE
1771 m4trace:configure.in:21: -1- AC_SUBST([am__include])
1772 m4trace:configure.in:21: -1- AC_SUBST([am__quote])
1773 m4trace:configure.in:21: -1- AM_DEP_TRACK
1774 m4trace:configure.in:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1775 m4trace:configure.in:21: -1- AC_SUBST([AMDEP_TRUE])
1776 m4trace:configure.in:21: -1- AC_SUBST([AMDEP_FALSE])
1777 m4trace:configure.in:21: -1- AC_SUBST([AMDEPBACKSLASH])
1778 m4trace:configure.in:21: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
1779 m4trace:configure.in:21: -1- AM_CONDITIONAL([am__fastdepCC], [
1780 test "x$enable_dependency_tracking" != xno \
1781 && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1782 m4trace:configure.in:21: -1- AC_SUBST([am__fastdepCC_TRUE])
1783 m4trace:configure.in:21: -1- AC_SUBST([am__fastdepCC_FALSE])
1784 m4trace:configure.in:23: -1- AM_PROG_LIBTOOL
1785 m4trace:configure.in:23: -1- AC_PROG_LIBTOOL
1786 m4trace:configure.in:23: -1- _AC_PROG_LIBTOOL
1787 m4trace:configure.in:23: -1- AC_LIBTOOL_SETUP
1788 m4trace:configure.in:23: -1- AC_ENABLE_SHARED
1789 m4trace:configure.in:23: -1- AC_ENABLE_STATIC
1790 m4trace:configure.in:23: -1- AC_ENABLE_FAST_INSTALL
1791 m4trace:configure.in:23: -1- AC_PROG_LD
1792 m4trace:configure.in:23: -1- AC_PROG_LD_GNU
1793 m4trace:configure.in:23: -1- AC_PROG_LD_RELOAD_FLAG
1794 m4trace:configure.in:23: -1- AC_PROG_NM
1795 m4trace:configure.in:23: -1- AC_PROG_LN_S
1796 m4trace:configure.in:23: -1- AC_SUBST([LN_S], [$as_ln_s])
1797 m4trace:configure.in:23: -1- AC_DEPLIBS_CHECK_METHOD
1798 m4trace:configure.in:23: -1- AC_PATH_MAGIC
1799 m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_CHECK_TOOL_PREFIX' is obsolete.
1800 You should run autoupdate.], [autoconf/programs.m4:188: AC_CHECK_TOOL_PREFIX is expanded from...
1801 configure.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...
1804 configure.in:23: AC_LIBTOOL_SETUP is required by...
1805 ../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1806 configure.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...
1809 configure.in:23: the top level])
1810 m4trace:configure.in:23: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin:$PATH])
1811 m4trace:configure.in:23: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin:$PATH])
1812 m4trace:configure.in:23: -1- AC_SUBST([RANLIB])
1813 m4trace:configure.in:23: -1- AC_SUBST([ac_ct_RANLIB])
1814 m4trace:configure.in:23: -1- AC_SUBST([STRIP])
1815 m4trace:configure.in:23: -1- AC_SUBST([ac_ct_STRIP])
1816 m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
1817 You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
1818 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1819 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1820 ../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1821 configure.in:23: AC_LIBTOOL_SETUP is required by...
1822 ../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1823 configure.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...
1826 configure.in:23: the top level])
1827 m4trace:configure.in:23: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
1828 and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
1829 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1830 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1831 ../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1832 configure.in:23: AC_LIBTOOL_SETUP is required by...
1833 ../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1834 configure.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...
1837 configure.in:23: the top level])
1838 m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
1839 You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
1840 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1841 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1842 ../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1843 configure.in:23: AC_LIBTOOL_SETUP is required by...
1844 ../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1845 configure.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...
1848 configure.in:23: the top level])
1849 m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1850 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
1851 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1852 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1853 ../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1854 configure.in:23: AC_LIBTOOL_SETUP is required by...
1855 ../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1856 configure.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...
1859 configure.in:23: the top level])
1860 m4trace:configure.in:23: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
1861 You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
1862 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
1863 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
1864 ../libtool.m4:238: AC_LIBTOOL_SETUP is expanded from...
1865 configure.in:23: AC_LIBTOOL_SETUP is required by...
1866 ../libtool.m4:86: _AC_PROG_LIBTOOL is expanded from...
1867 configure.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...
1870 configure.in:23: the top level])
1871 m4trace:configure.in:23: -1- AC_SUBST([LIBTOOL])
1872 m4trace:configure.in:40: -1- _m4_warn([obsolete], [The macro `AC_ERROR' is obsolete.
1873 You should run autoupdate.], [autoconf/oldnames.m4:55: AC_ERROR is expanded from...
1874 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
1875 configure.in:40: the top level])
1876 m4trace:configure.in:70: -1- AC_SUBST([WARN_CFLAGS])
1877 m4trace:configure.in:73: -1- AM_CONFIG_HEADER([config.h:config.in])
1878 m4trace:configure.in:73: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
1879 You should run autoupdate.], [/usr/autotool/devel/share/aclocal-1.9/header.m4:23: AM_CONFIG_HEADER is expanded from...
1880 configure.in:73: the top level])
1881 m4trace:configure.in:73: -1- AC_CONFIG_HEADERS([config.h:config.in])
1882 m4trace:configure.in:80: -1- AC_CONFIG_FILES([gdb.ini:gdbinit.in])
1883 m4trace:configure.in:84: -1- AC_CONFIG_FILES([.gdbinit:gdbinit.in])
1884 m4trace:configure.in:87: -1- AC_SUBST([GDBINIT])
1885 m4trace:configure.in:110: -1- GAS_UNIQ([canon_targets])
1886 m4trace:configure.in:300: -1- AC_DEFINE_TRACE_LITERAL([SCO_ELF])
1887 m4trace:configure.in:300: -1- AH_OUTPUT([SCO_ELF], [/* Define if defaulting to ELF on SCO 5. */
1889 m4trace:configure.in:307: -1- AC_DEFINE_TRACE_LITERAL([STRICTCOFF])
1890 m4trace:configure.in:307: -1- AH_OUTPUT([STRICTCOFF], [/* Using strict COFF? */
1892 m4trace:configure.in:418: -1- AC_DEFINE_TRACE_LITERAL([AIX_WEAK_SUPPORT])
1893 m4trace:configure.in:418: -1- AH_OUTPUT([AIX_WEAK_SUPPORT], [/* Define if using AIX 5.2 value for C_WEAKEXT. */
1894 #undef AIX_WEAK_SUPPORT])
1895 m4trace:configure.in:432: -1- AC_DEFINE_TRACE_LITERAL([TARGET_SOLARIS_COMMENT])
1896 m4trace:configure.in:432: -1- AH_OUTPUT([TARGET_SOLARIS_COMMENT], [/* Define if default target is PowerPC Solaris. */
1897 #undef TARGET_SOLARIS_COMMENT])
1898 m4trace:configure.in:539: -1- AC_DEFINE_TRACE_LITERAL([TARGET_BYTES_BIG_ENDIAN])
1899 m4trace:configure.in:539: -1- AH_OUTPUT([TARGET_BYTES_BIG_ENDIAN], [/* Define as 1 if big endian. */
1900 #undef TARGET_BYTES_BIG_ENDIAN])
1901 m4trace:configure.in:588: -1- _m4_warn([obsolete], [The macro `AC_ERROR' is obsolete.
1902 You should run autoupdate.], [autoconf/oldnames.m4:55: AC_ERROR is expanded from...
1903 configure.in:588: the top level])
1904 m4trace:configure.in:625: -1- AC_DEFINE_TRACE_LITERAL([MIPS_CPU_STRING_DEFAULT])
1905 m4trace:configure.in:625: -1- AH_OUTPUT([MIPS_CPU_STRING_DEFAULT], [/* Default CPU for MIPS targets. */
1906 #undef MIPS_CPU_STRING_DEFAULT])
1907 m4trace:configure.in:627: -1- AC_DEFINE_TRACE_LITERAL([USE_E_MIPS_ABI_O32])
1908 m4trace: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])
1910 m4trace:configure.in:629: -1- AC_DEFINE_TRACE_LITERAL([MIPS_DEFAULT_64BIT])
1911 m4trace:configure.in:629: -1- AH_OUTPUT([MIPS_DEFAULT_64BIT], [/* Generate 64-bit code by default on MIPS targets. */
1912 #undef MIPS_DEFAULT_64BIT])
1913 m4trace:configure.in:631: -1- AC_DEFINE_TRACE_LITERAL([MIPS_DEFAULT_ABI])
1914 m4trace:configure.in:631: -1- AH_OUTPUT([MIPS_DEFAULT_ABI], [/* Choose a default ABI for MIPS targets. */
1915 #undef MIPS_DEFAULT_ABI])
1916 m4trace:configure.in:690: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_ARCH])
1917 m4trace:configure.in:690: -1- AH_OUTPUT([DEFAULT_ARCH], [/* Default architecture. */
1918 #undef DEFAULT_ARCH])
1919 m4trace:configure.in:807: -1- AC_SUBST([cgen_cpu_prefix])
1920 m4trace:configure.in:808: -1- AC_DEFINE_TRACE_LITERAL([USING_CGEN])
1921 m4trace:configure.in:808: -1- AH_OUTPUT([USING_CGEN], [/* Using cgen code? */
1923 m4trace:configure.in:848: -1- AC_DEFINE_TRACE_LITERAL([I386COFF])
1924 m4trace:configure.in:848: -1- AH_OUTPUT([I386COFF], [/* Using i386 COFF? */
1926 m4trace:configure.in:849: -1- AC_DEFINE_TRACE_LITERAL([M68KCOFF])
1927 m4trace:configure.in:849: -1- AH_OUTPUT([M68KCOFF], [/* Using m68k COFF? */
1929 m4trace:configure.in:850: -1- AC_DEFINE_TRACE_LITERAL([M88KCOFF])
1930 m4trace:configure.in:850: -1- AH_OUTPUT([M88KCOFF], [/* Using m88k COFF? */
1932 m4trace:configure.in:870: -1- GAS_UNIQ([emulations])
1933 m4trace:configure.in:889: -1- GAS_UNIQ([formats])
1934 m4trace:configure.in:890: -1- GAS_UNIQ([emfiles])
1935 m4trace:configure.in:894: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_AOUT])
1936 m4trace:configure.in:894: -1- AH_OUTPUT([OBJ_MAYBE_AOUT], [/* a.out support? */
1937 #undef OBJ_MAYBE_AOUT])
1938 m4trace:configure.in:895: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_BOUT])
1939 m4trace:configure.in:895: -1- AH_OUTPUT([OBJ_MAYBE_BOUT], [/* b.out support? */
1940 #undef OBJ_MAYBE_BOUT])
1941 m4trace:configure.in:896: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_COFF])
1942 m4trace:configure.in:896: -1- AH_OUTPUT([OBJ_MAYBE_COFF], [/* COFF support? */
1943 #undef OBJ_MAYBE_COFF])
1944 m4trace:configure.in:897: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_ECOFF])
1945 m4trace:configure.in:897: -1- AH_OUTPUT([OBJ_MAYBE_ECOFF], [/* ECOFF support? */
1946 #undef OBJ_MAYBE_ECOFF])
1947 m4trace:configure.in:898: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_ELF])
1948 m4trace:configure.in:898: -1- AH_OUTPUT([OBJ_MAYBE_ELF], [/* ELF support? */
1949 #undef OBJ_MAYBE_ELF])
1950 m4trace:configure.in:899: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_GENERIC])
1951 m4trace:configure.in:899: -1- AH_OUTPUT([OBJ_MAYBE_GENERIC], [/* generic support? */
1952 #undef OBJ_MAYBE_GENERIC])
1953 m4trace:configure.in:900: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_HP300])
1954 m4trace:configure.in:900: -1- AH_OUTPUT([OBJ_MAYBE_HP300], [/* HP300 support? */
1955 #undef OBJ_MAYBE_HP300])
1956 m4trace:configure.in:901: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_IEEE])
1957 m4trace:configure.in:901: -1- AH_OUTPUT([OBJ_MAYBE_IEEE], [/* IEEE support? */
1958 #undef OBJ_MAYBE_IEEE])
1959 m4trace:configure.in:902: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_SOM])
1960 m4trace:configure.in:902: -1- AH_OUTPUT([OBJ_MAYBE_SOM], [/* SOM support? */
1961 #undef OBJ_MAYBE_SOM])
1962 m4trace:configure.in:903: -1- AC_DEFINE_TRACE_LITERAL([OBJ_MAYBE_VMS])
1963 m4trace:configure.in:903: -1- AH_OUTPUT([OBJ_MAYBE_VMS], [/* VMS support? */
1964 #undef OBJ_MAYBE_VMS])
1965 m4trace:configure.in:917: -1- AC_DEFINE_TRACE_LITERAL([USE_EMULATIONS])
1966 m4trace:configure.in:917: -1- AH_OUTPUT([USE_EMULATIONS], [/* Use emulation support? */
1967 #undef USE_EMULATIONS])
1968 m4trace:configure.in:920: -1- AC_SUBST([extra_objects])
1969 m4trace:configure.in:921: -1- AC_DEFINE_TRACE_LITERAL([EMULATIONS])
1970 m4trace:configure.in:921: -1- AH_OUTPUT([EMULATIONS], [/* Supported emulations. */
1972 m4trace:configure.in:923: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_EMULATION])
1973 m4trace:configure.in:923: -1- AH_OUTPUT([DEFAULT_EMULATION], [/* Default emulation. */
1974 #undef DEFAULT_EMULATION])
1975 m4trace:configure.in:928: -1- AC_DEFINE_TRACE_LITERAL([MANY_SEGMENTS])
1976 m4trace:configure.in:928: -1- AH_OUTPUT([MANY_SEGMENTS], [/* old COFF support? */
1977 #undef MANY_SEGMENTS])
1978 m4trace:configure.in:939: -1- AC_SUBST([target_cpu_type])
1979 m4trace:configure.in:940: -1- AC_SUBST([obj_format])
1980 m4trace:configure.in:941: -1- AC_SUBST([te_file])
1981 m4trace:configure.in:942: -1- AC_SUBST([install_tooldir])
1982 m4trace:configure.in:943: -1- AC_SUBST([atof])
1983 m4trace:configure.in:947: -1- AC_DEFINE_TRACE_LITERAL([BFD_ASSEMBLER])
1984 m4trace:configure.in:947: -1- AH_OUTPUT([BFD_ASSEMBLER], [/* Use BFD interface? */
1985 #undef BFD_ASSEMBLER])
1986 m4trace:configure.in:966: -1- AC_SUBST([BFDLIB])
1987 m4trace:configure.in:967: -1- AC_SUBST([OPCODES_LIB])
1988 m4trace:configure.in:969: -1- AC_SUBST([BFDVER_H])
1989 m4trace:configure.in:970: -1- AC_SUBST([ALL_OBJ_DEPS])
1990 m4trace:configure.in:972: -1- AC_DEFINE_TRACE_LITERAL([TARGET_ALIAS])
1991 m4trace:configure.in:972: -1- AH_OUTPUT([TARGET_ALIAS], [/* Target alias. */
1992 #undef TARGET_ALIAS])
1993 m4trace:configure.in:973: -1- AC_DEFINE_TRACE_LITERAL([TARGET_CANONICAL])
1994 m4trace:configure.in:973: -1- AH_OUTPUT([TARGET_CANONICAL], [/* Canonical target. */
1995 #undef TARGET_CANONICAL])
1996 m4trace:configure.in:974: -1- AC_DEFINE_TRACE_LITERAL([TARGET_CPU])
1997 m4trace:configure.in:974: -1- AH_OUTPUT([TARGET_CPU], [/* Target CPU. */
1999 m4trace:configure.in:975: -1- AC_DEFINE_TRACE_LITERAL([TARGET_VENDOR])
2000 m4trace:configure.in:975: -1- AH_OUTPUT([TARGET_VENDOR], [/* Target vendor. */
2001 #undef TARGET_VENDOR])
2002 m4trace:configure.in:976: -1- AC_DEFINE_TRACE_LITERAL([TARGET_OS])
2003 m4trace:configure.in:976: -1- AH_OUTPUT([TARGET_OS], [/* Target OS. */
2005 m4trace:configure.in:978: -1- AC_PROG_CC
2006 m4trace:configure.in:978: -1- AC_SUBST([CC])
2007 m4trace:configure.in:978: -1- AC_SUBST([CFLAGS])
2008 m4trace:configure.in:978: -1- AC_SUBST([LDFLAGS])
2009 m4trace:configure.in:978: -1- AC_SUBST([CPPFLAGS])
2010 m4trace:configure.in:978: -1- AC_SUBST([CC])
2011 m4trace:configure.in:978: -1- AC_SUBST([ac_ct_CC])
2012 m4trace:configure.in:978: -1- AC_SUBST([CC])
2013 m4trace:configure.in:978: -1- AC_SUBST([ac_ct_CC])
2014 m4trace:configure.in:978: -1- AC_SUBST([CC])
2015 m4trace:configure.in:978: -1- AC_SUBST([CC])
2016 m4trace:configure.in:978: -1- AC_SUBST([ac_ct_CC])
2017 m4trace:configure.in:980: -1- AC_PROG_YACC
2018 m4trace:configure.in:980: -1- AC_SUBST([YACC])
2019 m4trace:configure.in:981: -1- AM_PROG_LEX
2020 m4trace:configure.in:981: -1- AC_PROG_LEX
2021 m4trace:configure.in:981: -1- AC_SUBST([LEX])
2022 m4trace:configure.in:981: -1- AC_CHECK_LIB([fl], [yywrap], [LEXLIB="-lfl"], [AC_CHECK_LIB(l, yywrap, LEXLIB="-ll")])
2023 m4trace:configure.in:981: -1- AC_CHECK_LIB([l], [yywrap], [LEXLIB="-ll"])
2024 m4trace:configure.in:981: -1- AC_SUBST([LEXLIB])
2025 m4trace:configure.in:981: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
2026 m4trace:configure.in:981: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
2027 m4trace:configure.in:981: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
2029 #undef YYTEXT_POINTER])
2030 m4trace:configure.in:984: -1- CY_GNU_GETTEXT
2031 m4trace:configure.in:984: -1- AC_PROG_RANLIB
2032 m4trace:configure.in:984: -1- AC_SUBST([RANLIB])
2033 m4trace:configure.in:984: -1- AC_SUBST([ac_ct_RANLIB])
2034 m4trace:configure.in:984: -1- AC_HEADER_STDC
2035 m4trace:configure.in:984: -1- AC_PROG_CPP
2036 m4trace:configure.in:984: -1- AC_SUBST([CPP])
2037 m4trace:configure.in:984: -1- AC_SUBST([CPPFLAGS])
2038 m4trace:configure.in:984: -1- AC_SUBST([CPP])
2039 m4trace:configure.in:984: -1- AC_SUBST([EGREP])
2040 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
2041 m4trace:configure.in:984: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
2042 #undef STDC_HEADERS])
2043 m4trace:configure.in:984: -1- AC_C_CONST
2044 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([const])
2045 m4trace:configure.in:984: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
2047 m4trace:configure.in:984: -1- AC_C_INLINE
2048 m4trace: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. */
2053 m4trace:configure.in:984: -1- AC_TYPE_OFF_T
2054 m4trace: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])
2056 m4trace: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])
2058 m4trace: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])
2060 m4trace: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])
2062 m4trace: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])
2064 m4trace: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])
2066 m4trace: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])
2068 m4trace: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])
2070 m4trace: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])
2072 m4trace: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])
2074 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([off_t])
2075 m4trace:configure.in:984: -1- AH_OUTPUT([off_t], [/* Define to `long\' if <sys/types.h> does not define. */
2077 m4trace:configure.in:984: -1- AC_TYPE_SIZE_T
2078 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([size_t])
2079 m4trace:configure.in:984: -1- AH_OUTPUT([size_t], [/* Define to `unsigned\' if <sys/types.h> does not define. */
2081 m4trace:configure.in:984: -1- AC_FUNC_ALLOCA
2082 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
2083 m4trace: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).
2085 #undef HAVE_ALLOCA_H])
2086 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
2087 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
2088 #undef HAVE_ALLOCA])
2089 m4trace:configure.in:984: -1- AC_LIBSOURCE([alloca.c])
2090 m4trace:configure.in:984: -1- AC_SUBST([ALLOCA], [alloca.$ac_objext])
2091 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
2092 m4trace:configure.in:984: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
2094 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
2095 m4trace: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.
2098 #undef CRAY_STACKSEG_END])
2099 m4trace: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])
2106 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
2107 m4trace:configure.in:984: -1- AC_FUNC_MMAP
2108 m4trace:configure.in:984: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
2109 m4trace: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])
2111 m4trace: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])
2113 m4trace:configure.in:984: -1- AC_CHECK_FUNCS([getpagesize])
2114 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
2115 #undef HAVE_GETPAGESIZE])
2116 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
2117 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
2119 m4trace:configure.in:984: -1- AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
2120 unistd.h values.h sys/param.h])
2121 m4trace: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])
2123 m4trace: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])
2125 m4trace: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])
2127 m4trace: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])
2129 m4trace: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])
2131 m4trace: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])
2133 m4trace: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])
2135 m4trace: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])
2137 m4trace: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])
2139 m4trace:configure.in:984: -1- AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
2140 __argz_count __argz_stringify __argz_next])
2141 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
2142 #undef HAVE_GETCWD])
2143 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
2144 #undef HAVE_MUNMAP])
2145 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */
2146 #undef HAVE_PUTENV])
2147 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */
2148 #undef HAVE_SETENV])
2149 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
2150 #undef HAVE_SETLOCALE])
2151 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
2152 #undef HAVE_STRCHR])
2153 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
2154 #undef HAVE_STRCASECMP])
2155 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */
2156 #undef HAVE___ARGZ_COUNT])
2157 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */
2158 #undef HAVE___ARGZ_STRINGIFY])
2159 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */
2160 #undef HAVE___ARGZ_NEXT])
2161 m4trace:configure.in:984: -1- AC_CHECK_FUNCS([stpcpy])
2162 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */
2163 #undef HAVE_STPCPY])
2164 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STPCPY])
2165 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define if you have the stpcpy function */
2166 #undef HAVE_STPCPY])
2167 m4trace:configure.in:984: -1- AM_LC_MESSAGES
2168 m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2169 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2170 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
2171 autoconf/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...
2174 configure.in:984: the top level])
2175 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
2176 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your locale.h file contains LC_MESSAGES. */
2177 #undef HAVE_LC_MESSAGES])
2178 m4trace:configure.in:984: -1- CY_WITH_NLS
2179 m4trace:configure.in:984: -1- AC_SUBST([USE_NLS])
2180 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
2181 m4trace:configure.in:984: -1- AH_OUTPUT([ENABLE_NLS], [/* Define to 1 if NLS is requested */
2183 m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2184 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2185 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
2186 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
2187 autoconf/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...
2190 configure.in:984: the top level])
2191 m4trace: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)])])
2196 m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2197 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2198 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
2199 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
2200 autoconf/libs.m4:134: AC_CHECK_LIB is expanded from...
2201 autoconf/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...
2204 configure.in:984: the top level])
2205 m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
2206 m4trace: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])
2208 m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], [no])
2209 m4trace:configure.in:984: -1- AC_SUBST([MSGFMT])
2210 m4trace:configure.in:984: -1- AC_CHECK_FUNCS([dcgettext])
2211 m4trace:configure.in:984: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */
2212 #undef HAVE_DCGETTEXT])
2213 m4trace:configure.in:984: -1- AC_SUBST([GMSGFMT], [$ac_cv_path_GMSGFMT])
2214 m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], [:])
2215 m4trace:configure.in:984: -1- AC_SUBST([XGETTEXT])
2216 m4trace:configure.in:984: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2217 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2218 autoconf/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...
2221 configure.in:984: the top level])
2222 m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], [msgfmt])
2223 m4trace:configure.in:984: -1- AC_SUBST([MSGFMT])
2224 m4trace:configure.in:984: -1- AC_SUBST([GMSGFMT], [$ac_cv_path_GMSGFMT])
2225 m4trace:configure.in:984: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], [:])
2226 m4trace:configure.in:984: -1- AC_SUBST([XGETTEXT])
2227 m4trace:configure.in:984: -1- AC_SUBST([MSGFMT])
2228 m4trace:configure.in:984: -1- AC_SUBST([USE_INCLUDED_LIBINTL])
2229 m4trace:configure.in:984: -1- AC_SUBST([CATALOGS])
2230 m4trace:configure.in:984: -1- AC_SUBST([CATOBJEXT])
2231 m4trace:configure.in:984: -1- AC_SUBST([DATADIRNAME])
2232 m4trace:configure.in:984: -1- AC_SUBST([GMOFILES])
2233 m4trace:configure.in:984: -1- AC_SUBST([INSTOBJEXT])
2234 m4trace:configure.in:984: -1- AC_SUBST([INTLDEPS])
2235 m4trace:configure.in:984: -1- AC_SUBST([INTLLIBS])
2236 m4trace:configure.in:984: -1- AC_SUBST([INTLOBJS])
2237 m4trace:configure.in:984: -1- AC_SUBST([POFILES])
2238 m4trace:configure.in:984: -1- AC_SUBST([POSUB])
2239 m4trace:configure.in:984: -1- AC_SUBST([INCLUDE_LOCALE_H])
2240 m4trace:configure.in:984: -1- AC_SUBST([GT_NO])
2241 m4trace:configure.in:984: -1- AC_SUBST([GT_YES])
2242 m4trace:configure.in:984: -1- AC_SUBST([MKINSTALLDIRS])
2243 m4trace:configure.in:984: -1- AC_SUBST([l])
2244 m4trace:configure.in:986: -1- AM_MAINTAINER_MODE
2245 m4trace:configure.in:986: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2246 m4trace:configure.in:986: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
2247 m4trace:configure.in:986: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
2248 m4trace:configure.in:986: -1- AC_SUBST([MAINT])
2249 m4trace: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])
2250 m4trace: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])
2252 m4trace: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])
2254 m4trace: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])
2256 m4trace: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])
2258 m4trace: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])
2260 m4trace: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])
2262 m4trace: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])
2264 m4trace: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])
2266 m4trace: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])
2268 m4trace:configure.in:998: -1- AC_DEFINE_TRACE_LITERAL([CROSS_COMPILE])
2269 m4trace:configure.in:998: -1- AH_OUTPUT([CROSS_COMPILE], [/* Compiling cross-assembler? */
2270 #undef CROSS_COMPILE])
2271 m4trace:configure.in:1004: -1- AC_FUNC_ALLOCA
2272 m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
2273 m4trace: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).
2275 #undef HAVE_ALLOCA_H])
2276 m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
2277 m4trace:configure.in:1004: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
2278 #undef HAVE_ALLOCA])
2279 m4trace:configure.in:1004: -1- AC_LIBSOURCE([alloca.c])
2280 m4trace:configure.in:1004: -1- AC_SUBST([ALLOCA], [alloca.$ac_objext])
2281 m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
2282 m4trace:configure.in:1004: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
2284 m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
2285 m4trace: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.
2288 #undef CRAY_STACKSEG_END])
2289 m4trace: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])
2296 m4trace:configure.in:1004: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
2297 m4trace:configure.in:1005: -1- AC_C_INLINE
2298 m4trace: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. */
2303 m4trace:configure.in:1008: -1- AC_CHECK_FUNCS([unlink remove], [break])
2304 m4trace:configure.in:1008: -1- AH_OUTPUT([HAVE_UNLINK], [/* Define to 1 if you have the `unlink\' function. */
2305 #undef HAVE_UNLINK])
2306 m4trace:configure.in:1008: -1- AH_OUTPUT([HAVE_REMOVE], [/* Define to 1 if you have the `remove\' function. */
2307 #undef HAVE_REMOVE])
2308 m4trace:configure.in:1011: -1- AC_CHECK_FUNCS([sbrk])
2309 m4trace:configure.in:1011: -1- AH_OUTPUT([HAVE_SBRK], [/* Define to 1 if you have the `sbrk\' function. */
2311 m4trace:configure.in:1016: -1- AC_CHECK_LIBM
2312 m4trace:configure.in:1016: -1- AC_CHECK_LIB([mw], [_mwvalidcheckl], [LIBM="-lmw"])
2313 m4trace:configure.in:1016: -1- AC_CHECK_LIB([m], [main], [LIBM="$LIBM -lm"])
2314 m4trace:configure.in:1016: -1- AC_CHECK_LIB([m], [main], [LIBM="-lm"])
2315 m4trace:configure.in:1017: -1- AC_SUBST([LIBM])
2316 m4trace:configure.in:1024: -1- GAS_WORKING_ASSERT
2317 m4trace:configure.in:1024: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2318 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2319 acinclude.m4:37: GAS_WORKING_ASSERT is expanded from...
2320 configure.in:1024: the top level])
2321 m4trace:configure.in:1024: -1- AC_DEFINE_TRACE_LITERAL([BROKEN_ASSERT])
2322 m4trace:configure.in:1024: -1- AH_OUTPUT([BROKEN_ASSERT], [/* assert broken? */
2323 #undef BROKEN_ASSERT])
2324 m4trace:configure.in:1047: -1- GAS_CHECK_DECL_NEEDED([strstr], [f], [char *(*f)()], [$gas_test_headers])
2325 m4trace:configure.in:1047: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2326 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2327 acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2328 configure.in:1047: the top level])
2329 m4trace:configure.in:1047: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_STRSTR])
2330 m4trace:configure.in:1047: -1- AH_OUTPUT([NEED_DECLARATION_STRSTR], [/* Define if strstr is not declared in system header files. */
2331 #undef NEED_DECLARATION_STRSTR])
2332 m4trace:configure.in:1048: -1- GAS_CHECK_DECL_NEEDED([malloc], [f], [char *(*f)()], [$gas_test_headers])
2333 m4trace:configure.in:1048: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2334 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2335 acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2336 configure.in:1048: the top level])
2337 m4trace:configure.in:1048: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_MALLOC])
2338 m4trace:configure.in:1048: -1- AH_OUTPUT([NEED_DECLARATION_MALLOC], [/* Define if malloc is not declared in system header files. */
2339 #undef NEED_DECLARATION_MALLOC])
2340 m4trace:configure.in:1049: -1- GAS_CHECK_DECL_NEEDED([free], [f], [void (*f)()], [$gas_test_headers])
2341 m4trace:configure.in:1049: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2342 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2343 acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2344 configure.in:1049: the top level])
2345 m4trace:configure.in:1049: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_FREE])
2346 m4trace:configure.in:1049: -1- AH_OUTPUT([NEED_DECLARATION_FREE], [/* Define if free is not declared in system header files. */
2347 #undef NEED_DECLARATION_FREE])
2348 m4trace:configure.in:1050: -1- GAS_CHECK_DECL_NEEDED([sbrk], [f], [char *(*f)()], [$gas_test_headers])
2349 m4trace:configure.in:1050: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2350 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2351 acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2352 configure.in:1050: the top level])
2353 m4trace:configure.in:1050: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_SBRK])
2354 m4trace:configure.in:1050: -1- AH_OUTPUT([NEED_DECLARATION_SBRK], [/* Define if sbrk is not declared in system header files. */
2355 #undef NEED_DECLARATION_SBRK])
2356 m4trace:configure.in:1051: -1- GAS_CHECK_DECL_NEEDED([environ], [f], [char **f], [$gas_test_headers])
2357 m4trace:configure.in:1051: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2358 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2359 acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2360 configure.in:1051: the top level])
2361 m4trace:configure.in:1051: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_ENVIRON])
2362 m4trace:configure.in:1051: -1- AH_OUTPUT([NEED_DECLARATION_ENVIRON], [/* Define if environ is not declared in system header files. */
2363 #undef NEED_DECLARATION_ENVIRON])
2364 m4trace:configure.in:1059: -1- GAS_CHECK_DECL_NEEDED([errno], [f], [int f], [
2369 m4trace:configure.in:1059: -2- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
2370 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
2371 acinclude.m4:16: GAS_CHECK_DECL_NEEDED is expanded from...
2372 configure.in:1059: the top level])
2373 m4trace:configure.in:1059: -1- AC_DEFINE_TRACE_LITERAL([NEED_DECLARATION_ERRNO])
2374 m4trace:configure.in:1059: -1- AH_OUTPUT([NEED_DECLARATION_ERRNO], [/* Define if errno is not declared in system header files. */
2375 #undef NEED_DECLARATION_ERRNO])
2376 m4trace:configure.in:1069: -1- AC_CONFIG_FILES([Makefile doc/Makefile po/Makefile.in:po/Make-in])
2377 m4trace:configure.in:1086: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
2378 m4trace:configure.in:1086: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
2379 m4trace:configure.in:1086: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
2380 m4trace:configure.in:1086: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS