m4trace:/usr/local/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) m4trace:/usr/local/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])]) m4trace:/usr/local/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) m4trace:/usr/local/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE]) AC_SUBST([$1_FALSE]) if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) m4trace:/usr/local/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) m4trace:/usr/local/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) m4trace:/usr/local/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH]) ]) m4trace:/usr/local/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # So let's grep whole file. if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ]) m4trace:/usr/local/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) m4trace:/usr/local/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) m4trace:/usr/local/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. You should run autoupdate.])dnl AC_CONFIG_HEADERS($@)]) m4trace:/usr/local/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AM_PROG_INSTALL_SH AM_PROG_INSTALL_STRIP AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl ]) ]) m4trace:/usr/local/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $1 | $1:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) m4trace:/usr/local/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl install_sh=${install_sh-"$am_aux_dir/install-sh"} AC_SUBST(install_sh)]) m4trace:/usr/local/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) m4trace:/usr/local/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) m4trace:/usr/local/share/aclocal-1.9/minuso.m4:28: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ]) m4trace:/usr/local/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) m4trace:/usr/local/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) m4trace:/usr/local/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then # We used to keeping the `.' as first argument, in order to # allow $(mkdir_p) to be used without argument. As in # $(mkdir_p) $(somedir) # where $(somedir) is conditionally defined. However this is wrong # for two reasons: # 1. if the package is installed by a user who cannot write `.' # make install will fail, # 2. the above comment should most certainly read # $(mkdir_p) $(DESTDIR)$(somedir) # so it does not work when $(somedir) is undefined and # $(DESTDIR) is not. # To support the latter case, we have to write # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), # so the `.' trick is pointless. mkdir_p='mkdir -p --' else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. for d in ./-p ./--version; do test -d $d && rmdir $d done # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else mkdir_p='$(install_sh) -d' fi fi AC_SUBST([mkdir_p])]) m4trace:/usr/local/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) m4trace:/usr/local/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) m4trace:/usr/local/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) m4trace:/usr/local/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) m4trace:/usr/local/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) m4trace:/usr/local/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) m4trace:/usr/local/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) m4trace:/usr/local/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) m4trace:gl/m4/absolute-header.m4:44: -1- AC_DEFUN([gl_ABSOLUTE_HEADER], [AC_LANG_PREPROC_REQUIRE()dnl AC_FOREACH([gl_HEADER_NAME], [$1], [AS_VAR_PUSHDEF([gl_absolute_header], [gl_cv_absolute_]m4_quote(m4_defn([gl_HEADER_NAME])))dnl AC_CACHE_CHECK([absolute name of <]m4_quote(m4_defn([gl_HEADER_NAME]))[>], m4_quote(m4_defn([gl_absolute_header])), [AS_VAR_PUSHDEF([ac_header_exists], [ac_cv_header_]m4_quote(m4_defn([gl_HEADER_NAME])))dnl AC_CHECK_HEADERS_ONCE(m4_quote(m4_defn([gl_HEADER_NAME])))dnl if test AS_VAR_GET(ac_header_exists) = yes; then AC_LANG_CONFTEST([AC_LANG_SOURCE([[#include <]]m4_dquote(m4_defn([gl_HEADER_NAME]))[[>]])]) dnl eval is necessary to expand ac_cpp. dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell. AS_VAR_SET(gl_absolute_header, [`(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | sed -n '\#/]m4_quote(m4_defn([gl_HEADER_NAME]))[#{s#.*"\(.*/]m4_quote(m4_defn([gl_HEADER_NAME]))[\)".*#\1#;s#^/[^/]#//&#;p;q;}'`]) fi AS_VAR_POPDEF([ac_header_exists])dnl ])dnl AC_DEFINE_UNQUOTED(AS_TR_CPP([ABSOLUTE_]m4_quote(m4_defn([gl_HEADER_NAME]))), ["AS_VAR_GET(gl_absolute_header)"], [Define this to an absolute name of <]m4_quote(m4_defn([gl_HEADER_NAME]))[>.]) AS_VAR_POPDEF([gl_absolute_header])dnl ])dnl ]) m4trace:gl/m4/alloca.m4:46: -1- AC_DEFUN([gl_FUNC_ALLOCA], [ dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57. AC_REQUIRE([AC_PROG_CPP]) AC_REQUIRE([AC_PROG_EGREP]) AC_REQUIRE([AC_FUNC_ALLOCA]) if test $ac_cv_func_alloca_works = no; then gl_PREREQ_ALLOCA fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [ AC_EGREP_CPP([Need own alloca], [ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif ], [gl_cv_rpl_alloca=yes], [gl_cv_rpl_alloca=no]) ]) if test $gl_cv_rpl_alloca = yes; then dnl OK, alloca can be implemented through a compiler built-in. AC_DEFINE([HAVE_ALLOCA], 1, [Define to 1 if you have 'alloca' after including , a header that may be supplied by this distribution.]) ALLOCA_H=alloca.h else dnl alloca exists as a library function, i.e. it is slow and probably dnl a memory leak. Don't define HAVE_ALLOCA in this case. ALLOCA_H= fi else ALLOCA_H=alloca.h fi AC_SUBST([ALLOCA_H]) AC_DEFINE(HAVE_ALLOCA_H, 1, [Define HAVE_ALLOCA_H for backward compatibility with older code that includes only if HAVE_ALLOCA_H is defined.]) ]) m4trace:gl/m4/alloca.m4:50: -1- AC_DEFUN([gl_PREREQ_ALLOCA], [:]) m4trace:gl/m4/arpa_inet_h.m4:18: -1- AC_DEFUN([gl_HEADER_ARPA_INET], [ AC_CHECK_HEADERS_ONCE([arpa/inet.h]) if test $ac_cv_header_arpa_inet_h = yes; then ARPA_INET_H='' else ARPA_INET_H='arpa/inet.h' fi AC_SUBST(ARPA_INET_H) ]) m4trace:gl/m4/c-strtod.m4:34: -1- AC_DEFUN([gl_C99_STRTOLD], [ AC_CACHE_CHECK([whether strtold conforms to C99], [gl_cv_func_c99_strtold], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[/* On HP-UX before 11.23, strtold returns a struct instead of long double. Reject implementations like that, by requiring compatibility with the C99 prototype. */ #include static long double (*p) (char const *, char **) = strtold; static long double test (char const *nptr, char **endptr) { long double r; r = strtold (nptr, endptr); return r; }]], [[return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;]])], [gl_cv_func_c99_strtold=yes], [gl_cv_func_c99_strtold=no])]) if test $gl_cv_func_c99_strtold = yes; then AC_DEFINE([HAVE_C99_STRTOLD], 1, [Define to 1 if strtold conforms to C99.]) fi ]) m4trace:gl/m4/c-strtod.m4:43: -1- AC_DEFUN([gl_C_STRTOD], [ AC_LIBOBJ([c-strtod]) dnl Prerequisites of lib/c-strtod.c. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) : ]) m4trace:gl/m4/c-strtod.m4:53: -1- AC_DEFUN([gl_C_STRTOLD], [ AC_LIBOBJ([c-strtold]) dnl Prerequisites of lib/c-strtold.c. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_C99_STRTOLD]) : ]) m4trace:gl/m4/cloexec.m4:10: -1- AC_DEFUN([gl_CLOEXEC], [ AC_LIBOBJ([cloexec]) ]) m4trace:gl/m4/codeset.m4:21: -1- AC_DEFUN([AM_LANGINFO_CODESET], [ AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, [AC_TRY_LINK([#include ], [char* cs = nl_langinfo(CODESET); return !cs;], am_cv_langinfo_codeset=yes, am_cv_langinfo_codeset=no) ]) if test $am_cv_langinfo_codeset = yes; then AC_DEFINE(HAVE_LANGINFO_CODESET, 1, [Define if you have and nl_langinfo(CODESET).]) fi ]) m4trace:gl/m4/dirname.m4:18: -1- AC_DEFUN([gl_DIRNAME], [ AC_LIBOBJ([basename]) AC_LIBOBJ([dirname]) AC_LIBOBJ([stripslash]) dnl Prerequisites of lib/dirname.h. AC_REQUIRE([gl_AC_DOS]) AC_REQUIRE([gl_DOUBLE_SLASH_ROOT]) dnl No prerequisites of lib/basename.c, lib/dirname.c, lib/stripslash.c. ]) m4trace:gl/m4/dos.m4:71: -1- AC_DEFUN([gl_AC_DOS], [ AC_CACHE_CHECK([whether system is Windows or MSDOS], [ac_cv_win_or_dos], [ AC_TRY_COMPILE([], [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ neither MSDOS nor Windows #endif], [ac_cv_win_or_dos=yes], [ac_cv_win_or_dos=no]) ]) if test x"$ac_cv_win_or_dos" = xyes; then ac_fs_accepts_drive_letter_prefix=1 ac_fs_backslash_is_file_name_separator=1 AC_CACHE_CHECK([whether drive letter can start relative path], [ac_cv_drive_letter_can_be_relative], [ AC_TRY_COMPILE([], [#if defined __CYGWIN__ drive letters are always absolute #endif], [ac_cv_drive_letter_can_be_relative=yes], [ac_cv_drive_letter_can_be_relative=no]) ]) if test x"$ac_cv_drive_letter_can_be_relative" = xyes; then ac_fs_drive_letter_can_be_relative=1 else ac_fs_drive_letter_can_be_relative=0 fi else ac_fs_accepts_drive_letter_prefix=0 ac_fs_backslash_is_file_name_separator=0 ac_fs_drive_letter_can_be_relative=0 fi AC_DEFINE_UNQUOTED([FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX], $ac_fs_accepts_drive_letter_prefix, [Define on systems for which file names may have a so-called `drive letter' prefix, define this to compute the length of that prefix, including the colon.]) AH_VERBATIM(ISSLASH, [#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR # define ISSLASH(C) ((C) == '/' || (C) == '\\') #else # define ISSLASH(C) ((C) == '/') #endif]) AC_DEFINE_UNQUOTED([FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR], $ac_fs_backslash_is_file_name_separator, [Define if the backslash character may also serve as a file name component separator.]) AC_DEFINE_UNQUOTED([FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE], $ac_fs_drive_letter_can_be_relative, [Define if a drive letter prefix denotes a relative path if it is not followed by a file name component separator.]) ]) m4trace:gl/m4/double-slash-root.m4:38: -1- AC_DEFUN([gl_DOUBLE_SLASH_ROOT], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_CACHE_CHECK([whether // is distinct from /], [gl_cv_double_slash_root], [ if test x"$cross_compiling" = xyes ; then # When cross-compiling, there is no way to tell whether // is special # short of a list of hosts. However, the only known hosts to date # that have a distinct // are Apollo DomainOS (too old to port to), # Cygwin, and z/OS. If anyone knows of another system for which // has # special semantics and is distinct from /, please report it to # . case $host in *-cygwin | i370-ibm-openedition) gl_cv_double_slash_root=yes ;; *) # Be optimistic and assume that / and // are the same when we # don't know. gl_cv_double_slash_root='unknown, assuming no' ;; esac else set x `ls -di / //` if test $[2] = $[4] && wc //dev/null >/dev/null 2>&1; then gl_cv_double_slash_root=no else gl_cv_double_slash_root=yes fi fi]) if test "$gl_cv_double_slash_root" = yes; then AC_DEFINE([DOUBLE_SLASH_IS_DISTINCT_ROOT], 1, [Define to 1 if // is a file system root distinct from /.]) fi ]) m4trace:gl/m4/eoverflow.m4:64: -1- AC_DEFUN([gl_EOVERFLOW], [ AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for EOVERFLOW], ac_cv_decl_EOVERFLOW, [ AC_EGREP_CPP(yes,[ #include #ifdef EOVERFLOW yes #endif ], have_eoverflow=1) if test -n "$have_eoverflow"; then dnl EOVERFLOW exists in . Don't need to define EOVERFLOW ourselves. ac_cv_decl_EOVERFLOW=yes else AC_EGREP_CPP(yes,[ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EOVERFLOW yes #endif ], have_eoverflow=1) if test -n "$have_eoverflow"; then dnl EOVERFLOW exists but is hidden. dnl Define it to the same value. AC_COMPUTE_INT([ac_cv_decl_EOVERFLOW], [EOVERFLOW], [ #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include ]) else dnl EOVERFLOW isn't defined by the system. Define EOVERFLOW ourselves, but dnl don't define it as EINVAL, because snprintf() callers want to dnl distinguish EINVAL and EOVERFLOW. ac_cv_decl_EOVERFLOW=E2BIG fi fi ]) if test "$ac_cv_decl_EOVERFLOW" != yes; then AC_DEFINE_UNQUOTED([EOVERFLOW], [$ac_cv_decl_EOVERFLOW], [Define as good substitute value for EOVERFLOW.]) EOVERFLOW="$ac_cv_decl_EOVERFLOW" AC_SUBST(EOVERFLOW) fi ]) m4trace:gl/m4/error.m4:15: -1- AC_DEFUN([gl_ERROR], [ AC_FUNC_ERROR_AT_LINE dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]). gl_PREREQ_ERROR ]) m4trace:gl/m4/error.m4:22: -1- AC_DEFUN([gl_PREREQ_ERROR], [ AC_REQUIRE([AC_FUNC_STRERROR_R]) : ]) m4trace:gl/m4/exitfail.m4:13: -1- AC_DEFUN([gl_EXITFAIL], [ AC_LIBOBJ([exitfail]) dnl No prerequisites of lib/exitfail.c. : ]) m4trace:gl/m4/extensions.m4:51: -1- AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS], [ AC_BEFORE([$0], [AC_COMPILE_IFELSE]) AC_BEFORE([$0], [AC_RUN_IFELSE]) AC_REQUIRE([AC_GNU_SOURCE]) AC_REQUIRE([AC_AIX]) AC_REQUIRE([AC_MINIX]) AH_VERBATIM([__EXTENSIONS__], [/* Enable extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif]) AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__], [ac_cv_safe_to_define___extensions__], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([ # define __EXTENSIONS__ 1 AC_INCLUDES_DEFAULT])], [ac_cv_safe_to_define___extensions__=yes], [ac_cv_safe_to_define___extensions__=no])]) test $ac_cv_safe_to_define___extensions__ = yes && AC_DEFINE([__EXTENSIONS__]) AC_DEFINE([_POSIX_PTHREAD_SEMANTICS]) AC_DEFINE([_TANDEM_SOURCE]) ]) m4trace:gl/m4/extensions.m4:58: -1- AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])]) m4trace:gl/m4/fcntl-safer.m4:11: -1- AC_DEFUN([gl_FCNTL_SAFER], [ AC_LIBOBJ([open-safer]) AC_LIBOBJ([creat-safer]) ]) m4trace:gl/m4/fstypename.m4:22: -1- AC_DEFUN([gl_FSTYPENAME], [ AC_CHECK_MEMBERS([struct statfs.f_fstypename],,, [ #include #include #include ]) ]) m4trace:gl/m4/fsusage.m4:27: -1- AC_DEFUN([gl_FSUSAGE], [ AC_CHECK_HEADERS_ONCE(sys/param.h) AC_CHECK_HEADERS_ONCE(sys/vfs.h sys/fs_types.h) AC_CHECK_HEADERS(sys/mount.h, [], [], [AC_INCLUDES_DEFAULT [#if HAVE_SYS_PARAM_H #include #endif]]) gl_FILE_SYSTEM_USAGE([gl_cv_fs_space=yes], [gl_cv_fs_space=no]) if test $gl_cv_fs_space = yes; then AC_LIBOBJ(fsusage) gl_PREREQ_FSUSAGE_EXTRA fi ]) m4trace:gl/m4/fsusage.m4:229: -1- AC_DEFUN([gl_FILE_SYSTEM_USAGE], [ AC_MSG_NOTICE([checking how to get file system space usage]) ac_fsusage_space=no # Perform only the link test since it seems there are no variants of the # statvfs function. This check is more than just AC_CHECK_FUNCS(statvfs) # because that got a false positive on SCO OSR5. Adding the declaration # of a `struct statvfs' causes this test to fail (as it should) on such # systems. That system is reported to work fine with STAT_STATFS4 which # is what it gets when this test fails. if test $ac_fsusage_space = no; then # SVR4 AC_CACHE_CHECK([for statvfs function (SVR4)], fu_cv_sys_stat_statvfs, [AC_TRY_LINK([#include #if defined __GLIBC__ && !defined __BEOS__ Do not use statvfs on systems with GNU libc, because that function stats all preceding entries in /proc/mounts, and that makes df hang if even one of the corresponding file systems is hard-mounted, but not available. statvfs in GNU libc on BeOS operates differently: it only makes a system call. #endif #include ], [struct statvfs fsd; statvfs (0, &fsd);], fu_cv_sys_stat_statvfs=yes, fu_cv_sys_stat_statvfs=no)]) if test $fu_cv_sys_stat_statvfs = yes; then ac_fsusage_space=yes AC_DEFINE(STAT_STATVFS, 1, [ Define if there is a function named statvfs. (SVR4)]) fi fi if test $ac_fsusage_space = no; then # DEC Alpha running OSF/1 AC_MSG_CHECKING([for 3-argument statfs function (DEC OSF/1)]) AC_CACHE_VAL(fu_cv_sys_stat_statfs3_osf1, [AC_TRY_RUN([ #include #include #include int main () { struct statfs fsd; fsd.f_fsize = 0; return statfs (".", &fsd, sizeof (struct statfs)) != 0; }], fu_cv_sys_stat_statfs3_osf1=yes, fu_cv_sys_stat_statfs3_osf1=no, fu_cv_sys_stat_statfs3_osf1=no)]) AC_MSG_RESULT($fu_cv_sys_stat_statfs3_osf1) if test $fu_cv_sys_stat_statfs3_osf1 = yes; then ac_fsusage_space=yes AC_DEFINE(STAT_STATFS3_OSF1, 1, [ Define if statfs takes 3 args. (DEC Alpha running OSF/1)]) fi fi if test $ac_fsusage_space = no; then # AIX AC_MSG_CHECKING([for two-argument statfs with statfs.bsize dnl member (AIX, 4.3BSD)]) AC_CACHE_VAL(fu_cv_sys_stat_statfs2_bsize, [AC_TRY_RUN([ #ifdef HAVE_SYS_PARAM_H #include #endif #ifdef HAVE_SYS_MOUNT_H #include #endif #ifdef HAVE_SYS_VFS_H #include #endif int main () { struct statfs fsd; fsd.f_bsize = 0; return statfs (".", &fsd) != 0; }], fu_cv_sys_stat_statfs2_bsize=yes, fu_cv_sys_stat_statfs2_bsize=no, fu_cv_sys_stat_statfs2_bsize=no)]) AC_MSG_RESULT($fu_cv_sys_stat_statfs2_bsize) if test $fu_cv_sys_stat_statfs2_bsize = yes; then ac_fsusage_space=yes AC_DEFINE(STAT_STATFS2_BSIZE, 1, [ Define if statfs takes 2 args and struct statfs has a field named f_bsize. (4.3BSD, SunOS 4, HP-UX, AIX PS/2)]) fi fi if test $ac_fsusage_space = no; then # SVR3 AC_MSG_CHECKING([for four-argument statfs (AIX-3.2.5, SVR3)]) AC_CACHE_VAL(fu_cv_sys_stat_statfs4, [AC_TRY_RUN([#include #include int main () { struct statfs fsd; return statfs (".", &fsd, sizeof fsd, 0) != 0; }], fu_cv_sys_stat_statfs4=yes, fu_cv_sys_stat_statfs4=no, fu_cv_sys_stat_statfs4=no)]) AC_MSG_RESULT($fu_cv_sys_stat_statfs4) if test $fu_cv_sys_stat_statfs4 = yes; then ac_fsusage_space=yes AC_DEFINE(STAT_STATFS4, 1, [ Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin)]) fi fi if test $ac_fsusage_space = no; then # 4.4BSD and NetBSD AC_MSG_CHECKING([for two-argument statfs with statfs.fsize dnl member (4.4BSD and NetBSD)]) AC_CACHE_VAL(fu_cv_sys_stat_statfs2_fsize, [AC_TRY_RUN([#include #ifdef HAVE_SYS_PARAM_H #include #endif #ifdef HAVE_SYS_MOUNT_H #include #endif int main () { struct statfs fsd; fsd.f_fsize = 0; return statfs (".", &fsd) != 0; }], fu_cv_sys_stat_statfs2_fsize=yes, fu_cv_sys_stat_statfs2_fsize=no, fu_cv_sys_stat_statfs2_fsize=no)]) AC_MSG_RESULT($fu_cv_sys_stat_statfs2_fsize) if test $fu_cv_sys_stat_statfs2_fsize = yes; then ac_fsusage_space=yes AC_DEFINE(STAT_STATFS2_FSIZE, 1, [ Define if statfs takes 2 args and struct statfs has a field named f_fsize. (4.4BSD, NetBSD)]) fi fi if test $ac_fsusage_space = no; then # Ultrix AC_MSG_CHECKING([for two-argument statfs with struct fs_data (Ultrix)]) AC_CACHE_VAL(fu_cv_sys_stat_fs_data, [AC_TRY_RUN([#include #ifdef HAVE_SYS_PARAM_H #include #endif #ifdef HAVE_SYS_MOUNT_H #include #endif #ifdef HAVE_SYS_FS_TYPES_H #include #endif int main () { struct fs_data fsd; /* Ultrix's statfs returns 1 for success, 0 for not mounted, -1 for failure. */ return statfs (".", &fsd) != 1; }], fu_cv_sys_stat_fs_data=yes, fu_cv_sys_stat_fs_data=no, fu_cv_sys_stat_fs_data=no)]) AC_MSG_RESULT($fu_cv_sys_stat_fs_data) if test $fu_cv_sys_stat_fs_data = yes; then ac_fsusage_space=yes AC_DEFINE(STAT_STATFS2_FS_DATA, 1, [ Define if statfs takes 2 args and the second argument has type struct fs_data. (Ultrix)]) fi fi if test $ac_fsusage_space = no; then # SVR2 AC_TRY_CPP([#include ], AC_DEFINE(STAT_READ_FILSYS, 1, [Define if there is no specific function for reading file systems usage information and you have the header file. (SVR2)]) ac_fsusage_space=yes) fi AS_IF([test $ac_fsusage_space = yes], [$1], [$2]) ]) m4trace:gl/m4/fsusage.m4:257: -1- AC_DEFUN([gl_STATFS_TRUNCATES], [ AC_MSG_CHECKING([for statfs that truncates block counts]) AC_CACHE_VAL(fu_cv_sys_truncating_statfs, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #if !defined(sun) && !defined(__sun) choke -- this is a workaround for a Sun-specific problem #endif #include #include ]], [[struct statfs t; long c = *(t.f_spare); if (c) return 0;]])], [fu_cv_sys_truncating_statfs=yes], [fu_cv_sys_truncating_statfs=no])]) if test $fu_cv_sys_truncating_statfs = yes; then AC_DEFINE(STATFS_TRUNCATES_BLOCK_COUNTS, 1, [Define if the block counts reported by statfs may be truncated to 2GB and the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be affected.)]) fi AC_MSG_RESULT($fu_cv_sys_truncating_statfs) ]) m4trace:gl/m4/fsusage.m4:265: -1- AC_DEFUN([gl_PREREQ_FSUSAGE_EXTRA], [ AC_CHECK_HEADERS(dustat.h sys/fs/s5param.h sys/filsys.h sys/statfs.h) gl_STATFS_TRUNCATES ]) m4trace:gl/m4/getaddrinfo.m4:33: -1- AC_DEFUN([gl_GETADDRINFO], [ AC_MSG_NOTICE([checking how to do getaddrinfo, freeaddrinfo and getnameinfo]) AC_SEARCH_LIBS(getaddrinfo, [nsl socket]) AC_CHECK_FUNCS(getaddrinfo,, [ AC_CACHE_CHECK(for getaddrinfo in ws2tcpip.h and -lws2_32, gl_cv_w32_getaddrinfo, [ gl_cv_w32_getaddrinfo=no am_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" AC_TRY_LINK([ #ifdef HAVE_WS2TCPIP_H #include #endif ], [getaddrinfo(0, 0, 0, 0);], gl_cv_w32_getaddrinfo=yes) LIBS="$am_save_LIBS"]) if test "$gl_cv_w32_getaddrinfo" = "yes"; then LIBS="$LIBS -lws2_32" else AC_LIBOBJ(getaddrinfo) fi ]) AC_REPLACE_FUNCS(gai_strerror) gl_PREREQ_GETADDRINFO ]) m4trace:gl/m4/getaddrinfo.m4:88: -1- AC_DEFUN([gl_PREREQ_GETADDRINFO], [ AC_SEARCH_LIBS(gethostbyname, [inet nsl]) AC_SEARCH_LIBS(getservbyname, [inet nsl socket xnet]) AC_CHECK_FUNCS(gethostbyname,, [ AC_CACHE_CHECK(for gethostbyname in winsock2.h and -lws2_32, gl_cv_w32_gethostbyname, [ gl_cv_w32_gethostbyname=no am_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" AC_TRY_LINK([ #ifdef HAVE_WINSOCK2_H #include #endif ], [gethostbyname(0);], gl_cv_w32_gethostbyname=yes) LIBS="$am_save_LIBS"]) if test "$gl_cv_w32_gethostbyname" = "yes"; then LIBS="$LIBS -lws2_32" fi ]) AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_SOCKET_FAMILIES]) AC_REQUIRE([gl_HEADER_SYS_SOCKET]) AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_GNU_SOURCE]) AC_CHECK_HEADERS_ONCE(netinet/in.h netdb.h) AC_CHECK_DECLS([getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo],,,[ /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif ]) AC_CHECK_TYPES([struct addrinfo],,,[ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif ]) ]) m4trace:gl/m4/gethostname.m4:13: -1- AC_DEFUN([gl_FUNC_GETHOSTNAME], [ AC_REPLACE_FUNCS(gethostname) if test $ac_cv_func_gethostname = no; then gl_PREREQ_GETHOSTNAME fi ]) m4trace:gl/m4/gethostname.m4:18: -1- AC_DEFUN([gl_PREREQ_GETHOSTNAME], [ AC_CHECK_FUNCS(uname) ]) m4trace:gl/m4/getloadavg.m4:105: -1- AC_DEFUN([gl_GETLOADAVG], [gl_have_func=no # yes means we've found a way to get the load average. # Make sure getloadavg.c is where it belongs, at configure-time. test -f "$srcdir/$1/getloadavg.c" || AC_MSG_ERROR([$srcdir/$1/getloadavg.c is missing]) gl_save_LIBS=$LIBS # Check for getloadavg, but be sure not to touch the cache variable. (AC_CHECK_FUNC(getloadavg, exit 0, exit 1)) && gl_have_func=yes # On HPUX9, an unprivileged user can get load averages through this function. AC_CHECK_FUNCS(pstat_getdynamic) # Solaris has libkstat which does not require root. AC_CHECK_LIB(kstat, kstat_open) test $ac_cv_lib_kstat_kstat_open = yes && gl_have_func=yes # Some systems with -lutil have (and need) -lkvm as well, some do not. # On Solaris, -lkvm requires nlist from -lelf, so check that first # to get the right answer into the cache. # For kstat on solaris, we need libelf to force the definition of SVR4 below. if test $gl_have_func = no; then AC_CHECK_LIB(elf, elf_begin, LIBS="-lelf $LIBS") fi if test $gl_have_func = no; then AC_CHECK_LIB(kvm, kvm_open, LIBS="-lkvm $LIBS") # Check for the 4.4BSD definition of getloadavg. AC_CHECK_LIB(util, getloadavg, [LIBS="-lutil $LIBS" gl_have_func=yes gl_cv_func_getloadavg_setgid=yes]) fi if test $gl_have_func = no; then # There is a commonly available library for RS/6000 AIX. # Since it is not a standard part of AIX, it might be installed locally. gl_getloadavg_LIBS=$LIBS LIBS="-L/usr/local/lib $LIBS" AC_CHECK_LIB(getloadavg, getloadavg, [LIBS="-lgetloadavg $LIBS"], [LIBS=$gl_getloadavg_LIBS]) fi # Make sure it is really in the library, if we think we found it, # otherwise set up the replacement function. AC_CHECK_FUNCS(getloadavg, [], [gl_PREREQ_GETLOADAVG]) # Some definitions of getloadavg require that the program be installed setgid. AC_CACHE_CHECK(whether getloadavg requires setgid, gl_cv_func_getloadavg_setgid, [AC_EGREP_CPP([Yowza Am I SETGID yet], [#define CONFIGURING_GETLOADAVG #include "$srcdir/$1/getloadavg.c" #ifdef LDAV_PRIVILEGED Yowza Am I SETGID yet #endif ], gl_cv_func_getloadavg_setgid=yes, gl_cv_func_getloadavg_setgid=no)]) if test $gl_cv_func_getloadavg_setgid = yes; then NEED_SETGID=true AC_DEFINE(GETLOADAVG_PRIVILEGED, 1, [Define to 1 if the `getloadavg' function needs to be run setuid or setgid.]) else NEED_SETGID=false fi AC_SUBST(NEED_SETGID)dnl if test $gl_cv_func_getloadavg_setgid = yes; then AC_CACHE_CHECK(group of /dev/kmem, gl_cv_group_kmem, [ # On Solaris, /dev/kmem is a symlink. Get info on the real file. ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null` # If we got an error (system does not support symlinks), try without -L. test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` gl_cv_group_kmem=`echo $ac_ls_output \ | sed -ne ['s/[ ][ ]*/ /g s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/ / /s/.* //;p']` ]) AC_SUBST(KMEM_GROUP, $gl_cv_group_kmem)dnl fi if test "x$gl_save_LIBS" = x; then GETLOADAVG_LIBS=$LIBS else GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$gl_save_LIBS!!"` fi LIBS=$gl_save_LIBS AC_SUBST(GETLOADAVG_LIBS)dnl ]) m4trace:gl/m4/getloadavg.m4:155: -1- AC_DEFUN([gl_PREREQ_GETLOADAVG], [AC_LIBOBJ(getloadavg) AC_DEFINE(C_GETLOADAVG, 1, [Define to 1 if using `getloadavg.c'.]) # Figure out what our getloadavg.c needs. gl_have_func=no AC_CHECK_HEADER(sys/dg_sys_info.h, [gl_have_func=yes AC_DEFINE(DGUX, 1, [Define to 1 for DGUX with .]) AC_CHECK_LIB(dgc, dg_sys_info)]) # We cannot check for , because Solaris 2 does not use dwarf (it # uses stabs), but it is still SVR4. We cannot check for because # Irix 4.0.5F has the header but not the library. if test $gl_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then gl_have_func=yes AC_DEFINE(SVR4, 1, [Define to 1 on System V Release 4.]) fi if test $gl_have_func = no; then AC_CHECK_HEADER(inq_stats/cpustats.h, [gl_have_func=yes AC_DEFINE(UMAX, 1, [Define to 1 for Encore UMAX.]) AC_DEFINE(UMAX4_3, 1, [Define to 1 for Encore UMAX 4.3 that has instead of .])]) fi if test $gl_have_func = no; then AC_CHECK_HEADER(sys/cpustats.h, [gl_have_func=yes; AC_DEFINE(UMAX)]) fi if test $gl_have_func = no; then AC_CHECK_HEADERS(mach/mach.h) fi AC_CHECK_HEADERS(nlist.h, [AC_CHECK_MEMBERS([struct nlist.n_un.n_name], [AC_DEFINE(NLIST_NAME_UNION, 1, [Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend on `HAVE_STRUCT_NLIST_N_UN_N_NAME])], [], [@%:@include ]) ])dnl ]) m4trace:gl/m4/getopt.m4:17: -1- AC_DEFUN([gl_GETOPT_SUBSTITUTE], [ AC_LIBOBJ([getopt]) AC_LIBOBJ([getopt1]) gl_GETOPT_SUBSTITUTE_HEADER gl_PREREQ_GETOPT ]) m4trace:gl/m4/getopt.m4:26: -1- AC_DEFUN([gl_GETOPT_SUBSTITUTE_HEADER], [ GETOPT_H=getopt.h AC_DEFINE([__GETOPT_PREFIX], [[rpl_]], [Define to rpl_ if the getopt replacement functions and variables should be used.]) AC_SUBST([GETOPT_H]) ]) m4trace:gl/m4/getopt.m4:69: -1- AC_DEFUN([gl_GETOPT_CHECK_HEADERS], [ if test -z "$GETOPT_H"; then AC_CHECK_HEADERS([getopt.h], [], [GETOPT_H=getopt.h]) fi if test -z "$GETOPT_H"; then AC_CHECK_FUNCS([getopt_long_only], [], [GETOPT_H=getopt.h]) fi dnl BSD getopt_long uses an incompatible method to reset option processing, dnl and (as of 2004-10-15) mishandles optional option-arguments. if test -z "$GETOPT_H"; then AC_CHECK_DECL([optreset], [GETOPT_H=getopt.h], [], [#include ]) fi dnl Solaris 10 getopt doesn't handle `+' as a leading character in an dnl option string (as of 2005-05-05). if test -z "$GETOPT_H"; then AC_CACHE_CHECK([for working GNU getopt function], [gl_cv_func_gnu_getopt], [AC_RUN_IFELSE( [AC_LANG_PROGRAM([#include ], [[ char *myargv[3]; myargv[0] = "conftest"; myargv[1] = "-+"; myargv[2] = 0; return getopt (2, myargv, "+a") != '?'; ]])], [gl_cv_func_gnu_getopt=yes], [gl_cv_func_gnu_getopt=no], [dnl cross compiling - pessimistically guess based on decls dnl Solaris 10 getopt doesn't handle `+' as a leading character in an dnl option string (as of 2005-05-05). AC_CHECK_DECL([getopt_clip], [gl_cv_func_gnu_getopt=no], [gl_cv_func_gnu_getopt=yes], [#include ])])]) if test "$gl_cv_func_gnu_getopt" = "no"; then GETOPT_H=getopt.h fi fi ]) m4trace:gl/m4/getopt.m4:75: -1- AC_DEFUN([gl_GETOPT_IFELSE], [ AC_REQUIRE([gl_GETOPT_CHECK_HEADERS]) AS_IF([test -n "$GETOPT_H"], [$1], [$2]) ]) m4trace:gl/m4/getopt.m4:77: -1- AC_DEFUN([gl_GETOPT], [gl_GETOPT_IFELSE([gl_GETOPT_SUBSTITUTE])]) m4trace:gl/m4/getopt.m4:83: -1- AC_DEFUN([gl_PREREQ_GETOPT], [ AC_CHECK_DECLS_ONCE([getenv]) ]) m4trace:gl/m4/gettext.m4:362: -1- AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH(included-gettext, [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings;], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE(HAVE_GETTEXT, 1, [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE(HAVE_DCGETTEXT, 1, [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST(BUILD_INCLUDED_LIBINTL) AC_SUBST(USE_INCLUDED_LIBINTL) AC_SUBST(CATOBJEXT) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST(DATADIRNAME) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST(INSTOBJEXT) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST(GENCAT) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST(INTLOBJS) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST(INTLLIBS) dnl Make all documented variables known to autoconf. AC_SUBST(LIBINTL) AC_SUBST(LTLIBINTL) AC_SUBST(POSUB) ]) m4trace:gl/m4/gettext.m4:400: -1- AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in MacOS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], gt_cv_func_CFPreferencesCopyAppValue, [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFPreferencesCopyAppValue(NULL, NULL)], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], 1, [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in MacOS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent, [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], 1, [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) m4trace:gl/m4/gettext.m4:415: -1- AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) m4trace:gl/m4/gettext.m4:419: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) m4trace:gl/m4/gnulib-common.m4:13: -1- AC_DEFUN([gl_MODULE_INDICATOR], [ AC_DEFINE([GNULIB_]translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1], [Define to 1 when using the gnulib module ]$1[.]) ]) m4trace:gl/m4/gnulib-comp.m4:31: -1- AC_DEFUN([gl_EARLY], [ m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable AC_REQUIRE([AC_PROG_RANLIB]) AC_REQUIRE([AC_GNU_SOURCE]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_LOCK_EARLY]) ]) m4trace:gl/m4/gnulib-comp.m4:119: -1- AC_DEFUN([gl_INIT], [ m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES])) AM_CONDITIONAL([GL_COND_LIBTOOL], [false]) gl_cond_libtool=false gl_libdeps= gl_ltlibdeps= gl_source_base='gl' gl_FUNC_ALLOCA gl_HEADER_ARPA_INET gl_C_STRTOD gl_CLOEXEC gl_DIRNAME gl_DOUBLE_SLASH_ROOT gl_ERROR gl_EXITFAIL dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac. gl_FCNTL_SAFER gl_MODULE_INDICATOR([fcntl-safer]) gl_FSUSAGE gl_GETADDRINFO gl_FUNC_GETHOSTNAME gl_GETLOADAVG([$gl_source_base]) gl_GETOPT dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. AM_GNU_GETTEXT_VERSION([0.15]) gl_INET_NTOP gl_INLINE AC_FUNC_MALLOC gl_MBCHAR gl_MBITER gl_FUNC_MEMCHR gl_MINMAX gl_MOUNTLIST gl_HEADER_NETINET_IN gl_REGEX gl_SAFE_READ gl_SAFE_WRITE gl_SIZE_MAX gl_FUNC_SNPRINTF gl_TYPE_SOCKLEN_T gt_TYPE_SSIZE_T AM_STDBOOL_H gl_STDINT_H gl_STRCASE gl_FUNC_STRDUP gl_FUNC_STRNDUP gl_FUNC_STRNLEN gl_HEADER_SYS_SOCKET AC_PROG_MKDIR_P gl_HEADER_UNISTD gl_UNISTD_SAFER gl_FUNC_VASNPRINTF gl_FUNC_VASPRINTF gl_FUNC_VSNPRINTF gl_WCHAR_H gl_WCTYPE_H gl_FUNC_WCWIDTH gl_XALLOC gl_XSIZE gl_XSTRNDUP LIBGNU_LIBDEPS="$gl_libdeps" AC_SUBST([LIBGNU_LIBDEPS]) LIBGNU_LTLIBDEPS="$gl_ltlibdeps" AC_SUBST([LIBGNU_LTLIBDEPS]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi AC_SUBST([gl_LIBOBJS], [$gl_libobjs]) AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs]) ]) ]) m4trace:gl/m4/gnulib-comp.m4:124: -1- AC_DEFUN([gl_LIBOBJ], [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"]) m4trace:gl/m4/gnulib-comp.m4:129: -1- AC_DEFUN([gl_REPLACE_FUNCS], [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])]) m4trace:gl/m4/gnulib-comp.m4:134: -1- AC_DEFUN([gl_LIBSOURCES], []) m4trace:gl/m4/gnulib-comp.m4:326: -1- AC_DEFUN([gl_FILE_LIST], [ build-aux/config.rpath lib/alloca.c lib/alloca_.h lib/asnprintf.c lib/asprintf.c lib/basename.c lib/c-strtod.c lib/c-strtod.h lib/cloexec.c lib/cloexec.h lib/creat-safer.c lib/dirname.c lib/dirname.h lib/dup-safer.c lib/error.c lib/error.h lib/exit.h lib/exitfail.c lib/exitfail.h lib/fcntl--.h lib/fcntl-safer.h lib/fd-safer.c lib/fsusage.c lib/fsusage.h lib/full-read.c lib/full-read.h lib/full-write.c lib/full-write.h lib/gai_strerror.c lib/getaddrinfo.c lib/getaddrinfo.h lib/gethostname.c lib/getloadavg.c lib/getopt.c lib/getopt1.c lib/getopt_.h lib/getopt_int.h lib/gettext.h lib/inet_ntop.c lib/inet_ntop.h lib/intprops.h lib/malloc.c lib/mbchar.c lib/mbchar.h lib/mbuiter.h lib/memchr.c lib/minmax.h lib/mountlist.c lib/mountlist.h lib/open-safer.c lib/pipe-safer.c lib/printf-args.c lib/printf-args.h lib/printf-parse.c lib/printf-parse.h lib/regcomp.c lib/regex.c lib/regex.h lib/regex_internal.c lib/regex_internal.h lib/regexec.c lib/safe-read.c lib/safe-read.h lib/safe-write.c lib/safe-write.h lib/size_max.h lib/snprintf.c lib/snprintf.h lib/socket_.h lib/stdbool_.h lib/stdint_.h lib/strcase.h lib/strcasecmp.c lib/strdup.c lib/strdup.h lib/stripslash.c lib/strncasecmp.c lib/strndup.c lib/strndup.h lib/strnlen.c lib/strnlen.h lib/strnlen1.c lib/strnlen1.h lib/unistd--.h lib/unistd-safer.h lib/unistd_.h lib/vasnprintf.c lib/vasnprintf.h lib/vasprintf.c lib/vasprintf.h lib/vsnprintf.c lib/vsnprintf.h lib/wchar_.h lib/wctype_.h lib/wcwidth.h lib/xalloc-die.c lib/xalloc.h lib/xmalloc.c lib/xsize.h lib/xstrndup.c lib/xstrndup.h m4/absolute-header.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/c-strtod.m4 m4/cloexec.m4 m4/codeset.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/eoverflow.m4 m4/error.m4 m4/exitfail.m4 m4/extensions.m4 m4/fcntl-safer.m4 m4/fstypename.m4 m4/fsusage.m4 m4/getaddrinfo.m4 m4/gethostname.m4 m4/getloadavg.m4 m4/getopt.m4 m4/gettext.m4 m4/glibc2.m4 m4/glibc21.m4 m4/gnulib-common.m4 m4/iconv.m4 m4/inet_ntop.m4 m4/inline.m4 m4/intdiv0.m4 m4/intl.m4 m4/intldir.m4 m4/intmax.m4 m4/intmax_t.m4 m4/inttypes-pri.m4 m4/inttypes_h.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/lock.m4 m4/longdouble.m4 m4/longlong.m4 m4/ls-mntd-fs.m4 m4/mbchar.m4 m4/mbiter.m4 m4/mbrtowc.m4 m4/memchr.m4 m4/minmax.m4 m4/mountlist.m4 m4/netinet_in_h.m4 m4/nls.m4 m4/onceonly_2_57.m4 m4/po.m4 m4/printf-posix.m4 m4/progtest.m4 m4/regex.m4 m4/safe-read.m4 m4/safe-write.m4 m4/size_max.m4 m4/snprintf.m4 m4/socklen.m4 m4/sockpfaf.m4 m4/ssize_t.m4 m4/stdbool.m4 m4/stdint.m4 m4/stdint_h.m4 m4/strcase.m4 m4/strdup.m4 m4/strndup.m4 m4/strnlen.m4 m4/sys_socket_h.m4 m4/uintmax_t.m4 m4/ulonglong.m4 m4/unistd-safer.m4 m4/unistd_h.m4 m4/vasnprintf.m4 m4/vasprintf.m4 m4/visibility.m4 m4/vsnprintf.m4 m4/wchar.m4 m4/wchar_t.m4 m4/wctype.m4 m4/wcwidth.m4 m4/wint_t.m4 m4/xalloc.m4 m4/xsize.m4 m4/xstrndup.m4 ]) m4trace:gl/m4/iconv.m4:18: -1- AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) m4trace:gl/m4/iconv.m4:73: -1- AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_func_iconv=yes) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_lib_iconv=yes am_cv_func_iconv=yes) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST(LIBICONV) AC_SUBST(LTLIBICONV) ]) m4trace:gl/m4/iconv.m4:101: -1- AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL(am_cv_proto_iconv, [ AC_TRY_COMPILE([ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([$]{ac_t:- }[$]am_cv_proto_iconv) AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, [Define as const if the declaration of iconv() needs const.]) fi ]) m4trace:gl/m4/inet_ntop.m4:11: -1- AC_DEFUN([gl_INET_NTOP], [ AC_REPLACE_FUNCS(inet_ntop) gl_PREREQ_INET_NTOP ]) m4trace:gl/m4/inet_ntop.m4:19: -1- AC_DEFUN([gl_PREREQ_INET_NTOP], [ AC_CHECK_HEADERS_ONCE([netinet/in.h arpa/inet.h]) AC_CHECK_DECLS([inet_ntop],,,[#include ]) AC_REQUIRE([gl_SOCKET_FAMILIES]) AC_REQUIRE([AC_C_RESTRICT]) ]) m4trace:gl/m4/inline.m4:40: -1- AC_DEFUN([gl_INLINE], [ AC_REQUIRE([AC_C_INLINE]) AC_CACHE_CHECK([whether the compiler generally respects inline], [gl_cv_c_inline_effective], [if test $ac_cv_c_inline = no; then gl_cv_c_inline_effective=no else dnl GCC defines __NO_INLINE__ if not optimizing or if -fno-inline is dnl specified. dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result dnl depends on optimization flags, which can be in CFLAGS. dnl (AC_EGREP_CPP looks only at the CPPFLAGS.) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[#ifdef __NO_INLINE__ #error "inline is not effective" #endif]])], [gl_cv_c_inline_effective=yes], [gl_cv_c_inline_effective=no]) fi ]) if test $gl_cv_c_inline_effective = yes; then AC_DEFINE([HAVE_INLINE], 1, [Define to 1 if the compiler supports one of the keywords 'inline', '__inline__', '__inline' and effectively inlines functions marked as such.]) fi ]) m4trace:gl/m4/intmax_t.m4:31: -1- AC_DEFUN([gl_AC_TYPE_INTMAX_T], [ dnl For simplicity, we assume that a header file defines 'intmax_t' if and dnl only if it defines 'uintmax_t'. AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then AC_REQUIRE([gl_AC_TYPE_LONG_LONG]) test $ac_cv_type_long_long = yes \ && ac_type='long long' \ || ac_type='long' AC_DEFINE_UNQUOTED(intmax_t, $ac_type, [Define to long or long long if and don't define.]) else AC_DEFINE(HAVE_INTMAX_T, 1, [Define if you have the 'intmax_t' type in or .]) fi ]) m4trace:gl/m4/intmax_t.m4:61: -1- AC_DEFUN([gt_AC_TYPE_INTMAX_T], [ AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, [AC_TRY_COMPILE([ #include #include #if HAVE_STDINT_H_WITH_UINTMAX #include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX #include #endif ], [intmax_t x = -1; return !x;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)]) if test $gt_cv_c_intmax_t = yes; then AC_DEFINE(HAVE_INTMAX_T, 1, [Define if you have the 'intmax_t' type in or .]) else AC_REQUIRE([gl_AC_TYPE_LONG_LONG]) test $ac_cv_type_long_long = yes \ && ac_type='long long' \ || ac_type='long' AC_DEFINE_UNQUOTED(intmax_t, $ac_type, [Define to long or long long if and don't define.]) fi ]) m4trace:gl/m4/inttypes_h.m4:26: -1- AC_DEFUN([gl_AC_HEADER_INTTYPES_H], [ AC_CACHE_CHECK([for inttypes.h], gl_cv_header_inttypes_h, [AC_TRY_COMPILE( [#include #include ], [uintmax_t i = (uintmax_t) -1; return !i;], gl_cv_header_inttypes_h=yes, gl_cv_header_inttypes_h=no)]) if test $gl_cv_header_inttypes_h = yes; then AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1, [Define if exists, doesn't clash with , and declares uintmax_t. ]) fi ]) m4trace:gl/m4/lib-ld.m4:22: -1- AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(acl_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) m4trace:gl/m4/lib-link.m4:44: -1- AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes undefine([Name]) undefine([NAME]) ]) m4trace:gl/m4/lib-link.m4:100: -1- AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) define([Name],[translit([$1],[./-], [___])]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" LIBS="$LIBS $LIB[]NAME" AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) undefine([Name]) undefine([NAME]) ]) m4trace:gl/m4/lib-link.m4:137: -1- AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE(rpath, [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) m4trace:gl/m4/lib-link.m4:612: -1- AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Autoconf >= 2.61 supports dots in --with options. define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix], [ --with-lib]N_A_M_E[-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib --without-lib]N_A_M_E[-prefix don't search for lib$1 in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` LIB[]NAME[]_PREFIX="$basedir" additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi ]) m4trace:gl/m4/lib-link.m4:633: -1- AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) m4trace:gl/m4/lib-link.m4:709: -1- AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) m4trace:gl/m4/lib-prefix.m4:14: -1- AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])]) m4trace:gl/m4/lib-prefix.m4:117: -1- AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) m4trace:gl/m4/lib-prefix.m4:140: -1- AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) m4trace:gl/m4/lib-prefix.m4:154: -1- AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) m4trace:gl/m4/lib-prefix.m4:185: -1- AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. The current dnl practice is that on a system supporting 32-bit and 64-bit instruction dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit dnl libraries go under $prefix/lib. We determine the compiler's default dnl mode by looking at the compiler's library search path. If at least dnl of its elements ends in /lib64 or points to a directory whose absolute dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the dnl default, namely "lib". acl_libdirstem=lib searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ]) m4trace:gl/m4/lock.m4:25: -1- AC_DEFUN([gl_LOCK_EARLY], [ AC_REQUIRE([gl_LOCK_EARLY_BODY]) ]) m4trace:gl/m4/lock.m4:73: -1- AC_DEFUN([gl_LOCK_EARLY_BODY], [ dnl Ordering constraints: This macro modifies CPPFLAGS in a way that dnl influences the result of the autoconf tests that test for *_unlocked dnl declarations, on AIX 5 at least. Therefore it must come early. AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl AC_BEFORE([$0], [gl_ARGP])dnl AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_GNU_SOURCE]) dnl needed for pthread_rwlock_t on glibc systems dnl Check for multithreading. AC_ARG_ENABLE(threads, AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API]) AC_HELP_STRING([--disable-threads], [build without multithread safety]), [gl_use_threads=$enableval], [case "$host_os" in dnl Disable multithreading by default on OSF/1, because it interferes dnl with fork()/exec(): When msgexec is linked with -lpthread, its child dnl process gets an endless segmentation fault inside execvp(). osf*) gl_use_threads=no ;; *) gl_use_threads=yes ;; esac ]) if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then # For using : case "$host_os" in osf*) # On OSF/1, the compiler needs the flag -D_REENTRANT so that it # groks . cc also understands the flag -pthread, but # we don't use it because 1. gcc-2.95 doesn't understand -pthread, # 2. putting a flag into CPPFLAGS that has an effect on the linker # causes the AC_TRY_LINK test below to succeed unexpectedly, # leading to wrong values of LIBTHREAD and LTLIBTHREAD. CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; esac # Some systems optimize for single-threaded programs by default, and # need special flags to disable these optimizations. For example, the # definition of 'errno' in . case "$host_os" in aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;; solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; esac fi ]) m4trace:gl/m4/lock.m4:246: -1- AC_DEFUN([gl_LOCK_BODY], [ AC_REQUIRE([gl_LOCK_EARLY_BODY]) gl_threads_api=none LIBTHREAD= LTLIBTHREAD= LIBMULTITHREAD= LTLIBMULTITHREAD= if test "$gl_use_threads" != no; then dnl Check whether the compiler and linker support weak declarations. AC_MSG_CHECKING([whether imported symbols can be declared weak]) gl_have_weak=no AC_TRY_LINK([extern void xyzzy (); #pragma weak xyzzy], [xyzzy();], [gl_have_weak=yes]) AC_MSG_RESULT([$gl_have_weak]) if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that # it groks . It's added above, in gl_LOCK_EARLY_BODY. AC_CHECK_HEADER(pthread.h, gl_have_pthread_h=yes, gl_have_pthread_h=no) if test "$gl_have_pthread_h" = yes; then # Other possible tests: # -lpthreads (FSU threads, PCthreads) # -lgthreads gl_have_pthread= # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist # in libc. IRIX 6.5 has the first one in both libc and libpthread, but # the second one only in libpthread, and lock.c needs it. AC_TRY_LINK([#include ], [pthread_mutex_lock((pthread_mutex_t*)0); pthread_mutexattr_init((pthread_mutexattr_t*)0);], [gl_have_pthread=yes]) # Test for libpthread by looking for pthread_kill. (Not pthread_self, # since it is defined as a macro on OSF/1.) if test -n "$gl_have_pthread"; then # The program links fine without libpthread. But it may actually # need to link with libpthread in order to create multiple threads. AC_CHECK_LIB(pthread, pthread_kill, [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread # On Solaris and HP-UX, most pthread functions exist also in libc. # Therefore pthread_in_use() needs to actually try to create a # thread: pthread_create from libc will fail, whereas # pthread_create will actually create a thread. case "$host_os" in solaris* | hpux*) AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], 1, [Define if the pthread_in_use() detection is hard.]) esac ]) else # Some library is needed. Try libpthread and libc_r. AC_CHECK_LIB(pthread, pthread_kill, [gl_have_pthread=yes LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread]) if test -z "$gl_have_pthread"; then # For FreeBSD 4. AC_CHECK_LIB(c_r, pthread_kill, [gl_have_pthread=yes LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r]) fi fi if test -n "$gl_have_pthread"; then gl_threads_api=posix AC_DEFINE([USE_POSIX_THREADS], 1, [Define if the POSIX multithreading library can be used.]) if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then if test $gl_have_weak = yes; then AC_DEFINE([USE_POSIX_THREADS_WEAK], 1, [Define if references to the POSIX multithreading library should be made weak.]) LIBTHREAD= LTLIBTHREAD= fi fi # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the # pthread_rwlock_* functions. AC_CHECK_TYPE([pthread_rwlock_t], [AC_DEFINE([HAVE_PTHREAD_RWLOCK], 1, [Define if the POSIX multithreading library has read/write locks.])], [], [#include ]) # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro. AC_TRY_COMPILE([#include ], [#if __FreeBSD__ == 4 error "No, in FreeBSD 4.0 recursive mutexes actually don't work." #else int x = (int)PTHREAD_MUTEX_RECURSIVE; return !x; #endif], [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], 1, [Define if the defines PTHREAD_MUTEX_RECURSIVE.])]) fi fi fi if test -z "$gl_have_pthread"; then if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then gl_have_solaristhread= gl_save_LIBS="$LIBS" LIBS="$LIBS -lthread" AC_TRY_LINK([#include #include ], [thr_self();], [gl_have_solaristhread=yes]) LIBS="$gl_save_LIBS" if test -n "$gl_have_solaristhread"; then gl_threads_api=solaris LIBTHREAD=-lthread LTLIBTHREAD=-lthread LIBMULTITHREAD="$LIBTHREAD" LTLIBMULTITHREAD="$LTLIBTHREAD" AC_DEFINE([USE_SOLARIS_THREADS], 1, [Define if the old Solaris multithreading library can be used.]) if test $gl_have_weak = yes; then AC_DEFINE([USE_SOLARIS_THREADS_WEAK], 1, [Define if references to the old Solaris multithreading library should be made weak.]) LIBTHREAD= LTLIBTHREAD= fi fi fi fi if test "$gl_use_threads" = pth; then gl_save_CPPFLAGS="$CPPFLAGS" AC_LIB_LINKFLAGS(pth) gl_have_pth= gl_save_LIBS="$LIBS" LIBS="$LIBS -lpth" AC_TRY_LINK([#include ], [pth_self();], gl_have_pth=yes) LIBS="$gl_save_LIBS" if test -n "$gl_have_pth"; then gl_threads_api=pth LIBTHREAD="$LIBPTH" LTLIBTHREAD="$LTLIBPTH" LIBMULTITHREAD="$LIBTHREAD" LTLIBMULTITHREAD="$LTLIBTHREAD" AC_DEFINE([USE_PTH_THREADS], 1, [Define if the GNU Pth multithreading library can be used.]) if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then if test $gl_have_weak = yes; then AC_DEFINE([USE_PTH_THREADS_WEAK], 1, [Define if references to the GNU Pth multithreading library should be made weak.]) LIBTHREAD= LTLIBTHREAD= fi fi else CPPFLAGS="$gl_save_CPPFLAGS" fi fi if test -z "$gl_have_pthread"; then if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then if { case "$host_os" in mingw*) true;; *) false;; esac }; then gl_threads_api=win32 AC_DEFINE([USE_WIN32_THREADS], 1, [Define if the Win32 multithreading API can be used.]) fi fi fi fi AC_MSG_CHECKING([for multithread API to use]) AC_MSG_RESULT([$gl_threads_api]) AC_SUBST(LIBTHREAD) AC_SUBST(LTLIBTHREAD) AC_SUBST(LIBMULTITHREAD) AC_SUBST(LTLIBMULTITHREAD) ]) m4trace:gl/m4/lock.m4:253: -1- AC_DEFUN([gl_LOCK], [ AC_REQUIRE([gl_LOCK_EARLY]) AC_REQUIRE([gl_LOCK_BODY]) gl_PREREQ_LOCK ]) m4trace:gl/m4/lock.m4:258: -1- AC_DEFUN([gl_PREREQ_LOCK], [ AC_REQUIRE([AC_C_INLINE]) ]) m4trace:gl/m4/longdouble.m4:31: -1- AC_DEFUN([gt_TYPE_LONGDOUBLE], [ AC_CACHE_CHECK([for long double], gt_cv_c_long_double, [if test "$GCC" = yes; then gt_cv_c_long_double=yes else AC_TRY_COMPILE([ /* The Stardent Vistra knows sizeof(long double), but does not support it. */ long double foo = 0.0; /* On Ultrix 4.3 cc, long double is 4 and double is 8. */ int array [2*(sizeof(long double) >= sizeof(double)) - 1]; ], , gt_cv_c_long_double=yes, gt_cv_c_long_double=no) fi]) if test $gt_cv_c_long_double = yes; then AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.]) fi ]) m4trace:gl/m4/longlong.m4:61: -1- AC_DEFUN([AC_TYPE_LONG_LONG_INT], [ AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; int i = 63;]], [[long long int llmax = 9223372036854775807ll; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll));]])], [dnl This catches a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004. dnl If cross compiling, assume the bug isn't important, since dnl nobody cross compiles for this platform as far as we know. AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[@%:@include @%:@ifndef LLONG_MAX @%:@ define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) @%:@ define LLONG_MAX (HALF - 1 + HALF) @%:@endif]], [[long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0;]])], [ac_cv_type_long_long_int=yes], [ac_cv_type_long_long_int=no], [ac_cv_type_long_long_int=yes])], [ac_cv_type_long_long_int=no])]) if test $ac_cv_type_long_long_int = yes; then AC_DEFINE([HAVE_LONG_LONG_INT], 1, [Define to 1 if the system has the type `long long int'.]) fi ]) m4trace:gl/m4/longlong.m4:72: -1- AC_DEFUN([gl_AC_TYPE_LONG_LONG], [ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) ac_cv_type_long_long=$ac_cv_type_long_long_int if test $ac_cv_type_long_long = yes; then AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have the 'long long' type.]) fi ]) m4trace:gl/m4/ls-mntd-fs.m4:25: -1- AC_DEFUN([AC_FUNC_GETMNTENT], [# getmntent is in the standard C library on UNICOS, in -lsun on Irix 4, # -lseq on Dynix/PTX, -lgen on Unixware. AC_SEARCH_LIBS(getmntent, [sun seq gen]) AC_CHECK_FUNCS(getmntent) ]) m4trace:gl/m4/ls-mntd-fs.m4:337: -1- AC_DEFUN([gl_LIST_MOUNTED_FILE_SYSTEMS], [ AC_CHECK_FUNCS(listmntent getmntinfo) AC_CHECK_HEADERS_ONCE(sys/param.h sys/statvfs.h) # We must include grp.h before ucred.h on OSF V4.0, since ucred.h uses # NGROUPS (as the array dimension for a struct member) without a definition. AC_CHECK_HEADERS(sys/ucred.h, [], [], [#include ]) AC_CHECK_HEADERS(sys/mount.h, [], [], [AC_INCLUDES_DEFAULT [#if HAVE_SYS_PARAM_H #include #endif]]) AC_CHECK_HEADERS(mntent.h sys/fs_types.h) getfsstat_includes="\ $ac_includes_default #if HAVE_SYS_PARAM_H # include /* needed by powerpc-apple-darwin1.3.7 */ #endif #if HAVE_SYS_UCRED_H # include /* needed for definition of NGROUPS */ # include /* needed by powerpc-apple-darwin1.3.7 */ #endif #if HAVE_SYS_MOUNT_H # include #endif #if HAVE_SYS_FS_TYPES_H # include /* needed by powerpc-apple-darwin1.3.7 */ #endif " AC_CHECK_MEMBERS([struct fsstat.f_fstypename],,,[$getfsstat_includes]) # Determine how to get the list of mounted file systems. ac_list_mounted_fs= # If the getmntent function is available but not in the standard library, # make sure LIBS contains the appropriate -l option. AC_FUNC_GETMNTENT # This test must precede the ones for getmntent because Unicos-9 is # reported to have the getmntent function, but its support is incompatible # with other getmntent implementations. # NOTE: Normally, I wouldn't use a check for system type as I've done for # `CRAY' below since that goes against the whole autoconf philosophy. But # I think there is too great a chance that some non-Cray system has a # function named listmntent to risk the false positive. if test -z "$ac_list_mounted_fs"; then # Cray UNICOS 9 AC_MSG_CHECKING([for listmntent of Cray/Unicos-9]) AC_CACHE_VAL(fu_cv_sys_mounted_cray_listmntent, [fu_cv_sys_mounted_cray_listmntent=no AC_EGREP_CPP(yes, [#ifdef _CRAY yes #endif ], [test $ac_cv_func_listmntent = yes \ && fu_cv_sys_mounted_cray_listmntent=yes] ) ] ) AC_MSG_RESULT($fu_cv_sys_mounted_cray_listmntent) if test $fu_cv_sys_mounted_cray_listmntent = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_LISTMNTENT, 1, [Define if there is a function named listmntent that can be used to list all mounted file systems. (UNICOS)]) fi fi if test -z "$ac_list_mounted_fs"; then # AIX. AC_MSG_CHECKING([for mntctl function and struct vmount]) AC_CACHE_VAL(fu_cv_sys_mounted_vmount, [AC_TRY_CPP([#include ], fu_cv_sys_mounted_vmount=yes, fu_cv_sys_mounted_vmount=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_vmount) if test $fu_cv_sys_mounted_vmount = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_VMOUNT, 1, [Define if there is a function named mntctl that can be used to read the list of mounted file systems, and there is a system header file that declares `struct vmount.' (AIX)]) fi fi if test $ac_cv_func_getmntent = yes; then # This system has the getmntent function. # Determine whether it's the one-argument variant or the two-argument one. if test -z "$ac_list_mounted_fs"; then # 4.3BSD, SunOS, HP-UX, Dynix, Irix AC_MSG_CHECKING([for one-argument getmntent function]) AC_CACHE_VAL(fu_cv_sys_mounted_getmntent1, [AC_TRY_COMPILE([ /* SunOS 4.1.x /usr/include/mntent.h needs this for FILE */ #include #include #if !defined MOUNTED # if defined _PATH_MOUNTED /* GNU libc */ # define MOUNTED _PATH_MOUNTED # endif # if defined MNT_MNTTAB /* HP-UX. */ # define MOUNTED MNT_MNTTAB # endif # if defined MNTTABNAME /* Dynix. */ # define MOUNTED MNTTABNAME # endif #endif ], [ struct mntent *mnt = 0; char *table = MOUNTED; if (sizeof mnt && sizeof table) return 0;], fu_cv_sys_mounted_getmntent1=yes, fu_cv_sys_mounted_getmntent1=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_getmntent1) if test $fu_cv_sys_mounted_getmntent1 = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_GETMNTENT1, 1, [Define if there is a function named getmntent for reading the list of mounted file systems, and that function takes a single argument. (4.3BSD, SunOS, HP-UX, Dynix, Irix)]) fi fi if test -z "$ac_list_mounted_fs"; then # SVR4 AC_MSG_CHECKING([for two-argument getmntent function]) AC_CACHE_VAL(fu_cv_sys_mounted_getmntent2, [AC_EGREP_HEADER(getmntent, sys/mnttab.h, fu_cv_sys_mounted_getmntent2=yes, fu_cv_sys_mounted_getmntent2=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_getmntent2) if test $fu_cv_sys_mounted_getmntent2 = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_GETMNTENT2, 1, [Define if there is a function named getmntent for reading the list of mounted file systems, and that function takes two arguments. (SVR4)]) AC_CHECK_FUNCS(hasmntopt) fi fi fi if test -z "$ac_list_mounted_fs"; then # DEC Alpha running OSF/1, and Apple Darwin 1.3. # powerpc-apple-darwin1.3.7 needs sys/param.h sys/ucred.h sys/fs_types.h AC_MSG_CHECKING([for getfsstat function]) AC_CACHE_VAL(fu_cv_sys_mounted_getfsstat, [AC_TRY_LINK([ #include #if HAVE_STRUCT_FSSTAT_F_FSTYPENAME # define FS_TYPE(Ent) ((Ent).f_fstypename) #else # define FS_TYPE(Ent) mnt_names[(Ent).f_type] #endif ]$getfsstat_includes , [struct statfs *stats; int numsys = getfsstat ((struct statfs *)0, 0L, MNT_WAIT); char *t = FS_TYPE (*stats); ], fu_cv_sys_mounted_getfsstat=yes, fu_cv_sys_mounted_getfsstat=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_getfsstat) if test $fu_cv_sys_mounted_getfsstat = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_GETFSSTAT, 1, [Define if there is a function named getfsstat for reading the list of mounted file systems. (DEC Alpha running OSF/1)]) fi fi if test -z "$ac_list_mounted_fs"; then # SVR3 AC_MSG_CHECKING([for FIXME existence of three headers]) AC_CACHE_VAL(fu_cv_sys_mounted_fread_fstyp, [AC_TRY_CPP([ #include #include #include ], fu_cv_sys_mounted_fread_fstyp=yes, fu_cv_sys_mounted_fread_fstyp=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_fread_fstyp) if test $fu_cv_sys_mounted_fread_fstyp = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_FREAD_FSTYP, 1, [Define if (like SVR2) there is no specific function for reading the list of mounted file systems, and your system has these header files: and . (SVR3)]) fi fi if test -z "$ac_list_mounted_fs"; then # 4.4BSD and DEC OSF/1. AC_MSG_CHECKING([for getmntinfo function]) AC_CACHE_VAL(fu_cv_sys_mounted_getmntinfo, [ test "$ac_cv_func_getmntinfo" = yes \ && fu_cv_sys_mounted_getmntinfo=yes \ || fu_cv_sys_mounted_getmntinfo=no ]) AC_MSG_RESULT($fu_cv_sys_mounted_getmntinfo) if test $fu_cv_sys_mounted_getmntinfo = yes; then AC_MSG_CHECKING([whether getmntinfo returns statvfs structures]) AC_CACHE_VAL(fu_cv_sys_mounted_getmntinfo2, [ AC_TRY_COMPILE([ #if HAVE_SYS_PARAM_H # include #endif #include #if HAVE_SYS_MOUNT_H # include #endif #if HAVE_SYS_STATVFS_H # include #endif extern int getmntinfo (struct statfs **, int); ], [], [fu_cv_sys_mounted_getmntinfo2=no], [fu_cv_sys_mounted_getmntinfo2=yes]) ]) AC_MSG_RESULT([$fu_cv_sys_mounted_getmntinfo2]) if test $fu_cv_sys_mounted_getmntinfo2 = no; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_GETMNTINFO, 1, [Define if there is a function named getmntinfo for reading the list of mounted file systems and it returns an array of 'struct statfs'. (4.4BSD, Darwin)]) else ac_list_mounted_fs=found AC_DEFINE(MOUNTED_GETMNTINFO2, 1, [Define if there is a function named getmntinfo for reading the list of mounted file systems and it returns an array of 'struct statvfs'. (NetBSD 3.0)]) fi fi fi if test -z "$ac_list_mounted_fs"; then # Ultrix AC_MSG_CHECKING([for getmnt function]) AC_CACHE_VAL(fu_cv_sys_mounted_getmnt, [AC_TRY_CPP([ #include #include ], fu_cv_sys_mounted_getmnt=yes, fu_cv_sys_mounted_getmnt=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_getmnt) if test $fu_cv_sys_mounted_getmnt = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_GETMNT, 1, [Define if there is a function named getmnt for reading the list of mounted file systems. (Ultrix)]) fi fi if test -z "$ac_list_mounted_fs"; then # BeOS AC_CHECK_FUNCS(next_dev fs_stat_dev) AC_CHECK_HEADERS(fs_info.h) AC_MSG_CHECKING([for BEOS mounted file system support functions]) if test $ac_cv_header_fs_info_h = yes \ && test $ac_cv_func_next_dev = yes \ && test $ac_cv_func_fs_stat_dev = yes; then fu_result=yes else fu_result=no fi AC_MSG_RESULT($fu_result) if test $fu_result = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_FS_STAT_DEV, 1, [Define if there are functions named next_dev and fs_stat_dev for reading the list of mounted file systems. (BeOS)]) fi fi if test -z "$ac_list_mounted_fs"; then # SVR2 AC_MSG_CHECKING([whether it is possible to resort to fread on /etc/mnttab]) AC_CACHE_VAL(fu_cv_sys_mounted_fread, [AC_TRY_CPP([#include ], fu_cv_sys_mounted_fread=yes, fu_cv_sys_mounted_fread=no)]) AC_MSG_RESULT($fu_cv_sys_mounted_fread) if test $fu_cv_sys_mounted_fread = yes; then ac_list_mounted_fs=found AC_DEFINE(MOUNTED_FREAD, 1, [Define if there is no specific function for reading the list of mounted file systems. fread will be used to read /etc/mnttab. (SVR2) ]) fi fi if test -z "$ac_list_mounted_fs"; then AC_MSG_ERROR([could not determine how to read list of mounted file systems]) # FIXME -- no need to abort building the whole package # Can't build mountlist.c or anything that needs its functions fi AS_IF([test $ac_list_mounted_fs = found], [$1], [$2]) ]) m4trace:gl/m4/mbchar.m4:14: -1- AC_DEFUN([gl_MBCHAR], [ AC_REQUIRE([AC_GNU_SOURCE]) AC_LIBOBJ([mbchar]) ]) m4trace:gl/m4/mbiter.m4:17: -1- AC_DEFUN([gl_MBITER], [ AC_REQUIRE([AC_TYPE_MBSTATE_T]) dnl The following line is that so the user can test HAVE_MBRTOWC before dnl #include "mbiter.h" or "mbuiter.h". AC_REQUIRE([gl_FUNC_MBRTOWC]) : ]) m4trace:gl/m4/mbrtowc.m4:31: -1- AC_DEFUN([gl_FUNC_MBRTOWC], [ dnl Same as AC_FUNC_MBRTOWC in autoconf-2.60. AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared], gl_cv_func_mbrtowc, [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[wchar_t wc; char const s[] = ""; size_t n = 1; mbstate_t state; return ! (sizeof state && (mbrtowc) (&wc, s, n, &state));]])], gl_cv_func_mbrtowc=yes, gl_cv_func_mbrtowc=no)]) if test $gl_cv_func_mbrtowc = yes; then AC_DEFINE([HAVE_MBRTOWC], 1, [Define to 1 if mbrtowc and mbstate_t are properly declared.]) fi ]) m4trace:gl/m4/memchr.m4:13: -1- AC_DEFUN([gl_FUNC_MEMCHR], [ AC_REPLACE_FUNCS(memchr) if test $ac_cv_func_memchr = no; then gl_PREREQ_MEMCHR fi ]) m4trace:gl/m4/memchr.m4:18: -1- AC_DEFUN([gl_PREREQ_MEMCHR], [ AC_CHECK_HEADERS(bp-sym.h) ]) m4trace:gl/m4/minmax.m4:12: -1- AC_DEFUN([gl_MINMAX], [ AC_REQUIRE([gl_PREREQ_MINMAX]) ]) m4trace:gl/m4/minmax.m4:19: -1- AC_DEFUN([gl_PREREQ_MINMAX], [ gl_MINMAX_IN_HEADER([limits.h]) gl_MINMAX_IN_HEADER([sys/param.h]) ]) m4trace:gl/m4/minmax.m4:41: -1- AC_DEFUN([gl_MINMAX_IN_HEADER], [ m4_pushdef([header], AS_TR_SH([$1])) m4_pushdef([HEADER], AS_TR_CPP([$1])) AC_CACHE_CHECK([whether <$1> defines MIN and MAX], [gl_cv_minmax_in_]header, [AC_TRY_COMPILE([#include <$1> int x = MIN (42, 17);], [], [gl_cv_minmax_in_]header[=yes], [gl_cv_minmax_in_]header[=no])]) if test $gl_cv_minmax_in_[]header = yes; then AC_DEFINE([HAVE_MINMAX_IN_]HEADER, 1, [Define to 1 if <$1> defines the MIN and MAX macros.]) fi m4_popdef([HEADER]) m4_popdef([header]) ]) m4trace:gl/m4/mountlist.m4:15: -1- AC_DEFUN([gl_MOUNTLIST], [ gl_LIST_MOUNTED_FILE_SYSTEMS([gl_cv_list_mounted_fs=yes], [gl_cv_list_mounted_fs=no]) if test $gl_cv_list_mounted_fs = yes; then AC_LIBOBJ(mountlist) gl_PREREQ_MOUNTLIST_EXTRA fi ]) m4trace:gl/m4/mountlist.m4:23: -1- AC_DEFUN([gl_PREREQ_MOUNTLIST_EXTRA], [ dnl Note gl_LIST_MOUNTED_FILE_SYSTEMS checks for mntent.h, not sys/mntent.h. AC_CHECK_HEADERS(sys/mntent.h) gl_FSTYPENAME ]) m4trace:gl/m4/netinet_in_h.m4:18: -1- AC_DEFUN([gl_HEADER_NETINET_IN], [ AC_CHECK_HEADERS_ONCE([netinet/in.h]) if test $ac_cv_header_netinet_in_h = yes; then NETINET_IN_H='' else NETINET_IN_H='netinet/in.h' fi AC_SUBST(NETINET_IN_H) ]) m4trace:gl/m4/nls.m4:31: -1- AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ]) m4trace:gl/m4/onceonly_2_57.m4:48: -1- AC_DEFUN([AC_CHECK_HEADERS_ONCE], [ : AC_FOREACH([gl_HEADER_NAME], [$1], [ AC_DEFUN([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME, [./-], [___])), [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME, [./-], [___]))) ]) ]) m4trace:gl/m4/onceonly_2_57.m4:69: -1- AC_DEFUN([AC_CHECK_FUNCS_ONCE], [ : AC_FOREACH([gl_FUNC_NAME], [$1], [ AC_DEFUN([gl_CHECK_FUNC_]m4_defn([gl_FUNC_NAME]), [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) AC_REQUIRE([gl_CHECK_FUNC_]m4_defn([gl_FUNC_NAME])) ]) ]) m4trace:gl/m4/onceonly_2_57.m4:86: -1- AC_DEFUN([AC_CHECK_DECLS_ONCE], [ : AC_FOREACH([gl_DECL_NAME], [$1], [ AC_DEFUN([gl_CHECK_DECL_]m4_defn([gl_DECL_NAME]), [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) AC_REQUIRE([gl_CHECK_DECL_]m4_defn([gl_DECL_NAME])) ]) ]) m4trace:gl/m4/po.m4:207: -1- AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake AC_REQUIRE([AM_NLS])dnl dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) m4trace:gl/m4/po.m4:428: -1- AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) m4trace:gl/m4/regex.m4:188: -1- AC_DEFUN([gl_REGEX], [ AC_CHECK_HEADERS_ONCE([locale.h]) AC_ARG_WITH([included-regex], [AC_HELP_STRING([--without-included-regex], [don't compile regex; this is the default on systems with recent-enough versions of the GNU C Library (use with caution on other systems)])]) case $with_included_regex in #( yes|no) ac_use_included_regex=$with_included_regex ;; '') # If the system regex support is good enough that it passes the # following run test, then default to *not* using the included regex.c. # If cross compiling, assume the test would fail and use the included # regex.c. The first failing regular expression is from `Spencer ere # test #75' in grep-2.3. AC_CACHE_CHECK([for working re_compile_pattern], [gl_cv_func_re_compile_pattern_working], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [AC_INCLUDES_DEFAULT #if HAVE_LOCALE_H #include #endif #include #include ], [[static struct re_pattern_buffer regex; unsigned char folded_chars[UCHAR_MAX + 1]; int i; const char *s; struct re_registers regs; #if HAVE_LOCALE_H /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html This test needs valgrind to catch the bug on Debian GNU/Linux 3.1 x86, but it might catch the bug better on other platforms and it shouldn't hurt to try the test here. */ if (setlocale (LC_ALL, "en_US.UTF-8")) { static char const pat[] = "insert into"; static char const data[] = "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK"; re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | RE_ICASE); memset (®ex, 0, sizeof regex); s = re_compile_pattern (pat, sizeof pat - 1, ®ex); if (s) return 1; if (re_search (®ex, data, sizeof data - 1, 0, sizeof data - 1, ®s) != -1) return 1; if (! setlocale (LC_ALL, "C")) return 1; } #endif re_set_syntax (RE_SYNTAX_POSIX_EGREP); memset (®ex, 0, sizeof (regex)); for (i = 0; i <= UCHAR_MAX; i++) folded_chars[i] = i; regex.translate = folded_chars; s = re_compile_pattern ("a[[:@:>@:]]b\n", 11, ®ex); /* This should fail with _Invalid character class name_ error. */ if (!s) exit (1); /* This should succeed, but does not for e.g. glibc-2.1.3. */ memset (®ex, 0, sizeof (regex)); s = re_compile_pattern ("{1", 2, ®ex); if (s) exit (1); /* The following example is derived from a problem report against gawk from Jorge Stolfi . */ memset (®ex, 0, sizeof (regex)); s = re_compile_pattern ("[an\371]*n", 7, ®ex); if (s) exit (1); /* This should match, but does not for e.g. glibc-2.2.1. */ if (re_match (®ex, "an", 2, 0, ®s) != 2) exit (1); memset (®ex, 0, sizeof (regex)); s = re_compile_pattern ("x", 1, ®ex); if (s) exit (1); /* The version of regex.c in e.g. GNU libc-2.2.93 did not work with a negative RANGE argument. */ if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) exit (1); /* The version of regex.c in older versions of gnulib ignored RE_ICASE. Detect that problem too. */ memset (®ex, 0, sizeof (regex)); re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); s = re_compile_pattern ("x", 1, ®ex); if (s) exit (1); if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) exit (1); /* REG_STARTEND was added to glibc on 2004-01-15. Reject older versions. */ if (! REG_STARTEND) exit (1); /* Reject hosts whose regoff_t values are too narrow. These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t and 32-bit int. */ if (sizeof (regoff_t) < sizeof (ptrdiff_t) || sizeof (regoff_t) < sizeof (ssize_t)) exit (1); exit (0);]])], [gl_cv_func_re_compile_pattern_working=yes], [gl_cv_func_re_compile_pattern_working=no], dnl When crosscompiling, assume it is not working. [gl_cv_func_re_compile_pattern_working=no])]) case $gl_cv_func_re_compile_pattern_working in #( yes) ac_use_included_regex=no;; #( no) ac_use_included_regex=yes;; esac ;; *) AC_MSG_ERROR([Invalid value for --with-included-regex: $with_included_regex]) ;; esac if test $ac_use_included_regex = yes; then AC_DEFINE([_REGEX_LARGE_OFFSETS], 1, [Define if you want regoff_t to be at least as wide POSIX requires.]) AC_DEFINE([re_syntax_options], [rpl_re_syntax_options], [Define to rpl_re_syntax_options if the replacement should be used.]) AC_DEFINE([re_set_syntax], [rpl_re_set_syntax], [Define to rpl_re_set_syntax if the replacement should be used.]) AC_DEFINE([re_compile_pattern], [rpl_re_compile_pattern], [Define to rpl_re_compile_pattern if the replacement should be used.]) AC_DEFINE([re_compile_fastmap], [rpl_re_compile_fastmap], [Define to rpl_re_compile_fastmap if the replacement should be used.]) AC_DEFINE([re_search], [rpl_re_search], [Define to rpl_re_search if the replacement should be used.]) AC_DEFINE([re_search_2], [rpl_re_search_2], [Define to rpl_re_search_2 if the replacement should be used.]) AC_DEFINE([re_match], [rpl_re_match], [Define to rpl_re_match if the replacement should be used.]) AC_DEFINE([re_match_2], [rpl_re_match_2], [Define to rpl_re_match_2 if the replacement should be used.]) AC_DEFINE([re_set_registers], [rpl_re_set_registers], [Define to rpl_re_set_registers if the replacement should be used.]) AC_DEFINE([re_comp], [rpl_re_comp], [Define to rpl_re_comp if the replacement should be used.]) AC_DEFINE([re_exec], [rpl_re_exec], [Define to rpl_re_exec if the replacement should be used.]) AC_DEFINE([regcomp], [rpl_regcomp], [Define to rpl_regcomp if the replacement should be used.]) AC_DEFINE([regexec], [rpl_regexec], [Define to rpl_regexec if the replacement should be used.]) AC_DEFINE([regerror], [rpl_regerror], [Define to rpl_regerror if the replacement should be used.]) AC_DEFINE([regfree], [rpl_regfree], [Define to rpl_regfree if the replacement should be used.]) AC_LIBOBJ([regex]) gl_PREREQ_REGEX fi ]) m4trace:gl/m4/regex.m4:198: -1- AC_DEFUN([gl_PREREQ_REGEX], [ AC_REQUIRE([AC_GNU_SOURCE]) AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CHECK_FUNCS_ONCE([iswctype mbrtowc mempcpy wcrtomb wcscoll]) AC_CHECK_DECLS([isblank], [], [], [#include ]) ]) m4trace:gl/m4/safe-read.m4:12: -1- AC_DEFUN([gl_SAFE_READ], [ AC_LIBOBJ([safe-read]) gl_PREREQ_SAFE_READ ]) m4trace:gl/m4/safe-read.m4:18: -1- AC_DEFUN([gl_PREREQ_SAFE_READ], [ AC_REQUIRE([gt_TYPE_SSIZE_T]) ]) m4trace:gl/m4/safe-write.m4:12: -1- AC_DEFUN([gl_SAFE_WRITE], [ AC_LIBOBJ([safe-write]) gl_PREREQ_SAFE_WRITE ]) m4trace:gl/m4/safe-write.m4:18: -1- AC_DEFUN([gl_PREREQ_SAFE_WRITE], [ gl_PREREQ_SAFE_READ ]) m4trace:gl/m4/size_max.m4:62: -1- AC_DEFUN([gl_SIZE_MAX], [ AC_CHECK_HEADERS(stdint.h) dnl First test whether the system already has SIZE_MAX. AC_MSG_CHECKING([for SIZE_MAX]) AC_CACHE_VAL([gl_cv_size_max], [ gl_cv_size_max= AC_EGREP_CPP([Found it], [ #include #if HAVE_STDINT_H #include #endif #ifdef SIZE_MAX Found it #endif ], gl_cv_size_max=yes) if test -z "$gl_cv_size_max"; then dnl Define it ourselves. Here we assume that the type 'size_t' is not wider dnl than the type 'unsigned long'. Try hard to find a definition that can dnl be used in a preprocessor #if, i.e. doesn't contain a cast. AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1], [#include #include ], size_t_bits_minus_1=) AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)], [#include ], fits_in_uint=) if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then if test $fits_in_uint = 1; then dnl Even though SIZE_MAX fits in an unsigned int, it must be of type dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'. AC_TRY_COMPILE([#include extern size_t foo; extern unsigned long foo; ], [], fits_in_uint=0) fi dnl We cannot use 'expr' to simplify this expression, because 'expr' dnl works only with 'long' integers in the host environment, while we dnl might be cross-compiling from a 32-bit platform to a 64-bit platform. if test $fits_in_uint = 1; then gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" else gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)" fi else dnl Shouldn't happen, but who knows... gl_cv_size_max='((size_t)~(size_t)0)' fi fi ]) AC_MSG_RESULT([$gl_cv_size_max]) if test "$gl_cv_size_max" != yes; then AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max], [Define as the maximum value of type 'size_t', if the system doesn't define it.]) fi ]) m4trace:gl/m4/snprintf.m4:12: -1- AC_DEFUN([gl_FUNC_SNPRINTF], [ AC_REPLACE_FUNCS(snprintf) AC_CHECK_DECLS_ONCE(snprintf) gl_PREREQ_SNPRINTF ]) m4trace:gl/m4/snprintf.m4:15: -1- AC_DEFUN([gl_PREREQ_SNPRINTF], [:]) m4trace:gl/m4/socklen.m4:52: -1- AC_DEFUN([gl_TYPE_SOCKLEN_T], [AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl AC_CHECK_TYPE([socklen_t], , [AC_MSG_CHECKING([for socklen_t equivalent]) AC_CACHE_VAL([gl_cv_gl_cv_socklen_t_equiv], [# Systems have either "struct sockaddr *" or # "void *" as the second argument to getpeername gl_cv_socklen_t_equiv= for arg2 in "struct sockaddr" void; do for t in int size_t "unsigned int" "long int" "unsigned long int"; do AC_TRY_COMPILE( [#include #include int getpeername (int, $arg2 *, $t *);], [$t len; getpeername (0, 0, &len);], [gl_cv_socklen_t_equiv="$t"]) test "$gl_cv_socklen_t_equiv" != "" && break done test "$gl_cv_socklen_t_equiv" != "" && break done ]) if test "$gl_cv_socklen_t_equiv" = ""; then AC_MSG_ERROR([Cannot find a type to use in place of socklen_t]) fi AC_MSG_RESULT([$gl_cv_socklen_t_equiv]) AC_DEFINE_UNQUOTED([socklen_t], [$gl_cv_socklen_t_equiv], [type to use in place of socklen_t if not defined])], [#include #if HAVE_SYS_SOCKET_H # include #elif HAVE_WS2TCPIP_H # include #endif])]) m4trace:gl/m4/sockpfaf.m4:58: -1- AC_DEFUN([gl_SOCKET_FAMILIES], [ AC_REQUIRE([gl_HEADER_SYS_SOCKET]) AC_CHECK_HEADERS_ONCE([netinet/in.h]) AC_MSG_CHECKING(for IPv4 sockets) AC_CACHE_VAL(gl_cv_socket_ipv4, [AC_TRY_COMPILE([#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif], [int x = AF_INET; struct in_addr y; struct sockaddr_in z; if (&x && &y && &z) return 0;], gl_cv_socket_ipv4=yes, gl_cv_socket_ipv4=no)]) AC_MSG_RESULT($gl_cv_socket_ipv4) if test $gl_cv_socket_ipv4 = yes; then AC_DEFINE(HAVE_IPV4, 1, [Define to 1 if defines AF_INET.]) fi AC_MSG_CHECKING(for IPv6 sockets) AC_CACHE_VAL(gl_cv_socket_ipv6, [AC_TRY_COMPILE([#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif], [int x = AF_INET6; struct in6_addr y; struct sockaddr_in6 z; if (&x && &y && &z) return 0;], gl_cv_socket_ipv6=yes, gl_cv_socket_ipv6=no)]) AC_MSG_RESULT($gl_cv_socket_ipv6) if test $gl_cv_socket_ipv6 = yes; then AC_DEFINE(HAVE_IPV6, 1, [Define to 1 if defines AF_INET6.]) fi ]) m4trace:gl/m4/ssize_t.m4:21: -1- AC_DEFUN([gt_TYPE_SSIZE_T], [ AC_CACHE_CHECK([for ssize_t], [gt_cv_ssize_t], [AC_TRY_COMPILE([#include ], [int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x;], [gt_cv_ssize_t=yes], [gt_cv_ssize_t=no])]) if test $gt_cv_ssize_t = no; then AC_DEFINE([ssize_t], [int], [Define as a signed type of the same size as size_t.]) fi ]) m4trace:gl/m4/stdbool.m4:29: -1- AC_DEFUN([AM_STDBOOL_H], [ AC_REQUIRE([AC_HEADER_STDBOOL]) # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi AC_SUBST([STDBOOL_H]) if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi AC_SUBST([HAVE__BOOL]) ]) m4trace:gl/m4/stdbool.m4:32: -1- AC_DEFUN([gl_STDBOOL_H], [AM_STDBOOL_H]) m4trace:gl/m4/stdbool.m4:115: -1- AC_DEFUN([AC_HEADER_STDBOOL], [AC_CACHE_CHECK([for stdbool.h that conforms to C99], [ac_cv_header_stdbool_h], [AC_TRY_COMPILE( [ #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { _Bool s: 1; _Bool t; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; bool e = &s; char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; #if defined __xlc__ || defined __GNUC__ /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 reported by James Lemley on 2005-10-05; see http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html This test is not quite right, since xlc is allowed to reject this program, as the initializer for xlcbug is not one of the forms that C requires support for. However, doing the test right would require a run-time test, and that would make cross-compilation harder. Let us hope that IBM fixes the xlc bug, and also adds support for this kind of constant expression. In the meantime, this test will reject xlc, which is OK, since our stdbool.h substitute should suffice. We also test this with GCC, where it should work, to detect more quickly whether someone messes up the test in the future. */ char digs[] = "0123456789"; int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1); #endif /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; ], [ *pq |= q; *pq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq); ], [ac_cv_header_stdbool_h=yes], [ac_cv_header_stdbool_h=no])]) AC_CHECK_TYPES([_Bool]) if test $ac_cv_header_stdbool_h = yes; then AC_DEFINE(HAVE_STDBOOL_H, 1, [Define to 1 if stdbool.h conforms to C99.]) fi]) m4trace:gl/m4/stdint.m4:209: -1- AC_DEFUN([gl_STDINT_H], [ AC_PREREQ(2.59)dnl dnl Check for long long int and unsigned long long int. AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi AC_SUBST([HAVE_LONG_LONG_INT]) AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi AC_SUBST([HAVE_UNSIGNED_LONG_LONG_INT]) dnl Check for . dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_inttypes_h. if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi AC_SUBST([HAVE_INTTYPES_H]) dnl Check for . dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_sys_types_h. if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi AC_SUBST([HAVE_SYS_TYPES_H]) dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_stdint_h. if test $ac_cv_header_stdint_h = yes; then gl_ABSOLUTE_HEADER([stdint.h]) ABSOLUTE_STDINT_H=\"$gl_cv_absolute_stdint_h\" HAVE_STDINT_H=1 else ABSOLUTE_STDINT_H=\"no/such/file/stdint.h\" HAVE_STDINT_H=0 fi AC_SUBST([ABSOLUTE_STDINT_H]) AC_SUBST([HAVE_STDINT_H]) dnl Now see whether we need a substitute . Use dnl ABSOLUTE_STDINT_H, not , so that it also works during dnl a "config.status --recheck" if a stdint.h has been dnl created in the build directory. if test $ac_cv_header_stdint_h = yes; then AC_CACHE_CHECK([whether stdint.h conforms to C99], [gl_cv_header_working_stdint_h], [gl_cv_header_working_stdint_h=no AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[ #include #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ #include ABSOLUTE_STDINT_H #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; struct s { int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1; int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1; int check_SIZE: 0 < SIZE_MAX ? 1 : -1; int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1; int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; ]])], [gl_cv_header_working_stdint_h=yes])]) fi if test "$gl_cv_header_working_stdint_h" = yes; then STDINT_H= else dnl Check for , and for dnl (used in Linux libc4 >= 4.6.7 and libc5). AC_CHECK_HEADERS([sys/inttypes.h sys/bitypes.h]) if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 else HAVE_SYS_INTTYPES_H=0 fi AC_SUBST([HAVE_SYS_INTTYPES_H]) if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 else HAVE_SYS_BITYPES_H=0 fi AC_SUBST([HAVE_SYS_BITYPES_H]) gl_STDINT_TYPE_PROPERTIES STDINT_H=stdint.h fi AC_SUBST(STDINT_H) ]) m4trace:gl/m4/stdint.m4:246: -1- AC_DEFUN([gl_STDINT_BITSIZEOF], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. AC_FOREACH([gltype], [$1], [AH_TEMPLATE([BITSIZEOF_]translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to the number of bits in type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for bit size of $gltype], [gl_cv_bitsizeof_${gltype}], [AC_COMPUTE_INT([result], [sizeof ($gltype) * CHAR_BIT], [$2 #include ], [result=unknown]) eval gl_cv_bitsizeof_${gltype}=\$result ]) eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then dnl Use a nonempty default, because some compilers, such as IRIX 5 cc, dnl do a syntax check even on unused #if conditions and give an error dnl on valid C code like this: dnl #if 0 dnl # if > 32 dnl # endif dnl #endif result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result]) eval BITSIZEOF_${GLTYPE}=\$result done AC_FOREACH([gltype], [$1], [AC_SUBST([BITSIZEOF_]translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) m4trace:gl/m4/stdint.m4:279: -1- AC_DEFUN([gl_CHECK_TYPES_SIGNED], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. AC_FOREACH([gltype], [$1], [AH_TEMPLATE([HAVE_SIGNED_]translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to 1 if ']gltype[' is a signed integer type.])]) for gltype in $1 ; do AC_CACHE_CHECK([whether $gltype is signed], [gl_cv_type_${gltype}_signed], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];]])], result=yes, result=no) eval gl_cv_type_${gltype}_signed=\$result ]) eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then AC_DEFINE_UNQUOTED([HAVE_SIGNED_${GLTYPE}], 1) eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done AC_FOREACH([gltype], [$1], [AC_SUBST([HAVE_SIGNED_]translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) m4trace:gl/m4/stdint.m4:331: -1- AC_DEFUN([gl_INTEGER_TYPE_SUFFIX], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. AC_FOREACH([gltype], [$1], [AH_TEMPLATE(translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX], [Define to l, ll, u, ul, ull, etc., as suitable for constants of type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for $gltype integer literal suffix], [gl_cv_type_${gltype}_suffix], [eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2 extern $gltype foo; extern $gltype1 foo;])], [eval gl_cv_type_${gltype}_suffix=\$glsuf]) eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done]) GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result AC_DEFINE_UNQUOTED([${GLTYPE}_SUFFIX], $result) done AC_FOREACH([gltype], [$1], [AC_SUBST(translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX])]) ]) m4trace:gl/m4/stdint.m4:343: -1- AC_DEFUN([gl_STDINT_INCLUDES], [[ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include ]]) m4trace:gl/m4/stdint.m4:358: -1- AC_DEFUN([gl_STDINT_TYPE_PROPERTIES], [ gl_STDINT_BITSIZEOF([ptrdiff_t sig_atomic_t size_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no gl_INTEGER_TYPE_SUFFIX([ptrdiff_t sig_atomic_t size_t wchar_t wint_t], [gl_STDINT_INCLUDES]) ]) m4trace:gl/m4/stdint_h.m4:26: -1- AC_DEFUN([gl_AC_HEADER_STDINT_H], [ AC_CACHE_CHECK([for stdint.h], gl_cv_header_stdint_h, [AC_TRY_COMPILE( [#include #include ], [uintmax_t i = (uintmax_t) -1; return !i;], gl_cv_header_stdint_h=yes, gl_cv_header_stdint_h=no)]) if test $gl_cv_header_stdint_h = yes; then AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1, [Define if exists, doesn't clash with , and declares uintmax_t. ]) fi ]) m4trace:gl/m4/strcase.m4:11: -1- AC_DEFUN([gl_STRCASE], [ gl_FUNC_STRCASECMP gl_FUNC_STRNCASECMP ]) m4trace:gl/m4/strcase.m4:19: -1- AC_DEFUN([gl_FUNC_STRCASECMP], [ dnl No known system has a strcasecmp() function that works correctly in dnl multibyte locales. Therefore we use our version always. AC_LIBOBJ(strcasecmp) gl_PREREQ_STRCASECMP ]) m4trace:gl/m4/strcase.m4:28: -1- AC_DEFUN([gl_FUNC_STRNCASECMP], [ AC_REPLACE_FUNCS(strncasecmp) AC_CHECK_DECLS(strncasecmp) if test $ac_cv_func_strncasecmp = no; then gl_PREREQ_STRNCASECMP fi ]) m4trace:gl/m4/strcase.m4:34: -1- AC_DEFUN([gl_PREREQ_STRCASECMP], [ AC_REQUIRE([gl_FUNC_MBRTOWC]) : ]) m4trace:gl/m4/strcase.m4:39: -1- AC_DEFUN([gl_PREREQ_STRNCASECMP], [ : ]) m4trace:gl/m4/strdup.m4:12: -1- AC_DEFUN([gl_FUNC_STRDUP], [ AC_REPLACE_FUNCS(strdup) AC_CHECK_DECLS_ONCE(strdup) gl_PREREQ_STRDUP ]) m4trace:gl/m4/strdup.m4:15: -1- AC_DEFUN([gl_PREREQ_STRDUP], [:]) m4trace:gl/m4/strndup.m4:45: -1- AC_DEFUN([gl_FUNC_STRNDUP], [ dnl Persuade glibc to declare strndup(). AC_REQUIRE([AC_GNU_SOURCE]) AC_CHECK_DECLS_ONCE([strndup]) # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'. AC_CACHE_CHECK([for working strndup], gl_cv_func_strndup, [AC_RUN_IFELSE([ AC_LANG_PROGRAM([#include #include ], [[ #ifndef HAVE_DECL_STRNDUP extern char *strndup (const char *, size_t); #endif char *s; s = strndup ("some longer string", 15); free (s); s = strndup ("shorter string", 13); return s[13] != '\0';]])], [gl_cv_func_strndup=yes], [gl_cv_func_strndup=no], [AC_CHECK_FUNC([strndup], [AC_EGREP_CPP([too risky], [ #ifdef _AIX too risky #endif ], [gl_cv_func_strndup=no], [gl_cv_func_strndup=yes])], [gl_cv_func_strndup=no])])]) if test $gl_cv_func_strndup = yes; then AC_DEFINE([HAVE_STRNDUP], 1, [Define if you have the strndup() function and it works.]) else AC_LIBOBJ([strndup]) gl_PREREQ_STRNDUP fi ]) m4trace:gl/m4/strndup.m4:48: -1- AC_DEFUN([gl_PREREQ_STRNDUP], [:]) m4trace:gl/m4/strnlen.m4:22: -1- AC_DEFUN([gl_FUNC_STRNLEN], [ dnl Persuade glibc to declare strnlen(). AC_REQUIRE([AC_GNU_SOURCE]) AC_FUNC_STRNLEN if test $ac_cv_func_strnlen_working = no; then # This is necessary because automake-1.6.1 doens't understand # that the above use of AC_FUNC_STRNLEN means we may have to use # lib/strnlen.c. #AC_LIBOBJ(strnlen) AC_DEFINE(strnlen, rpl_strnlen, [Define to rpl_strnlen if the replacement function should be used.]) gl_PREREQ_STRNLEN fi ]) m4trace:gl/m4/strnlen.m4:27: -1- AC_DEFUN([gl_PREREQ_STRNLEN], [ AC_CHECK_DECLS_ONCE(strnlen) ]) m4trace:gl/m4/sys_socket_h.m4:23: -1- AC_DEFUN([gl_HEADER_SYS_SOCKET], [ AC_CHECK_HEADERS_ONCE([sys/socket.h]) if test $ac_cv_header_sys_socket_h = yes; then SYS_SOCKET_H='' else dnl We cannot use AC_CHECK_HEADERS_ONCE here, because that would make dnl the check for those headers unconditional; yet cygwin reports dnl that the headers are present but cannot be compiled (since on dnl cygwin, all socket information should come from sys/socket.h). AC_CHECK_HEADERS([winsock2.h ws2tcpip.h]) SYS_SOCKET_H='sys/socket.h' fi AC_SUBST(SYS_SOCKET_H) ]) m4trace:gl/m4/ulonglong.m4:37: -1- AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], [ AC_CACHE_CHECK([for unsigned long long int], [ac_cv_type_unsigned_long_long_int], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[unsigned long long int ull = 18446744073709551615ULL; typedef int a[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63;]], [[unsigned long long int ullmax = 18446744073709551615ull; return (ull << 63 | ull >> 63 | ull << i | ull >> i | ullmax / ull | ullmax % ull);]])], [ac_cv_type_unsigned_long_long_int=yes], [ac_cv_type_unsigned_long_long_int=no])]) if test $ac_cv_type_unsigned_long_long_int = yes; then AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], 1, [Define to 1 if the system has the type `unsigned long long int'.]) fi ]) m4trace:gl/m4/ulonglong.m4:48: -1- AC_DEFUN([gl_AC_TYPE_UNSIGNED_LONG_LONG], [ AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) ac_cv_type_unsigned_long_long=$ac_cv_type_unsigned_long_long_int if test $ac_cv_type_unsigned_long_long = yes; then AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, [Define if you have the 'unsigned long long' type.]) fi ]) m4trace:gl/m4/unistd-safer.m4:13: -1- AC_DEFUN([gl_UNISTD_SAFER], [ AC_CHECK_FUNCS_ONCE([pipe]) AC_LIBOBJ([dup-safer]) AC_LIBOBJ([fd-safer]) AC_LIBOBJ([pipe-safer]) ]) m4trace:gl/m4/unistd_h.m4:21: -1- AC_DEFUN([gl_HEADER_UNISTD], [ AC_CHECK_HEADERS([unistd.h], [ UNISTD_H='' ], [ UNISTD_H='unistd.h' ]) AC_SUBST(UNISTD_H) dnl This module decides to build unistd.h if it is missing. dnl The fchdir module decides to build unistd.h if fchdir() is missing. dnl Therefore check for the prerequisites of lib/unistd.h always. gl_PREREQ_UNISTD ]) m4trace:gl/m4/unistd_h.m4:32: -1- AC_DEFUN([gl_PREREQ_UNISTD], [ AC_CHECK_HEADERS_ONCE([unistd.h]) if test $ac_cv_header_unistd_h = yes; then gl_ABSOLUTE_HEADER([unistd.h]) ABSOLUTE_UNISTD_H=\"$gl_cv_absolute_unistd_h\" fi AC_SUBST([ABSOLUTE_UNISTD_H]) ]) m4trace:gl/m4/vasnprintf.m4:20: -1- AC_DEFUN([gl_FUNC_VASNPRINTF], [ AC_REQUIRE([gl_EOVERFLOW]) AC_REPLACE_FUNCS(vasnprintf) if test $ac_cv_func_vasnprintf = no; then AC_LIBOBJ(printf-args) AC_LIBOBJ(printf-parse) AC_LIBOBJ(asnprintf) gl_PREREQ_PRINTF_ARGS gl_PREREQ_PRINTF_PARSE gl_PREREQ_VASNPRINTF gl_PREREQ_ASNPRINTF fi ]) m4trace:gl/m4/vasnprintf.m4:29: -1- AC_DEFUN([gl_PREREQ_PRINTF_ARGS], [ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_LONGDOUBLE]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) ]) m4trace:gl/m4/vasnprintf.m4:41: -1- AC_DEFUN([gl_PREREQ_PRINTF_PARSE], [ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_LONGDOUBLE]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_REQUIRE([AC_TYPE_SIZE_T]) AC_CHECK_TYPES(ptrdiff_t) AC_REQUIRE([gt_AC_TYPE_INTMAX_T]) ]) m4trace:gl/m4/vasnprintf.m4:52: -1- AC_DEFUN([gl_PREREQ_VASNPRINTF], [ AC_REQUIRE([AC_FUNC_ALLOCA]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_LONGDOUBLE]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_CHECK_FUNCS(snprintf wcslen) ]) m4trace:gl/m4/vasnprintf.m4:57: -1- AC_DEFUN([gl_PREREQ_ASNPRINTF], [ ]) m4trace:gl/m4/vasprintf.m4:16: -1- AC_DEFUN([gl_FUNC_VASPRINTF], [ AC_REPLACE_FUNCS(vasprintf) if test $ac_cv_func_vasprintf = no; then AC_LIBOBJ(asprintf) gl_PREREQ_VASPRINTF_H gl_PREREQ_VASPRINTF gl_PREREQ_ASPRINTF fi ]) m4trace:gl/m4/vasprintf.m4:23: -1- AC_DEFUN([gl_PREREQ_VASPRINTF_H], [ dnl Persuade glibc to declare asprintf() and vasprintf(). AC_REQUIRE([AC_GNU_SOURCE]) ]) m4trace:gl/m4/vasprintf.m4:28: -1- AC_DEFUN([gl_PREREQ_VASPRINTF], [ ]) m4trace:gl/m4/vasprintf.m4:33: -1- AC_DEFUN([gl_PREREQ_ASPRINTF], [ ]) m4trace:gl/m4/vsnprintf.m4:12: -1- AC_DEFUN([gl_FUNC_VSNPRINTF], [ AC_REPLACE_FUNCS(vsnprintf) AC_CHECK_DECLS_ONCE(vsnprintf) gl_PREREQ_VSNPRINTF ]) m4trace:gl/m4/vsnprintf.m4:15: -1- AC_DEFUN([gl_PREREQ_VSNPRINTF], [:]) m4trace:gl/m4/wchar.m4:29: -1- AC_DEFUN([gl_WCHAR_H], [ AC_CACHE_CHECK([whether is standalone], [gl_cv_header_wchar_h_standalone], [AC_COMPILE_IFELSE([[#include wchar_t w;]], [gl_cv_header_wchar_h_standalone=yes], [gl_cv_header_wchar_h_standalone=no])]) if test $gl_cv_header_wchar_h_standalone = yes; then WCHAR_H= else gl_ABSOLUTE_HEADER([wchar.h]) ABSOLUTE_WCHAR_H=\"$gl_cv_absolute_wchar_h\" WCHAR_H=wchar.h fi AC_SUBST([ABSOLUTE_WCHAR_H]) AC_SUBST([WCHAR_H]) ]) m4trace:gl/m4/wchar_t.m4:20: -1- AC_DEFUN([gt_TYPE_WCHAR_T], [ AC_CACHE_CHECK([for wchar_t], gt_cv_c_wchar_t, [AC_TRY_COMPILE([#include wchar_t foo = (wchar_t)'\0';], , gt_cv_c_wchar_t=yes, gt_cv_c_wchar_t=no)]) if test $gt_cv_c_wchar_t = yes; then AC_DEFINE(HAVE_WCHAR_T, 1, [Define if you have the 'wchar_t' type.]) fi ]) m4trace:gl/m4/wctype.m4:41: -1- AC_DEFUN([gl_WCTYPE_H], [ AC_CHECK_FUNCS_ONCE([iswcntrl]) AC_CHECK_HEADERS_ONCE([wctype.h]) AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gt_TYPE_WINT_T]) if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi AC_SUBST([HAVE_WINT_T]) WCTYPE_H=wctype.h if test $ac_cv_header_wctype_h = yes; then if test "$ac_cv_func_iswcntrl" = yes; then WCTYPE_H= fi dnl Compute ABSOLUTE_WCTYPE_H even if WCTYPE_H is empty, dnl for the benefit of builds from non-distclean directories. gl_ABSOLUTE_HEADER([wctype.h]) ABSOLUTE_WCTYPE_H=\"$gl_cv_absolute_wctype_h\" HAVE_WCTYPE_H=1 else ABSOLUTE_WCTYPE_H=\"no/such/file/wctype.h\" HAVE_WCTYPE_H=0 fi AC_SUBST([ABSOLUTE_WCTYPE_H]) AC_SUBST([HAVE_WCTYPE_H]) AC_SUBST([WCTYPE_H]) ]) m4trace:gl/m4/wcwidth.m4:30: -1- AC_DEFUN([gl_FUNC_WCWIDTH], [ dnl Persuade glibc to declare wcwidth(). AC_REQUIRE([AC_GNU_SOURCE]) AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_CHECK_HEADERS_ONCE([wchar.h]) AC_CHECK_FUNCS_ONCE([wcwidth]) AC_CHECK_DECLS([wcwidth], [], [], [ /* AIX 3.2.5 declares wcwidth in . */ #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ])]) m4trace:gl/m4/wint_t.m4:28: -1- AC_DEFUN([gt_TYPE_WINT_T], [ AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t, [AC_TRY_COMPILE([ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0';], , gt_cv_c_wint_t=yes, gt_cv_c_wint_t=no)]) if test $gt_cv_c_wint_t = yes; then AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.]) fi ]) m4trace:gl/m4/xalloc.m4:13: -1- AC_DEFUN([gl_XALLOC], [ AC_LIBOBJ([xmalloc]) gl_PREREQ_XALLOC gl_PREREQ_XMALLOC ]) m4trace:gl/m4/xalloc.m4:19: -1- AC_DEFUN([gl_PREREQ_XALLOC], [ AC_REQUIRE([gl_INLINE]) : ]) m4trace:gl/m4/xalloc.m4:24: -1- AC_DEFUN([gl_PREREQ_XMALLOC], [ : ]) m4trace:gl/m4/xsize.m4:13: -1- AC_DEFUN([gl_XSIZE], [ dnl Prerequisites of lib/xsize.h. AC_REQUIRE([gl_SIZE_MAX]) AC_REQUIRE([AC_C_INLINE]) AC_CHECK_HEADERS(stdint.h) ]) m4trace:gl/m4/xstrndup.m4:10: -1- AC_DEFUN([gl_XSTRNDUP], [ gl_PREREQ_XSTRNDUP ]) m4trace:gl/m4/xstrndup.m4:15: -1- AC_DEFUN([gl_PREREQ_XSTRNDUP], [ : ]) m4trace:m4/np_mysqlclient.m4:60: -1- AC_DEFUN([np_mysqlclient], [ AC_ARG_WITH(mysql, AS_HELP_STRING([--with-mysql=DIR], [Locates mysql libraries. Expects DIR/bin/mysql_config. Default to search for mysql_config in PATH]), with_mysql=$withval, with_mysql=yes) if test "x$with_mysql" != "xno" ; then if test "x$with_mysql" = "xyes" ; then AC_PATH_PROG(np_mysql_config, mysql_config) else if test -x $with_mysql/bin/mysql_config ; then np_mysql_config="$with_mysql/bin/mysql_config" fi fi if test -z "$np_mysql_config"; then with_mysql="no" else np_mysql_include="`$np_mysql_config --include`" # Mysql 3 does not support --include. --cflags should be sufficient if test $? -ne 0; then np_mysql_include="-I$with_mysql/include" # Guessed location fi np_mysql_libs="`$np_mysql_config --libs`" np_mysql_cflags="`$np_mysql_config --cflags`" dnl Test a mysql_init. Some systems have mysql_config, but no headers _savedcppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $np_mysql_include" dnl Putting $np_mysql_libs as other libraries ensures that all mysql dependencies are linked in dnl Although -lmysqlclient is duplicated, it is not a problem AC_CHECK_LIB([mysqlclient], [mysql_init], [ with_mysql=$np_mysql_config AC_DEFINE(HAVE_MYSQLCLIENT, 1, [Defined if mysqlclient is found and can compile]) ], [with_mysql=no], [$np_mysql_libs]) CPPFLAGS=$_savedcppflags fi fi ]) m4trace:m4/np_mysqlclient.m4:70: -1- AC_DEFUN([np_add_to_runpath], [ dnl Need [[ ]] so autoconf gives us just one set np_libdir=`echo "$1" | sed -e 's/.*-L\([[^ ]]*\) .*/\1/'` if test "x$np_libdir" != x ; then LD_RUN_PATH="${np_libdir}${LD_RUN_PATH:+:}${LD_RUN_PATH}" fi ]) m4trace:acinclude.m4:68: -1- AC_DEFUN([ACX_WHICH_GETHOSTBYNAME_R], [AC_CACHE_CHECK(number of arguments to gethostbyname_r, acx_which_gethostbyname_r, [ AC_TRY_COMPILE([ # include ], [ char *name; struct hostent *he; struct hostent_data data; (void) gethostbyname_r(name, he, &data); ],acx_which_gethostbyname_r=3, [ dnl acx_which_gethostbyname_r=0 AC_TRY_COMPILE([ # include ], [ char *name; struct hostent *he, *res; char *buffer = NULL; int buflen = 2048; int h_errnop; (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop) ],acx_which_gethostbyname_r=6, [ dnl acx_which_gethostbyname_r=0 AC_TRY_COMPILE([ # include ], [ char *name; struct hostent *he; char *buffer = NULL; int buflen = 2048; int h_errnop; (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop) ],acx_which_gethostbyname_r=5,acx_which_gethostbyname_r=0) ] ) ] ) ]) if test $acx_which_gethostbyname_r -gt 0 ; then AC_DEFINE_UNQUOTED([HAVE_GETHOSTBYNAME_R], $acx_which_gethostbyname_r, [Number of parameters to gethostbyname_r or 0 if not available]) fi ]) m4trace:acinclude.m4:72: -1- AC_DEFUN([ACX_HELP_STRING], [ $1 builtin([substr],[ ],len($1))[$2]]) m4trace:acinclude.m4:77: -1- AC_DEFUN([ACX_FEATURE], [echo "builtin([substr],[ ],len(--$1-$2))--$1-$2: ifelse($3,,[$]translit($1-$2,-,_),$3)"]) m4trace:configure.in:4: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.in:4: -1- m4_pattern_forbid([_AC_]) m4trace:configure.in:4: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) m4trace:configure.in:4: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.in:4: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.in:4: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.in:4: -1- m4_pattern_forbid([^_?AS_]) m4trace:configure.in:4: -1- m4_pattern_allow([^SHELL$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PATH_SEPARATOR$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.in:4: -1- m4_pattern_allow([^exec_prefix$]) m4trace:configure.in:4: -1- m4_pattern_allow([^prefix$]) m4trace:configure.in:4: -1- m4_pattern_allow([^program_transform_name$]) m4trace:configure.in:4: -1- m4_pattern_allow([^bindir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^sbindir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^libexecdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^datarootdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^datadir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^sysconfdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^sharedstatedir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^localstatedir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^includedir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^oldincludedir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^docdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^infodir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^htmldir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^dvidir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^pdfdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^psdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^libdir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^localedir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^mandir$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_NAME$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_VERSION$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_STRING$]) m4trace:configure.in:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) m4trace:configure.in:4: -1- m4_pattern_allow([^DEFS$]) m4trace:configure.in:4: -1- m4_pattern_allow([^ECHO_C$]) m4trace:configure.in:4: -1- m4_pattern_allow([^ECHO_N$]) m4trace:configure.in:4: -1- m4_pattern_allow([^ECHO_T$]) m4trace:configure.in:4: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:4: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.in:4: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.in:4: -1- m4_pattern_allow([^target_alias$]) m4trace:configure.in:8: -1- AM_INIT_AUTOMAKE([1.8.3]) m4trace:configure.in:8: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) m4trace:configure.in:8: -1- AM_SET_CURRENT_AUTOMAKE_VERSION m4trace:configure.in:8: -1- AM_AUTOMAKE_VERSION([1.9.6]) m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.in:8: -1- m4_pattern_allow([^CYGPATH_W$]) m4trace:configure.in:8: -1- _AM_SET_OPTIONS([1.8.3]) m4trace:configure.in:8: -1- _AM_SET_OPTION([1.8.3]) m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([1.8.3]) m4trace:configure.in:8: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... /usr/local/share/aclocal-1.9/options.m4:26: _AM_SET_OPTIONS is expanded from... /usr/local/share/aclocal-1.9/init.m4:92: AM_INIT_AUTOMAKE is expanded from... configure.in:8: the top level]) m4trace:configure.in:8: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.in:8: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.in:8: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([no-define]) m4trace:configure.in:8: -1- m4_pattern_allow([^PACKAGE$]) m4trace:configure.in:8: -1- m4_pattern_allow([^VERSION$]) m4trace:configure.in:8: -1- AM_SANITY_CHECK m4trace:configure.in:8: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) m4trace:configure.in:8: -1- AM_MISSING_HAS_RUN m4trace:configure.in:8: -1- AM_AUX_DIR_EXPAND m4trace:configure.in:8: -1- m4_pattern_allow([^ACLOCAL$]) m4trace:configure.in:8: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) m4trace:configure.in:8: -1- m4_pattern_allow([^AUTOCONF$]) m4trace:configure.in:8: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) m4trace:configure.in:8: -1- m4_pattern_allow([^AUTOMAKE$]) m4trace:configure.in:8: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) m4trace:configure.in:8: -1- m4_pattern_allow([^AUTOHEADER$]) m4trace:configure.in:8: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) m4trace:configure.in:8: -1- m4_pattern_allow([^MAKEINFO$]) m4trace:configure.in:8: -1- AM_PROG_INSTALL_SH m4trace:configure.in:8: -1- m4_pattern_allow([^install_sh$]) m4trace:configure.in:8: -1- AM_PROG_INSTALL_STRIP m4trace:configure.in:8: -1- m4_pattern_allow([^STRIP$]) m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) m4trace:configure.in:8: -1- AM_PROG_MKDIR_P m4trace:configure.in:8: -1- m4_pattern_allow([^mkdir_p$]) m4trace:configure.in:8: -1- m4_pattern_allow([^AWK$]) m4trace:configure.in:8: -1- m4_pattern_allow([^SET_MAKE$]) m4trace:configure.in:8: -1- AM_SET_LEADING_DOT m4trace:configure.in:8: -1- m4_pattern_allow([^am__leading_dot$]) m4trace:configure.in:8: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([tar-ustar]) m4trace:configure.in:8: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([tar-pax]) m4trace:configure.in:8: -1- _AM_PROG_TAR([v7]) m4trace:configure.in:8: -1- AM_MISSING_PROG([AMTAR], [tar]) m4trace:configure.in:8: -1- m4_pattern_allow([^AMTAR$]) m4trace:configure.in:8: -1- m4_pattern_allow([^am__tar$]) m4trace:configure.in:8: -1- m4_pattern_allow([^am__untar$]) m4trace:configure.in:8: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl ]) m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([no-dependencies]) m4trace:configure.in:9: -1- AM_CONFIG_HEADER([config.h]) m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. You should run autoupdate.], [/usr/local/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from... configure.in:9: the top level]) m4trace:configure.in:10: -1- m4_pattern_allow([^build$]) m4trace:configure.in:10: -1- m4_pattern_allow([^build_cpu$]) m4trace:configure.in:10: -1- m4_pattern_allow([^build_vendor$]) m4trace:configure.in:10: -1- m4_pattern_allow([^build_os$]) m4trace:configure.in:10: -1- m4_pattern_allow([^host$]) m4trace:configure.in:10: -1- m4_pattern_allow([^host_cpu$]) m4trace:configure.in:10: -1- m4_pattern_allow([^host_vendor$]) m4trace:configure.in:10: -1- m4_pattern_allow([^host_os$]) m4trace:configure.in:13: -1- m4_pattern_allow([^RELEASE$]) m4trace:configure.in:23: -2- ACX_HELP_STRING([--with-nagios-user=USER], [Installs executables with this user. Defaults to install user]) m4trace:configure.in:27: -2- ACX_HELP_STRING([--with-nagios-group=GROUP], [Installs executables with this group. Defaults to install user]) m4trace:configure.in:31: -2- ACX_HELP_STRING([--without-world-permissions], [Installs executables without world permissions]) m4trace:configure.in:39: -1- m4_pattern_allow([^INSTALL$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.in:41: -1- m4_pattern_allow([^LDFLAGS$]) m4trace:configure.in:41: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CC$]) m4trace:configure.in:41: -1- m4_pattern_allow([^ac_ct_CC$]) m4trace:configure.in:41: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.in:41: -1- m4_pattern_allow([^OBJEXT$]) m4trace:configure.in:41: -1- _AM_DEPENDENCIES([CC]) m4trace:configure.in:41: -1- AM_SET_DEPDIR m4trace:configure.in:41: -1- m4_pattern_allow([^DEPDIR$]) m4trace:configure.in:41: -1- AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.in:41: -1- AM_MAKE_INCLUDE m4trace:configure.in:41: -1- m4_pattern_allow([^am__include$]) m4trace:configure.in:41: -1- m4_pattern_allow([^am__quote$]) m4trace:configure.in:41: -1- AM_DEP_TRACK m4trace:configure.in:41: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) m4trace:configure.in:41: -1- m4_pattern_allow([^AMDEP_TRUE$]) m4trace:configure.in:41: -1- m4_pattern_allow([^AMDEP_FALSE$]) m4trace:configure.in:41: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) m4trace:configure.in:41: -1- m4_pattern_allow([^CCDEPMODE$]) m4trace:configure.in:41: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) m4trace:configure.in:41: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) m4trace:configure.in:41: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) m4trace:configure.in:42: -1- gl_EARLY m4trace:configure.in:42: -1- m4_pattern_forbid([^gl_[A-Z]]) m4trace:configure.in:42: -1- m4_pattern_allow([^gl_ES$]) m4trace:configure.in:42: -1- m4_pattern_allow([^gl_LIBOBJS$]) m4trace:configure.in:42: -1- m4_pattern_allow([^gl_LTLIBOBJS$]) m4trace:configure.in:42: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_GNU_SOURCE$]) m4trace:configure.in:42: -1- gl_USE_SYSTEM_EXTENSIONS m4trace:configure.in:42: -1- AC_USE_SYSTEM_EXTENSIONS m4trace:configure.in:42: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:42: -1- m4_pattern_allow([^CPPFLAGS$]) m4trace:configure.in:42: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:42: -1- m4_pattern_allow([^GREP$]) m4trace:configure.in:42: -1- m4_pattern_allow([^GREP$]) m4trace:configure.in:42: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.in:42: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_ALL_SOURCE$]) m4trace:configure.in:42: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_POSIX_SOURCE$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_POSIX_1_SOURCE$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_MINIX$]) m4trace:configure.in:42: -1- m4_pattern_allow([^__EXTENSIONS__$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$]) m4trace:configure.in:42: -1- m4_pattern_allow([^_TANDEM_SOURCE$]) m4trace:configure.in:42: -1- gl_LOCK_EARLY m4trace:configure.in:42: -1- gl_LOCK_EARLY_BODY m4trace:configure.in:42: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... gl/m4/lock.m4:73: gl_LOCK_EARLY_BODY is expanded from... gl/m4/lock.m4:25: gl_LOCK_EARLY is expanded from... gl/m4/gnulib-comp.m4:31: gl_EARLY is expanded from... configure.in:42: the top level]) m4trace:configure.in:42: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... gl/m4/lock.m4:73: gl_LOCK_EARLY_BODY is expanded from... gl/m4/lock.m4:25: gl_LOCK_EARLY is expanded from... gl/m4/gnulib-comp.m4:31: gl_EARLY is expanded from... configure.in:42: the top level]) m4trace:configure.in:44: -1- m4_pattern_allow([^RANLIB$]) m4trace:configure.in:46: -1- AM_PROG_CC_C_O m4trace:configure.in:46: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$]) m4trace:configure.in:48: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:50: -1- m4_pattern_allow([^POW_LIB$]) m4trace:configure.in:50: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:53: -1- m4_pattern_allow([^PLUGIN_TEST$]) m4trace:configure.in:56: -1- m4_pattern_allow([^SCRIPT_TEST$]) m4trace:configure.in:59: -1- m4_pattern_allow([^WARRANTY$]) m4trace:configure.in:62: -1- m4_pattern_allow([^SUPPORT$]) m4trace:configure.in:67: -2- ACX_HELP_STRING([--with-cgiurl=DIR], [sets URL for cgi programs]) m4trace:configure.in:71: -1- m4_pattern_allow([^CGIURL$]) m4trace:configure.in:75: -2- ACX_HELP_STRING([--with-trusted-path=PATH], [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]) m4trace:configure.in:78: -1- m4_pattern_allow([^with_trusted_path$]) m4trace:configure.in:95: -1- m4_pattern_allow([^PKG_ARCH$]) m4trace:configure.in:96: -1- m4_pattern_allow([^REV_DATESTAMP$]) m4trace:configure.in:97: -1- m4_pattern_allow([^REV_TIMESTAMP$]) m4trace:configure.in:100: -1- m4_pattern_allow([^PYTHON$]) m4trace:configure.in:101: -1- m4_pattern_allow([^SH$]) m4trace:configure.in:102: -1- m4_pattern_allow([^PERL$]) m4trace:configure.in:103: -1- m4_pattern_allow([^LIBGNUTLS_CONFIG$]) m4trace:configure.in:104: -1- m4_pattern_allow([^HOSTNAME$]) m4trace:configure.in:105: -1- m4_pattern_allow([^BASENAME$]) m4trace:configure.in:110: -2- ACX_HELP_STRING([--with-perl=PATH], [sets path to perl executable]) m4trace:configure.in:112: -1- m4_pattern_allow([^PERL$]) m4trace:configure.in:117: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:117: the top level]) m4trace:configure.in:121: -2- ACX_HELP_STRING([--with-gnutls=PATH], [path to gnutls installation root]) m4trace:configure.in:146: -1- m4_pattern_allow([^SOCKETLIBS$]) m4trace:configure.in:152: -1- m4_pattern_allow([^MATHLIBS$]) m4trace:configure.in:157: -2- m4_pattern_allow([^EXTRA_TEST$]) m4trace:configure.in:165: -2- ACX_HELP_STRING([--with-pgsql=DIR], [sets path to pgsql installation]) m4trace:configure.in:168: -1- m4_pattern_allow([^HAVE_LIBCRYPT$]) m4trace:configure.in:174: -1- m4_pattern_allow([^HAVE_LIBPQ$]) m4trace:configure.in:196: -1- m4_pattern_allow([^PGLIBS$]) m4trace:configure.in:197: -1- m4_pattern_allow([^PGINCLUDE$]) m4trace:configure.in:220: -1- m4_pattern_allow([^HAVE_LIBRADIUSCLIENT_NG$]) m4trace:configure.in:225: -1- m4_pattern_allow([^RADIUSLIBS$]) m4trace:configure.in:226: -1- m4_pattern_allow([^RADIUSINCLUDE$]) m4trace:configure.in:238: -1- m4_pattern_allow([^HAVE_LIBLDAP$]) m4trace:configure.in:242: -1- m4_pattern_allow([^LDAPLIBS$]) m4trace:configure.in:243: -1- m4_pattern_allow([^LDAPINCLUDE$]) m4trace:configure.in:269: -1- np_mysqlclient m4trace:configure.in:269: -1- m4_pattern_allow([^np_mysql_config$]) m4trace:configure.in:269: -1- m4_pattern_allow([^HAVE_MYSQLCLIENT$]) m4trace:configure.in:278: -1- m4_pattern_allow([^MYSQLINCLUDE$]) m4trace:configure.in:279: -1- m4_pattern_allow([^MYSQLLIBS$]) m4trace:configure.in:280: -1- m4_pattern_allow([^MYSQLCFLAGS$]) m4trace:configure.in:304: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... configure.in:304: the top level]) m4trace:configure.in:309: -1- m4_pattern_allow([^USE_IPV6$]) m4trace:configure.in:326: -1- m4_pattern_allow([^KRBINCLUDE$]) m4trace:configure.in:364: -1- m4_pattern_allow([^SSLINCLUDE$]) m4trace:configure.in:374: -1- m4_pattern_allow([^HAVE_LIBCRYPTO$]) m4trace:configure.in:408: -1- m4_pattern_allow([^check_tcp_ssl$]) m4trace:configure.in:409: -1- m4_pattern_allow([^SSLLIBS$]) m4trace:configure.in:410: -1- m4_pattern_allow([^HAVE_SSL$]) m4trace:configure.in:412: -1- m4_pattern_allow([^USE_OPENSSL$]) m4trace:configure.in:416: -1- m4_pattern_allow([^USE_GNUTLS$]) m4trace:configure.in:431: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) m4trace:configure.in:432: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$]) m4trace:configure.in:437: -1- m4_pattern_allow([^const$]) m4trace:configure.in:438: -1- m4_pattern_allow([^TM_IN_SYS_TIME$]) m4trace:configure.in:439: -1- m4_pattern_allow([^pid_t$]) m4trace:configure.in:440: -1- m4_pattern_allow([^size_t$]) m4trace:configure.in:441: -1- m4_pattern_allow([^RETSIGTYPE$]) m4trace:configure.in:447: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... configure.in:447: the top level]) m4trace:configure.in:449: -1- m4_pattern_allow([^HAVE_VA_COPY$]) m4trace:configure.in:455: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... configure.in:455: the top level]) m4trace:configure.in:457: -1- m4_pattern_allow([^HAVE___VA_COPY$]) m4trace:configure.in:464: -2- m4_pattern_allow([^HAVE_STRUCT_TIMEVAL$]) m4trace:configure.in:469: -3- m4_pattern_allow([^HAVE_GETTIMEOFDAY$]) m4trace:configure.in:470: -3- m4_pattern_allow([^NEED_GETTIMEOFDAY$]) m4trace:configure.in:470: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... configure.in:470: the top level]) m4trace:configure.in:470: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... configure.in:470: the top level]) m4trace:configure.in:484: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... configure.in:484: the top level]) m4trace:configure.in:487: -1- m4_pattern_allow([^SOCKET_SIZE_TYPE$]) m4trace:configure.in:492: -1- m4_pattern_allow([^PATH_TO_PS$]) m4trace:configure.in:497: -2- ACX_HELP_STRING([--with-ps-command=PATH], [Verbatim command to execute for ps]) m4trace:configure.in:501: -2- ACX_HELP_STRING([--with-ps-format=FORMAT], [Format string for scanning ps output]) m4trace:configure.in:505: -2- ACX_HELP_STRING([--with-ps-cols=NUM], [Number of columns in ps command]) m4trace:configure.in:509: -2- ACX_HELP_STRING([--with-ps-varlist=LIST], [Variable list for sscanf of 'ps' output]) m4trace:configure.in:558: -1- m4_pattern_allow([^PS_VARLIST$]) m4trace:configure.in:560: -1- m4_pattern_allow([^PS_COMMAND$]) m4trace:configure.in:562: -1- m4_pattern_allow([^PS_FORMAT$]) m4trace:configure.in:564: -1- m4_pattern_allow([^PS_COLS$]) m4trace:configure.in:568: -1- m4_pattern_allow([^PS_USES_PROCETIME$]) m4trace:configure.in:572: -1- m4_pattern_allow([^PATH_TO_PING$]) m4trace:configure.in:573: -1- m4_pattern_allow([^PATH_TO_PING6$]) m4trace:configure.in:577: -2- ACX_HELP_STRING([--with-ping-command=SYNTAX], [sets syntax for ICMP ping]) m4trace:configure.in:665: -1- m4_pattern_allow([^PING_COMMAND$]) m4trace:configure.in:670: -1- m4_pattern_allow([^PING_PACKETS_FIRST$]) m4trace:configure.in:676: -1- m4_pattern_allow([^PING_HAS_TIMEOUT$]) m4trace:configure.in:681: -2- ACX_HELP_STRING([--with-ping6-command=SYNTAX], [sets syntax for ICMPv6 ping]) m4trace:configure.in:833: -1- m4_pattern_allow([^PING6_COMMAND$]) m4trace:configure.in:840: -1- m4_pattern_allow([^PING6_PACKETS_FIRST$]) m4trace:configure.in:847: -2- ACX_HELP_STRING([--with-nslookup-command=PATH], [sets path to nslookup executable]) m4trace:configure.in:852: -1- m4_pattern_allow([^PATH_TO_NSLOOKUP$]) m4trace:configure.in:873: -1- m4_pattern_allow([^NSLOOKUP_COMMAND$]) m4trace:configure.in:879: -2- m4_pattern_allow([^HAVE_SYSCONF__SC_NPROCESSORS_CONF$]) m4trace:configure.in:882: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... configure.in:882: the top level]) m4trace:configure.in:884: -1- m4_pattern_allow([^PATH_TO_UPTIME$]) m4trace:configure.in:887: -2- ACX_HELP_STRING([--with-uptime-command=PATH], [sets path to uptime]) m4trace:configure.in:888: -1- m4_pattern_allow([^PATH_TO_UPTIME$]) m4trace:configure.in:890: -1- m4_pattern_allow([^PATH_TO_RPCINFO$]) m4trace:configure.in:893: -2- ACX_HELP_STRING([--with-rpcinfo-command=PATH], [sets path to rpcinfo]) m4trace:configure.in:894: -1- m4_pattern_allow([^PATH_TO_RPCINFO$]) m4trace:configure.in:896: -1- m4_pattern_allow([^PATH_TO_LMSTAT$]) m4trace:configure.in:899: -1- m4_pattern_allow([^PATH_TO_LMSTAT$]) m4trace:configure.in:904: -1- m4_pattern_allow([^PATH_TO_SMBCLIENT$]) m4trace:configure.in:907: -2- ACX_HELP_STRING([--with-smbclient-command=PATH], [sets path to smbclient]) m4trace:configure.in:911: -1- m4_pattern_allow([^PATH_TO_SMBCLIENT$]) m4trace:configure.in:917: -1- m4_pattern_allow([^PATH_TO_WHO$]) m4trace:configure.in:927: -1- m4_pattern_allow([^WHO_COMMAND$]) m4trace:configure.in:931: -1- m4_pattern_allow([^PATH_TO_SNMPGET$]) m4trace:configure.in:934: -2- ACX_HELP_STRING([--with-snmpget-command=PATH], [Path to snmpget command]) m4trace:configure.in:938: -1- m4_pattern_allow([^PATH_TO_SNMPGET$]) m4trace:configure.in:944: -1- m4_pattern_allow([^PATH_TO_SNMPGETNEXT$]) m4trace:configure.in:947: -2- ACX_HELP_STRING([--with-snmpgetnext-command=PATH], [Path to snmpgetnext command]) m4trace:configure.in:951: -1- m4_pattern_allow([^PATH_TO_SNMPGETNEXT$]) m4trace:configure.in:965: -1- m4_pattern_allow([^PATH_TO_QUAKESTAT$]) m4trace:configure.in:966: -1- m4_pattern_allow([^PATH_TO_QSTAT$]) m4trace:configure.in:969: -2- ACX_HELP_STRING([--with-qstat-command=PATH], [Path to qstat command]) m4trace:configure.in:987: -1- m4_pattern_allow([^PATH_TO_QSTAT$]) m4trace:configure.in:993: -1- m4_pattern_allow([^PATH_TO_FPING$]) m4trace:configure.in:996: -2- ACX_HELP_STRING([--with-fping-command=PATH], [Path to fping command]) m4trace:configure.in:999: -1- m4_pattern_allow([^PATH_TO_FPING$]) m4trace:configure.in:1006: -1- m4_pattern_allow([^PATH_TO_SSH$]) m4trace:configure.in:1009: -2- ACX_HELP_STRING([--with-ssh-command=PATH], [sets path for ssh]) m4trace:configure.in:1012: -1- m4_pattern_allow([^SSH_COMMAND$]) m4trace:configure.in:1019: -1- m4_pattern_allow([^PATH_TO_MAILQ$]) m4trace:configure.in:1022: -2- ACX_HELP_STRING([--with-mailq-command=PATH], [sets path to mailq]) m4trace:configure.in:1025: -1- m4_pattern_allow([^PATH_TO_MAILQ$]) m4trace:configure.in:1030: -1- m4_pattern_allow([^PATH_TO_QMAIL_QSTAT$]) m4trace:configure.in:1033: -1- m4_pattern_allow([^PATH_TO_MAILQ$]) m4trace:configure.in:1041: -1- m4_pattern_allow([^PATH_TO_SWAP$]) m4trace:configure.in:1079: -1- m4_pattern_allow([^PATH_TO_LSPS$]) m4trace:configure.in:1112: -1- m4_pattern_allow([^HAVE_DECL_SWAPCTL$]) m4trace:configure.in:1112: -1- m4_pattern_allow([^HAVE_DECL_SWAPCTL$]) m4trace:configure.in:1118: -1- m4_pattern_allow([^HAVE_SWAPTBL_T$]) m4trace:configure.in:1118: -1- m4_pattern_allow([^HAVE_SWAPENT_T$]) m4trace:configure.in:1125: -1- m4_pattern_allow([^HAVE_STRUCT_SWAPENT_SE_NBLKS$]) m4trace:configure.in:1137: -1- m4_pattern_allow([^CHECK_SWAP_SWAPCTL_SVR4$]) m4trace:configure.in:1145: -1- m4_pattern_allow([^CHECK_SWAP_SWAPCTL_BSD$]) m4trace:configure.in:1157: -1- m4_pattern_allow([^HAVE_DECL_SYSCONF$]) m4trace:configure.in:1157: -1- m4_pattern_allow([^HAVE_DECL_SYSCONF$]) m4trace:configure.in:1175: -1- m4_pattern_allow([^SWAP_CONVERSION$]) m4trace:configure.in:1184: -1- m4_pattern_allow([^HAVE_SWAP$]) m4trace:configure.in:1190: -1- m4_pattern_allow([^SWAP_COMMAND$]) m4trace:configure.in:1192: -1- m4_pattern_allow([^SWAP_FORMAT$]) m4trace:configure.in:1194: -1- m4_pattern_allow([^SWAP_CONVERSION$]) m4trace:configure.in:1199: -2- ACX_HELP_STRING([--with-proc-meminfo=PATH], [path to /proc/meminfo or equivalent]) m4trace:configure.in:1215: -1- m4_pattern_allow([^HAVE_PROC_MEMINFO$]) m4trace:configure.in:1216: -1- m4_pattern_allow([^PROC_MEMINFO$]) m4trace:configure.in:1220: -1- m4_pattern_allow([^PATH_TO_DIG$]) m4trace:configure.in:1223: -2- ACX_HELP_STRING([--with-dig-command=PATH], [Path to dig command]) m4trace:configure.in:1226: -1- m4_pattern_allow([^PATH_TO_DIG$]) m4trace:configure.in:1229: -1- m4_pattern_allow([^PATH_TO_APTGET$]) m4trace:configure.in:1232: -2- ACX_HELP_STRING([--with-apt-get-command=PATH], [Path to apt-get command]) m4trace:configure.in:1235: -1- m4_pattern_allow([^PATH_TO_APTGET$]) m4trace:configure.in:1253: -1- m4_pattern_allow([^__bsd__$]) m4trace:configure.in:1256: -1- m4_pattern_allow([^__linux__$]) m4trace:configure.in:1259: -1- m4_pattern_allow([^__sun__$]) m4trace:configure.in:1262: -1- m4_pattern_allow([^__hpux__$]) m4trace:configure.in:1266: -1- m4_pattern_allow([^EXTRAS$]) m4trace:configure.in:1267: -1- m4_pattern_allow([^EXTRAS_ROOT$]) m4trace:configure.in:1268: -1- m4_pattern_allow([^EXTRA_NETOBJS$]) m4trace:configure.in:1269: -1- m4_pattern_allow([^DEPLIBS$]) m4trace:configure.in:1271: -1- AM_GNU_GETTEXT([external], [need-ngettext]) m4trace:configure.in:1271: -1- AM_GNU_GETTEXT_NEED([need-ngettext]) m4trace:configure.in:1271: -1- AM_PO_SUBDIRS m4trace:configure.in:1271: -1- AM_NLS m4trace:configure.in:1271: -1- m4_pattern_allow([^USE_NLS$]) m4trace:configure.in:1271: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [$ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:]) m4trace:configure.in:1271: -1- m4_pattern_allow([^MSGFMT$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^GMSGFMT$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^MSGFMT_015$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^GMSGFMT_015$]) m4trace:configure.in:1271: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:]) m4trace:configure.in:1271: -1- m4_pattern_allow([^XGETTEXT$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^XGETTEXT_015$]) m4trace:configure.in:1271: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1], [:]) m4trace:configure.in:1271: -1- m4_pattern_allow([^MSGMERGE$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^localedir$]) m4trace:configure.in:1271: -1- AC_LIB_PREPARE_PREFIX m4trace:configure.in:1271: -1- AC_LIB_RPATH m4trace:configure.in:1271: -1- AC_LIB_PROG_LD m4trace:configure.in:1271: -1- AC_LIB_PROG_LD_GNU m4trace:configure.in:1271: -1- AM_ICONV_LINKFLAGS_BODY m4trace:configure.in:1271: -1- AC_LIB_LINKFLAGS_BODY([iconv]) m4trace:configure.in:1271: -1- AC_LIB_PREPARE_MULTILIB m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.in:1271: -1- AC_LIB_ARG_WITH([libiconv-prefix], [ --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- gt_INTL_MACOSX m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/gettext.m4:400: gt_INTL_MACOSX is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$]) m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/gettext.m4:400: gt_INTL_MACOSX is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$]) m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- AM_ICONV_LINK m4trace:configure.in:1271: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/iconv.m4:73: AM_ICONV_LINK is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/iconv.m4:73: AM_ICONV_LINK is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- m4_pattern_allow([^HAVE_ICONV$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^LIBICONV$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^LTLIBICONV$]) m4trace:configure.in:1271: -1- AC_LIB_LINKFLAGS_BODY([intl]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.in:1271: -1- AC_LIB_ARG_WITH([libintl-prefix], [ --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:1271: the top level]) m4trace:configure.in:1271: -1- m4_pattern_allow([^ENABLE_NLS$]) m4trace:configure.in:1271: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) m4trace:configure.in:1271: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) m4trace:configure.in:1271: -1- m4_pattern_allow([^HAVE_GETTEXT$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^HAVE_DCGETTEXT$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^INTLLIBS$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^LIBINTL$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^LTLIBINTL$]) m4trace:configure.in:1271: -1- m4_pattern_allow([^POSUB$]) m4trace:configure.in:1272: -1- AM_GNU_GETTEXT_VERSION([0.15]) m4trace:configure.in:1283: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:1283: the top level]) m4trace:configure.in:1294: -1- m4_pattern_allow([^REDHAT_SPOPEN_ERROR$]) m4trace:configure.in:1298: -1- m4_pattern_allow([^REDHAT_SPOPEN_ERROR$]) m4trace:configure.in:1304: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:1304: the top level]) m4trace:configure.in:1308: -1- m4_pattern_allow([^PERLMODS_DIR$]) m4trace:configure.in:1312: -1- gl_INIT m4trace:configure.in:1312: -1- AM_CONDITIONAL([GL_COND_LIBTOOL], [false]) m4trace:configure.in:1312: -1- m4_pattern_allow([^GL_COND_LIBTOOL_TRUE$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^GL_COND_LIBTOOL_FALSE$]) m4trace:configure.in:1312: -1- gl_FUNC_ALLOCA m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_ALLOCA$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ALLOCA$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^C_ALLOCA$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^CRAY_STACKSEG_END$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STACK_DIRECTION$]) m4trace:configure.in:1312: -1- gl_PREREQ_ALLOCA m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_ALLOCA$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ALLOCA_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) m4trace:configure.in:1312: -1- gl_HEADER_ARPA_INET m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([arpa/inet.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_arpa_inet_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/arpa_inet_h.m4:18: gl_HEADER_ARPA_INET is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ARPA_INET_H$]) m4trace:configure.in:1312: -1- gl_C_STRTOD m4trace:configure.in:1312: -1- gl_CLOEXEC m4trace:configure.in:1312: -1- gl_DIRNAME m4trace:configure.in:1312: -1- gl_AC_DOS m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/dos.m4:71: gl_AC_DOS is expanded from... gl/m4/dirname.m4:18: gl_DIRNAME is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/dos.m4:71: gl_AC_DOS is expanded from... gl/m4/dirname.m4:18: gl_DIRNAME is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE$]) m4trace:configure.in:1312: -1- gl_DOUBLE_SLASH_ROOT m4trace:configure.in:1312: -1- m4_pattern_allow([^DOUBLE_SLASH_IS_DISTINCT_ROOT$]) m4trace:configure.in:1312: -1- gl_DOUBLE_SLASH_ROOT m4trace:configure.in:1312: -1- m4_pattern_allow([^DOUBLE_SLASH_IS_DISTINCT_ROOT$]) m4trace:configure.in:1312: -1- gl_ERROR m4trace:configure.in:1312: -1- gl_PREREQ_ERROR m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRERROR_R$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRERROR_R$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STRERROR_R_CHAR_P$]) m4trace:configure.in:1312: -1- gl_EXITFAIL m4trace:configure.in:1312: -1- gl_FCNTL_SAFER m4trace:configure.in:1312: -1- gl_MODULE_INDICATOR([fcntl-safer]) m4trace:configure.in:1312: -1- m4_pattern_allow([^GNULIB_FCNTL_SAFER$]) m4trace:configure.in:1312: -1- gl_FSUSAGE m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([sys/param.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_param_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([sys/vfs.h sys/fs_types.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_vfs_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_fs_types_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_FILE_SYSTEM_USAGE([gl_cv_fs_space=yes], [gl_cv_fs_space=no]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STAT_STATVFS$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STAT_STATFS3_OSF1$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STAT_STATFS2_BSIZE$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STAT_STATFS4$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STAT_STATFS2_FSIZE$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. You should run autoupdate.], [autoconf/general.m4:2479: AC_TRY_RUN is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STAT_STATFS2_FS_DATA$]) m4trace:configure.in:1312: -2- m4_pattern_allow([^STAT_READ_FILSYS$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete. You should run autoupdate.], [autoconf/general.m4:2297: AC_TRY_CPP is expanded from... gl/m4/fsusage.m4:229: gl_FILE_SYSTEM_USAGE is expanded from... gl/m4/fsusage.m4:27: gl_FSUSAGE is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_PREREQ_FSUSAGE_EXTRA m4trace:configure.in:1312: -1- gl_STATFS_TRUNCATES m4trace:configure.in:1312: -1- m4_pattern_allow([^STATFS_TRUNCATES_BLOCK_COUNTS$]) m4trace:configure.in:1312: -1- gl_GETADDRINFO m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/functions.m4:75: AC_CHECK_FUNC is expanded from... autoconf/functions.m4:96: AC_CHECK_FUNCS is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- gl_PREREQ_GETADDRINFO m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/functions.m4:75: AC_CHECK_FUNC is expanded from... autoconf/functions.m4:96: AC_CHECK_FUNCS is expanded from... gl/m4/getaddrinfo.m4:88: gl_PREREQ_GETADDRINFO is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^restrict$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^restrict$]) m4trace:configure.in:1312: -1- gl_SOCKET_FAMILIES m4trace:configure.in:1312: -1- gl_HEADER_SYS_SOCKET m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([sys/socket.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_socket_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/sys_socket_h.m4:23: gl_HEADER_SYS_SOCKET is expanded from... gl/m4/sockpfaf.m4:58: gl_SOCKET_FAMILIES is expanded from... gl/m4/getaddrinfo.m4:88: gl_PREREQ_GETADDRINFO is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^SYS_SOCKET_H$]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([netinet/in.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_netinet_in_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/sockpfaf.m4:58: gl_SOCKET_FAMILIES is expanded from... gl/m4/getaddrinfo.m4:88: gl_PREREQ_GETADDRINFO is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/sockpfaf.m4:58: gl_SOCKET_FAMILIES is expanded from... gl/m4/getaddrinfo.m4:88: gl_PREREQ_GETADDRINFO is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_IPV4$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/sockpfaf.m4:58: gl_SOCKET_FAMILIES is expanded from... gl/m4/getaddrinfo.m4:88: gl_PREREQ_GETADDRINFO is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_IPV6$]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([netinet/in.h netdb.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_netinet_in_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_netdb_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/getaddrinfo.m4:88: gl_PREREQ_GETADDRINFO is expanded from... gl/m4/getaddrinfo.m4:33: gl_GETADDRINFO is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GETADDRINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GETADDRINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_FREEADDRINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_FREEADDRINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GAI_STRERROR$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GAI_STRERROR$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GETNAMEINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GETNAMEINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STRUCT_ADDRINFO$]) m4trace:configure.in:1312: -1- gl_FUNC_GETHOSTNAME m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- gl_PREREQ_GETHOSTNAME m4trace:configure.in:1312: -1- gl_GETLOADAVG([$gl_source_base]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LIBKSTAT$]) m4trace:configure.in:1312: -1- gl_PREREQ_GETLOADAVG m4trace:configure.in:1312: -1- m4_pattern_allow([^C_GETLOADAVG$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^DGUX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LIBDGC$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^SVR4$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^UMAX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^UMAX4_3$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^UMAX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STRUCT_NLIST_N_UN_N_NAME$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^NLIST_NAME_UNION$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^GETLOADAVG_PRIVILEGED$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^NEED_SETGID$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^KMEM_GROUP$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^GETLOADAVG_LIBS$]) m4trace:configure.in:1312: -1- gl_GETOPT m4trace:configure.in:1312: -1- gl_GETOPT_IFELSE([gl_GETOPT_SUBSTITUTE]) m4trace:configure.in:1312: -1- gl_GETOPT_CHECK_HEADERS m4trace:configure.in:1312: -1- gl_GETOPT_SUBSTITUTE m4trace:configure.in:1312: -1- gl_GETOPT_SUBSTITUTE_HEADER m4trace:configure.in:1312: -1- m4_pattern_allow([^__GETOPT_PREFIX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^GETOPT_H$]) m4trace:configure.in:1312: -1- gl_PREREQ_GETOPT m4trace:configure.in:1312: -1- AC_CHECK_DECLS_ONCE([getenv]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_DECL_getenv], [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GETENV$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_GETENV$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:86: AC_CHECK_DECLS_ONCE is expanded from... gl/m4/getopt.m4:83: gl_PREREQ_GETOPT is expanded from... gl/m4/getopt.m4:17: gl_GETOPT_SUBSTITUTE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... gl/m4/getopt.m4:75: gl_GETOPT_IFELSE is expanded from... gl/m4/getopt.m4:77: gl_GETOPT is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- AM_GNU_GETTEXT_VERSION([0.15]) m4trace:configure.in:1312: -1- gl_INET_NTOP m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- gl_PREREQ_INET_NTOP m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([netinet/in.h arpa/inet.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_netinet_in_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_arpa_inet_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/inet_ntop.m4:19: gl_PREREQ_INET_NTOP is expanded from... gl/m4/inet_ntop.m4:11: gl_INET_NTOP is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_INET_NTOP$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_INET_NTOP$]) m4trace:configure.in:1312: -1- gl_INLINE m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_INLINE$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_MALLOC$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_MALLOC$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^malloc$]) m4trace:configure.in:1312: -1- gl_MBCHAR m4trace:configure.in:1312: -1- gl_MBITER m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_MBSTATE_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^mbstate_t$]) m4trace:configure.in:1312: -1- gl_FUNC_MBRTOWC m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_MBRTOWC$]) m4trace:configure.in:1312: -1- gl_FUNC_MEMCHR m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- gl_PREREQ_MEMCHR m4trace:configure.in:1312: -1- gl_MINMAX m4trace:configure.in:1312: -1- gl_PREREQ_MINMAX m4trace:configure.in:1312: -1- gl_MINMAX_IN_HEADER([limits.h]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/minmax.m4:41: gl_MINMAX_IN_HEADER is expanded from... gl/m4/minmax.m4:19: gl_PREREQ_MINMAX is expanded from... gl/m4/minmax.m4:12: gl_MINMAX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_MINMAX_IN_LIMITS_H$]) m4trace:configure.in:1312: -1- gl_MINMAX_IN_HEADER([sys/param.h]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/minmax.m4:41: gl_MINMAX_IN_HEADER is expanded from... gl/m4/minmax.m4:19: gl_PREREQ_MINMAX is expanded from... gl/m4/minmax.m4:12: gl_MINMAX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_MINMAX_IN_SYS_PARAM_H$]) m4trace:configure.in:1312: -1- gl_MOUNTLIST m4trace:configure.in:1312: -1- gl_LIST_MOUNTED_FILE_SYSTEMS([gl_cv_list_mounted_fs=yes], [gl_cv_list_mounted_fs=no]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([sys/param.h sys/statvfs.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_param_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_statvfs_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STRUCT_FSSTAT_F_FSTYPENAME$]) m4trace:configure.in:1312: -1- AC_FUNC_GETMNTENT m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_LISTMNTENT$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete. You should run autoupdate.], [autoconf/general.m4:2297: AC_TRY_CPP is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_VMOUNT$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_GETMNTENT1$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_GETMNTENT2$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_GETFSSTAT$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete. You should run autoupdate.], [autoconf/general.m4:2297: AC_TRY_CPP is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_FREAD_FSTYP$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_GETMNTINFO$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_GETMNTINFO2$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete. You should run autoupdate.], [autoconf/general.m4:2297: AC_TRY_CPP is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_GETMNT$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_FS_STAT_DEV$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete. You should run autoupdate.], [autoconf/general.m4:2297: AC_TRY_CPP is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/ls-mntd-fs.m4:337: gl_LIST_MOUNTED_FILE_SYSTEMS is expanded from... gl/m4/mountlist.m4:15: gl_MOUNTLIST is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^MOUNTED_FREAD$]) m4trace:configure.in:1312: -1- gl_PREREQ_MOUNTLIST_EXTRA m4trace:configure.in:1312: -1- gl_FSTYPENAME m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STRUCT_STATFS_F_FSTYPENAME$]) m4trace:configure.in:1312: -1- gl_HEADER_NETINET_IN m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([netinet/in.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_netinet_in_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/netinet_in_h.m4:18: gl_HEADER_NETINET_IN is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^NETINET_IN_H$]) m4trace:configure.in:1312: -1- gl_REGEX m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([locale.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_locale_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/regex.m4:188: gl_REGEX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... autoconf/general.m4:1391: AC_ARG_WITH is expanded from... gl/m4/regex.m4:188: gl_REGEX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^_REGEX_LARGE_OFFSETS$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_syntax_options$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_set_syntax$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_compile_pattern$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_compile_fastmap$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_search$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_search_2$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_match$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_match_2$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_set_registers$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_comp$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^re_exec$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^regcomp$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^regexec$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^regerror$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^regfree$]) m4trace:configure.in:1312: -1- gl_PREREQ_REGEX m4trace:configure.in:1312: -1- AM_LANGINFO_CODESET m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. You should run autoupdate.], [autoconf/general.m4:2415: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/codeset.m4:21: AM_LANGINFO_CODESET is expanded from... gl/m4/regex.m4:198: gl_PREREQ_REGEX is expanded from... gl/m4/regex.m4:188: gl_REGEX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$]) m4trace:configure.in:1312: -1- AC_CHECK_FUNCS_ONCE([iswctype mbrtowc mempcpy wcrtomb wcscoll]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_iswctype], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_mbrtowc], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_mempcpy], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_wcrtomb], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_wcscoll], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:69: AC_CHECK_FUNCS_ONCE is expanded from... gl/m4/regex.m4:198: gl_PREREQ_REGEX is expanded from... gl/m4/regex.m4:188: gl_REGEX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_ISBLANK$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_ISBLANK$]) m4trace:configure.in:1312: -1- gl_SAFE_READ m4trace:configure.in:1312: -1- gl_PREREQ_SAFE_READ m4trace:configure.in:1312: -1- gt_TYPE_SSIZE_T m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/ssize_t.m4:21: gt_TYPE_SSIZE_T is expanded from... gl/m4/safe-read.m4:18: gl_PREREQ_SAFE_READ is expanded from... gl/m4/safe-read.m4:12: gl_SAFE_READ is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ssize_t$]) m4trace:configure.in:1312: -1- gl_SAFE_WRITE m4trace:configure.in:1312: -1- gl_PREREQ_SAFE_WRITE m4trace:configure.in:1312: -1- gl_PREREQ_SAFE_READ m4trace:configure.in:1312: -1- gl_SIZE_MAX m4trace:configure.in:1312: -1- AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1], [#include #include ], [size_t_bits_minus_1=]) m4trace:configure.in:1312: -1- AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)], [#include ], [fits_in_uint=]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... gl/m4/size_max.m4:62: gl_SIZE_MAX is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^SIZE_MAX$]) m4trace:configure.in:1312: -1- gl_FUNC_SNPRINTF m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- AC_CHECK_DECLS_ONCE([snprintf]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_DECL_snprintf], [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_SNPRINTF$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_SNPRINTF$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:86: AC_CHECK_DECLS_ONCE is expanded from... gl/m4/snprintf.m4:12: gl_FUNC_SNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_PREREQ_SNPRINTF m4trace:configure.in:1312: -1- gl_TYPE_SOCKLEN_T m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/types.m4:243: AC_CHECK_TYPE is expanded from... gl/m4/socklen.m4:52: gl_TYPE_SOCKLEN_T is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^socklen_t$]) m4trace:configure.in:1312: -1- gt_TYPE_SSIZE_T m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/ssize_t.m4:21: gt_TYPE_SSIZE_T is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ssize_t$]) m4trace:configure.in:1312: -1- AM_STDBOOL_H m4trace:configure.in:1312: -1- AC_HEADER_STDBOOL m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/stdbool.m4:115: AC_HEADER_STDBOOL is expanded from... gl/m4/stdbool.m4:29: AM_STDBOOL_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE__BOOL$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STDBOOL_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STDBOOL_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE__BOOL$]) m4trace:configure.in:1312: -1- gl_STDINT_H m4trace:configure.in:1312: -1- AC_TYPE_LONG_LONG_INT m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$]) m4trace:configure.in:1312: -1- AC_TYPE_UNSIGNED_LONG_LONG_INT m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_SYS_TYPES_H$]) m4trace:configure.in:1312: -1- gl_ABSOLUTE_HEADER([stdint.h]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([stdint.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_stdint_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_STDINT_H$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_STDINT_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STDINT_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_SYS_INTTYPES_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_SYS_BITYPES_H$]) m4trace:configure.in:1312: -1- gl_STDINT_TYPE_PROPERTIES m4trace:configure.in:1312: -1- gl_STDINT_BITSIZEOF([ptrdiff_t sig_atomic_t size_t wchar_t wint_t], [gl_STDINT_INCLUDES]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/stdint.m4:246: gl_STDINT_BITSIZEOF is expanded from... gl/m4/stdint.m4:358: gl_STDINT_TYPE_PROPERTIES is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- AC_COMPUTE_INT([result], [sizeof ($gltype) * CHAR_BIT], [gl_STDINT_INCLUDES #include ], [result=unknown]) m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- m4_pattern_allow([^BITSIZEOF_PTRDIFF_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^BITSIZEOF_SIG_ATOMIC_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^BITSIZEOF_SIZE_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^BITSIZEOF_WCHAR_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^BITSIZEOF_WINT_T$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/stdint.m4:246: gl_STDINT_BITSIZEOF is expanded from... gl/m4/stdint.m4:358: gl_STDINT_TYPE_PROPERTIES is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/stdint.m4:279: gl_CHECK_TYPES_SIGNED is expanded from... gl/m4/stdint.m4:358: gl_STDINT_TYPE_PROPERTIES is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_SIGNED_SIG_ATOMIC_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_SIGNED_WCHAR_T$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_SIGNED_WINT_T$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/stdint.m4:279: gl_CHECK_TYPES_SIGNED is expanded from... gl/m4/stdint.m4:358: gl_STDINT_TYPE_PROPERTIES is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_INTEGER_TYPE_SUFFIX([ptrdiff_t sig_atomic_t size_t wchar_t wint_t], [gl_STDINT_INCLUDES]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/stdint.m4:331: gl_INTEGER_TYPE_SUFFIX is expanded from... gl/m4/stdint.m4:358: gl_STDINT_TYPE_PROPERTIES is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_STDINT_INCLUDES m4trace:configure.in:1312: -1- m4_pattern_allow([^PTRDIFF_T_SUFFIX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^SIG_ATOMIC_T_SUFFIX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^SIZE_T_SUFFIX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^WCHAR_T_SUFFIX$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^WINT_T_SUFFIX$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/stdint.m4:331: gl_INTEGER_TYPE_SUFFIX is expanded from... gl/m4/stdint.m4:358: gl_STDINT_TYPE_PROPERTIES is expanded from... gl/m4/stdint.m4:209: gl_STDINT_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^STDINT_H$]) m4trace:configure.in:1312: -1- gl_STRCASE m4trace:configure.in:1312: -1- gl_FUNC_STRCASECMP m4trace:configure.in:1312: -1- gl_PREREQ_STRCASECMP m4trace:configure.in:1312: -1- gl_FUNC_STRNCASECMP m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRNCASECMP$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRNCASECMP$]) m4trace:configure.in:1312: -1- gl_PREREQ_STRNCASECMP m4trace:configure.in:1312: -1- gl_FUNC_STRDUP m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- AC_CHECK_DECLS_ONCE([strdup]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_DECL_strdup], [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRDUP$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRDUP$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:86: AC_CHECK_DECLS_ONCE is expanded from... gl/m4/strdup.m4:12: gl_FUNC_STRDUP is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_PREREQ_STRDUP m4trace:configure.in:1312: -1- gl_FUNC_STRNDUP m4trace:configure.in:1312: -1- AC_CHECK_DECLS_ONCE([strndup]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_DECL_strndup], [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRNDUP$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRNDUP$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:86: AC_CHECK_DECLS_ONCE is expanded from... gl/m4/strndup.m4:45: gl_FUNC_STRNDUP is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STRNDUP$]) m4trace:configure.in:1312: -1- gl_PREREQ_STRNDUP m4trace:configure.in:1312: -1- gl_FUNC_STRNLEN m4trace:configure.in:1312: -1- m4_pattern_allow([^strnlen$]) m4trace:configure.in:1312: -1- gl_PREREQ_STRNLEN m4trace:configure.in:1312: -1- AC_CHECK_DECLS_ONCE([strnlen]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_DECL_strnlen], [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRNLEN$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_STRNLEN$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:86: AC_CHECK_DECLS_ONCE is expanded from... gl/m4/strnlen.m4:27: gl_PREREQ_STRNLEN is expanded from... gl/m4/strnlen.m4:22: gl_FUNC_STRNLEN is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_HEADER_SYS_SOCKET m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([sys/socket.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_sys_socket_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/sys_socket_h.m4:23: gl_HEADER_SYS_SOCKET is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^SYS_SOCKET_H$]) m4trace:configure.in:1312: -1- AC_PROG_MKDIR_P m4trace:configure.in:1312: -1- gl_HEADER_UNISTD m4trace:configure.in:1312: -1- m4_pattern_allow([^UNISTD_H$]) m4trace:configure.in:1312: -1- gl_PREREQ_UNISTD m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([unistd.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_unistd_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/unistd_h.m4:32: gl_PREREQ_UNISTD is expanded from... gl/m4/unistd_h.m4:21: gl_HEADER_UNISTD is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_ABSOLUTE_HEADER([unistd.h]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([unistd.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_unistd_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/unistd_h.m4:32: gl_PREREQ_UNISTD is expanded from... gl/m4/unistd_h.m4:21: gl_HEADER_UNISTD is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_UNISTD_H$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/unistd_h.m4:32: gl_PREREQ_UNISTD is expanded from... gl/m4/unistd_h.m4:21: gl_HEADER_UNISTD is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_UNISTD_H$]) m4trace:configure.in:1312: -1- gl_UNISTD_SAFER m4trace:configure.in:1312: -1- AC_CHECK_FUNCS_ONCE([pipe]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_pipe], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:69: AC_CHECK_FUNCS_ONCE is expanded from... gl/m4/unistd-safer.m4:13: gl_UNISTD_SAFER is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_FUNC_VASNPRINTF m4trace:configure.in:1312: -1- gl_EOVERFLOW m4trace:configure.in:1312: -1- AC_COMPUTE_INT([ac_cv_decl_EOVERFLOW], [EOVERFLOW], [ #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^EOVERFLOW$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^EOVERFLOW$]) m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- gl_PREREQ_PRINTF_ARGS m4trace:configure.in:1312: -1- gt_TYPE_LONGDOUBLE m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/longdouble.m4:31: gt_TYPE_LONGDOUBLE is expanded from... gl/m4/vasnprintf.m4:29: gl_PREREQ_PRINTF_ARGS is expanded from... gl/m4/vasnprintf.m4:20: gl_FUNC_VASNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$]) m4trace:configure.in:1312: -1- gt_TYPE_WCHAR_T m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/wchar_t.m4:20: gt_TYPE_WCHAR_T is expanded from... gl/m4/vasnprintf.m4:29: gl_PREREQ_PRINTF_ARGS is expanded from... gl/m4/vasnprintf.m4:20: gl_FUNC_VASNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_WCHAR_T$]) m4trace:configure.in:1312: -1- gt_TYPE_WINT_T m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/wint_t.m4:28: gt_TYPE_WINT_T is expanded from... gl/m4/vasnprintf.m4:29: gl_PREREQ_PRINTF_ARGS is expanded from... gl/m4/vasnprintf.m4:20: gl_FUNC_VASNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_WINT_T$]) m4trace:configure.in:1312: -1- gl_PREREQ_PRINTF_PARSE m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$]) m4trace:configure.in:1312: -1- gt_AC_TYPE_INTMAX_T m4trace:configure.in:1312: -1- gl_AC_HEADER_INTTYPES_H m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/inttypes_h.m4:26: gl_AC_HEADER_INTTYPES_H is expanded from... gl/m4/intmax_t.m4:61: gt_AC_TYPE_INTMAX_T is expanded from... gl/m4/vasnprintf.m4:41: gl_PREREQ_PRINTF_PARSE is expanded from... gl/m4/vasnprintf.m4:20: gl_FUNC_VASNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$]) m4trace:configure.in:1312: -1- gl_AC_HEADER_STDINT_H m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/stdint_h.m4:26: gl_AC_HEADER_STDINT_H is expanded from... gl/m4/intmax_t.m4:61: gt_AC_TYPE_INTMAX_T is expanded from... gl/m4/vasnprintf.m4:41: gl_PREREQ_PRINTF_PARSE is expanded from... gl/m4/vasnprintf.m4:20: gl_FUNC_VASNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. You should run autoupdate.], [autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... gl/m4/intmax_t.m4:61: gt_AC_TYPE_INTMAX_T is expanded from... gl/m4/vasnprintf.m4:41: gl_PREREQ_PRINTF_PARSE is expanded from... gl/m4/vasnprintf.m4:20: gl_FUNC_VASNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_INTMAX_T$]) m4trace:configure.in:1312: -1- gl_AC_TYPE_LONG_LONG m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_LONG_LONG$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^intmax_t$]) m4trace:configure.in:1312: -1- gl_PREREQ_VASNPRINTF m4trace:configure.in:1312: -1- gl_PREREQ_ASNPRINTF m4trace:configure.in:1312: -1- gl_FUNC_VASPRINTF m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- gl_PREREQ_VASPRINTF_H m4trace:configure.in:1312: -1- gl_PREREQ_VASPRINTF m4trace:configure.in:1312: -1- gl_PREREQ_ASPRINTF m4trace:configure.in:1312: -1- gl_FUNC_VSNPRINTF m4trace:configure.in:1312: -1- gl_LIBOBJ([$ac_func]) m4trace:configure.in:1312: -1- AC_CHECK_DECLS_ONCE([vsnprintf]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_DECL_vsnprintf], [ AC_CHECK_DECLS(m4_defn([gl_DECL_NAME])) ]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_VSNPRINTF$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_VSNPRINTF$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:86: AC_CHECK_DECLS_ONCE is expanded from... gl/m4/vsnprintf.m4:12: gl_FUNC_VSNPRINTF is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- gl_PREREQ_VSNPRINTF m4trace:configure.in:1312: -1- gl_WCHAR_H m4trace:configure.in:1312: -1- gl_ABSOLUTE_HEADER([wchar.h]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([wchar.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_wchar_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/wchar.m4:29: gl_WCHAR_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_WCHAR_H$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/wchar.m4:29: gl_WCHAR_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_WCHAR_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^WCHAR_H$]) m4trace:configure.in:1312: -1- gl_WCTYPE_H m4trace:configure.in:1312: -1- AC_CHECK_FUNCS_ONCE([iswcntrl]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_iswcntrl], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:69: AC_CHECK_FUNCS_ONCE is expanded from... gl/m4/wctype.m4:41: gl_WCTYPE_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([wctype.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_wctype_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/wctype.m4:41: gl_WCTYPE_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_WINT_T$]) m4trace:configure.in:1312: -1- gl_ABSOLUTE_HEADER([wctype.h]) m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([wctype.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_wctype_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from... autoconf/general.m4:1905: AC_CACHE_VAL is expanded from... autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from... autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/wctype.m4:41: gl_WCTYPE_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_WCTYPE_H$]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/absolute-header.m4:44: gl_ABSOLUTE_HEADER is expanded from... gl/m4/wctype.m4:41: gl_WCTYPE_H is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^ABSOLUTE_WCTYPE_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_WCTYPE_H$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^WCTYPE_H$]) m4trace:configure.in:1312: -1- gl_FUNC_WCWIDTH m4trace:configure.in:1312: -1- AC_CHECK_HEADERS_ONCE([wchar.h]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_HEADER_wchar_h], [ m4_divert_text([INIT_PREPARE], [gl_header_list="$gl_header_list gl_HEADER_NAME"]) gl_HEADERS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_HEADER_NAME])), [Define to 1 if you have the <]m4_defn([gl_HEADER_NAME])[> header file.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:48: AC_CHECK_HEADERS_ONCE is expanded from... gl/m4/wcwidth.m4:30: gl_FUNC_WCWIDTH is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- AC_CHECK_FUNCS_ONCE([wcwidth]) m4trace:configure.in:1312: -1- AC_DEFUN([gl_CHECK_FUNC_wcwidth], [ m4_divert_text([INIT_PREPARE], [gl_func_list="$gl_func_list gl_FUNC_NAME"]) gl_FUNCS_EXPANSION AH_TEMPLATE(AS_TR_CPP([HAVE_]m4_defn([gl_FUNC_NAME])), [Define to 1 if you have the `]m4_defn([gl_FUNC_NAME])[' function.]) ]) m4trace:configure.in:1312: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete. You should run autoupdate.], [autoconf/general.m4:198: AC_FOREACH is expanded from... gl/m4/onceonly_2_57.m4:69: AC_CHECK_FUNCS_ONCE is expanded from... gl/m4/wcwidth.m4:30: gl_FUNC_WCWIDTH is expanded from... gl/m4/gnulib-comp.m4:119: gl_INIT is expanded from... configure.in:1312: the top level]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_WCWIDTH$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^HAVE_DECL_WCWIDTH$]) m4trace:configure.in:1312: -1- gl_XALLOC m4trace:configure.in:1312: -1- gl_PREREQ_XALLOC m4trace:configure.in:1312: -1- gl_PREREQ_XMALLOC m4trace:configure.in:1312: -1- gl_XSIZE m4trace:configure.in:1312: -1- gl_XSTRNDUP m4trace:configure.in:1312: -1- gl_PREREQ_XSTRNDUP m4trace:configure.in:1312: -1- m4_pattern_allow([^LIBGNU_LIBDEPS$]) m4trace:configure.in:1312: -1- m4_pattern_allow([^LIBGNU_LTLIBDEPS$]) m4trace:configure.in:1334: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. You should run autoupdate.], []) m4trace:configure.in:1334: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:1334: -1- m4_pattern_allow([^LTLIBOBJS$]) m4trace:configure.in:1334: -1- m4_pattern_allow([^gl_LIBOBJS$]) m4trace:configure.in:1334: -1- m4_pattern_allow([^gl_LTLIBOBJS$]) m4trace:configure.in:1334: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file]) m4trace:configure.in:1334: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS m4trace:configure.in:1341: -1- ACX_FEATURE([with], [apt-get-command]) m4trace:configure.in:1346: -1- ACX_FEATURE([with], [ping6-command]) m4trace:configure.in:1347: -1- ACX_FEATURE([with], [ping-command]) m4trace:configure.in:1362: -1- ACX_FEATURE([with], [ipv6]) m4trace:configure.in:1363: -1- ACX_FEATURE([with], [mysql]) m4trace:configure.in:1364: -1- ACX_FEATURE([with], [openssl]) m4trace:configure.in:1365: -1- ACX_FEATURE([with], [gnutls]) m4trace:configure.in:1366: -1- ACX_FEATURE([with], [perl]) m4trace:configure.in:1367: -1- ACX_FEATURE([enable], [perl-modules]) m4trace:configure.in:1368: -1- ACX_FEATURE([with], [cgiurl]) m4trace:configure.in:1369: -1- ACX_FEATURE([with], [trusted-path])