m4trace:/usr/share/aclocal/pkg.m4:64: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
fi
if test -n "$PKG_CONFIG"; then
_pkg_min_version=m4_default([$1], [0.9.0])
AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
PKG_CONFIG=""
fi
fi
if test -z "$PKG_CONFIG"; then
m4_default([$2], [AC_MSG_ERROR([pkg-config not found])])
fi[]dnl
])
m4trace:/usr/share/aclocal/pkg.m4:101: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
if test -n "$PKG_CONFIG" && \
AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
m4_default([$2], [:])
m4_ifvaln([$3], [else
$3])dnl
fi])
m4trace:/usr/share/aclocal/pkg.m4:130: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
_pkg_short_errors_supported=yes
else
_pkg_short_errors_supported=no
fi[]dnl
])
m4trace:/usr/share/aclocal/pkg.m4:148: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
pkg_failed=no
AC_MSG_CHECKING([for $2])
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
and $1[]_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.])
if test $pkg_failed = yes; then
AC_MSG_RESULT([no])
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
else
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
m4_default([$4], [AC_MSG_ERROR(
[Package requirements ($2) were not met:
$$1_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
_PKG_TEXT])[]dnl
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
m4_default([$4], [AC_MSG_FAILURE(
[The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
_PKG_TEXT
To get pkg-config, see .])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
AC_MSG_RESULT([yes])
$3
fi[]dnl
])
m4trace:/usr/share/aclocal/pkg.m4:217: -1- AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
_save_PKG_CONFIG=$PKG_CONFIG
PKG_CONFIG="$PKG_CONFIG --static"
PKG_CHECK_MODULES($@)
PKG_CONFIG=$_save_PKG_CONFIG[]dnl
])
m4trace:/usr/share/aclocal/pkg.m4:235: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
m4_pushdef([pkg_description],
[pkg-config installation directory @<:@]pkg_default[@:>@])
AC_ARG_WITH([pkgconfigdir],
[AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
[with_pkgconfigdir=]pkg_default)
AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
m4_popdef([pkg_default])
m4_popdef([pkg_description])
])
m4trace:/usr/share/aclocal/pkg.m4:257: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
m4_pushdef([pkg_description],
[pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
AC_ARG_WITH([noarch-pkgconfigdir],
[AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
[with_noarch_pkgconfigdir=]pkg_default)
AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
m4_popdef([pkg_default])
m4_popdef([pkg_description])
])
m4trace:/usr/share/aclocal/pkg.m4:276: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
_PKG_CONFIG([$1], [variable="][$3]["], [$2])
AS_VAR_COPY([$1], [pkg_cv_][$1])
AS_VAR_IF([$1], [""], [$5], [$4])dnl
])
m4trace:/usr/share/aclocal/pkg.m4:294: -1- AC_DEFUN([PKG_WITH_MODULES], [
m4_pushdef([with_arg], m4_tolower([$1]))
m4_pushdef([description],
[m4_default([$5], [build with ]with_arg[ support])])
m4_pushdef([def_arg], [m4_default([$6], [auto])])
m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
m4_case(def_arg,
[yes],[m4_pushdef([with_without], [--without-]with_arg)],
[m4_pushdef([with_without],[--with-]with_arg)])
AC_ARG_WITH(with_arg,
AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),,
[AS_TR_SH([with_]with_arg)=def_arg])
AS_CASE([$AS_TR_SH([with_]with_arg)],
[yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)],
[auto],[PKG_CHECK_MODULES([$1],[$2],
[m4_n([def_action_if_found]) $3],
[m4_n([def_action_if_not_found]) $4])])
m4_popdef([with_arg])
m4_popdef([description])
m4_popdef([def_arg])
])
m4trace:/usr/share/aclocal/pkg.m4:331: -1- AC_DEFUN([PKG_HAVE_WITH_MODULES], [
PKG_WITH_MODULES([$1],[$2],,,[$3],[$4])
AM_CONDITIONAL([HAVE_][$1],
[test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
])
m4trace:/usr/share/aclocal/pkg.m4:346: -1- AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], [
PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4])
AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
[AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
])
m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.16.5], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.5])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
# Expand $ac_aux_dir to an absolute path.
am_aux_dir=`cd "$ac_aux_dir" && pwd`
])
m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
AC_SUBST([$1_TRUE])dnl
AC_SUBST([$1_FALSE])dnl
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
m4_define([_AM_COND_VALUE_$1], [$2])dnl
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/share/aclocal-1.16/depend.m4:26: -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
m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
[$1], [CXX], [depcc="$CXX" am_compiler_list=],
[$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
[$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
[$1], [UPC], [depcc="$UPC" am_compiler_list=],
[$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".
rm -rf conftest.dir
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
am__universal=false
m4_case([$1], [CC],
[case " $depcc " in #(
*\ -arch\ *\ -arch\ *) am__universal=true ;;
esac],
[CXX],
[case " $depcc " in #(
*\ -arch\ *\ -arch\ *) am__universal=true ;;
esac])
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 10 /bin/sh.
echo '/* dummy */' > sub/conftst$i.h
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
# 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. Also, some Intel
# versions had trouble with output in subdirs.
am__obj=sub/conftest.${OBJEXT-o}
am__minus_obj="-o $am__obj"
case $depmode in
gcc)
# This depmode causes a compiler race in universal mode.
test "$am__universal" = false || continue
;;
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
;;
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
# This compiler won't grok '-c -o', but also, the minuso test has
# not run yet. These depmodes are late enough in the game, and
# so weak that their functioning should not be impacted.
am__obj=conftest.${OBJEXT-o}
am__minus_obj=
;;
none) break ;;
esac
if depmode=$depmode \
source=sub/conftest.c object=$am__obj \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
>/dev/null 2>conftest.err &&
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
grep $am__obj 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/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
])
m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
AS_HELP_STRING(
[--enable-dependency-tracking],
[do not reject slow dependency extractors])
AS_HELP_STRING(
[--disable-dependency-tracking],
[speeds up one-time build])])
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
am__nodep='_no'
fi
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
AC_SUBST([AMDEPBACKSLASH])dnl
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
AC_SUBST([am__nodep])dnl
_AM_SUBST_NOTMAKE([am__nodep])dnl
])
m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
# Older Autoconf quotes --file arguments for eval, but not when files
# are listed without --file. Let's play safe and only enable the eval
# if we detect the quoting.
# TODO: see whether this extra hack can be removed once we start
# requiring Autoconf 2.70 or later.
AS_CASE([$CONFIG_FILES],
[*\'*], [eval set x "$CONFIG_FILES"],
[*], [set x $CONFIG_FILES])
shift
# Used to flag and report bootstrapping failures.
am_rc=0
for am_mf
do
# Strip MF so we end up with the name of the file.
am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile which includes
# dependency-tracking related rules and includes.
# Grep'ing the whole file directly is not great: AIX grep has a line
# limit of 2048, but all sed's we know have understand at least 4000.
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
|| continue
am_dirpart=`AS_DIRNAME(["$am_mf"])`
am_filepart=`AS_BASENAME(["$am_mf"])`
AM_RUN_LOG([cd "$am_dirpart" \
&& sed -e '/# am--include-marker/d' "$am_filepart" \
| $MAKE -f - am--depfiles]) || am_rc=$?
done
if test $am_rc -ne 0; then
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE="gmake" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).])
fi
AS_UNSET([am_dirpart])
AS_UNSET([am_filepart])
AS_UNSET([am_mf])
AS_UNSET([am_rc])
rm -f conftest-deps.mk
}
])
m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
m4_ifdef([_$0_ALREADY_INIT],
[m4_fatal([$0 expanded multiple times
]m4_defn([_$0_ALREADY_INIT]))],
[m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])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
if test "`cd $srcdir && pwd`" != "`pwd`"; then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
# is not polluted with repeated "-I."
AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
# test to see if srcdir already configured
if test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
fi
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],
[AC_DIAGNOSE([obsolete],
[$0: two- and three-arguments forms are deprecated.])
m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
AC_SUBST([PACKAGE], [$1])dnl
AC_SUBST([VERSION], [$2])],
[_AM_SET_OPTIONS([$1])dnl
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
m4_if(
m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
[ok:ok],,
[m4_fatal([AC_INIT should be called with package and version arguments])])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])
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
# For better backward compatibility. To be removed once Automake 1.9.x
# dies out for good. For more background, see:
#
#
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
# We need awk for the "check" target (and possibly the TAP driver). 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])],
[m4_define([AC_PROG_CC],
m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
[_AM_DEPENDENCIES([CXX])],
[m4_define([AC_PROG_CXX],
m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
[_AM_DEPENDENCIES([OBJC])],
[m4_define([AC_PROG_OBJC],
m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
[_AM_DEPENDENCIES([OBJCXX])],
[m4_define([AC_PROG_OBJCXX],
m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
])
# Variables for tags utilities; see am/tags.am
if test -z "$CTAGS"; then
CTAGS=ctags
fi
AC_SUBST([CTAGS])
if test -z "$ETAGS"; then
ETAGS=etags
fi
AC_SUBST([ETAGS])
if test -z "$CSCOPE"; then
CSCOPE=cscope
fi
AC_SUBST([CSCOPE])
AC_REQUIRE([AM_SILENT_RULES])dnl
dnl The testsuite driver may need to know about EXEEXT, so add the
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
AC_CONFIG_COMMANDS_PRE(dnl
[m4_provide_if([_AM_COMPILER_EXEEXT],
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
# POSIX will say in a future version that running "rm -f" with no argument
# is OK; and we want to be able to make that assumption in our Makefile
# recipes. So use an aggressive probe to check that the usage we want is
# actually supported "in the wild" to an acceptable degree.
# See automake bug#10828.
# To make any issue more visible, cause the running configure to be aborted
# by default if the 'rm' program in use doesn't match our expectations; the
# user can still override this though.
if rm -f && rm -fr && rm -rf; then : OK; else
cat >&2 <<'END'
Oops!
Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present. This is contrary
to the behaviour of most rm programs out there, and not conforming with
the upcoming POSIX standard:
Please tell bug-automake@gnu.org about your system, including the value
of your $PATH and any error possibly output before this message. This
can help us improve future automake versions.
END
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
echo 'Configuration will proceed anyway, since you have set the' >&2
echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
echo >&2
else
cat >&2 <<'END'
Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: .
If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
to "yes", and re-run configure.
END
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
fi
fi
dnl The trailing newline in this macro's definition is deliberate, for
dnl backward compatibility and to allow trailing 'dnl'-style comments
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
])
m4trace:/usr/share/aclocal-1.16/init.m4:204: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
_am_arg=$1
_am_stamp_count=1
for _am_header in $config_headers :; do
case $_am_header in
$_am_arg | $_am_arg:* )
break ;;
* )
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
esac
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
if test x"${install_sh+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
*)
install_sh="\${SHELL} $am_aux_dir/install-sh"
esac
fi
AC_SUBST([install_sh])])
m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -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/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
cat > confinc.mk << 'END'
am__doit:
@echo this is the am__doit target >confinc.out
.PHONY: am__doit
END
am__include="#"
am__quote=
# BSD make does it like this.
echo '.include "confinc.mk" # ignored' > confmf.BSD
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
echo 'include confinc.mk # ignored' > confmf.GNU
_am_result=no
for s in GNU BSD; do
AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
AS_CASE([$?:`cat confinc.out 2>/dev/null`],
['0:this is the am__doit target'],
[AS_CASE([$s],
[BSD], [am__include='.include' am__quote='"'],
[am__include='include' am__quote=''])])
if test "$am__include" != "#"; then
_am_result="yes ($s style)"
break
fi
done
rm -f confinc.* confmf.*
AC_MSG_RESULT([${_am_result}])
AC_SUBST([am__include])])
m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$])
m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
$1=${$1-"${am_missing_run}$2"}
AC_SUBST($1)])
m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
AC_REQUIRE_AUX_FILE([missing])dnl
if test x"${MISSING+set}" != xset; then
MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
am_missing_run="$MISSING "
else
am_missing_run=
AC_MSG_WARN(['missing' script is too old or missing])
fi
])
m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
AC_REQUIRE_AUX_FILE([compile])dnl
AC_LANG_PUSH([C])dnl
AC_CACHE_CHECK(
[whether $CC understands -c and -o together],
[am_cv_prog_cc_c_o],
[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
# Make sure it works both with $CC and with simple cc.
# Following AC_PROG_CC_C_O, we do the test twice because some
# compilers refuse to overwrite an existing .o file with -o,
# though they will create one.
am_cv_prog_cc_c_o=yes
for am_i in 1 2; do
if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
&& test -f conftest2.$ac_objext; then
: OK
else
am_cv_prog_cc_c_o=no
break
fi
done
rm -f core conftest*
unset am_i])
if test "$am_cv_prog_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
AC_LANG_POP([C])])
m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -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/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
# Reject unsafe characters in $srcdir or the absolute working directory
# name. Accept space and tab only in the latter.
am_lf='
'
case `pwd` in
*[[\\\"\#\$\&\'\`$am_lf]]*)
AC_MSG_ERROR([unsafe absolute working directory name]);;
esac
case $srcdir in
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
esac
# 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 (
am_has_slept=no
for am_try in 1 2; do
echo "timestamp, slept: $am_has_slept" > conftest.file
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
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
if test "$[2]" = conftest.file || test $am_try -eq 2; then
break
fi
# Just in case.
sleep 1
am_has_slept=yes
done
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])
# If we didn't sleep, we still need to ensure time stamps of config.status and
# generated files are strictly newer.
am_sleep_pid=
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
( sleep 1 ) &
am_sleep_pid=$!
fi
AC_CONFIG_COMMANDS_PRE(
[AC_MSG_CHECKING([that generated files are newer than configure])
if test -n "$am_sleep_pid"; then
# Hide warnings about reused PIDs.
wait $am_sleep_pid 2>/dev/null
fi
AC_MSG_RESULT([done])])
rm -f conftest.file
])
m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
AS_HELP_STRING(
[--enable-silent-rules],
[less verbose build output (undo: "make V=1")])
AS_HELP_STRING(
[--disable-silent-rules],
[verbose build output (undo: "make V=0")])dnl
])
case $enable_silent_rules in @%:@ (((
yes) AM_DEFAULT_VERBOSITY=0;;
no) AM_DEFAULT_VERBOSITY=1;;
*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
esac
dnl
dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
dnl do not support nested variable expansions.
dnl See automake bug#9928 and bug#10237.
am_make=${MAKE-make}
AC_CACHE_CHECK([whether $am_make supports nested variables],
[am_cv_make_support_nested_variables],
[if AS_ECHO([['TRUE=$(BAR$(V))
BAR0=false
BAR1=true
V=1
am__doit:
@$(TRUE)
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
am_cv_make_support_nested_variables=yes
else
am_cv_make_support_nested_variables=no
fi])
if test $am_cv_make_support_nested_variables = yes; then
dnl Using '$V' instead of '$(V)' breaks IRIX make.
AM_V='$(V)'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
else
AM_V=$AM_DEFAULT_VERBOSITY
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
fi
AC_SUBST([AM_V])dnl
AM_SUBST_NOTMAKE([AM_V])dnl
AC_SUBST([AM_DEFAULT_V])dnl
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
AM_BACKSLASH='\'
AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
m4trace:/usr/share/aclocal-1.16/strip.m4:17: -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="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
# in the wild :-( We should find a proper way to deprecate it ...
AC_SUBST([AMTAR], ['$${TAR-tar}'])
# We'll loop over all known methods to create a tar archive until one works.
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
m4_if([$1], [v7],
[am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
[m4_case([$1],
[ustar],
[# The POSIX 1988 'ustar' format is defined with fixed-size fields.
# There is notably a 21 bits limit for the UID and the GID. In fact,
# the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
# and bug#13588).
am_max_uid=2097151 # 2^21 - 1
am_max_gid=$am_max_uid
# The $UID and $GID variables are not portable, so we need to resort
# to the POSIX-mandated id(1) utility. Errors in the 'id' calls
# below are definitely unexpected, so allow the users to see them
# (that is, avoid stderr redirection).
am_uid=`id -u || echo unknown`
am_gid=`id -g || echo unknown`
AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
if test $am_uid -le $am_max_uid; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
_am_tools=none
fi
AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
if test $am_gid -le $am_max_gid; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
_am_tools=none
fi],
[pax],
[],
[m4_fatal([Unknown tar format])])
AC_MSG_CHECKING([how to create a $1 tar archive])
# Go ahead even if we have the value already cached. We do so because we
# need to set the values for the 'am__tar' and 'am__untar' variables.
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
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:ac-tools/ax_check_compile_flag.m4:39: -1- AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
_AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
[AS_VAR_SET(CACHEVAR,[yes])],
[AS_VAR_SET(CACHEVAR,[no])])
_AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
AS_VAR_IF(CACHEVAR,yes,
[m4_default([$2], :)],
[m4_default([$3], :)])
AS_VAR_POPDEF([CACHEVAR])dnl
])
m4trace:ac-tools/ax_compiler_vendor.m4:63: -1- AC_DEFUN([AX_COMPILER_VENDOR], [dnl
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl
dnl If you modify this list of vendors, please add similar support
dnl to ax_compiler_version.m4 if at all possible.
dnl
dnl Note: Do NOT check for GCC first since some other compilers
dnl define __GNUC__ to remain compatible with it. Compilers that
dnl are very slow to start (such as Intel) are listed first.
vendors="
intel: __ICC,__ECC,__INTEL_COMPILER
ibm: __xlc__,__xlC__,__IBMC__,__IBMCPP__,__ibmxl__
pathscale: __PATHCC__,__PATHSCALE__
clang: __clang__
cray: _CRAYC
fujitsu: __FUJITSU
sdcc: SDCC,__SDCC
sx: _SX
portland: __PGI
gnu: __GNUC__
sun: __SUNPRO_C,__SUNPRO_CC,__SUNPRO_F90,__SUNPRO_F95
hp: __HP_cc,__HP_aCC
dec: __DECC,__DECCXX,__DECC_VER,__DECCXX_VER
borland: __BORLANDC__,__CODEGEARC__,__TURBOC__
comeau: __COMO__
kai: __KCC
lcc: __LCC__
sgi: __sgi,sgi
microsoft: _MSC_VER
metrowerks: __MWERKS__
watcom: __WATCOMC__
tcc: __TINYC__
unknown: UNKNOWN
"
for ventest in $vendors; do
case $ventest in
*:)
vendor=$ventest
continue
;;
*)
vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")"
;;
esac
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
#if !($vencpp)
thisisanerror;
#endif
]])], [break])
done
ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor=`echo $vendor | cut -d: -f1`
])
])
m4trace:ac-tools/ax_gcc_archflag.m4:70: -1- AC_DEFUN([AX_GCC_ARCHFLAG], [AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_CANONICAL_HOST])
AC_REQUIRE([AC_PROG_SED])
AC_REQUIRE([AX_COMPILER_VENDOR])
AC_ARG_WITH(gcc-arch, [AS_HELP_STRING([--with-gcc-arch=], [use architecture for gcc -march/-mtune, instead of guessing])],
ax_gcc_arch=$withval, ax_gcc_arch=yes)
AC_MSG_CHECKING([for gcc architecture flag])
AC_MSG_RESULT([])
AC_CACHE_VAL(ax_cv_gcc_archflag,
[
ax_cv_gcc_archflag="unknown"
if test "$GCC" = yes; then
if test "x$ax_gcc_arch" = xyes; then
ax_gcc_arch=""
if test "$cross_compiling" = no; then
case $host_cpu in
i[[3456]]86*|x86_64*|amd64*) # use cpuid codes
AX_GCC_X86_CPUID(0)
AX_GCC_X86_CPUID(1)
case $ax_cv_gcc_x86_cpuid_0 in
*:756e6547:6c65746e:49656e69) # Intel
case $ax_cv_gcc_x86_cpuid_1 in
*5[[4578]]?:*:*:*) ax_gcc_arch="pentium-mmx pentium" ;;
*5[[123]]?:*:*:*) ax_gcc_arch=pentium ;;
*0?61?:*:*:*|?61?:*:*:*|61?:*:*:*) ax_gcc_arch=pentiumpro ;;
*0?6[[356]]?:*:*:*|?6[[356]]?:*:*:*|6[[356]]?:*:*:*) ax_gcc_arch="pentium2 pentiumpro" ;;
*0?6[[78ab]]?:*:*:*|?6[[78ab]]?:*:*:*|6[[78ab]]?:*:*:*) ax_gcc_arch="pentium3 pentiumpro" ;;
*0?6[[9d]]?:*:*:*|?6[[9d]]?:*:*:*|6[[9d]]?:*:*:*|*1?65?:*:*:*) ax_gcc_arch="pentium-m pentium3 pentiumpro" ;;
*0?6e?:*:*:*|?6e?:*:*:*|6e?:*:*:*) ax_gcc_arch="yonah pentium-m pentium3 pentiumpro" ;;
*0?6f?:*:*:*|?6f?:*:*:*|6f?:*:*:*|*1?66?:*:*:*) ax_gcc_arch="core2 pentium-m pentium3 pentiumpro" ;;
*1?6[[7d]]?:*:*:*) ax_gcc_arch="penryn core2 pentium-m pentium3 pentiumpro" ;;
*1?6[[aef]]?:*:*:*|*2?6e?:*:*:*) ax_gcc_arch="nehalem corei7 core2 pentium-m pentium3 pentiumpro" ;;
*2?6[[5cf]]?:*:*:*) ax_gcc_arch="westmere corei7 core2 pentium-m pentium3 pentiumpro" ;;
*2?6[[ad]]?:*:*:*) ax_gcc_arch="sandybridge corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
*3?6[[ae]]?:*:*:*) ax_gcc_arch="ivybridge core-avx-i corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
*3?6[[cf]]?:*:*:*|*4?6[[56]]?:*:*:*) ax_gcc_arch="haswell core-avx2 core-avx-i corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
*3?6d?:*:*:*|*4?6[[7f]]?:*:*:*|*5?66?:*:*:*) ax_gcc_arch="broadwell core-avx2 core-avx-i corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
*1?6c?:*:*:*|*2?6[[67]]?:*:*:*|*3?6[[56]]?:*:*:*) ax_gcc_arch="bonnell atom core2 pentium-m pentium3 pentiumpro" ;;
*3?67?:*:*:*|*[[45]]?6[[ad]]?:*:*:*) ax_gcc_arch="silvermont atom core2 pentium-m pentium3 pentiumpro" ;;
*000?f[[012]]?:*:*:*|?f[[012]]?:*:*:*|f[[012]]?:*:*:*) ax_gcc_arch="pentium4 pentiumpro" ;;
*000?f[[346]]?:*:*:*|?f[[346]]?:*:*:*|f[[346]]?:*:*:*) ax_gcc_arch="nocona prescott pentium4 pentiumpro" ;;
# fallback
*5??:*:*:*) ax_gcc_arch=pentium ;;
*??6??:*:*:*) ax_gcc_arch="core2 pentiumpro" ;;
*6??:*:*:*) ax_gcc_arch=pentiumpro ;;
*00??f??:*:*:*|??f??:*:*:*|?f??:*:*:*|f??:*:*:*) ax_gcc_arch="pentium4 pentiumpro" ;;
esac ;;
*:68747541:444d4163:69746e65) # AMD
case $ax_cv_gcc_x86_cpuid_1 in
*5[[67]]?:*:*:*) ax_gcc_arch=k6 ;;
*5[[8]]?:*:*:*) ax_gcc_arch="k6-2 k6" ;;
*5[[9d]]?:*:*:*) ax_gcc_arch="k6-3 k6" ;;
*6[[12]]?:*:*:*) ax_gcc_arch="athlon k7" ;;
*6[[34]]?:*:*:*) ax_gcc_arch="athlon-tbird k7" ;;
*6[[678a]]?:*:*:*) ax_gcc_arch="athlon-xp athlon-4 athlon k7" ;;
*000?f[[4578bcef]]?:*:*:*|?f[[4578bcef]]?:*:*:*|f[[4578bcef]]?:*:*:*|*001?f[[4578bcf]]?:*:*:*|1?f[[4578bcf]]?:*:*:*) ax_gcc_arch="athlon64 k8" ;;
*002?f[[13457bcf]]?:*:*:*|2?f[[13457bcf]]?:*:*:*|*004?f[[138bcf]]?:*:*:*|4?f[[138bcf]]?:*:*:*|*005?f[[df]]?:*:*:*|5?f[[df]]?:*:*:*|*006?f[[8bcf]]?:*:*:*|6?f[[8bcf]]?:*:*:*|*007?f[[cf]]?:*:*:*|7?f[[cf]]?:*:*:*|*00c?f1?:*:*:*|c?f1?:*:*:*|*020?f3?:*:*:*|20?f3?:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;;
*010?f[[245689a]]?:*:*:*|10?f[[245689a]]?:*:*:*|*030?f1?:*:*:*|30?f1?:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;;
*050?f[[12]]?:*:*:*|50?f[[12]]?:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;;
*060?f1?:*:*:*|60?f1?:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;;
*060?f2?:*:*:*|60?f2?:*:*:*|*061?f[[03]]?:*:*:*|61?f[[03]]?:*:*:*) ax_gcc_arch="bdver2 bdver1 amdfam10 k8" ;;
*063?f0?:*:*:*|63?f0?:*:*:*) ax_gcc_arch="bdver3 bdver2 bdver1 amdfam10 k8" ;;
*07[[03]]?f0?:*:*:*|7[[03]]?f0?:*:*:*) ax_gcc_arch="btver2 btver1 amdfam10 k8" ;;
# fallback
*0[[13]]??f??:*:*:*|[[13]]??f??:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;;
*020?f??:*:*:*|20?f??:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;;
*05??f??:*:*:*|5??f??:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;;
*060?f??:*:*:*|60?f??:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;;
*061?f??:*:*:*|61?f??:*:*:*) ax_gcc_arch="bdver2 bdver1 amdfam10 k8" ;;
*06??f??:*:*:*|6??f??:*:*:*) ax_gcc_arch="bdver3 bdver2 bdver1 amdfam10 k8" ;;
*070?f??:*:*:*|70?f??:*:*:*) ax_gcc_arch="btver2 btver1 amdfam10 k8" ;;
*???f??:*:*:*) ax_gcc_arch="amdfam10 k8" ;;
esac ;;
*:746e6543:736c7561:48727561) # IDT / VIA (Centaur)
case $ax_cv_gcc_x86_cpuid_1 in
*54?:*:*:*) ax_gcc_arch=winchip-c6 ;;
*5[[89]]?:*:*:*) ax_gcc_arch=winchip2 ;;
*66?:*:*:*) ax_gcc_arch=winchip2 ;;
*6[[78]]?:*:*:*) ax_gcc_arch=c3 ;;
*6[[9adf]]?:*:*:*) ax_gcc_arch="c3-2 c3" ;;
esac ;;
esac
if test x"$ax_gcc_arch" = x; then # fallback
case $host_cpu in
i586*) ax_gcc_arch=pentium ;;
i686*) ax_gcc_arch=pentiumpro ;;
esac
fi
;;
sparc*)
AC_PATH_PROG([PRTDIAG], [prtdiag], [prtdiag], [$PATH:/usr/platform/`uname -i`/sbin/:/usr/platform/`uname -m`/sbin/])
cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_letters`
case $cputype in
*ultrasparciv*) ax_gcc_arch="ultrasparc4 ultrasparc3 ultrasparc v9" ;;
*ultrasparciii*) ax_gcc_arch="ultrasparc3 ultrasparc v9" ;;
*ultrasparc*) ax_gcc_arch="ultrasparc v9" ;;
*supersparc*|*tms390z5[[05]]*) ax_gcc_arch="supersparc v8" ;;
*hypersparc*|*rt62[[056]]*) ax_gcc_arch="hypersparc v8" ;;
*cypress*) ax_gcc_arch=cypress ;;
esac ;;
alphaev5) ax_gcc_arch=ev5 ;;
alphaev56) ax_gcc_arch=ev56 ;;
alphapca56) ax_gcc_arch="pca56 ev56" ;;
alphapca57) ax_gcc_arch="pca57 pca56 ev56" ;;
alphaev6) ax_gcc_arch=ev6 ;;
alphaev67) ax_gcc_arch=ev67 ;;
alphaev68) ax_gcc_arch="ev68 ev67" ;;
alphaev69) ax_gcc_arch="ev69 ev68 ev67" ;;
alphaev7) ax_gcc_arch="ev7 ev69 ev68 ev67" ;;
alphaev79) ax_gcc_arch="ev79 ev7 ev69 ev68 ev67" ;;
powerpc*)
cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | $SED 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null`
cputype=`echo $cputype | $SED -e 's/ppc//g;s/ *//g'`
case $cputype in
*750*) ax_gcc_arch="750 G3" ;;
*740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
*74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
*74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
*970*) ax_gcc_arch="970 G5 power4";;
*POWER4*|*power4*|*gq*) ax_gcc_arch="power4 970";;
*POWER5*|*power5*|*gr*|*gs*) ax_gcc_arch="power5 power4 970";;
603ev|8240) ax_gcc_arch="$cputype 603e 603";;
*POWER7*) ax_gcc_arch="power7";;
*POWER8*) ax_gcc_arch="power8";;
*POWER9*) ax_gcc_arch="power9";;
*POWER10*) ax_gcc_arch="power10";;
*) ax_gcc_arch=$cputype ;;
esac
ax_gcc_arch="$ax_gcc_arch powerpc"
;;
aarch64)
cpuimpl=`grep 'CPU implementer' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
cpuarch=`grep 'CPU architecture' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
cpuvar=`grep 'CPU variant' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
case $cpuimpl in
0x42) case $cpuarch in
8) case $cpuvar in
0x0) ax_gcc_arch="thunderx2t99 vulcan armv8.1-a armv8-a+lse armv8-a native" ;;
esac
;;
esac
;;
0x43) case $cpuarch in
8) case $cpuvar in
0x0) ax_gcc_arch="thunderx armv8-a native" ;;
0x1) ax_gcc_arch="thunderx+lse armv8.1-a armv8-a+lse armv8-a native" ;;
esac
;;
esac
;;
esac
;;
esac
fi # not cross-compiling
fi # guess arch
if test "x$ax_gcc_arch" != x -a "x$ax_gcc_arch" != xno; then
if test "x[]m4_default([$1],yes)" = xyes; then # if we require portable code
flag_prefixes="-mtune="
if test "x$ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor" = xclang; then flag_prefixes="-march="; fi
# -mcpu=$arch and m$arch generate nonportable code on every arch except
# x86. And some other arches (e.g. Alpha) don't accept -mtune. Grrr.
case $host_cpu in i*86|x86_64*|amd64*) flag_prefixes="$flag_prefixes -mcpu= -m";; esac
else
flag_prefixes="-march= -mcpu= -m"
fi
for flag_prefix in $flag_prefixes; do
for arch in $ax_gcc_arch; do
flag="$flag_prefix$arch"
AX_CHECK_COMPILE_FLAG($flag, [if test "x$ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor" = xclang; then
if test "x[]m4_default([$1],yes)" = xyes; then
if test "x$flag" = "x-march=$arch"; then flag=-mtune=$arch; fi
fi
fi; ax_cv_gcc_archflag=$flag; break])
done
test "x$ax_cv_gcc_archflag" = xunknown || break
done
fi
fi # $GCC=yes
])
AC_MSG_CHECKING([for gcc architecture flag])
AC_MSG_RESULT($ax_cv_gcc_archflag)
if test "x$ax_cv_gcc_archflag" = xunknown; then
m4_default([$3],:)
else
m4_default([$2], [CFLAGS="$CFLAGS $ax_cv_gcc_archflag"])
fi
])
m4trace:ac-tools/ax_gcc_x86_cpuid.m4:63: -1- AC_DEFUN([AX_GCC_X86_CPUID], [AX_GCC_X86_CPUID_COUNT($1, 0)
])
m4trace:ac-tools/ax_gcc_x86_cpuid.m4:67: -1- AC_DEFUN([AX_GCC_X86_CPUID_COUNT], [AC_REQUIRE([AC_PROG_CC])
AC_LANG_PUSH([C])
AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
[AC_RUN_IFELSE([AC_LANG_PROGRAM([#include ], [
int op = $1, level = $2, eax, ebx, ecx, edx;
FILE *f;
__asm__ __volatile__ ("xchg %%ebx, %1\n"
"cpuid\n"
"xchg %%ebx, %1\n"
: "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx)
: "a" (op), "2" (level));
f = fopen("conftest_cpuid", "w"); if (!f) return 1;
fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
fclose(f);
return 0;
])],
[ax_cv_gcc_x86_cpuid_$1=`cat conftest_cpuid`; rm -f conftest_cpuid],
[ax_cv_gcc_x86_cpuid_$1=unknown; rm -f conftest_cpuid],
[ax_cv_gcc_x86_cpuid_$1=unknown])])
AC_LANG_POP([C])
])
m4trace:ac-tools/ax_zoneinfo.m4:43: -1- AC_DEFUN([AX_ZONEINFO_TZFILE_H], [dnl
dnl not totally necessary (yet), as we can simply inspect the tzfiles
dnl ourselves, but it certainly helps
AC_CHECK_HEADER([tzfile.h])
])
m4trace:ac-tools/ax_zoneinfo.m4:49: -1- AC_DEFUN([AX_ZONEINFO_CHECK_TZFILE], [dnl
dnl AX_ZONEINFO_CHECK_TZFILE([FILE], [ACTION-IF-VALID], [ACTION-IF-NOT])
dnl secret switch is the 4th argument, which determines the ret code
dnl of the leapcnt check
pushdef([probe], [$1])
pushdef([if_found], [$2])
pushdef([if_not_found], [$3])
AC_REQUIRE([AX_ZONEINFO_TZFILE_H])
if test -z "${ax_tmp_zoneinfo_nested}"; then
AC_MSG_CHECKING([zoneinfo file ]probe[])
fi
AC_LANG_PUSH([C])
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include
#include
#include
#include
]]ifelse([$4], [], [], [[
#define CHECK_LEAPCNT ]]$4[[
]])[[
/* simplified struct */
struct tzhead {
char tzh_magic[4]; /* TZ_MAGIC */
char tzh_version[1]; /* '\0' or '2' as of 2005 */
char tzh_reserved[15]; /* reserved--must be zero */
char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
char tzh_leapcnt[4]; /* coded number of leap seconds */
char tzh_timecnt[4]; /* coded number of transition times */
char tzh_typecnt[4]; /* coded number of local time types */
char tzh_charcnt[4]; /* coded number of abbr. chars */
};
int
main(int argc, char *argv[])
{
struct tzhead foo;
int f;
if (argc <= 1) {
return 0;
} else if ((f = open(argv[1], O_RDONLY, 0644)) < 0) {
return 1;
} else if (read(f, &foo, sizeof(foo)) != sizeof(foo)) {
return 1;
} else if (close(f) < 0) {
return 1;
}
/* inspect the header */
if (memcmp(foo.tzh_magic, "TZif", sizeof(foo.tzh_magic))) {
return 1;
} else if (*foo.tzh_version && *foo.tzh_version != '2') {
return 1;
#if defined CHECK_LEAPCNT
} else if (!foo.tzh_leapcnt[0] && !foo.tzh_leapcnt[1] &&
!foo.tzh_leapcnt[2] && !foo.tzh_leapcnt[3]) {
return CHECK_LEAPCNT;
#endif /* CHECK_LEAPCNT */
}
/* otherwise everything's in order */
return 0;
}
]])], [## call the whole shebang again with the tzfile
if ./conftest$EXEEXT probe; then
if test -z "${ax_tmp_zoneinfo_nested}"; then
AC_MSG_RESULT([looking good])
fi
[]if_found[]
else
if test -z "${ax_tmp_zoneinfo_nested}"; then
AC_MSG_RESULT([looking bad ${ax_tmp_rc}])
fi
[]if_not_found[]
fi
], [
if test -z "${ax_tmp_zoneinfo_nested}"; then
AC_MSG_RESULT([impossible])
fi
[]if_not_found[]])
AC_LANG_POP([C])
popdef([probe])
popdef([if_found])
popdef([if_not_found])
])
m4trace:ac-tools/ax_zoneinfo.m4:142: -1- AC_DEFUN([AX_ZONEINFO_TZDIR], [dnl
dnl we consider a zoneinfo directory properly populated when it
dnl provides UTC or UCT or Universal or Zulu
pushdef([check_tzdir], [dnl
pushdef([dir], $]1[)dnl
test -n []dir[] && test -d []dir[] dnl
popdef([dir])dnl
])dnl check_tzdir
dnl try /etc/localtime first, sometimes it's a link into TZDIR
if test -L "/etc/localtime"; then
TZDIR_cand="`readlink /etc/localtime` ${TZDIR_cand}"
fi
dnl oh, how about we try and check if there is a TZDIR already
if check_tzdir(["${TZDIR}"]); then
## bingo
TZDIR_cand="${TZDIR} ${TZDIR_cand}"
fi
dnl often there's a tzselect util which contains the TZDIR path
AC_PATH_PROG([TZSELECT], [tzselect])
if test -n "${ac_cv_path_TZSELECT}"; then
dnl snarf the value
valtmp="`mktemp`"
strings "${ac_cv_path_TZSELECT}" | \
grep -F 'TZDIR=' > "${valtmp}"
. "${valtmp}"
TZDIR_cand="${TZDIR} ${TZDIR_cand}"
rm -f -- "${valtmp}"
fi
dnl lastly, append the usual suspects
TZDIR_cand="${TZDIR_cand} \
/usr/share/zoneinfo \
/usr/lib/zoneinfo \
/usr/local/etc/zoneinfo \
/usr/share/lib/zoneinfo \
"
dnl go through our candidates
AC_CACHE_CHECK([for TZDIR], [ax_cv_zoneinfo_tzdir], [dnl
ax_tmp_zoneinfo_nested="yes"
for c in ${TZDIR_cand}; do
ax_cv_zoneinfo_utc=""
for f in "UTC" "UCT" "Universal" "Zulu"; do
AX_ZONEINFO_CHECK_TZFILE(["${c}/${f}"], [
dnl ACTION-IF-FOUND
ax_cv_zoneinfo_utc="${c}/${f}"
break
])
done
if test -n "${ax_cv_zoneinfo_utc}"; then
ax_cv_zoneinfo_tzdir="${c}"
break
fi
done
ax_tmp_zoneinfo_nested=""
])dnl ax_cv_tzdir
TZDIR="${ax_cv_zoneinfo_tzdir}"
AC_SUBST([TZDIR])
if check_tzdir(["${ax_cv_zoneinfo_tzdir}"]); then
AC_DEFINE([HAVE_ZONEINFO], [1], [dnl
Define when zoneinfo directory has been present during configuration.])
AC_DEFINE_UNQUOTED([TZDIR], ["${ax_cv_zoneinfo_tzdir}"], [
Configuration time zoneinfo directory.])
fi
popdef([check_tzdir])
])
m4trace:ac-tools/ax_zoneinfo.m4:216: -1- AC_DEFUN([AX_ZONEINFO_RIGHT], [dnl
AC_REQUIRE([AX_ZONEINFO_TZDIR])
TZDIR_cand="${TZDIR} \
${TZDIR}/leapseconds \
${TZDIR}-leaps \
${TZDIR}/right \
${TZDIR}-posix \
${TZDIR}/posix \
"
dnl go through our candidates
AC_CACHE_CHECK([for leap second file], [ax_cv_zoneinfo_utc_right], [dnl
ax_tmp_zoneinfo_nested="yes"
if test -n "${ax_cv_zoneinfo_utc}"; then
__utc_file="`basename "${ax_cv_zoneinfo_utc}"`"
for c in ${TZDIR_cand}; do
if test -d "${c}"; then
c="${c}/${__utc_file}"
fi
AX_ZONEINFO_CHECK_TZFILE(["${c}"], [
dnl ACTION-IF-FOUND
ax_cv_zoneinfo_utc_right="${c}"
break
], [:], [2])
done
fi
ax_tmp_zoneinfo_nested=""
])dnl ax_cv_tzdir
ZONEINFO_UTC_RIGHT="${ax_cv_zoneinfo_utc_right}"
AC_SUBST([ZONEINFO_UTC_RIGHT])
AC_SUBST([TZDIR_RIGHT])
if test -n "${ax_cv_zoneinfo_utc_right}"; then
TZDIR_RIGHT="`dirname ${ax_cv_zoneinfo_utc_right}`"
AC_DEFINE([HAVE_ZONEINFO_RIGHT], [1], [dnl
Define when zoneinfo directory has been present during configuration.])
AC_DEFINE_UNQUOTED([TZDIR_RIGHT],
["${TZDIR_RIGHT}"], [
Configuration time zoneinfo directory.])
AC_DEFINE_UNQUOTED([ZONEINFO_UTC_RIGHT],
["${ax_cv_zoneinfo_utc_right}"], [
Leap-second aware UTC zoneinfo file.])
fi
])
m4trace:ac-tools/ax_zoneinfo.m4:264: -1- AC_DEFUN([AX_ZONEINFO], [
AC_REQUIRE([AX_ZONEINFO_TZDIR])
ifelse([$1], [right], [
AC_REQUIRE([AX_ZONEINFO_RIGHT])
])
AC_ARG_VAR([TZDIR], [Directory with compiled zoneinfo files.])
])
m4trace:ac-tools/etr_socket_nsl.m4:12: -1- AC_DEFUN([ETR_SOCKET_NSL], [
AC_CACHE_CHECK(for libraries containing socket functions,
ac_cv_socket_libs, [
oLIBS=$LIBS
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include
#include
#include
#include
]], [[
struct in_addr add;
int sd = socket(AF_INET, SOCK_STREAM, 0);
inet_ntoa(add);
]])],[ac_cv_socket_libs=-lc],[ac_cv_socket_libs=no])
if test x"$ac_cv_socket_libs" = "xno"
then
LIBS="$oLIBS -lsocket"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include
#include
#include
#include
]], [[
struct in_addr add;
int sd = socket(AF_INET, SOCK_STREAM, 0);
inet_ntoa(add);
]])],[ac_cv_socket_libs=-lsocket],[ac_cv_socket_libs=no])
fi
if test x"$ac_cv_socket_libs" = "xno"
then
LIBS="$oLIBS -lsocket -lnsl"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include
#include
#include
#include
]], [[
struct in_addr add;
int sd = socket(AF_INET, SOCK_STREAM, 0);
inet_ntoa(add);
]])],[ac_cv_socket_libs="-lsocket -lnsl"],[ac_cv_socket_libs=no])
fi
LIBS=$oLIBS
])
if test x"$ac_cv_socket_libs" = "xno"
then
AC_MSG_ERROR([Cannot find socket libraries])
elif test x"$ac_cv_socket_libs" = "x-lc"
then
EXTRA_SOCKET_LIBS=""
else
EXTRA_SOCKET_LIBS="$ac_cv_socket_libs"
fi
AC_SUBST(EXTRA_SOCKET_LIBS)
])
m4trace:ac-tools/gettext.m4:57: -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_LINK_IFELSE([AC_LANG_PROGRAM([[#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_LINK_IFELSE([AC_LANG_PROGRAM([[#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_LINK_IFELSE([AC_LANG_PROGRAM([[#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:ac-tools/gettext.m4:366: -1- AC_DEFUN([AM_GNU_GETTEXT_NEED], [
m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
])
m4trace:ac-tools/gettext.m4:373: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
m4trace:ac-tools/iconv.m4:9: -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:ac-tools/iconv.m4:20: -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).
AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
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_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[],[]) will then fail, the second AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[],[]) 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_LINK_IFELSE([AC_LANG_PROGRAM([[#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_LINK_IFELSE([AC_LANG_PROGRAM([[#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_CACHE_CHECK([for working iconv], am_cv_func_iconv_works, [
dnl This tests against bugs in AIX 5.1 and HP-UX 11.11.
am_save_LIBS="$LIBS"
if test $am_cv_lib_iconv = yes; then
LIBS="$LIBS $LIBICONV"
fi
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include
#include
int main ()
{
/* Test against AIX 5.1 bug: Failures are not distinguishable from successful
returns. */
{
iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
if (cd_utf8_to_88591 != (iconv_t)(-1))
{
static const char input[] = "\342\202\254"; /* EURO SIGN */
char buf[10];
const char *inptr = input;
size_t inbytesleft = strlen (input);
char *outptr = buf;
size_t outbytesleft = sizeof (buf);
size_t res = iconv (cd_utf8_to_88591,
(char **) &inptr, &inbytesleft,
&outptr, &outbytesleft);
if (res == 0)
return 1;
}
}
#if 0 /* This bug could be worked around by the caller. */
/* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
{
iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
if (cd_88591_to_utf8 != (iconv_t)(-1))
{
static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
char buf[50];
const char *inptr = input;
size_t inbytesleft = strlen (input);
char *outptr = buf;
size_t outbytesleft = sizeof (buf);
size_t res = iconv (cd_88591_to_utf8,
(char **) &inptr, &inbytesleft,
&outptr, &outbytesleft);
if ((int)res > 0)
return 1;
}
}
#endif
/* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
provided. */
if (/* Try standardized names. */
iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
/* Try IRIX, OSF/1 names. */
&& iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
/* Try AIX names. */
&& iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
/* Try HP-UX names. */
&& iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
return 1;
return 0;
}]])],[am_cv_func_iconv_works=yes],[am_cv_func_iconv_works=no],[case "$host_os" in
aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
*) am_cv_func_iconv_works="guessing yes" ;;
esac])
LIBS="$am_save_LIBS"
])
case "$am_cv_func_iconv_works" in
*no) am_func_iconv=no am_cv_lib_iconv=no ;;
*) am_func_iconv=yes ;;
esac
else
am_func_iconv=no am_cv_lib_iconv=no
fi
if test "$am_func_iconv" = yes; then
AC_DEFINE(HAVE_ICONV, 1,
[Define if you have the iconv() function and it works.])
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:ac-tools/iconv.m4:149: -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_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#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:ac-tools/intlmacosx.m4:18: -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_LINK_IFELSE([AC_LANG_PROGRAM([[#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_LINK_IFELSE([AC_LANG_PROGRAM([[#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:ac-tools/lesstif_version.m4:5: -1- AC_DEFUN([AC_CHECK_LESSTIF_VERSION], [
AC_MSG_CHECKING([for Lesstif])
savedLIBS="$LIBS"
savedCPPFLAGS="$CPPFLAGS"
savedINCLUDES="$INCLUDES"
LIBS="$LIBS $link_motif $X_LIBS -lXt $X_PRE_LIBS $AFD_XP_LIB -lX11 $X_EXTRA_LIBS"
CPPFLAGS="$CPPFLAGS $include_motif $X_CFLAGS"
INCLUDES="$INCLUDES $include_motif $X_CFLAGS"
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include
#include
#include "Xm/Xm.h"
#define DATA "conftest.lesstifver"
int main(void)
{
FILE *fd;
if ((fd = fopen(DATA, "w")) != NULL)
{
if (fprintf(fd , "%d %d.%d\n", LesstifVersion, LESSTIF_VERSION, LESSTIF_REVISION) >= 0)
{
return(0);
}
}
return(1);
}]])],[lesstif_library_ver=`cat conftest.lesstifver`],[lesstif_library_ver=0.0],[])
LIBS="$savedLIBS"
CPPFLAGS="$savedCPPFLAGS"
INCLUDES="$savedINCLUDES"
case "${lesstif_library_ver}"
in
0.0)
AC_MSG_RESULT([no])
;;
*)
AC_MSG_RESULT([${lesstif_library_ver}])
AC_DEFINE(LESSTIF_WORKAROUND, 1, [Define this if you have Lesstif])
;;
esac
])
m4trace:ac-tools/lib-ld.m4:12: -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:ac-tools/lib-link.m4:17: -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:ac-tools/lib-link.m4:56: -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_LINK_IFELSE([AC_LANG_PROGRAM([[$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:ac-tools/lib-link.m4:109: -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:ac-tools/lib-link.m4:144: -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:ac-tools/lib-link.m4:618: -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:ac-tools/lib-link.m4:642: -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:ac-tools/lib-prefix.m4:12: -1- AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])
m4trace:ac-tools/lib-prefix.m4:22: -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:ac-tools/lib-prefix.m4:122: -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:ac-tools/lib-prefix.m4:145: -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:ac-tools/lib-prefix.m4:158: -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:ac-tools/motif.m4:19: -1- AC_DEFUN([AC_FIND_MOTIF], [
AC_REQUIRE([AC_PATH_XTRA])
motif_includes=
motif_libraries=
AC_ARG_WITH(motif-includes,
[ --with-motif-includes=DIR Motif include files are in DIR],
motif_includes="$withval")
AC_ARG_WITH(motif-libraries,
[ --with-motif-libraries=DIR Motif libraries are in DIR],
motif_libraries="$withval")
AC_MSG_CHECKING(for Motif)
#
#
# Search the include files.
#
if test "$motif_includes" = ""; then
AC_CACHE_VAL(ac_cv_motif_includes,
[
ac_motif_save_LIBS="$LIBS"
ac_motif_save_INCLUDES="$INCLUDES"
ac_motif_save_CPPFLAGS="$CPPFLAGS"
ac_motif_save_LDFLAGS="$LDFLAGS"
#
LIBS="$X_PRE_LIBS -lXm -lXt $AFD_XP_LIB -lX11 $X_EXTRA_LIBS $LIBS"
INCLUDES="$X_CFLAGS $INCLUDES"
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
LDFLAGS="$X_LIBS $LDFLAGS"
#
ac_cv_motif_includes="none"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[int a;]])],[
# Xm/Xm.h is in the standard search path.
ac_cv_motif_includes=
],[
# Xm/Xm.h is not in the standard search path.
# Locate it and put its directory in `motif_includes'
#
# /usr/include/Motif* are used on HP-UX (Motif).
# /usr/include/X11* are used on HP-UX (X and Athena).
# /usr/dt is used on Solaris (Motif).
# /usr/openwin is used on Solaris (X and Athena).
# Other directories are just guesses.
for dir in "$x_includes" "${prefix}/include" /usr/include/openmotif \
/usr/include /usr/local/include /usr/include/Motif2.0 \
/usr/include/Motif1.2 /usr/include/Motif1.1 /usr/include/X11R6 \
/usr/include/X11R5 /usr/include/X11R4 /usr/dt/include \
/usr/openwin/include /usr/dt/*/include /opt/*/include \
/usr/include/Motif* "${prefix}"/*/include /usr/*/include \
/usr/local/*/include \
"${prefix}"/include/* /usr/include/* /usr/local/include/*; do
if test -f "$dir/Xm/Xm.h"; then
ac_cv_motif_includes="$dir"
break
fi
done
])
#
LIBS="$ac_motif_save_LIBS"
INCLUDES="$ac_motif_save_INCLUDES"
CPPFLAGS="$ac_motif_save_CPPFLAGS"
LDFLAGS="$ac_motif_save_LDFLAGS"
])
motif_includes="$ac_cv_motif_includes"
fi
#
#
# Now for the libraries.
#
if test "$motif_libraries" = ""; then
AC_CACHE_VAL(ac_cv_motif_libraries,
[
ac_motif_save_LIBS="$LIBS"
ac_motif_save_INCLUDES="$INCLUDES"
ac_motif_save_CPPFLAGS="$CPPFLAGS"
ac_motif_save_LDFLAGS="$LDFLAGS"
#
LIBS="$X_PRE_LIBS -lXm -lXt -lX11 $X_EXTRA_LIBS $LIBS"
INCLUDES="$X_CFLAGS $INCLUDES"
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
LDFLAGS="$X_LIBS $LDFLAGS"
#
ac_cv_motif_libraries="none"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[XtToolkitInitialize();]])],[
# libXm.a is in the standard search path.
ac_cv_motif_libraries=
],[
# libXm.a is not in the standard search path.
# Locate it and put its directory in `motif_libraries'
#
# /usr/lib/Motif* are used on HP-UX (Motif).
# /usr/lib/X11* are used on HP-UX (X and Athena).
# /usr/dt is used on Solaris (Motif).
# /usr/lesstif is used on Linux (Lesstif).
# /usr/openwin is used on Solaris (X and Athena).
# Other directories are just guesses.
for dir in "$x_libraries" "${prefix}/lib" /usr/lib64/openmotif \
/usr/lib/openmotif /usr/lib /usr/local/lib \
/usr/lib/Motif2.0 /usr/lib/Motif1.2 /usr/lib/Motif1.1 \
/usr/lib/X11R6 /usr/lib/X11R5 /usr/lib/X11R4 /usr/lib/X11 \
/usr/dt/lib /usr/openwin/lib \
/usr/dt/*/lib /opt/*/lib /usr/lib/Motif* \
/usr/lesstif*/lib /usr/lib/Lesstif* \
"${prefix}"/*/lib /usr/*/lib /usr/local/*/lib \
"${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
if test -d "$dir" && test "`ls $dir/libXm.* 2> /dev/null`" != ""; then
ac_cv_motif_libraries="$dir"
break
fi
done
])
#
LIBS="$ac_motif_save_LIBS"
INCLUDES="$ac_motif_save_INCLUDES"
CPPFLAGS="$ac_motif_save_CPPFLAGS"
LDFLAGS="$ac_motif_save_LDFLAGS"
])
#
motif_libraries="$ac_cv_motif_libraries"
fi
#
# Provide an easier way to link
#
if test "$motif_includes" = "none" -o "$motif_libraries" = "none"; then
with_motif="no"
else
with_motif="yes"
fi
if test "$with_motif" != "no"; then
if test "$motif_libraries" = ""; then
link_motif="-lXm"
MOTIF_LIBS="-lXm"
else
link_motif="-L$motif_libraries -lXm"
MOTIF_LIBS="-L$motif_libraries -lXm"
fi
if test "$motif_includes" != ""; then
include_motif="-I$motif_includes"
MOTIF_CFLAGS="-I$motif_includes"
fi
AC_DEFINE(HAVE_MOTIF, 1, [Define this if you have Motif])
else
with_motif="no"
fi
#
AC_SUBST(link_motif)
AC_SUBST(include_motif)
#
#
#
motif_libraries_result="$motif_libraries"
motif_includes_result="$motif_includes"
test "$motif_libraries_result" = "" && motif_libraries_result="in default path"
test "$motif_includes_result" = "" && motif_includes_result="in default path"
test "$motif_libraries_result" = "none" && motif_libraries_result="(none)"
test "$motif_includes_result" = "none" && motif_includes_result="(none)"
AC_MSG_RESULT(
[libraries $motif_libraries_result, headers $motif_includes_result])
])
m4trace:ac-tools/motif_version.m4:5: -1- AC_DEFUN([AC_CHECK_MOTIF_VERSION], [
AC_MSG_CHECKING([for Motif version])
savedLIBS="$LIBS"
savedCPPFLAGS="$CPPFLAGS"
savedINCLUDES="$INCLUDES"
LIBS="$LIBS $link_motif $X_LIBS -lXt $X_PRE_LIBS $AFD_XP_LIB -lX11 $X_EXTRA_LIBS"
CPPFLAGS="$CPPFLAGS $include_motif $X_CFLAGS"
INCLUDES="$INCLUDES $include_motif $X_CFLAGS"
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include
#include
#include "Xm/Xm.h"
#define DATA "conftest.motifver"
int main(void)
{
FILE *fd;
if ((fd = fopen(DATA, "w")) != NULL)
{
if (fprintf(fd , "%d.%d\n", XmVERSION, XmREVISION) >= 0)
{
return(0);
}
}
return(1);
}]])],[motif_library_ver=`cat conftest.motifver`],[motif_library_ver=0.0],[])
LIBS="$savedLIBS"
CPPFLAGS="$savedCPPFLAGS"
INCLUDES="$savedINCLUDES"
case "${motif_library_ver}"
in
0.0)
AC_MSG_RESULT([Unable to determine version])
;;
0.* | 1.0* | 1.1*)
AC_MSG_ERROR(Motif Version to old)
;;
*)
AC_MSG_RESULT([${motif_library_ver}])
;;
esac
])
m4trace:ac-tools/mp_with_ncurses.m4:51: -1- AC_DEFUN([MP_WITH_NCURSES], [mp_save_LIBS="$LIBS"
NCURSES_LIB=""
AC_CACHE_CHECK([for working ncurses], mp_cv_ncurses,
[LIBS="$mp_save_LIBS -lncurses"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[chtype a; int b=A_STANDOUT, c=KEY_LEFT; initscr(); ]])],[mp_cv_ncurses=yes],[mp_cv_ncurses=no])])
if test "$mp_cv_ncurses" = yes
then
AC_DEFINE([HAVE_NCURSES_H],[1],[Define if you have ncurses.h])
NCURSES_LIB="-lncurses"
fi
LIBS="$mp_save_LIBS"
])
m4trace:ac-tools/nls.m4:22: -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:ac-tools/po.m4:23: -1- AC_DEFUN([AM_PO_SUBDIRS], [
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
AC_REQUIRE([AC_PROG_SED])dnl
AC_REQUIRE([AM_NLS])dnl
dnl Release version of the gettext macros. This is used to ensure that
dnl the gettext macros and po/Makefile.in.in are in sync.
AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
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])
dnl Support for AM_XGETTEXT_OPTION.
test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
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"
gt_tab=`printf '\t'`
cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/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 assignment 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 assignment 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:ac-tools/po.m4:220: -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"
tab=`printf '\t'`
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:ac-tools/snprintf.m4:15: -1- AC_DEFUN([HW_HEADER_STDARG_H], [
AC_PREREQ([2.60])dnl Older releases should work if AC_CHECK_HEADERS is used.
AC_CHECK_HEADERS_ONCE([stdarg.h])
])
m4trace:ac-tools/snprintf.m4:24: -1- AC_DEFUN([HW_HEADER_VARARGS_H], [
AC_PREREQ([2.60])dnl Older releases should work if AC_CHECK_HEADERS is used.
AC_CHECK_HEADERS_ONCE([varargs.h])
])
m4trace:ac-tools/snprintf.m4:37: -1- AC_DEFUN([HW_FUNC_VA_COPY], [
AC_REQUIRE([HW_HEADER_STDARG_H])dnl Our check evaluates HAVE_STDARG_H.
AC_REQUIRE([HW_HEADER_VARARGS_H])dnl Our check evaluates HAVE_VARARGS_H.
AC_CACHE_CHECK([for va_copy],
[hw_cv_func_va_copy],
[AC_RUN_IFELSE(
[AC_LANG_PROGRAM(
[[#if HAVE_STDARG_H
#include
#elif HAVE_VARARGS_H
#include
#endif]],
[[va_list ap, aq; va_copy(aq, ap);]])],
[hw_cv_func_va_copy=yes],
[hw_cv_func_va_copy=no],
[hw_cv_func_va_copy=no])])
AS_IF([test "$hw_cv_func_va_copy" = yes],
[AC_DEFINE([HAVE_VA_COPY], [1],
[Define to 1 if you have the `va_copy' function or macro.])])
])
m4trace:ac-tools/snprintf.m4:63: -1- AC_DEFUN([HW_FUNC___VA_COPY], [
AC_REQUIRE([HW_HEADER_STDARG_H])dnl Our check evaluates HAVE_STDARG_H.
AC_REQUIRE([HW_HEADER_VARARGS_H])dnl Our check evaluates HAVE_VARARGS_H.
AC_CACHE_CHECK([for __va_copy],
[hw_cv_func___va_copy],
[AC_RUN_IFELSE(
[AC_LANG_PROGRAM(
[[#if HAVE_STDARG_H
#include
#elif HAVE_VARARGS_H
#include
#endif]],
[[va_list ap, aq; __va_copy(aq, ap);]])],
[hw_cv_func___va_copy=yes],
[hw_cv_func___va_copy=no],
[hw_cv_func___va_copy=no])])
AS_IF([test "$hw_cv_func___va_copy" = yes],
[AC_DEFINE([HAVE___VA_COPY], [1],
[Define to 1 if you have the `__va_copy' function or macro.])])
])
m4trace:ac-tools/snprintf.m4:91: -1- AC_DEFUN([HW_FUNC_VSNPRINTF], [
AC_PREREQ([2.60])dnl 2.59 should work if some AC_TYPE_* macros are replaced.
AC_REQUIRE([HW_HEADER_STDARG_H])dnl Our check evaluates HAVE_STDARG_H.
AC_CHECK_FUNC([vsnprintf],
[hw_cv_func_vsnprintf=yes],
[hw_cv_func_vsnprintf=no])
AS_IF([test "$hw_cv_func_vsnprintf" = yes],
[AC_CACHE_CHECK([whether vsnprintf is C99 compliant],
[hw_cv_func_vsnprintf_c99],
[AC_RUN_IFELSE(
[AC_LANG_PROGRAM(
[[#if HAVE_STDARG_H
#include
#endif
#include
static int testprintf(char *buf, size_t size, const char *format, ...)
{
int result;
va_list ap;
va_start(ap, format);
result = vsnprintf(buf, size, format, ap);
va_end(ap);
return result;
}]],
[[char buf[43];
if (testprintf(buf, 4, "The answer is %27.2g.", 42.0) != 42 ||
testprintf(buf, 0, "No, it's %32zu.", (size_t)42) != 42 ||
buf[0] != 'T' || buf[3] != '\0')
return 1;]])],
[hw_cv_func_vsnprintf_c99=yes],
[hw_cv_func_vsnprintf_c99=no],
[hw_cv_func_vsnprintf_c99=no])])],
[hw_cv_func_snprintf_c99=no])
AS_IF([test "$hw_cv_func_vsnprintf_c99" = yes],
[AC_DEFINE([HAVE_VSNPRINTF], [1],
[Define to 1 if you have a C99 compliant `vsnprintf' function.])],
[AC_DEFINE([vsnprintf], [rpl_vsnprintf],
[Define to rpl_vsnprintf if the replacement function should be used.])
AC_CHECK_HEADERS([inttypes.h locale.h stddef.h stdint.h])
AC_CHECK_MEMBERS([struct lconv.decimal_point, struct lconv.thousands_sep],
[], [], [#include ])
AC_TYPE_LONG_DOUBLE
AC_TYPE_LONG_LONG_INT
AC_TYPE_UNSIGNED_LONG_LONG_INT
AC_TYPE_SIZE_T
AC_TYPE_INTMAX_T
AC_TYPE_UINTMAX_T
AC_TYPE_UINTPTR_T
AC_CHECK_TYPES([ptrdiff_t])
AC_CHECK_FUNCS([localeconv])
_HW_FUNC_XPRINTF_REPLACE])
])
m4trace:ac-tools/snprintf.m4:151: -1- AC_DEFUN([HW_FUNC_SNPRINTF], [
AC_REQUIRE([HW_FUNC_VSNPRINTF])dnl Our snprintf(3) calls vsnprintf(3).
AC_CHECK_FUNC([snprintf],
[hw_cv_func_snprintf=yes],
[hw_cv_func_snprintf=no])
AS_IF([test "$hw_cv_func_snprintf" = yes],
[AC_CACHE_CHECK([whether snprintf is C99 compliant],
[hw_cv_func_snprintf_c99],
[AC_RUN_IFELSE(
[AC_LANG_PROGRAM([[#include ]],
[[char buf[43];
if (snprintf(buf, 4, "The answer is %27.2g.", 42.0) != 42 ||
snprintf(buf, 0, "No, it's %32zu.", (size_t)42) != 42 ||
buf[0] != 'T' || buf[3] != '\0')
return 1;]])],
[hw_cv_func_snprintf_c99=yes],
[hw_cv_func_snprintf_c99=no],
[hw_cv_func_snprintf_c99=no])])],
[hw_cv_func_snprintf_c99=no])
AS_IF([test "$hw_cv_func_snprintf_c99" = yes],
[AC_DEFINE([HAVE_SNPRINTF], [1],
[Define to 1 if you have a C99 compliant `snprintf' function.])],
[AC_DEFINE([snprintf], [rpl_snprintf],
[Define to rpl_snprintf if the replacement function should be used.])
_HW_FUNC_XPRINTF_REPLACE])
])
m4trace:ac-tools/snprintf.m4:184: -1- AC_DEFUN([HW_FUNC_VASPRINTF], [
AC_REQUIRE([HW_FUNC_VSNPRINTF])dnl Our vasprintf(3) calls vsnprintf(3).
AC_CHECK_FUNCS([vasprintf],
[hw_cv_func_vasprintf=yes],
[hw_cv_func_vasprintf=no])
AS_IF([test "$hw_cv_func_vasprintf" = no],
[AC_DEFINE([vasprintf], [rpl_vasprintf],
[Define to rpl_vasprintf if the replacement function should be used.])
AC_CHECK_HEADERS([stdlib.h])
HW_FUNC_VA_COPY
AS_IF([test "$hw_cv_func_va_copy" = no],
[HW_FUNC___VA_COPY])
_HW_FUNC_XPRINTF_REPLACE])
])
m4trace:ac-tools/snprintf.m4:205: -1- AC_DEFUN([HW_FUNC_ASPRINTF], [
AC_REQUIRE([HW_FUNC_VASPRINTF])dnl Our asprintf(3) calls vasprintf(3).
AC_CHECK_FUNCS([asprintf],
[hw_cv_func_asprintf=yes],
[hw_cv_func_asprintf=no])
AS_IF([test "$hw_cv_func_asprintf" = no],
[AC_DEFINE([asprintf], [rpl_asprintf],
[Define to rpl_asprintf if the replacement function should be used.])
_HW_FUNC_XPRINTF_REPLACE])
])
m4trace:ac-tools/snprintf.m4:221: -1- AC_DEFUN([_HW_FUNC_XPRINTF_REPLACE], [
AS_IF([test "x$_hw_cv_func_xprintf_replace_done" != xyes],
[AC_C_CONST
HW_HEADER_STDARG_H
AC_LIBOBJ([snprintf])
_hw_cv_func_xprintf_replace_done=yes])
])
m4trace:ac-tools/type_socklen_t.m4:10: -1- AC_DEFUN([TYPE_SOCKLEN_T], [AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t,
[
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include
#include ]], [[socklen_t len = 42; return 0;]])],[ac_cv_type_socklen_t=yes],[ac_cv_type_socklen_t=no])
])
if test $ac_cv_type_socklen_t != yes; then
AC_DEFINE([my_socklen_t], [int], [Set my_socklen_t to int if not set])
else
AC_DEFINE([my_socklen_t], [socklen_t], [Set my_socklen_t to socklen_t if set])
fi
])
m4trace:ac-tools/vl_prog_cc_warnings.m4:15: -1- AC_DEFUN([VL_PROG_CC_WARNINGS], [
ansi=$1
if test -z "$ansi"; then
msg="for C compiler warning flags"
else
msg="for C compiler warning and ANSI conformance flags"
fi
AC_CACHE_CHECK($msg, vl_cv_prog_cc_warnings, [
if test -n "$CC"; then
cat > conftest.c <&1 | grep -i "WorkShop" > /dev/null 2>&1 &&
$CC -c -v -Xc conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="-v"
else
vl_cv_prog_cc_warnings="-v -Xc"
fi
dnl Digital Unix C compiler
elif $CC -V 2>&1 | grep -i "Digital UNIX Compiler" > /dev/null 2>&1 &&
$CC -c -verbose -w0 -warnprotos -std1 conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="-verbose -w0 -warnprotos"
else
vl_cv_prog_cc_warnings="-verbose -w0 -warnprotos -std1"
fi
dnl C for AIX Compiler
elif $CC 2>&1 | grep -i "C for AIX Compiler" > /dev/null 2>&1 &&
$CC -c -qlanglvl=ansi -qinfo=all conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="-qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd"
else
vl_cv_prog_cc_warnings="-qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd -qlanglvl=ansi"
fi
dnl IRIX C compiler
elif $CC -version 2>&1 | grep -i "MIPSpro Compilers" > /dev/null 2>&1 &&
$CC -c -fullwarn -ansi -ansiE conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="-fullwarn"
else
vl_cv_prog_cc_warnings="-fullwarn -ansi -ansiE"
fi
dnl HP-UX C compiler
elif what $CC 2>&1 | grep -i "HP C Compiler" > /dev/null 2>&1 &&
$CC -c -Aa +w1 conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="+w1"
else
vl_cv_prog_cc_warnings="+w1 -Aa"
fi
dnl The NEC SX-5 (Super-UX 10) C compiler
elif $CC -V 2>&1 | grep "/SX" > /dev/null 2>&1 &&
$CC -c -pvctl[,]fullmsg -Xc conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="-pvctl[,]fullmsg"
else
vl_cv_prog_cc_warnings="-pvctl[,]fullmsg -Xc"
fi
dnl The Cray C compiler (Unicos)
elif $CC -V 2>&1 | grep -i "Cray" > /dev/null 2>&1 &&
$CC -c -h msglevel 2 conftest.c > /dev/null 2>&1 &&
test -f conftest.o; then
if test -z "$ansi"; then
vl_cv_prog_cc_warnings="-h msglevel 2"
else
vl_cv_prog_cc_warnings="-h msglevel 2 -h conform"
fi
fi
rm -f conftest.*
fi
if test -n "$vl_cv_prog_cc_warnings"; then
CFLAGS="$CFLAGS $vl_cv_prog_cc_warnings"
else
vl_cv_prog_cc_warnings="unknown"
fi
])
])
m4trace:ac-tools/xp.m4:15: -1- AC_DEFUN([AC_FIND_LIBXP], [AC_REQUIRE([AC_PATH_XTRA])
AC_CACHE_CHECK(whether libXp is available, lt_cv_libxp,
[lt_save_CFLAGS="$CFLAGS"
lt_save_CPPFLAGS="$CPPFLAGS"
lt_save_LIBS="$LIBS"
LIBS="$X_LIBS -lXp -lXext -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
CFLAGS="$X_CFLAGS $CFLAGS"
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include
#include
]], [[
int main() {
Display *display=NULL;
short major_version, minor_version;
Status rc;
rc=XpQueryVersion(display, &major_version, &minor_version);
exit(0);
}
]])],[lt_cv_libxp=yes],[lt_cv_libxp=no])
])
if test "$lt_cv_libxp" = "yes"; then
AC_DEFINE(HAVE_LIB_XP, [], [With -lXp support])
AFD_XP_LIB="-lXp"
else
AFD_XP_LIB=""
fi
AC_SUBST(AFD_XP_LIB)
CFLAGS="$lt_save_CFLAGS"
CPPFLAGS="$lt_save_CPPFLAGS"
LIBS="$lt_save_LIBS"
])
m4trace:ac-tools/xpm.m4:17: -1- AC_DEFUN([AC_FIND_XPM], [
AC_REQUIRE([AC_PATH_XTRA])
xpm_includes=
xpm_libraries=
AC_ARG_WITH(xpm,
[ --without-xpm do not use Xpm])
dnl Treat --without-xpm like
dnl --without-xpm-includes --without-xpm-libraries.
if test "$with_xpm" = "no"
then
xpm_includes=no
xpm_libraries=no
fi
AC_ARG_WITH(xpm-includes,
[ --with-xpm-includes=DIR Xpm include files are in DIR], xpm_includes="$withval")
AC_ARG_WITH(xpm-libraries,
[ --with-xpm-libraries=DIR Xpm libraries are in DIR], xpm_libraries="$withval")
if test "$xpm_includes" = "no" && test "$xpm_libraries" = "no"
then
with_xpm="no"
fi
AC_MSG_CHECKING([for Xpm])
if test "$with_xpm" != "no"
then
#
#
# Search the include files.
#
if test "$xpm_includes" = ""
then
AC_CACHE_VAL(ac_cv_xpm_includes,
[
ac_xpm_save_CFLAGS="$CFLAGS"
ac_xpm_save_CPPFLAGS="$CPPFLAGS"
#
CFLAGS="$X_CFLAGS $CFLAGS"
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
#
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[int a;]])],[
# X11/xpm.h is in the standard search path.
ac_cv_xpm_includes=
],[
# X11/xpm.h is not in the standard search path.
# Locate it and put its directory in `xpm_includes'
#
# Other directories are just guesses.
for dir in "$x_includes" "${prefix}/include" /usr/include /usr/local/include \
/usr/include/Motif2.0 /usr/include/Motif1.2 /usr/include/Motif1.1 \
/usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 \
/usr/dt/include /usr/openwin/include \
/usr/dt/*/include /opt/*/include /usr/include/Xpm* \
"${prefix}"/*/include /usr/*/include /usr/local/*/include \
"${prefix}"/include/* /usr/include/* /usr/local/include/*
do
if test -f "$dir/X11/xpm.h"
then
ac_cv_xpm_includes="$dir"
break
fi
done
])
#
CFLAGS="$ac_xpm_save_CFLAGS"
CPPFLAGS="$ac_xpm_save_CPPFLAGS"
])
xpm_includes="$ac_cv_xpm_includes"
fi
if test -z "$xpm_includes"
then
xpm_includes_result="default path"
XPM_CFLAGS=""
else
if test "$xpm_includes" = "no"
then
xpm_includes_result="told not to use them"
XPM_CFLAGS=""
else
xpm_includes_result="$xpm_includes"
XPM_CFLAGS="-I$xpm_includes"
fi
fi
#
#
# Now for the libraries.
#
if test "$xpm_libraries" = ""
then
AC_CACHE_VAL(ac_cv_xpm_libraries,
[
ac_xpm_save_LIBS="$LIBS"
ac_xpm_save_CFLAGS="$CFLAGS"
ac_xpm_save_CPPFLAGS="$CPPFLAGS"
#
LIBS="-lXpm $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
CFLAGS="$XPM_CFLAGS $X_CFLAGS $CFLAGS"
CPPFLAGS="$XPM_CFLAGS $X_CFLAGS $CPPFLAGS"
#
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[XpmAttributesSize();]])],[
# libXpm.a is in the standard search path.
ac_cv_xpm_libraries=
],[
# libXpm.a is not in the standard search path.
# Locate it and put its directory in `xpm_libraries'
#
# Other directories are just guesses.
for dir in "$x_libraries" "${prefix}/lib" /usr/lib /usr/local/lib \
/usr/lib/Xlt2.0 /usr/lib/Xlt1.2 /usr/lib/Xlt1.1 \
/usr/lib/X11R6 /usr/lib/X11R5 /usr/lib/X11R4 /usr/lib/X11 \
/usr/dt/lib /usr/openwin/lib \
/usr/dt/*/lib /opt/*/lib /usr/lib/Xpm* \
/usr/lesstif*/lib /usr/lib/Lesstif* \
"${prefix}"/*/lib /usr/*/lib /usr/local/*/lib \
"${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
for ext in "sl" "so" "a"; do
if test -d "$dir" && test -f "$dir/libXpm.$ext"; then
ac_cv_xpm_libraries="$dir"
break 2
fi
done
done
])
#
LIBS="$ac_xpm_save_LIBS"
CFLAGS="$ac_xpm_save_CFLAGS"
CPPFLAGS="$ac_xpm_save_CPPFLAGS"
])
#
xpm_libraries="$ac_cv_xpm_libraries"
fi
if test -z "$xpm_libraries"
then
xpm_libraries_result="default path"
XPM_LIBS="-lXpm"
else
if test "$xpm_libraries" = "no"
then
xpm_libraries_result="told not to use it"
XPM_LIBS=""
else
xpm_libraries_result="$xpm_libraries"
XPM_LIBS="-L$xpm_libraries -lXpm"
fi
fi
#
# Make sure, whatever we found out, we can link.
#
ac_xpm_save_LIBS="$LIBS"
ac_xpm_save_CFLAGS="$CFLAGS"
ac_xpm_save_CPPFLAGS="$CPPFLAGS"
#
LIBS="$XPM_LIBS -lXpm $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
CFLAGS="$XPM_CFLAGS $X_CFLAGS $CFLAGS"
CPPFLAGS="$XPM_CFLAGS $X_CFLAGS $CPPFLAGS"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[XpmAttributesSize();]])],[
#
# link passed
#
AC_DEFINE([HAVE_XPM], [], [With XPM support])
],[
#
# link failed
#
xpm_libraries_result="test link failed"
xpm_includes_result="test link failed"
with_xpm="no"
XPM_CFLAGS=""
XPM_LIBS=""
]) dnl AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[],[])
LIBS="$ac_xpm_save_LIBS"
CFLAGS="$ac_xpm_save_CFLAGS"
CPPFLAGS="$ac_xpm_save_CPPFLAGS"
else
xpm_libraries_result="told not to use it"
xpm_includes_result="told not to use them"
XPM_CFLAGS=""
XPM_LIBS=""
fi
AC_MSG_RESULT([libraries $xpm_libraries_result, headers $xpm_includes_result])
AC_SUBST(XPM_CFLAGS)
AC_SUBST(XPM_LIBS)
])
m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section 'AC_LIBOBJ vs LIBOBJS'])
m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$])
m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_])
m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$])
m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_])
m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^runstatedir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$])
m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$])
m4trace:configure.ac:8: -1- AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
m4trace:configure.ac:8: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
m4trace:configure.ac:8: -1- AM_AUTOMAKE_VERSION([1.16.5])
m4trace:configure.ac:8: -1- _AM_AUTOCONF_VERSION([2.72])
m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_DATA$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^am__isrc$])
m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__isrc])
m4trace:configure.ac:8: -1- m4_pattern_allow([^CYGPATH_W$])
m4trace:configure.ac:8: -1- _AM_SET_OPTIONS([dist-bzip2 subdir-objects])
m4trace:configure.ac:8: -1- _AM_SET_OPTION([dist-bzip2])
m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([dist-bzip2])
m4trace:configure.ac:8: -1- _AM_SET_OPTION([subdir-objects])
m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([subdir-objects])
m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$])
m4trace:configure.ac: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.ac:8: -2- _AM_MANGLE_OPTION([no-define])
m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$])
m4trace:configure.ac:8: -1- AM_SANITY_CHECK
m4trace:configure.ac:8: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
m4trace:configure.ac:8: -1- AM_MISSING_HAS_RUN
m4trace:configure.ac:8: -1- AM_AUX_DIR_EXPAND
m4trace:configure.ac:8: -1- m4_pattern_allow([^ACLOCAL$])
m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOCONF$])
m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOMAKE$])
m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOHEADER$])
m4trace:configure.ac:8: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
m4trace:configure.ac:8: -1- m4_pattern_allow([^MAKEINFO$])
m4trace:configure.ac:8: -1- AM_PROG_INSTALL_SH
m4trace:configure.ac:8: -1- m4_pattern_allow([^install_sh$])
m4trace:configure.ac:8: -1- AM_PROG_INSTALL_STRIP
m4trace:configure.ac:8: -1- m4_pattern_allow([^STRIP$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^MKDIR_P$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^mkdir_p$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AWK$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^SET_MAKE$])
m4trace:configure.ac:8: -1- AM_SET_LEADING_DOT
m4trace:configure.ac:8: -1- m4_pattern_allow([^am__leading_dot$])
m4trace:configure.ac: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.ac:8: -2- _AM_MANGLE_OPTION([tar-ustar])
m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-pax])
m4trace:configure.ac:8: -1- _AM_PROG_TAR([v7])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AMTAR$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^am__tar$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^am__untar$])
m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
[_AM_DEPENDENCIES([CC])],
[m4_define([AC_PROG_CC],
m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
[_AM_DEPENDENCIES([CXX])],
[m4_define([AC_PROG_CXX],
m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
[_AM_DEPENDENCIES([OBJC])],
[m4_define([AC_PROG_OBJC],
m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
[_AM_DEPENDENCIES([OBJCXX])],
[m4_define([AC_PROG_OBJCXX],
m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
])
m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-dependencies])
m4trace:configure.ac:8: -1- m4_pattern_allow([^CTAGS$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^ETAGS$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^CSCOPE$])
m4trace:configure.ac:8: -1- AM_SILENT_RULES
m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_V$])
m4trace:configure.ac:8: -1- AM_SUBST_NOTMAKE([AM_V])
m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AM_V])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_DEFAULT_V$])
m4trace:configure.ac:8: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_BACKSLASH$])
m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_stdio_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" stdio.h ]AS_TR_SH([stdio.h]) AS_TR_CPP([HAVE_stdio.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^ac_ct_CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^EXEEXT$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^OBJEXT$])
m4trace:configure.ac:10: -1- _AM_PROG_CC_C_O
m4trace:configure.ac:10: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
m4trace:configure.ac:10: -1- _AM_DEPENDENCIES([CC])
m4trace:configure.ac:10: -1- AM_SET_DEPDIR
m4trace:configure.ac:10: -1- m4_pattern_allow([^DEPDIR$])
m4trace:configure.ac:10: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
m4trace:configure.ac:10: -1- AM_MAKE_INCLUDE
m4trace:configure.ac:10: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__include$])
m4trace:configure.ac:10: -1- AM_DEP_TRACK
m4trace:configure.ac:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
m4trace:configure.ac:10: -1- m4_pattern_allow([^AMDEP_TRUE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^AMDEP_FALSE$])
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
m4trace:configure.ac:10: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__nodep$])
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__nodep])
m4trace:configure.ac:10: -1- m4_pattern_allow([^CCDEPMODE$])
m4trace:configure.ac:10: -1- AM_CONDITIONAL([am__fastdepCC], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" stdlib.h ]AS_TR_SH([stdlib.h]) AS_TR_CPP([HAVE_stdlib.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_string_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" string.h ]AS_TR_SH([string.h]) AS_TR_CPP([HAVE_string.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_inttypes_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" inttypes.h ]AS_TR_SH([inttypes.h]) AS_TR_CPP([HAVE_inttypes.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_stdint_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" stdint.h ]AS_TR_SH([stdint.h]) AS_TR_CPP([HAVE_stdint.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_strings_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" strings.h ]AS_TR_SH([strings.h]) AS_TR_CPP([HAVE_strings.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_sys_stat_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" sys/stat.h ]AS_TR_SH([sys/stat.h]) AS_TR_CPP([HAVE_sys/stat.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_sys_types_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" sys/types.h ]AS_TR_SH([sys/types.h]) AS_TR_CPP([HAVE_sys/types.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" unistd.h ]AS_TR_SH([unistd.h]) AS_TR_CPP([HAVE_unistd.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- m4_pattern_allow([^STDC_HEADERS$])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_wchar_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" wchar.h ]AS_TR_SH([wchar.h]) AS_TR_CPP([HAVE_wchar.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- AC_DEFUN([_AC_Header_minix_config_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" minix/config.h ]AS_TR_SH([minix/config.h]) AS_TR_CPP([HAVE_minix/config.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_ALL_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_DARWIN_C_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_GNU_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_HPUX_ALT_XOPEN_SOCKET_API$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_NETBSD_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_OPENBSD_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_ATTRIBS_EXT__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_BFP_EXT__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_DFP_EXT__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_EXT__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_FUNCS_EXT__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_IEC_60559_TYPES_EXT__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_LIB_EXT2__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__STDC_WANT_MATH_SPEC_FUNCS__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_MINIX$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_POSIX_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^__EXTENSIONS__$])
m4trace:configure.ac:10: -1- m4_pattern_allow([^_XOPEN_SOURCE$])
m4trace:configure.ac:11: -1- AM_SILENT_RULES([yes])
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_V$])
m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_V])
m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_V])
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_V$])
m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_BACKSLASH$])
m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
m4trace:configure.ac:18: -1- m4_pattern_allow([^AFD_VERSION$])
m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE_LONG_LONG$])
m4trace:configure.ac:26: -1- AM_CONDITIONAL([WITH_INPUT_LOG], [false])
m4trace:configure.ac:26: -1- m4_pattern_allow([^WITH_INPUT_LOG_TRUE$])
m4trace:configure.ac:26: -1- m4_pattern_allow([^WITH_INPUT_LOG_FALSE$])
m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([WITH_INPUT_LOG_TRUE])
m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([WITH_INPUT_LOG_FALSE])
m4trace:configure.ac:26: -1- m4_pattern_allow([^_INPUT_LOG$])
m4trace:configure.ac:26: -1- AM_CONDITIONAL([WITH_INPUT_LOG], [true])
m4trace:configure.ac:26: -1- m4_pattern_allow([^WITH_INPUT_LOG_TRUE$])
m4trace:configure.ac:26: -1- m4_pattern_allow([^WITH_INPUT_LOG_FALSE$])
m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([WITH_INPUT_LOG_TRUE])
m4trace:configure.ac:26: -1- _AM_SUBST_NOTMAKE([WITH_INPUT_LOG_FALSE])
m4trace:configure.ac:35: -1- AM_CONDITIONAL([WITH_DISTRIBUTION_LOG], [false])
m4trace:configure.ac:35: -1- m4_pattern_allow([^WITH_DISTRIBUTION_LOG_TRUE$])
m4trace:configure.ac:35: -1- m4_pattern_allow([^WITH_DISTRIBUTION_LOG_FALSE$])
m4trace:configure.ac:35: -1- _AM_SUBST_NOTMAKE([WITH_DISTRIBUTION_LOG_TRUE])
m4trace:configure.ac:35: -1- _AM_SUBST_NOTMAKE([WITH_DISTRIBUTION_LOG_FALSE])
m4trace:configure.ac:35: -1- m4_pattern_allow([^_DISTRIBUTION_LOG$])
m4trace:configure.ac:35: -1- AM_CONDITIONAL([WITH_DISTRIBUTION_LOG], [true])
m4trace:configure.ac:35: -1- m4_pattern_allow([^WITH_DISTRIBUTION_LOG_TRUE$])
m4trace:configure.ac:35: -1- m4_pattern_allow([^WITH_DISTRIBUTION_LOG_FALSE$])
m4trace:configure.ac:35: -1- _AM_SUBST_NOTMAKE([WITH_DISTRIBUTION_LOG_TRUE])
m4trace:configure.ac:35: -1- _AM_SUBST_NOTMAKE([WITH_DISTRIBUTION_LOG_FALSE])
m4trace:configure.ac:43: -1- AM_CONDITIONAL([WITH_OUTPUT_LOG], [false])
m4trace:configure.ac:43: -1- m4_pattern_allow([^WITH_OUTPUT_LOG_TRUE$])
m4trace:configure.ac:43: -1- m4_pattern_allow([^WITH_OUTPUT_LOG_FALSE$])
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([WITH_OUTPUT_LOG_TRUE])
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([WITH_OUTPUT_LOG_FALSE])
m4trace:configure.ac:43: -1- m4_pattern_allow([^_OUTPUT_LOG$])
m4trace:configure.ac:43: -1- AM_CONDITIONAL([WITH_OUTPUT_LOG], [true])
m4trace:configure.ac:43: -1- m4_pattern_allow([^WITH_OUTPUT_LOG_TRUE$])
m4trace:configure.ac:43: -1- m4_pattern_allow([^WITH_OUTPUT_LOG_FALSE$])
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([WITH_OUTPUT_LOG_TRUE])
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([WITH_OUTPUT_LOG_FALSE])
m4trace:configure.ac:52: -1- m4_pattern_allow([^_CONFIRMATION_LOG$])
m4trace:configure.ac:52: -1- AM_CONDITIONAL([WITH_CONFIRMATION_LOG], [true])
m4trace:configure.ac:52: -1- m4_pattern_allow([^WITH_CONFIRMATION_LOG_TRUE$])
m4trace:configure.ac:52: -1- m4_pattern_allow([^WITH_CONFIRMATION_LOG_FALSE$])
m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([WITH_CONFIRMATION_LOG_TRUE])
m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([WITH_CONFIRMATION_LOG_FALSE])
m4trace:configure.ac:52: -1- AM_CONDITIONAL([WITH_CONFIRMATION_LOG], [false])
m4trace:configure.ac:52: -1- m4_pattern_allow([^WITH_CONFIRMATION_LOG_TRUE$])
m4trace:configure.ac:52: -1- m4_pattern_allow([^WITH_CONFIRMATION_LOG_FALSE$])
m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([WITH_CONFIRMATION_LOG_TRUE])
m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([WITH_CONFIRMATION_LOG_FALSE])
m4trace:configure.ac:60: -1- AM_CONDITIONAL([WITH_DELETE_LOG], [false])
m4trace:configure.ac:60: -1- m4_pattern_allow([^WITH_DELETE_LOG_TRUE$])
m4trace:configure.ac:60: -1- m4_pattern_allow([^WITH_DELETE_LOG_FALSE$])
m4trace:configure.ac:60: -1- _AM_SUBST_NOTMAKE([WITH_DELETE_LOG_TRUE])
m4trace:configure.ac:60: -1- _AM_SUBST_NOTMAKE([WITH_DELETE_LOG_FALSE])
m4trace:configure.ac:60: -1- m4_pattern_allow([^_DELETE_LOG$])
m4trace:configure.ac:60: -1- AM_CONDITIONAL([WITH_DELETE_LOG], [true])
m4trace:configure.ac:60: -1- m4_pattern_allow([^WITH_DELETE_LOG_TRUE$])
m4trace:configure.ac:60: -1- m4_pattern_allow([^WITH_DELETE_LOG_FALSE$])
m4trace:configure.ac:60: -1- _AM_SUBST_NOTMAKE([WITH_DELETE_LOG_TRUE])
m4trace:configure.ac:60: -1- _AM_SUBST_NOTMAKE([WITH_DELETE_LOG_FALSE])
m4trace:configure.ac:69: -1- AM_CONDITIONAL([WITH_PRODUCTION_LOG], [false])
m4trace:configure.ac:69: -1- m4_pattern_allow([^WITH_PRODUCTION_LOG_TRUE$])
m4trace:configure.ac:69: -1- m4_pattern_allow([^WITH_PRODUCTION_LOG_FALSE$])
m4trace:configure.ac:69: -1- _AM_SUBST_NOTMAKE([WITH_PRODUCTION_LOG_TRUE])
m4trace:configure.ac:69: -1- _AM_SUBST_NOTMAKE([WITH_PRODUCTION_LOG_FALSE])
m4trace:configure.ac:69: -1- m4_pattern_allow([^_PRODUCTION_LOG$])
m4trace:configure.ac:69: -1- AM_CONDITIONAL([WITH_PRODUCTION_LOG], [true])
m4trace:configure.ac:69: -1- m4_pattern_allow([^WITH_PRODUCTION_LOG_TRUE$])
m4trace:configure.ac:69: -1- m4_pattern_allow([^WITH_PRODUCTION_LOG_FALSE$])
m4trace:configure.ac:69: -1- _AM_SUBST_NOTMAKE([WITH_PRODUCTION_LOG_TRUE])
m4trace:configure.ac:69: -1- _AM_SUBST_NOTMAKE([WITH_PRODUCTION_LOG_FALSE])
m4trace:configure.ac:78: -1- m4_pattern_allow([^_MAINTAINER_LOG$])
m4trace:configure.ac:78: -1- AM_CONDITIONAL([WITH_MAINTAINER_LOG], [true])
m4trace:configure.ac:78: -1- m4_pattern_allow([^WITH_MAINTAINER_LOG_TRUE$])
m4trace:configure.ac:78: -1- m4_pattern_allow([^WITH_MAINTAINER_LOG_FALSE$])
m4trace:configure.ac:78: -1- _AM_SUBST_NOTMAKE([WITH_MAINTAINER_LOG_TRUE])
m4trace:configure.ac:78: -1- _AM_SUBST_NOTMAKE([WITH_MAINTAINER_LOG_FALSE])
m4trace:configure.ac:78: -1- AM_CONDITIONAL([WITH_MAINTAINER_LOG], [false])
m4trace:configure.ac:78: -1- m4_pattern_allow([^WITH_MAINTAINER_LOG_TRUE$])
m4trace:configure.ac:78: -1- m4_pattern_allow([^WITH_MAINTAINER_LOG_FALSE$])
m4trace:configure.ac:78: -1- _AM_SUBST_NOTMAKE([WITH_MAINTAINER_LOG_TRUE])
m4trace:configure.ac:78: -1- _AM_SUBST_NOTMAKE([WITH_MAINTAINER_LOG_FALSE])
m4trace:configure.ac:86: -1- m4_pattern_allow([^_TRANSFER_RATE_LOG$])
m4trace:configure.ac:86: -1- AM_CONDITIONAL([WITH_TRANSFER_RATE_LOG], [true])
m4trace:configure.ac:86: -1- m4_pattern_allow([^WITH_TRANSFER_RATE_LOG_TRUE$])
m4trace:configure.ac:86: -1- m4_pattern_allow([^WITH_TRANSFER_RATE_LOG_FALSE$])
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([WITH_TRANSFER_RATE_LOG_TRUE])
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([WITH_TRANSFER_RATE_LOG_FALSE])
m4trace:configure.ac:86: -1- AM_CONDITIONAL([WITH_TRANSFER_RATE_LOG], [false])
m4trace:configure.ac:86: -1- m4_pattern_allow([^WITH_TRANSFER_RATE_LOG_TRUE$])
m4trace:configure.ac:86: -1- m4_pattern_allow([^WITH_TRANSFER_RATE_LOG_FALSE$])
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([WITH_TRANSFER_RATE_LOG_TRUE])
m4trace:configure.ac:86: -1- _AM_SUBST_NOTMAKE([WITH_TRANSFER_RATE_LOG_FALSE])
m4trace:configure.ac:94: -1- m4_pattern_allow([^WITH_LOG_CACHE$])
m4trace:configure.ac:94: -1- AM_CONDITIONAL([WITH_ALDA_CACHE_POSITIONING], [true])
m4trace:configure.ac:94: -1- m4_pattern_allow([^WITH_ALDA_CACHE_POSITIONING_TRUE$])
m4trace:configure.ac:94: -1- m4_pattern_allow([^WITH_ALDA_CACHE_POSITIONING_FALSE$])
m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([WITH_ALDA_CACHE_POSITIONING_TRUE])
m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([WITH_ALDA_CACHE_POSITIONING_FALSE])
m4trace:configure.ac:94: -1- AM_CONDITIONAL([WITH_ALDA_CACHE_POSITIONING], [false])
m4trace:configure.ac:94: -1- m4_pattern_allow([^WITH_ALDA_CACHE_POSITIONING_TRUE$])
m4trace:configure.ac:94: -1- m4_pattern_allow([^WITH_ALDA_CACHE_POSITIONING_FALSE$])
m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([WITH_ALDA_CACHE_POSITIONING_TRUE])
m4trace:configure.ac:94: -1- _AM_SUBST_NOTMAKE([WITH_ALDA_CACHE_POSITIONING_FALSE])
m4trace:configure.ac:102: -1- AM_CONDITIONAL([WITH_ALDA], [$compile_alda])
m4trace:configure.ac:102: -1- m4_pattern_allow([^WITH_ALDA_TRUE$])
m4trace:configure.ac:102: -1- m4_pattern_allow([^WITH_ALDA_FALSE$])
m4trace:configure.ac:102: -1- _AM_SUBST_NOTMAKE([WITH_ALDA_TRUE])
m4trace:configure.ac:102: -1- _AM_SUBST_NOTMAKE([WITH_ALDA_FALSE])
m4trace:configure.ac:124: -1- AM_CONDITIONAL([ERROR_QUEUE_SUPPORT], [false])
m4trace:configure.ac:124: -1- m4_pattern_allow([^ERROR_QUEUE_SUPPORT_TRUE$])
m4trace:configure.ac:124: -1- m4_pattern_allow([^ERROR_QUEUE_SUPPORT_FALSE$])
m4trace:configure.ac:124: -1- _AM_SUBST_NOTMAKE([ERROR_QUEUE_SUPPORT_TRUE])
m4trace:configure.ac:124: -1- _AM_SUBST_NOTMAKE([ERROR_QUEUE_SUPPORT_FALSE])
m4trace:configure.ac:124: -1- m4_pattern_allow([^WITH_ERROR_QUEUE$])
m4trace:configure.ac:124: -1- AM_CONDITIONAL([ERROR_QUEUE_SUPPORT], [true])
m4trace:configure.ac:124: -1- m4_pattern_allow([^ERROR_QUEUE_SUPPORT_TRUE$])
m4trace:configure.ac:124: -1- m4_pattern_allow([^ERROR_QUEUE_SUPPORT_FALSE$])
m4trace:configure.ac:124: -1- _AM_SUBST_NOTMAKE([ERROR_QUEUE_SUPPORT_TRUE])
m4trace:configure.ac:124: -1- _AM_SUBST_NOTMAKE([ERROR_QUEUE_SUPPORT_FALSE])
m4trace:configure.ac:132: -1- AM_CONDITIONAL([WITH_FIFO_RW_SUPPORT], [false])
m4trace:configure.ac:132: -1- m4_pattern_allow([^WITH_FIFO_RW_SUPPORT_TRUE$])
m4trace:configure.ac:132: -1- m4_pattern_allow([^WITH_FIFO_RW_SUPPORT_FALSE$])
m4trace:configure.ac:132: -1- _AM_SUBST_NOTMAKE([WITH_FIFO_RW_SUPPORT_TRUE])
m4trace:configure.ac:132: -1- _AM_SUBST_NOTMAKE([WITH_FIFO_RW_SUPPORT_FALSE])
m4trace:configure.ac:132: -1- m4_pattern_allow([^WITHOUT_FIFO_RW_SUPPORT$])
m4trace:configure.ac:132: -1- AM_CONDITIONAL([WITH_FIFO_RW_SUPPORT], [true])
m4trace:configure.ac:132: -1- m4_pattern_allow([^WITH_FIFO_RW_SUPPORT_TRUE$])
m4trace:configure.ac:132: -1- m4_pattern_allow([^WITH_FIFO_RW_SUPPORT_FALSE$])
m4trace:configure.ac:132: -1- _AM_SUBST_NOTMAKE([WITH_FIFO_RW_SUPPORT_TRUE])
m4trace:configure.ac:132: -1- _AM_SUBST_NOTMAKE([WITH_FIFO_RW_SUPPORT_FALSE])
m4trace:configure.ac:140: -1- AM_CONDITIONAL([WITH_WMO_SUPPORT], [false])
m4trace:configure.ac:140: -1- m4_pattern_allow([^WITH_WMO_SUPPORT_TRUE$])
m4trace:configure.ac:140: -1- m4_pattern_allow([^WITH_WMO_SUPPORT_FALSE$])
m4trace:configure.ac:140: -1- _AM_SUBST_NOTMAKE([WITH_WMO_SUPPORT_TRUE])
m4trace:configure.ac:140: -1- _AM_SUBST_NOTMAKE([WITH_WMO_SUPPORT_FALSE])
m4trace:configure.ac:140: -1- m4_pattern_allow([^_WITH_WMO_SUPPORT$])
m4trace:configure.ac:140: -1- AM_CONDITIONAL([WITH_WMO_SUPPORT], [true])
m4trace:configure.ac:140: -1- m4_pattern_allow([^WITH_WMO_SUPPORT_TRUE$])
m4trace:configure.ac:140: -1- m4_pattern_allow([^WITH_WMO_SUPPORT_FALSE$])
m4trace:configure.ac:140: -1- _AM_SUBST_NOTMAKE([WITH_WMO_SUPPORT_TRUE])
m4trace:configure.ac:140: -1- _AM_SUBST_NOTMAKE([WITH_WMO_SUPPORT_FALSE])
m4trace:configure.ac:148: -1- AM_CONDITIONAL([WITH_LOC_SUPPORT], [false])
m4trace:configure.ac:148: -1- m4_pattern_allow([^WITH_LOC_SUPPORT_TRUE$])
m4trace:configure.ac:148: -1- m4_pattern_allow([^WITH_LOC_SUPPORT_FALSE$])
m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([WITH_LOC_SUPPORT_TRUE])
m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([WITH_LOC_SUPPORT_FALSE])
m4trace:configure.ac:148: -1- m4_pattern_allow([^_WITH_LOC_SUPPORT$])
m4trace:configure.ac:148: -1- AM_CONDITIONAL([WITH_LOC_SUPPORT], [true])
m4trace:configure.ac:148: -1- m4_pattern_allow([^WITH_LOC_SUPPORT_TRUE$])
m4trace:configure.ac:148: -1- m4_pattern_allow([^WITH_LOC_SUPPORT_FALSE$])
m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([WITH_LOC_SUPPORT_TRUE])
m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([WITH_LOC_SUPPORT_FALSE])
m4trace:configure.ac:156: -1- AM_CONDITIONAL([WITH_FD_EXEC_SUPPORT], [false])
m4trace:configure.ac:156: -1- m4_pattern_allow([^WITH_FD_EXEC_SUPPORT_TRUE$])
m4trace:configure.ac:156: -1- m4_pattern_allow([^WITH_FD_EXEC_SUPPORT_FALSE$])
m4trace:configure.ac:156: -1- _AM_SUBST_NOTMAKE([WITH_FD_EXEC_SUPPORT_TRUE])
m4trace:configure.ac:156: -1- _AM_SUBST_NOTMAKE([WITH_FD_EXEC_SUPPORT_FALSE])
m4trace:configure.ac:156: -1- m4_pattern_allow([^_WITH_FD_EXEC_SUPPORT$])
m4trace:configure.ac:156: -1- AM_CONDITIONAL([WITH_FD_EXEC_SUPPORT], [true])
m4trace:configure.ac:156: -1- m4_pattern_allow([^WITH_FD_EXEC_SUPPORT_TRUE$])
m4trace:configure.ac:156: -1- m4_pattern_allow([^WITH_FD_EXEC_SUPPORT_FALSE$])
m4trace:configure.ac:156: -1- _AM_SUBST_NOTMAKE([WITH_FD_EXEC_SUPPORT_TRUE])
m4trace:configure.ac:156: -1- _AM_SUBST_NOTMAKE([WITH_FD_EXEC_SUPPORT_FALSE])
m4trace:configure.ac:164: -1- AM_CONDITIONAL([WITH_FTP_SUPPORT], [false])
m4trace:configure.ac:164: -1- m4_pattern_allow([^WITH_FTP_SUPPORT_TRUE$])
m4trace:configure.ac:164: -1- m4_pattern_allow([^WITH_FTP_SUPPORT_FALSE$])
m4trace:configure.ac:164: -1- _AM_SUBST_NOTMAKE([WITH_FTP_SUPPORT_TRUE])
m4trace:configure.ac:164: -1- _AM_SUBST_NOTMAKE([WITH_FTP_SUPPORT_FALSE])
m4trace:configure.ac:164: -1- m4_pattern_allow([^_WITH_FTP_SUPPORT$])
m4trace:configure.ac:164: -1- AM_CONDITIONAL([WITH_FTP_SUPPORT], [true])
m4trace:configure.ac:164: -1- m4_pattern_allow([^WITH_FTP_SUPPORT_TRUE$])
m4trace:configure.ac:164: -1- m4_pattern_allow([^WITH_FTP_SUPPORT_FALSE$])
m4trace:configure.ac:164: -1- _AM_SUBST_NOTMAKE([WITH_FTP_SUPPORT_TRUE])
m4trace:configure.ac:164: -1- _AM_SUBST_NOTMAKE([WITH_FTP_SUPPORT_FALSE])
m4trace:configure.ac:172: -1- AM_CONDITIONAL([WITH_SCP_SUPPORT], [false])
m4trace:configure.ac:172: -1- m4_pattern_allow([^WITH_SCP_SUPPORT_TRUE$])
m4trace:configure.ac:172: -1- m4_pattern_allow([^WITH_SCP_SUPPORT_FALSE$])
m4trace:configure.ac:172: -1- _AM_SUBST_NOTMAKE([WITH_SCP_SUPPORT_TRUE])
m4trace:configure.ac:172: -1- _AM_SUBST_NOTMAKE([WITH_SCP_SUPPORT_FALSE])
m4trace:configure.ac:172: -1- m4_pattern_allow([^_WITH_SCP_SUPPORT$])
m4trace:configure.ac:172: -1- AM_CONDITIONAL([WITH_SCP_SUPPORT], [true])
m4trace:configure.ac:172: -1- m4_pattern_allow([^WITH_SCP_SUPPORT_TRUE$])
m4trace:configure.ac:172: -1- m4_pattern_allow([^WITH_SCP_SUPPORT_FALSE$])
m4trace:configure.ac:172: -1- _AM_SUBST_NOTMAKE([WITH_SCP_SUPPORT_TRUE])
m4trace:configure.ac:172: -1- _AM_SUBST_NOTMAKE([WITH_SCP_SUPPORT_FALSE])
m4trace:configure.ac:180: -1- AM_CONDITIONAL([WITH_SMTP_SUPPORT], [false])
m4trace:configure.ac:180: -1- m4_pattern_allow([^WITH_SMTP_SUPPORT_TRUE$])
m4trace:configure.ac:180: -1- m4_pattern_allow([^WITH_SMTP_SUPPORT_FALSE$])
m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([WITH_SMTP_SUPPORT_TRUE])
m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([WITH_SMTP_SUPPORT_FALSE])
m4trace:configure.ac:180: -1- m4_pattern_allow([^_WITH_SMTP_SUPPORT$])
m4trace:configure.ac:180: -1- AM_CONDITIONAL([WITH_SMTP_SUPPORT], [true])
m4trace:configure.ac:180: -1- m4_pattern_allow([^WITH_SMTP_SUPPORT_TRUE$])
m4trace:configure.ac:180: -1- m4_pattern_allow([^WITH_SMTP_SUPPORT_FALSE$])
m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([WITH_SMTP_SUPPORT_TRUE])
m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([WITH_SMTP_SUPPORT_FALSE])
m4trace:configure.ac:188: -1- AM_CONDITIONAL([WITH_HTTP_SUPPORT], [false])
m4trace:configure.ac:188: -1- m4_pattern_allow([^WITH_HTTP_SUPPORT_TRUE$])
m4trace:configure.ac:188: -1- m4_pattern_allow([^WITH_HTTP_SUPPORT_FALSE$])
m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([WITH_HTTP_SUPPORT_TRUE])
m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([WITH_HTTP_SUPPORT_FALSE])
m4trace:configure.ac:188: -1- m4_pattern_allow([^_WITH_HTTP_SUPPORT$])
m4trace:configure.ac:188: -1- AM_CONDITIONAL([WITH_HTTP_SUPPORT], [true])
m4trace:configure.ac:188: -1- m4_pattern_allow([^WITH_HTTP_SUPPORT_TRUE$])
m4trace:configure.ac:188: -1- m4_pattern_allow([^WITH_HTTP_SUPPORT_FALSE$])
m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([WITH_HTTP_SUPPORT_TRUE])
m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([WITH_HTTP_SUPPORT_FALSE])
m4trace:configure.ac:196: -1- AM_CONDITIONAL([WITH_SFTP_SUPPORT], [false])
m4trace:configure.ac:196: -1- m4_pattern_allow([^WITH_SFTP_SUPPORT_TRUE$])
m4trace:configure.ac:196: -1- m4_pattern_allow([^WITH_SFTP_SUPPORT_FALSE$])
m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([WITH_SFTP_SUPPORT_TRUE])
m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([WITH_SFTP_SUPPORT_FALSE])
m4trace:configure.ac:196: -1- m4_pattern_allow([^_WITH_SFTP_SUPPORT$])
m4trace:configure.ac:196: -1- AM_CONDITIONAL([WITH_SFTP_SUPPORT], [true])
m4trace:configure.ac:196: -1- m4_pattern_allow([^WITH_SFTP_SUPPORT_TRUE$])
m4trace:configure.ac:196: -1- m4_pattern_allow([^WITH_SFTP_SUPPORT_FALSE$])
m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([WITH_SFTP_SUPPORT_TRUE])
m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([WITH_SFTP_SUPPORT_FALSE])
m4trace:configure.ac:204: -1- AM_CONDITIONAL([WITH_HTML_GUI], [true])
m4trace:configure.ac:204: -1- m4_pattern_allow([^WITH_HTML_GUI_TRUE$])
m4trace:configure.ac:204: -1- m4_pattern_allow([^WITH_HTML_GUI_FALSE$])
m4trace:configure.ac:204: -1- _AM_SUBST_NOTMAKE([WITH_HTML_GUI_TRUE])
m4trace:configure.ac:204: -1- _AM_SUBST_NOTMAKE([WITH_HTML_GUI_FALSE])
m4trace:configure.ac:204: -1- AM_CONDITIONAL([WITH_HTML_GUI], [false])
m4trace:configure.ac:204: -1- m4_pattern_allow([^WITH_HTML_GUI_TRUE$])
m4trace:configure.ac:204: -1- m4_pattern_allow([^WITH_HTML_GUI_FALSE$])
m4trace:configure.ac:204: -1- _AM_SUBST_NOTMAKE([WITH_HTML_GUI_TRUE])
m4trace:configure.ac:204: -1- _AM_SUBST_NOTMAKE([WITH_HTML_GUI_FALSE])
m4trace:configure.ac:211: -1- AM_CONDITIONAL([WITH_IP_DATABASE], [true])
m4trace:configure.ac:211: -1- m4_pattern_allow([^WITH_IP_DATABASE_TRUE$])
m4trace:configure.ac:211: -1- m4_pattern_allow([^WITH_IP_DATABASE_FALSE$])
m4trace:configure.ac:211: -1- _AM_SUBST_NOTMAKE([WITH_IP_DATABASE_TRUE])
m4trace:configure.ac:211: -1- _AM_SUBST_NOTMAKE([WITH_IP_DATABASE_FALSE])
m4trace:configure.ac:211: -1- m4_pattern_allow([^WITH_IP_DB$])
m4trace:configure.ac:211: -1- AM_CONDITIONAL([WITH_IP_DATABASE], [false])
m4trace:configure.ac:211: -1- m4_pattern_allow([^WITH_IP_DATABASE_TRUE$])
m4trace:configure.ac:211: -1- m4_pattern_allow([^WITH_IP_DATABASE_FALSE$])
m4trace:configure.ac:211: -1- _AM_SUBST_NOTMAKE([WITH_IP_DATABASE_TRUE])
m4trace:configure.ac:211: -1- _AM_SUBST_NOTMAKE([WITH_IP_DATABASE_FALSE])
m4trace:configure.ac:219: -1- AM_CONDITIONAL([WITH_ONETIME_SUPPORT], [true])
m4trace:configure.ac:219: -1- m4_pattern_allow([^WITH_ONETIME_SUPPORT_TRUE$])
m4trace:configure.ac:219: -1- m4_pattern_allow([^WITH_ONETIME_SUPPORT_FALSE$])
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([WITH_ONETIME_SUPPORT_TRUE])
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([WITH_ONETIME_SUPPORT_FALSE])
m4trace:configure.ac:219: -1- m4_pattern_allow([^WITH_ONETIME$])
m4trace:configure.ac:219: -1- AM_CONDITIONAL([WITH_ONETIME_SUPPORT], [false])
m4trace:configure.ac:219: -1- m4_pattern_allow([^WITH_ONETIME_SUPPORT_TRUE$])
m4trace:configure.ac:219: -1- m4_pattern_allow([^WITH_ONETIME_SUPPORT_FALSE$])
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([WITH_ONETIME_SUPPORT_TRUE])
m4trace:configure.ac:219: -1- _AM_SUBST_NOTMAKE([WITH_ONETIME_SUPPORT_FALSE])
m4trace:configure.ac:227: -1- AM_CONDITIONAL([WITHOUT_DUPCHECK], [true])
m4trace:configure.ac:227: -1- m4_pattern_allow([^WITHOUT_DUPCHECK_TRUE$])
m4trace:configure.ac:227: -1- m4_pattern_allow([^WITHOUT_DUPCHECK_FALSE$])
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([WITHOUT_DUPCHECK_TRUE])
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([WITHOUT_DUPCHECK_FALSE])
m4trace:configure.ac:227: -1- m4_pattern_allow([^WITH_DUP_CHECK$])
m4trace:configure.ac:227: -1- AM_CONDITIONAL([WITHOUT_DUPCHECK], [false])
m4trace:configure.ac:227: -1- m4_pattern_allow([^WITHOUT_DUPCHECK_TRUE$])
m4trace:configure.ac:227: -1- m4_pattern_allow([^WITHOUT_DUPCHECK_FALSE$])
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([WITHOUT_DUPCHECK_TRUE])
m4trace:configure.ac:227: -1- _AM_SUBST_NOTMAKE([WITHOUT_DUPCHECK_FALSE])
m4trace:configure.ac:235: -1- AM_CONDITIONAL([WITH_TRANS_EXEC], [false])
m4trace:configure.ac:235: -1- m4_pattern_allow([^WITH_TRANS_EXEC_TRUE$])
m4trace:configure.ac:235: -1- m4_pattern_allow([^WITH_TRANS_EXEC_FALSE$])
m4trace:configure.ac:235: -1- _AM_SUBST_NOTMAKE([WITH_TRANS_EXEC_TRUE])
m4trace:configure.ac:235: -1- _AM_SUBST_NOTMAKE([WITH_TRANS_EXEC_FALSE])
m4trace:configure.ac:235: -1- m4_pattern_allow([^_WITH_TRANS_EXEC$])
m4trace:configure.ac:235: -1- AM_CONDITIONAL([WITH_TRANS_EXEC], [true])
m4trace:configure.ac:235: -1- m4_pattern_allow([^WITH_TRANS_EXEC_TRUE$])
m4trace:configure.ac:235: -1- m4_pattern_allow([^WITH_TRANS_EXEC_FALSE$])
m4trace:configure.ac:235: -1- _AM_SUBST_NOTMAKE([WITH_TRANS_EXEC_TRUE])
m4trace:configure.ac:235: -1- _AM_SUBST_NOTMAKE([WITH_TRANS_EXEC_FALSE])
m4trace:configure.ac:248: -1- m4_pattern_allow([^_VERIFY_FSA$])
m4trace:configure.ac:248: -1- m4_pattern_allow([^_VERIFY_FSA$])
m4trace:configure.ac:255: -1- m4_pattern_allow([^IGNORE_DUPLICATE_JOB_IDS$])
m4trace:configure.ac:255: -1- m4_pattern_allow([^IGNORE_DUPLICATE_JOB_IDS$])
m4trace:configure.ac:262: -1- m4_pattern_allow([^WITH_CTRL_ACCELERATOR$])
m4trace:configure.ac:268: -1- m4_pattern_allow([^WITH_ARCHIVE_COPY_INFO$])
m4trace:configure.ac:274: -1- m4_pattern_allow([^ERROR_OFFLINE_FOR_NEW_HOST$])
m4trace:configure.ac:280: -1- m4_pattern_allow([^AFDBENCH_CONFIG$])
m4trace:configure.ac:286: -1- m4_pattern_allow([^WITH_AUTO_CONFIG$])
m4trace:configure.ac:292: -1- m4_pattern_allow([^AFD_CTRL_PROC_CHECK$])
m4trace:configure.ac:298: -1- m4_pattern_allow([^REPORT_EMPTY_DIR_SCANS$])
m4trace:configure.ac:304: -1- m4_pattern_allow([^EXPAND_PATH_IN_MESSAGE$])
m4trace:configure.ac:310: -1- m4_pattern_allow([^STAT_IN_FIFODIR$])
m4trace:configure.ac:316: -1- m4_pattern_allow([^WITH_SETUID_PROGS$])
m4trace:configure.ac:316: -1- AM_CONDITIONAL([WITH_SETUID], [true])
m4trace:configure.ac:316: -1- m4_pattern_allow([^WITH_SETUID_TRUE$])
m4trace:configure.ac:316: -1- m4_pattern_allow([^WITH_SETUID_FALSE$])
m4trace:configure.ac:316: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_TRUE])
m4trace:configure.ac:316: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_FALSE])
m4trace:configure.ac:316: -1- AM_CONDITIONAL([WITH_SETUID], [false])
m4trace:configure.ac:316: -1- m4_pattern_allow([^WITH_SETUID_TRUE$])
m4trace:configure.ac:316: -1- m4_pattern_allow([^WITH_SETUID_FALSE$])
m4trace:configure.ac:316: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_TRUE])
m4trace:configure.ac:316: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_FALSE])
m4trace:configure.ac:324: -1- AM_CONDITIONAL([WITH_ATPD_SUPPORT], [true])
m4trace:configure.ac:324: -1- m4_pattern_allow([^WITH_ATPD_SUPPORT_TRUE$])
m4trace:configure.ac:324: -1- m4_pattern_allow([^WITH_ATPD_SUPPORT_FALSE$])
m4trace:configure.ac:324: -1- _AM_SUBST_NOTMAKE([WITH_ATPD_SUPPORT_TRUE])
m4trace:configure.ac:324: -1- _AM_SUBST_NOTMAKE([WITH_ATPD_SUPPORT_FALSE])
m4trace:configure.ac:324: -1- m4_pattern_allow([^_WITH_ATPD_SUPPORT$])
m4trace:configure.ac:324: -1- AM_CONDITIONAL([WITH_ATPD_SUPPORT], [false])
m4trace:configure.ac:324: -1- m4_pattern_allow([^WITH_ATPD_SUPPORT_TRUE$])
m4trace:configure.ac:324: -1- m4_pattern_allow([^WITH_ATPD_SUPPORT_FALSE$])
m4trace:configure.ac:324: -1- _AM_SUBST_NOTMAKE([WITH_ATPD_SUPPORT_TRUE])
m4trace:configure.ac:324: -1- _AM_SUBST_NOTMAKE([WITH_ATPD_SUPPORT_FALSE])
m4trace:configure.ac:332: -1- AM_CONDITIONAL([WITH_WMOD_SUPPORT], [true])
m4trace:configure.ac:332: -1- m4_pattern_allow([^WITH_WMOD_SUPPORT_TRUE$])
m4trace:configure.ac:332: -1- m4_pattern_allow([^WITH_WMOD_SUPPORT_FALSE$])
m4trace:configure.ac:332: -1- _AM_SUBST_NOTMAKE([WITH_WMOD_SUPPORT_TRUE])
m4trace:configure.ac:332: -1- _AM_SUBST_NOTMAKE([WITH_WMOD_SUPPORT_FALSE])
m4trace:configure.ac:332: -1- m4_pattern_allow([^_WITH_WMOD_SUPPORT$])
m4trace:configure.ac:332: -1- AM_CONDITIONAL([WITH_WMOD_SUPPORT], [false])
m4trace:configure.ac:332: -1- m4_pattern_allow([^WITH_WMOD_SUPPORT_TRUE$])
m4trace:configure.ac:332: -1- m4_pattern_allow([^WITH_WMOD_SUPPORT_FALSE$])
m4trace:configure.ac:332: -1- _AM_SUBST_NOTMAKE([WITH_WMOD_SUPPORT_TRUE])
m4trace:configure.ac:332: -1- _AM_SUBST_NOTMAKE([WITH_WMOD_SUPPORT_FALSE])
m4trace:configure.ac:340: -1- AM_CONDITIONAL([WITH_DE_MAIL_SUPPORT], [true])
m4trace:configure.ac:340: -1- m4_pattern_allow([^WITH_DE_MAIL_SUPPORT_TRUE$])
m4trace:configure.ac:340: -1- m4_pattern_allow([^WITH_DE_MAIL_SUPPORT_FALSE$])
m4trace:configure.ac:340: -1- _AM_SUBST_NOTMAKE([WITH_DE_MAIL_SUPPORT_TRUE])
m4trace:configure.ac:340: -1- _AM_SUBST_NOTMAKE([WITH_DE_MAIL_SUPPORT_FALSE])
m4trace:configure.ac:340: -1- m4_pattern_allow([^_WITH_DE_MAIL_SUPPORT$])
m4trace:configure.ac:340: -1- AM_CONDITIONAL([WITH_DE_MAIL_SUPPORT], [false])
m4trace:configure.ac:340: -1- m4_pattern_allow([^WITH_DE_MAIL_SUPPORT_TRUE$])
m4trace:configure.ac:340: -1- m4_pattern_allow([^WITH_DE_MAIL_SUPPORT_FALSE$])
m4trace:configure.ac:340: -1- _AM_SUBST_NOTMAKE([WITH_DE_MAIL_SUPPORT_TRUE])
m4trace:configure.ac:340: -1- _AM_SUBST_NOTMAKE([WITH_DE_MAIL_SUPPORT_FALSE])
m4trace:configure.ac:348: -1- m4_pattern_allow([^WITH_UNLINK_DELAY$])
m4trace:configure.ac:354: -1- m4_pattern_allow([^WITH_MULTI_DIR_SCANS$])
m4trace:configure.ac:360: -1- AM_CONDITIONAL([WITH_MULTI_FS_SUPPORT], [true])
m4trace:configure.ac:360: -1- m4_pattern_allow([^WITH_MULTI_FS_SUPPORT_TRUE$])
m4trace:configure.ac:360: -1- m4_pattern_allow([^WITH_MULTI_FS_SUPPORT_FALSE$])
m4trace:configure.ac:360: -1- _AM_SUBST_NOTMAKE([WITH_MULTI_FS_SUPPORT_TRUE])
m4trace:configure.ac:360: -1- _AM_SUBST_NOTMAKE([WITH_MULTI_FS_SUPPORT_FALSE])
m4trace:configure.ac:360: -1- m4_pattern_allow([^MULTI_FS_SUPPORT$])
m4trace:configure.ac:360: -1- AM_CONDITIONAL([WITH_MULTI_FS_SUPPORT], [false])
m4trace:configure.ac:360: -1- m4_pattern_allow([^WITH_MULTI_FS_SUPPORT_TRUE$])
m4trace:configure.ac:360: -1- m4_pattern_allow([^WITH_MULTI_FS_SUPPORT_FALSE$])
m4trace:configure.ac:360: -1- _AM_SUBST_NOTMAKE([WITH_MULTI_FS_SUPPORT_TRUE])
m4trace:configure.ac:360: -1- _AM_SUBST_NOTMAKE([WITH_MULTI_FS_SUPPORT_FALSE])
m4trace:configure.ac:368: -1- m4_pattern_allow([^FTP_REUSE_DATA_PORT$])
m4trace:configure.ac:374: -1- m4_pattern_allow([^WITH_ASCII_ONLY_SUBJECT$])
m4trace:configure.ac:380: -1- m4_pattern_allow([^WITH_MS_ERROR_WORKAROUND$])
m4trace:configure.ac:386: -1- m4_pattern_allow([^HTTP_NO_AUTO_BASIC_AUTH$])
m4trace:configure.ac:392: -1- m4_pattern_allow([^GROUP_CAN_WRITE$])
m4trace:configure.ac:400: -1- m4_pattern_allow([^LOCK_DEBUG$])
m4trace:configure.ac:406: -1- m4_pattern_allow([^SHOW_EXEC_TIMES$])
m4trace:configure.ac:412: -1- m4_pattern_allow([^WITH_SENDFILE$])
m4trace:configure.ac:418: -1- m4_pattern_allow([^WITH_SPLICE_SUPPORT$])
m4trace:configure.ac:424: -1- m4_pattern_allow([^WITH_READY_FILES$])
m4trace:configure.ac:430: -1- m4_pattern_allow([^_WITH_MAP_SUPPORT$])
m4trace:configure.ac:430: -1- AM_CONDITIONAL([WITH_MAP_SUPPORT], [true])
m4trace:configure.ac:430: -1- m4_pattern_allow([^WITH_MAP_SUPPORT_TRUE$])
m4trace:configure.ac:430: -1- m4_pattern_allow([^WITH_MAP_SUPPORT_FALSE$])
m4trace:configure.ac:430: -1- _AM_SUBST_NOTMAKE([WITH_MAP_SUPPORT_TRUE])
m4trace:configure.ac:430: -1- _AM_SUBST_NOTMAKE([WITH_MAP_SUPPORT_FALSE])
m4trace:configure.ac:430: -1- AM_CONDITIONAL([WITH_MAP_SUPPORT], [false])
m4trace:configure.ac:430: -1- m4_pattern_allow([^WITH_MAP_SUPPORT_TRUE$])
m4trace:configure.ac:430: -1- m4_pattern_allow([^WITH_MAP_SUPPORT_FALSE$])
m4trace:configure.ac:430: -1- _AM_SUBST_NOTMAKE([WITH_MAP_SUPPORT_TRUE])
m4trace:configure.ac:430: -1- _AM_SUBST_NOTMAKE([WITH_MAP_SUPPORT_FALSE])
m4trace:configure.ac:430: -1- AM_CONDITIONAL([WITH_MAP_SUPPORT], [false])
m4trace:configure.ac:430: -1- m4_pattern_allow([^WITH_MAP_SUPPORT_TRUE$])
m4trace:configure.ac:430: -1- m4_pattern_allow([^WITH_MAP_SUPPORT_FALSE$])
m4trace:configure.ac:430: -1- _AM_SUBST_NOTMAKE([WITH_MAP_SUPPORT_TRUE])
m4trace:configure.ac:430: -1- _AM_SUBST_NOTMAKE([WITH_MAP_SUPPORT_FALSE])
m4trace:configure.ac:449: -1- m4_pattern_allow([^AFD_MAP_LIBS$])
m4trace:configure.ac:451: -1- m4_pattern_allow([^_WITH_DFAX_SUPPORT$])
m4trace:configure.ac:451: -1- AM_CONDITIONAL([WITH_DFAX_SUPPORT], [true])
m4trace:configure.ac:451: -1- m4_pattern_allow([^WITH_DFAX_SUPPORT_TRUE$])
m4trace:configure.ac:451: -1- m4_pattern_allow([^WITH_DFAX_SUPPORT_FALSE$])
m4trace:configure.ac:451: -1- _AM_SUBST_NOTMAKE([WITH_DFAX_SUPPORT_TRUE])
m4trace:configure.ac:451: -1- _AM_SUBST_NOTMAKE([WITH_DFAX_SUPPORT_FALSE])
m4trace:configure.ac:451: -1- AM_CONDITIONAL([WITH_DFAX_SUPPORT], [false])
m4trace:configure.ac:451: -1- m4_pattern_allow([^WITH_DFAX_SUPPORT_TRUE$])
m4trace:configure.ac:451: -1- m4_pattern_allow([^WITH_DFAX_SUPPORT_FALSE$])
m4trace:configure.ac:451: -1- _AM_SUBST_NOTMAKE([WITH_DFAX_SUPPORT_TRUE])
m4trace:configure.ac:451: -1- _AM_SUBST_NOTMAKE([WITH_DFAX_SUPPORT_FALSE])
m4trace:configure.ac:451: -1- AM_CONDITIONAL([WITH_DFAX_SUPPORT], [false])
m4trace:configure.ac:451: -1- m4_pattern_allow([^WITH_DFAX_SUPPORT_TRUE$])
m4trace:configure.ac:451: -1- m4_pattern_allow([^WITH_DFAX_SUPPORT_FALSE$])
m4trace:configure.ac:451: -1- _AM_SUBST_NOTMAKE([WITH_DFAX_SUPPORT_TRUE])
m4trace:configure.ac:451: -1- _AM_SUBST_NOTMAKE([WITH_DFAX_SUPPORT_FALSE])
m4trace:configure.ac:473: -1- m4_pattern_allow([^AFD_DFAX_LIBS$])
m4trace:configure.ac:475: -1- m4_pattern_allow([^WITH_PASSWD_IN_MSG$])
m4trace:configure.ac:489: -2- AM_CONDITIONAL([WITH_MISC_LIB], [true])
m4trace:configure.ac:489: -2- m4_pattern_allow([^WITH_MISC_LIB_TRUE$])
m4trace:configure.ac:489: -2- m4_pattern_allow([^WITH_MISC_LIB_FALSE$])
m4trace:configure.ac:489: -2- _AM_SUBST_NOTMAKE([WITH_MISC_LIB_TRUE])
m4trace:configure.ac:489: -2- _AM_SUBST_NOTMAKE([WITH_MISC_LIB_FALSE])
m4trace:configure.ac:481: -1- m4_pattern_allow([^WITH_EUMETSAT_HEADERS$])
m4trace:configure.ac:481: -1- AM_CONDITIONAL([WITH_MISC_LIB], [true])
m4trace:configure.ac:481: -1- m4_pattern_allow([^WITH_MISC_LIB_TRUE$])
m4trace:configure.ac:481: -1- m4_pattern_allow([^WITH_MISC_LIB_FALSE$])
m4trace:configure.ac:481: -1- _AM_SUBST_NOTMAKE([WITH_MISC_LIB_TRUE])
m4trace:configure.ac:481: -1- _AM_SUBST_NOTMAKE([WITH_MISC_LIB_FALSE])
m4trace:configure.ac:481: -1- AM_CONDITIONAL([WITH_MISC_LIB], [false])
m4trace:configure.ac:481: -1- m4_pattern_allow([^WITH_MISC_LIB_TRUE$])
m4trace:configure.ac:481: -1- m4_pattern_allow([^WITH_MISC_LIB_FALSE$])
m4trace:configure.ac:481: -1- _AM_SUBST_NOTMAKE([WITH_MISC_LIB_TRUE])
m4trace:configure.ac:481: -1- _AM_SUBST_NOTMAKE([WITH_MISC_LIB_FALSE])
m4trace:configure.ac:514: -2- AM_CONDITIONAL([WITH_SSL_SUPPORT], [true])
m4trace:configure.ac:514: -2- m4_pattern_allow([^WITH_SSL_SUPPORT_TRUE$])
m4trace:configure.ac:514: -2- m4_pattern_allow([^WITH_SSL_SUPPORT_FALSE$])
m4trace:configure.ac:514: -2- _AM_SUBST_NOTMAKE([WITH_SSL_SUPPORT_TRUE])
m4trace:configure.ac:514: -2- _AM_SUBST_NOTMAKE([WITH_SSL_SUPPORT_FALSE])
m4trace:configure.ac:491: -1- AM_CONDITIONAL([WITH_SSL_SUPPORT], [true])
m4trace:configure.ac:491: -1- m4_pattern_allow([^WITH_SSL_SUPPORT_TRUE$])
m4trace:configure.ac:491: -1- m4_pattern_allow([^WITH_SSL_SUPPORT_FALSE$])
m4trace:configure.ac:491: -1- _AM_SUBST_NOTMAKE([WITH_SSL_SUPPORT_TRUE])
m4trace:configure.ac:491: -1- _AM_SUBST_NOTMAKE([WITH_SSL_SUPPORT_FALSE])
m4trace:configure.ac:491: -1- AM_CONDITIONAL([WITH_SSL_SUPPORT], [false])
m4trace:configure.ac:491: -1- m4_pattern_allow([^WITH_SSL_SUPPORT_TRUE$])
m4trace:configure.ac:491: -1- m4_pattern_allow([^WITH_SSL_SUPPORT_FALSE$])
m4trace:configure.ac:491: -1- _AM_SUBST_NOTMAKE([WITH_SSL_SUPPORT_TRUE])
m4trace:configure.ac:491: -1- _AM_SUBST_NOTMAKE([WITH_SSL_SUPPORT_FALSE])
m4trace:configure.ac:523: -1- m4_pattern_allow([^WITH_EDITRES$])
m4trace:configure.ac:552: -2- m4_pattern_allow([^XOR_KEY$])
m4trace:configure.ac:558: -1- m4_pattern_allow([^WITH_AFD_MON$])
m4trace:configure.ac:566: -1- AM_CONDITIONAL([WITH_AFD_MON_ONLY], [$compile_afd_mon_only])
m4trace:configure.ac:566: -1- m4_pattern_allow([^WITH_AFD_MON_ONLY_TRUE$])
m4trace:configure.ac:566: -1- m4_pattern_allow([^WITH_AFD_MON_ONLY_FALSE$])
m4trace:configure.ac:566: -1- _AM_SUBST_NOTMAKE([WITH_AFD_MON_ONLY_TRUE])
m4trace:configure.ac:566: -1- _AM_SUBST_NOTMAKE([WITH_AFD_MON_ONLY_FALSE])
m4trace:configure.ac:570: -1- m4_pattern_allow([^WITH_AFD_MON$])
m4trace:configure.ac:579: -1- AM_CONDITIONAL([WITH_AFD_MON], [$afd_mon])
m4trace:configure.ac:579: -1- m4_pattern_allow([^WITH_AFD_MON_TRUE$])
m4trace:configure.ac:579: -1- m4_pattern_allow([^WITH_AFD_MON_FALSE$])
m4trace:configure.ac:579: -1- _AM_SUBST_NOTMAKE([WITH_AFD_MON_TRUE])
m4trace:configure.ac:579: -1- _AM_SUBST_NOTMAKE([WITH_AFD_MON_FALSE])
m4trace:configure.ac:591: -1- m4_pattern_allow([^WITH_AFD_MON_SPEC$])
m4trace:configure.ac:595: -1- m4_pattern_allow([^DIR_CHECK_CAP_CHOWN$])
m4trace:configure.ac:608: -1- AM_CONDITIONAL([WITH_HARDLINKS_PROTECTED_CHECK], [false])
m4trace:configure.ac:608: -1- m4_pattern_allow([^WITH_HARDLINKS_PROTECTED_CHECK_TRUE$])
m4trace:configure.ac:608: -1- m4_pattern_allow([^WITH_HARDLINKS_PROTECTED_CHECK_FALSE$])
m4trace:configure.ac:608: -1- _AM_SUBST_NOTMAKE([WITH_HARDLINKS_PROTECTED_CHECK_TRUE])
m4trace:configure.ac:608: -1- _AM_SUBST_NOTMAKE([WITH_HARDLINKS_PROTECTED_CHECK_FALSE])
m4trace:configure.ac:624: -1- AM_CONDITIONAL([WITH_HARDLINKS_PROTECTED_CHECK], [true])
m4trace:configure.ac:624: -1- m4_pattern_allow([^WITH_HARDLINKS_PROTECTED_CHECK_TRUE$])
m4trace:configure.ac:624: -1- m4_pattern_allow([^WITH_HARDLINKS_PROTECTED_CHECK_FALSE$])
m4trace:configure.ac:624: -1- _AM_SUBST_NOTMAKE([WITH_HARDLINKS_PROTECTED_CHECK_TRUE])
m4trace:configure.ac:624: -1- _AM_SUBST_NOTMAKE([WITH_HARDLINKS_PROTECTED_CHECK_FALSE])
m4trace:configure.ac:626: -1- m4_pattern_allow([^AFD_CAP_LIB$])
m4trace:configure.ac:627: -1- m4_pattern_allow([^WITH_DIR_CHECK_CAP_CHOWN$])
m4trace:configure.ac:718: -1- m4_pattern_allow([^DISTRO_STYLE_RPMS$])
m4trace:configure.ac:733: -1- m4_pattern_allow([^MAX_NO_PARALLEL_JOBS$])
m4trace:configure.ac:742: -1- m4_pattern_allow([^DEFAULT_NO_PARALLEL_JOBS$])
m4trace:configure.ac:750: -1- m4_pattern_allow([^DEFAULT_ARCHIVE_UNIT$])
m4trace:configure.ac:758: -1- m4_pattern_allow([^MAX_HOSTNAME_LENGTH$])
m4trace:configure.ac:765: -1- m4_pattern_allow([^MAX_DIR_ALIAS_LENGTH$])
m4trace:configure.ac:772: -1- m4_pattern_allow([^MAX_AFDNAME_LENGTH$])
m4trace:configure.ac:779: -1- m4_pattern_allow([^MAX_REAL_HOSTNAME_LENGTH$])
m4trace:configure.ac:786: -1- m4_pattern_allow([^MAX_RECIPIENT_LENGTH$])
m4trace:configure.ac:808: -1- m4_pattern_allow([^INITDIR$])
m4trace:configure.ac:824: -1- m4_pattern_allow([^SYSCONFIGDIR$])
m4trace:configure.ac:833: -1- m4_pattern_allow([^cleaned_configure_args$])
m4trace:configure.ac:870: -1- m4_pattern_allow([^BINARY_OWNER$])
m4trace:configure.ac:877: -1- m4_pattern_allow([^BINARY_GROUP$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^build$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^build_cpu$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^build_vendor$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^build_os$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.ac:880: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^ac_ct_CC$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:884: -1- _AM_PROG_CC_C_O
m4trace:configure.ac:884: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
m4trace:configure.ac:884: -1- _AM_DEPENDENCIES([CC])
m4trace:configure.ac:884: -1- m4_pattern_allow([^CCDEPMODE$])
m4trace:configure.ac:884: -1- AM_CONDITIONAL([am__fastdepCC], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
m4trace:configure.ac:884: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
m4trace:configure.ac:884: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
m4trace:configure.ac:884: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
m4trace:configure.ac:884: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
m4trace:configure.ac:885: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.ac:902: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:902: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:902: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:902: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:902: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:905: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:905: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:905: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:905: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:905: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:908: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:908: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:908: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:908: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:908: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:911: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:911: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:911: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:911: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:911: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:928: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:928: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:928: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:928: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:928: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:947: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:947: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:947: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:947: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:947: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:955: -1- AM_CONDITIONAL([IS_LINUX], [true])
m4trace:configure.ac:955: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:955: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:955: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:955: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:1029: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:1029: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:1029: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:1029: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:1029: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:1032: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:1032: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:1032: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:1032: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:1032: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:1035: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:1035: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:1035: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:1035: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:1035: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:1038: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:1038: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:1038: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:1038: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:1041: -1- AM_CONDITIONAL([IS_LINUX], [false])
m4trace:configure.ac:1041: -1- m4_pattern_allow([^IS_LINUX_TRUE$])
m4trace:configure.ac:1041: -1- m4_pattern_allow([^IS_LINUX_FALSE$])
m4trace:configure.ac:1041: -1- _AM_SUBST_NOTMAKE([IS_LINUX_TRUE])
m4trace:configure.ac:1041: -1- _AM_SUBST_NOTMAKE([IS_LINUX_FALSE])
m4trace:configure.ac:1057: -1- AX_GCC_ARCHFLAG([no], [OPTIMIZE_FLAG="-O2 ${ax_cv_gcc_archflag}"], [OPTIMIZE_FLAG="-O2"])
m4trace:configure.ac:1057: -1- m4_pattern_allow([^SED$])
m4trace:configure.ac:1057: -1- AX_COMPILER_VENDOR
m4trace:configure.ac:1057: -1- AX_GCC_X86_CPUID([0])
m4trace:configure.ac:1057: -1- AX_GCC_X86_CPUID_COUNT([0], [0])
m4trace:configure.ac:1057: -1- AX_GCC_X86_CPUID([1])
m4trace:configure.ac:1057: -1- AX_GCC_X86_CPUID_COUNT([1], [0])
m4trace:configure.ac:1057: -1- m4_pattern_allow([^PRTDIAG$])
m4trace:configure.ac:1057: -1- AX_CHECK_COMPILE_FLAG([$flag], [if test "x$ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor" = xclang; then
if test "x[]m4_default([no],yes)" = xyes; then
if test "x$flag" = "x-march=$arch"; then flag=-mtune=$arch; fi
fi
fi; ax_cv_gcc_archflag=$flag; break])
m4trace:configure.ac:1085: -1- AX_CHECK_COMPILE_FLAG(["-fstack-protector"], [SECURITY_FLAG="${SECURITY_FLAG} -fstack-protector"], [SECURITY_FLAG="${SECURITY_FLAG}"])
m4trace:configure.ac:1086: -1- AX_CHECK_COMPILE_FLAG(["-pie"], [SECURITY_FLAG="${SECURITY_FLAG} -pie"], [SECURITY_FLAG="${SECURITY_FLAG}"])
m4trace:configure.ac:1087: -1- AX_CHECK_COMPILE_FLAG(["-fPIC"], [SECURITY_FLAG="${SECURITY_FLAG} -fPIC"], [SECURITY_FLAG="${SECURITY_FLAG}"])
m4trace:configure.ac:1095: -1- AX_CHECK_COMPILE_FLAG(["-fsanitize=address"], [SANITIZER_FLAG="${SANITIZER_FLAG} -fsanitize=address"], [SANITIZER_FLAG="${SANITIZER_FLAG}"])
m4trace:configure.ac:1103: -1- AX_CHECK_COMPILE_FLAG(["-fanalyzer"], [ANALYZER_FLAG="${ANALYZER_FLAG} -fanalyzer"], [ANALYZER_FLAG="${ANALYZER_FLAG}"])
m4trace:configure.ac:1128: -1- AX_CHECK_COMPILE_FLAG(["-D_FORTIFY_SOURCE=2"], [SECURITY_FLAG="-D_FORTIFY_SOURCE=2"], [SECURITY_FLAG=""])
m4trace:configure.ac:1135: -1- AX_CHECK_COMPILE_FLAG(["-fPIC"], [SECURITY_FLAG="${SECURITY_FLAG} -fPIC"], [SECURITY_FLAG="${SECURITY_FLAG}"])
m4trace:configure.ac:1176: -1- PKG_CHECK_MODULES([LIBSYSTEMD], [libsystemd], [AC_DEFINE([WITH_SYSTEMD], [], [Building with systemd support])
AC_MSG_RESULT(Building with systemd support)], [AC_MSG_RESULT(Building without systemd support)
use_systemd="no"])
m4trace:configure.ac:1176: -1- PKG_PROG_PKG_CONFIG
m4trace:configure.ac:1176: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^PKG_CONFIG$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^PKG_CONFIG$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^LIBSYSTEMD_CFLAGS$])
m4trace:configure.ac:1176: -1- m4_pattern_allow([^LIBSYSTEMD_LIBS$])
m4trace:configure.ac:1176: -1- PKG_CHECK_EXISTS([libsystemd], [pkg_cv_[]LIBSYSTEMD_CFLAGS=`$PKG_CONFIG --[]cflags "libsystemd" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
m4trace:configure.ac:1176: -1- PKG_CHECK_EXISTS([libsystemd], [pkg_cv_[]LIBSYSTEMD_LIBS=`$PKG_CONFIG --[]libs "libsystemd" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
m4trace:configure.ac:1176: -1- _PKG_SHORT_ERRORS_SUPPORTED
m4trace:configure.ac:1176: -1- m4_pattern_allow([^WITH_SYSTEMD$])
m4trace:configure.ac:1196: -1- AM_CONDITIONAL([WITH_SYSTEMD], [true])
m4trace:configure.ac:1196: -1- m4_pattern_allow([^WITH_SYSTEMD_TRUE$])
m4trace:configure.ac:1196: -1- m4_pattern_allow([^WITH_SYSTEMD_FALSE$])
m4trace:configure.ac:1196: -1- _AM_SUBST_NOTMAKE([WITH_SYSTEMD_TRUE])
m4trace:configure.ac:1196: -1- _AM_SUBST_NOTMAKE([WITH_SYSTEMD_FALSE])
m4trace:configure.ac:1218: -1- AM_CONDITIONAL([WITH_SYSTEMD], [false])
m4trace:configure.ac:1218: -1- m4_pattern_allow([^WITH_SYSTEMD_TRUE$])
m4trace:configure.ac:1218: -1- m4_pattern_allow([^WITH_SYSTEMD_FALSE$])
m4trace:configure.ac:1218: -1- _AM_SUBST_NOTMAKE([WITH_SYSTEMD_TRUE])
m4trace:configure.ac:1218: -1- _AM_SUBST_NOTMAKE([WITH_SYSTEMD_FALSE])
m4trace:configure.ac:1222: -1- m4_pattern_allow([^WITH_SYSTMD$])
m4trace:configure.ac:1230: -1- AX_CHECK_COMPILE_FLAG(["-msse4.2"], [CRCFLAGS="-msse4.2"], [CRCFLAGS=""])
m4trace:configure.ac:1256: -1- m4_pattern_allow([^HAVE_HW_CRC32$])
m4trace:configure.ac:1271: -1- VL_PROG_CC_WARNINGS
m4trace:configure.ac:1279: -1- AX_CHECK_COMPILE_FLAG(["-Wstringop-overflow"], [CFLAGS="${CFLAGS} -Wstringop-overflow"], [CFLAGS="${CFLAGS}"])
m4trace:configure.ac:1285: -1- m4_pattern_allow([^WITH_SETUID$])
m4trace:configure.ac:1291: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$])
m4trace:configure.ac:1291: -1- m4_pattern_allow([^_LARGE_FILES$])
m4trace:configure.ac:1291: -1- m4_pattern_allow([^_TIME_BITS$])
m4trace:configure.ac:1291: -1- m4_pattern_allow([^__MINGW_USE_VC2005_COMPAT$])
m4trace:configure.ac:1295: -1- m4_pattern_allow([^AFD_MATH_LIB$])
m4trace:configure.ac:1296: -1- ETR_SOCKET_NSL
m4trace:configure.ac:1296: -1- m4_pattern_allow([^EXTRA_SOCKET_LIBS$])
m4trace:configure.ac:1308: -1- m4_pattern_allow([^PKGCONFIG$])
m4trace:configure.ac:1349: -1- m4_pattern_allow([^AFD_SSL_INCLUDES$])
m4trace:configure.ac:1350: -1- m4_pattern_allow([^AFD_SSL_LIBS$])
m4trace:configure.ac:1351: -1- m4_pattern_allow([^WITH_SSL$])
m4trace:configure.ac:1361: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [./lib/autoconf/general.m4:2979: AC_RUN_IFELSE is expanded from...
configure.ac:1361: the top level])
m4trace:configure.ac:1392: -1- AM_CONDITIONAL([HAVE_TLS_CLIENT_METHOD], [true])
m4trace:configure.ac:1392: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_TRUE$])
m4trace:configure.ac:1392: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_FALSE$])
m4trace:configure.ac:1392: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_TRUE])
m4trace:configure.ac:1392: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_FALSE])
m4trace:configure.ac:1392: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD$])
m4trace:configure.ac:1392: -1- AM_CONDITIONAL([HAVE_TLS_CLIENT_METHOD], [false])
m4trace:configure.ac:1392: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_TRUE$])
m4trace:configure.ac:1392: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_FALSE$])
m4trace:configure.ac:1392: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_TRUE])
m4trace:configure.ac:1392: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_FALSE])
m4trace:configure.ac:1396: -1- AM_CONDITIONAL([HAVE_TLS_SERVER_METHOD], [true])
m4trace:configure.ac:1396: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_TRUE$])
m4trace:configure.ac:1396: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_FALSE$])
m4trace:configure.ac:1396: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_TRUE])
m4trace:configure.ac:1396: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_FALSE])
m4trace:configure.ac:1396: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD$])
m4trace:configure.ac:1396: -1- AM_CONDITIONAL([HAVE_TLS_SERVER_METHOD], [false])
m4trace:configure.ac:1396: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_TRUE$])
m4trace:configure.ac:1396: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_FALSE$])
m4trace:configure.ac:1396: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_TRUE])
m4trace:configure.ac:1396: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_FALSE])
m4trace:configure.ac:1400: -1- AM_CONDITIONAL([HAVE_EVP_SHA256], [true])
m4trace:configure.ac:1400: -1- m4_pattern_allow([^HAVE_EVP_SHA256_TRUE$])
m4trace:configure.ac:1400: -1- m4_pattern_allow([^HAVE_EVP_SHA256_FALSE$])
m4trace:configure.ac:1400: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_TRUE])
m4trace:configure.ac:1400: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_FALSE])
m4trace:configure.ac:1400: -1- m4_pattern_allow([^HAVE_EVP_SHA256$])
m4trace:configure.ac:1400: -1- AM_CONDITIONAL([HAVE_EVP_SHA256], [false])
m4trace:configure.ac:1400: -1- m4_pattern_allow([^HAVE_EVP_SHA256_TRUE$])
m4trace:configure.ac:1400: -1- m4_pattern_allow([^HAVE_EVP_SHA256_FALSE$])
m4trace:configure.ac:1400: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_TRUE])
m4trace:configure.ac:1400: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_FALSE])
m4trace:configure.ac:1404: -1- AM_CONDITIONAL([HAVE_EVP_SHA512_256], [true])
m4trace:configure.ac:1404: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_TRUE$])
m4trace:configure.ac:1404: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_FALSE$])
m4trace:configure.ac:1404: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_TRUE])
m4trace:configure.ac:1404: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_FALSE])
m4trace:configure.ac:1404: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256$])
m4trace:configure.ac:1404: -1- AM_CONDITIONAL([HAVE_EVP_SHA512_256], [false])
m4trace:configure.ac:1404: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_TRUE$])
m4trace:configure.ac:1404: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_FALSE$])
m4trace:configure.ac:1404: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_TRUE])
m4trace:configure.ac:1404: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_FALSE])
m4trace:configure.ac:1424: -1- AM_CONDITIONAL([HAVE_TLS_CLIENT_METHOD], [false])
m4trace:configure.ac:1424: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_TRUE$])
m4trace:configure.ac:1424: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_FALSE$])
m4trace:configure.ac:1424: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_TRUE])
m4trace:configure.ac:1424: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_FALSE])
m4trace:configure.ac:1425: -1- AM_CONDITIONAL([HAVE_TLS_SERVER_METHOD], [false])
m4trace:configure.ac:1425: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_TRUE$])
m4trace:configure.ac:1425: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_FALSE$])
m4trace:configure.ac:1425: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_TRUE])
m4trace:configure.ac:1425: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_FALSE])
m4trace:configure.ac:1426: -1- AM_CONDITIONAL([HAVE_EVP_SHA256], [false])
m4trace:configure.ac:1426: -1- m4_pattern_allow([^HAVE_EVP_SHA256_TRUE$])
m4trace:configure.ac:1426: -1- m4_pattern_allow([^HAVE_EVP_SHA256_FALSE$])
m4trace:configure.ac:1426: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_TRUE])
m4trace:configure.ac:1426: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_FALSE])
m4trace:configure.ac:1427: -1- AM_CONDITIONAL([HAVE_EVP_SHA512_256], [false])
m4trace:configure.ac:1427: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_TRUE$])
m4trace:configure.ac:1427: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_FALSE$])
m4trace:configure.ac:1427: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_TRUE])
m4trace:configure.ac:1427: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_FALSE])
m4trace:configure.ac:1430: -1- AM_CONDITIONAL([HAVE_TLS_CLIENT_METHOD], [false])
m4trace:configure.ac:1430: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_TRUE$])
m4trace:configure.ac:1430: -1- m4_pattern_allow([^HAVE_TLS_CLIENT_METHOD_FALSE$])
m4trace:configure.ac:1430: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_TRUE])
m4trace:configure.ac:1430: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_CLIENT_METHOD_FALSE])
m4trace:configure.ac:1431: -1- AM_CONDITIONAL([HAVE_TLS_SERVER_METHOD], [false])
m4trace:configure.ac:1431: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_TRUE$])
m4trace:configure.ac:1431: -1- m4_pattern_allow([^HAVE_TLS_SERVER_METHOD_FALSE$])
m4trace:configure.ac:1431: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_TRUE])
m4trace:configure.ac:1431: -1- _AM_SUBST_NOTMAKE([HAVE_TLS_SERVER_METHOD_FALSE])
m4trace:configure.ac:1432: -1- AM_CONDITIONAL([HAVE_EVP_SHA256], [false])
m4trace:configure.ac:1432: -1- m4_pattern_allow([^HAVE_EVP_SHA256_TRUE$])
m4trace:configure.ac:1432: -1- m4_pattern_allow([^HAVE_EVP_SHA256_FALSE$])
m4trace:configure.ac:1432: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_TRUE])
m4trace:configure.ac:1432: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA256_FALSE])
m4trace:configure.ac:1433: -1- AM_CONDITIONAL([HAVE_EVP_SHA512_256], [false])
m4trace:configure.ac:1433: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_TRUE$])
m4trace:configure.ac:1433: -1- m4_pattern_allow([^HAVE_EVP_SHA512_256_FALSE$])
m4trace:configure.ac:1433: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_TRUE])
m4trace:configure.ac:1433: -1- _AM_SUBST_NOTMAKE([HAVE_EVP_SHA512_256_FALSE])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^XMKMF$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^CPP$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^CPP$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^X_CFLAGS$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^X_PRE_LIBS$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^X_LIBS$])
m4trace:configure.ac:1437: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
m4trace:configure.ac:1458: -1- AC_FIND_LIBXP
m4trace:configure.ac:1458: -1- m4_pattern_allow([^HAVE_LIB_XP$])
m4trace:configure.ac:1458: -1- m4_pattern_allow([^AFD_XP_LIB$])
m4trace:configure.ac:1459: -1- AC_FIND_MOTIF
m4trace:configure.ac:1459: -1- m4_pattern_allow([^HAVE_MOTIF$])
m4trace:configure.ac:1459: -1- m4_pattern_allow([^link_motif$])
m4trace:configure.ac:1459: -1- m4_pattern_allow([^include_motif$])
m4trace:configure.ac:1465: -1- AC_CHECK_MOTIF_VERSION
m4trace:configure.ac:1465: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [./lib/autoconf/general.m4:2979: AC_RUN_IFELSE is expanded from...
ac-tools/motif_version.m4:5: AC_CHECK_MOTIF_VERSION is expanded from...
configure.ac:1465: the top level])
m4trace:configure.ac:1466: -1- AC_CHECK_LESSTIF_VERSION
m4trace:configure.ac:1466: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [./lib/autoconf/general.m4:2979: AC_RUN_IFELSE is expanded from...
ac-tools/lesstif_version.m4:5: AC_CHECK_LESSTIF_VERSION is expanded from...
configure.ac:1466: the top level])
m4trace:configure.ac:1466: -1- m4_pattern_allow([^LESSTIF_WORKAROUND$])
m4trace:configure.ac:1477: -1- AC_FIND_XPM
m4trace:configure.ac:1477: -1- m4_pattern_allow([^HAVE_XPM$])
m4trace:configure.ac:1477: -1- m4_pattern_allow([^XPM_CFLAGS$])
m4trace:configure.ac:1477: -1- m4_pattern_allow([^XPM_LIBS$])
m4trace:configure.ac:1481: -1- AM_CONDITIONAL([WITH_XPM], [false])
m4trace:configure.ac:1481: -1- m4_pattern_allow([^WITH_XPM_TRUE$])
m4trace:configure.ac:1481: -1- m4_pattern_allow([^WITH_XPM_FALSE$])
m4trace:configure.ac:1481: -1- _AM_SUBST_NOTMAKE([WITH_XPM_TRUE])
m4trace:configure.ac:1481: -1- _AM_SUBST_NOTMAKE([WITH_XPM_FALSE])
m4trace:configure.ac:1485: -1- AM_CONDITIONAL([WITH_XPM], [true])
m4trace:configure.ac:1485: -1- m4_pattern_allow([^WITH_XPM_TRUE$])
m4trace:configure.ac:1485: -1- m4_pattern_allow([^WITH_XPM_FALSE$])
m4trace:configure.ac:1485: -1- _AM_SUBST_NOTMAKE([WITH_XPM_TRUE])
m4trace:configure.ac:1485: -1- _AM_SUBST_NOTMAKE([WITH_XPM_FALSE])
m4trace:configure.ac:1574: -1- m4_pattern_allow([^AFD_MOTIF_INCLUDES$])
m4trace:configure.ac:1575: -1- m4_pattern_allow([^AFD_MOTIF_LIBS$])
m4trace:configure.ac:1576: -1- m4_pattern_allow([^AFD_XAW_INCLUDES$])
m4trace:configure.ac:1577: -1- m4_pattern_allow([^AFD_XAW_LIBS$])
m4trace:configure.ac:1579: -1- AM_CONDITIONAL([WITH_XPM], [false])
m4trace:configure.ac:1579: -1- m4_pattern_allow([^WITH_XPM_TRUE$])
m4trace:configure.ac:1579: -1- m4_pattern_allow([^WITH_XPM_FALSE$])
m4trace:configure.ac:1579: -1- _AM_SUBST_NOTMAKE([WITH_XPM_TRUE])
m4trace:configure.ac:1579: -1- _AM_SUBST_NOTMAKE([WITH_XPM_FALSE])
m4trace:configure.ac:1583: -1- AM_CONDITIONAL([HAVE_MOTIF], [$compile_with_motif])
m4trace:configure.ac:1583: -1- m4_pattern_allow([^HAVE_MOTIF_TRUE$])
m4trace:configure.ac:1583: -1- m4_pattern_allow([^HAVE_MOTIF_FALSE$])
m4trace:configure.ac:1583: -1- _AM_SUBST_NOTMAKE([HAVE_MOTIF_TRUE])
m4trace:configure.ac:1583: -1- _AM_SUBST_NOTMAKE([HAVE_MOTIF_FALSE])
m4trace:configure.ac:1611: -1- m4_pattern_allow([^AFD_GTK_CFLAGS$])
m4trace:configure.ac:1612: -1- m4_pattern_allow([^AFD_GTK_LIBS$])
m4trace:configure.ac:1622: -1- AM_CONDITIONAL([WITH_XPM], [true])
m4trace:configure.ac:1622: -1- m4_pattern_allow([^WITH_XPM_TRUE$])
m4trace:configure.ac:1622: -1- m4_pattern_allow([^WITH_XPM_FALSE$])
m4trace:configure.ac:1622: -1- _AM_SUBST_NOTMAKE([WITH_XPM_TRUE])
m4trace:configure.ac:1622: -1- _AM_SUBST_NOTMAKE([WITH_XPM_FALSE])
m4trace:configure.ac:1626: -1- AM_CONDITIONAL([WITH_GTK], [$compile_with_gtk])
m4trace:configure.ac:1626: -1- m4_pattern_allow([^WITH_GTK_TRUE$])
m4trace:configure.ac:1626: -1- m4_pattern_allow([^WITH_GTK_FALSE$])
m4trace:configure.ac:1626: -1- _AM_SUBST_NOTMAKE([WITH_GTK_TRUE])
m4trace:configure.ac:1626: -1- _AM_SUBST_NOTMAKE([WITH_GTK_FALSE])
m4trace:configure.ac:1636: -1- MP_WITH_NCURSES
m4trace:configure.ac:1636: -1- m4_pattern_allow([^HAVE_NCURSES_H$])
m4trace:configure.ac:1640: -1- m4_pattern_allow([^AFD_NCURSES_LIB$])
m4trace:configure.ac:1641: -1- AM_CONDITIONAL([WITH_NCURSES], [true])
m4trace:configure.ac:1641: -1- m4_pattern_allow([^WITH_NCURSES_TRUE$])
m4trace:configure.ac:1641: -1- m4_pattern_allow([^WITH_NCURSES_FALSE$])
m4trace:configure.ac:1641: -1- _AM_SUBST_NOTMAKE([WITH_NCURSES_TRUE])
m4trace:configure.ac:1641: -1- _AM_SUBST_NOTMAKE([WITH_NCURSES_FALSE])
m4trace:configure.ac:1643: -1- AM_CONDITIONAL([WITH_NCURSES], [false])
m4trace:configure.ac:1643: -1- m4_pattern_allow([^WITH_NCURSES_TRUE$])
m4trace:configure.ac:1643: -1- m4_pattern_allow([^WITH_NCURSES_FALSE$])
m4trace:configure.ac:1643: -1- _AM_SUBST_NOTMAKE([WITH_NCURSES_TRUE])
m4trace:configure.ac:1643: -1- _AM_SUBST_NOTMAKE([WITH_NCURSES_FALSE])
m4trace:configure.ac:1646: -1- AM_CONDITIONAL([WITH_NCURSES], [false])
m4trace:configure.ac:1646: -1- m4_pattern_allow([^WITH_NCURSES_TRUE$])
m4trace:configure.ac:1646: -1- m4_pattern_allow([^WITH_NCURSES_FALSE$])
m4trace:configure.ac:1646: -1- _AM_SUBST_NOTMAKE([WITH_NCURSES_TRUE])
m4trace:configure.ac:1646: -1- _AM_SUBST_NOTMAKE([WITH_NCURSES_FALSE])
m4trace:configure.ac:1652: -1- m4_pattern_allow([^HAVE_LIBEFENCE$])
m4trace:configure.ac:1653: -1- m4_pattern_allow([^WITH_EFENCE$])
m4trace:configure.ac:1659: -1- AM_CONDITIONAL([WITH_SETUID_PROGS], [true])
m4trace:configure.ac:1659: -1- m4_pattern_allow([^WITH_SETUID_PROGS_TRUE$])
m4trace:configure.ac:1659: -1- m4_pattern_allow([^WITH_SETUID_PROGS_FALSE$])
m4trace:configure.ac:1659: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_PROGS_TRUE])
m4trace:configure.ac:1659: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_PROGS_FALSE])
m4trace:configure.ac:1661: -1- AM_CONDITIONAL([WITH_SETUID_PROGS], [false])
m4trace:configure.ac:1661: -1- m4_pattern_allow([^WITH_SETUID_PROGS_TRUE$])
m4trace:configure.ac:1661: -1- m4_pattern_allow([^WITH_SETUID_PROGS_FALSE$])
m4trace:configure.ac:1661: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_PROGS_TRUE])
m4trace:configure.ac:1661: -1- _AM_SUBST_NOTMAKE([WITH_SETUID_PROGS_FALSE])
m4trace:configure.ac:1665: -1- m4_pattern_allow([^RPM$])
m4trace:configure.ac:1668: -1- m4_pattern_allow([^RPM$])
m4trace:configure.ac:1671: -1- m4_pattern_allow([^PING_CMD$])
m4trace:configure.ac:1672: -1- m4_pattern_allow([^TRACEROUTE_CMD$])
m4trace:configure.ac:1673: -1- m4_pattern_allow([^GZIP_CMD$])
m4trace:configure.ac:1676: -1- AC_DEFUN([AC_DATAROOTDIR_CHECKED])
m4trace:configure.ac:1679: -1- m4_pattern_allow([^ac_configure_args$])
m4trace:configure.ac:1680: -1- m4_pattern_allow([^REQUIRES$])
m4trace:configure.ac:1681: -1- m4_pattern_allow([^BUILD_REQUIRES$])
m4trace:configure.ac:1682: -1- m4_pattern_allow([^BUILD_REQUIRES_REDHAT$])
m4trace:configure.ac:1685: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_FCNTL_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_LIMITS_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_SYS_FILE_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_SYS_TIME_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_UNISTD_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_ERRNO_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_SYS_SOCKET_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_NETDB_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_ARPA_INET_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_ARPA_TELNET_H$])
m4trace:configure.ac:1686: -1- m4_pattern_allow([^HAVE_STDINT_H$])
m4trace:configure.ac:1693: -1- m4_pattern_allow([^HAVE_SYS_PARAM_H$])
m4trace:configure.ac:1694: -1- m4_pattern_allow([^HAVE_NETINET_IN_H$])
m4trace:configure.ac:1697: -1- m4_pattern_allow([^HAVE_NETINET_IP_H$])
m4trace:configure.ac:1698: -1- m4_pattern_allow([^HAVE_NETINET_IN_SYSTM_H$])
m4trace:configure.ac:1700: -1- m4_pattern_allow([^HAVE_NETINET_IN_SYSTM_H$])
m4trace:configure.ac:1705: -1- m4_pattern_allow([^HAVE_NETINET_IP_H$])
m4trace:configure.ac:1709: -1- m4_pattern_allow([^HAVE_NETINET_IP_H$])
m4trace:configure.ac:1717: -1- m4_pattern_allow([^const$])
m4trace:configure.ac:1718: -1- m4_pattern_allow([^uid_t$])
m4trace:configure.ac:1718: -1- m4_pattern_allow([^gid_t$])
m4trace:configure.ac:1719: -1- m4_pattern_allow([^mode_t$])
m4trace:configure.ac:1720: -1- m4_pattern_allow([^off_t$])
m4trace:configure.ac:1721: -1- m4_pattern_allow([^pid_t$])
m4trace:configure.ac:1722: -1- m4_pattern_allow([^size_t$])
m4trace:configure.ac:1723: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
m4trace:configure.ac:1724: -1- m4_pattern_allow([^SIZEOF_OFF_T$])
m4trace:configure.ac:1725: -1- m4_pattern_allow([^SIZEOF_PID_T$])
m4trace:configure.ac:1726: -1- m4_pattern_allow([^SIZEOF_TIME_T$])
m4trace:configure.ac:1727: -1- m4_pattern_allow([^SIZEOF_NLINK_T$])
m4trace:configure.ac:1728: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
m4trace:configure.ac:1729: -1- m4_pattern_allow([^SIZEOF_SSIZE_T$])
m4trace:configure.ac:1730: -1- m4_pattern_allow([^SIZEOF_SUSECONDS_T$])
m4trace:configure.ac:1731: -1- m4_pattern_allow([^SIZEOF_INO_T$])
m4trace:configure.ac:1732: -1- m4_pattern_allow([^SIZEOF_DEV_T$])
m4trace:configure.ac:1733: -1- m4_pattern_allow([^SIZEOF_UID_T$])
m4trace:configure.ac:1734: -1- m4_pattern_allow([^SIZEOF_SHORT$])
m4trace:configure.ac:1735: -1- m4_pattern_allow([^SIZEOF_INT$])
m4trace:configure.ac:1736: -1- m4_pattern_allow([^SIZEOF_LONG$])
m4trace:configure.ac:1737: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
m4trace:configure.ac:1738: -1- m4_pattern_allow([^SIZEOF_CHAR$])
m4trace:configure.ac:1743: -1- m4_pattern_allow([^my_socklen_t$])
m4trace:configure.ac:1747: -1- m4_pattern_allow([^my_socklen_t$])
m4trace:configure.ac:1749: -1- TYPE_SOCKLEN_T
m4trace:configure.ac:1749: -1- m4_pattern_allow([^my_socklen_t$])
m4trace:configure.ac:1749: -1- m4_pattern_allow([^my_socklen_t$])
m4trace:configure.ac:1752: -1- TYPE_SOCKLEN_T
m4trace:configure.ac:1752: -1- m4_pattern_allow([^my_socklen_t$])
m4trace:configure.ac:1752: -1- m4_pattern_allow([^my_socklen_t$])
m4trace:configure.ac:1757: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:1758: -1- m4_pattern_allow([^HAVE_STRFTIME$])
m4trace:configure.ac:1758: -1- m4_pattern_allow([^HAVE_STRFTIME$])
m4trace:configure.ac:1759: -1- AC_DEFUN([_AC_Header_utime_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" utime.h ]AS_TR_SH([utime.h]) AS_TR_CPP([HAVE_utime.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:1759: -1- m4_pattern_allow([^HAVE_UTIME_NULL$])
m4trace:configure.ac:1760: -1- AC_DEFUN([_AC_Func_vprintf], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_func_]]_AC_LANG_ABBREV[[_list],
[" vprintf ]AS_TR_CPP([HAVE_vprintf])["])])_AC_FUNCS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:1760: -1- m4_pattern_allow([^HAVE_DOPRNT$])
m4trace:configure.ac:1765: -1- HW_FUNC_VSNPRINTF
m4trace:configure.ac:1765: -1- HW_HEADER_STDARG_H
m4trace:configure.ac:1765: -1- AC_DEFUN([_AC_Header_stdarg_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" stdarg.h ]AS_TR_SH([stdarg.h]) AS_TR_CPP([HAVE_stdarg.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_VSNPRINTF$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^vsnprintf$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_LOCALE_H$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_STDDEF_H$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_STDINT_H$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_STRUCT_LCONV_DECIMAL_POINT$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_STRUCT_LCONV_THOUSANDS_SEP$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^size_t$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^intmax_t$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^uintmax_t$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_UINTPTR_T$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^uintptr_t$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^HAVE_LOCALECONV$])
m4trace:configure.ac:1765: -1- _HW_FUNC_XPRINTF_REPLACE
m4trace:configure.ac:1765: -1- m4_pattern_allow([^const$])
m4trace:configure.ac:1765: -1- HW_HEADER_STDARG_H
m4trace:configure.ac:1765: -1- AC_DEFUN([_AC_Header_stdarg_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" stdarg.h ]AS_TR_SH([stdarg.h]) AS_TR_CPP([HAVE_stdarg.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:1765: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:1766: -1- HW_FUNC_SNPRINTF
m4trace:configure.ac:1766: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
m4trace:configure.ac:1766: -1- m4_pattern_allow([^snprintf$])
m4trace:configure.ac:1766: -1- _HW_FUNC_XPRINTF_REPLACE
m4trace:configure.ac:1766: -1- m4_pattern_allow([^const$])
m4trace:configure.ac:1766: -1- HW_HEADER_STDARG_H
m4trace:configure.ac:1766: -1- AC_DEFUN([_AC_Header_stdarg_h], [m4_divert_text([INIT_PREPARE],
[AS_VAR_APPEND([ac_header_]]_AC_LANG_ABBREV[[_list],
[" stdarg.h ]AS_TR_SH([stdarg.h]) AS_TR_CPP([HAVE_stdarg.h])["])])_AC_HEADERS_EXPANSION(_AC_LANG_ABBREV)])
m4trace:configure.ac:1766: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:1771: -1- m4_pattern_allow([^HAVE_GETPT$])
m4trace:configure.ac:1771: -1- m4_pattern_allow([^HAVE__GETPTY$])
m4trace:configure.ac:1776: -1- m4_pattern_allow([^HAVE_OPENPTY$])
m4trace:configure.ac:1777: -1- m4_pattern_allow([^HAVE_PTY_H$])
m4trace:configure.ac:1777: -1- m4_pattern_allow([^HAVE_LIBUTIL_H$])
m4trace:configure.ac:1777: -1- m4_pattern_allow([^HAVE_UTIL_H$])
m4trace:configure.ac:1787: -1- m4_pattern_allow([^AFD_UTIL_LIB$])
m4trace:configure.ac:1790: -1- AM_CONDITIONAL([WITH_INOTIFY_SUPPORT], [true])
m4trace:configure.ac:1790: -1- m4_pattern_allow([^WITH_INOTIFY_SUPPORT_TRUE$])
m4trace:configure.ac:1790: -1- m4_pattern_allow([^WITH_INOTIFY_SUPPORT_FALSE$])
m4trace:configure.ac:1790: -1- _AM_SUBST_NOTMAKE([WITH_INOTIFY_SUPPORT_TRUE])
m4trace:configure.ac:1790: -1- _AM_SUBST_NOTMAKE([WITH_INOTIFY_SUPPORT_FALSE])
m4trace:configure.ac:1790: -1- m4_pattern_allow([^WITH_INOTIFY$])
m4trace:configure.ac:1790: -1- AM_CONDITIONAL([WITH_INOTIFY_SUPPORT], [false])
m4trace:configure.ac:1790: -1- m4_pattern_allow([^WITH_INOTIFY_SUPPORT_TRUE$])
m4trace:configure.ac:1790: -1- m4_pattern_allow([^WITH_INOTIFY_SUPPORT_FALSE$])
m4trace:configure.ac:1790: -1- _AM_SUBST_NOTMAKE([WITH_INOTIFY_SUPPORT_TRUE])
m4trace:configure.ac:1790: -1- _AM_SUBST_NOTMAKE([WITH_INOTIFY_SUPPORT_FALSE])
m4trace:configure.ac:1795: -1- AM_CONDITIONAL([WITH_INOTIFY_SUPPORT], [false])
m4trace:configure.ac:1795: -1- m4_pattern_allow([^WITH_INOTIFY_SUPPORT_TRUE$])
m4trace:configure.ac:1795: -1- m4_pattern_allow([^WITH_INOTIFY_SUPPORT_FALSE$])
m4trace:configure.ac:1795: -1- _AM_SUBST_NOTMAKE([WITH_INOTIFY_SUPPORT_TRUE])
m4trace:configure.ac:1795: -1- _AM_SUBST_NOTMAKE([WITH_INOTIFY_SUPPORT_FALSE])
m4trace:configure.ac:1797: -1- AM_CONDITIONAL([HAVE_EACCESS], [true])
m4trace:configure.ac:1797: -1- m4_pattern_allow([^HAVE_EACCESS_TRUE$])
m4trace:configure.ac:1797: -1- m4_pattern_allow([^HAVE_EACCESS_FALSE$])
m4trace:configure.ac:1797: -1- _AM_SUBST_NOTMAKE([HAVE_EACCESS_TRUE])
m4trace:configure.ac:1797: -1- _AM_SUBST_NOTMAKE([HAVE_EACCESS_FALSE])
m4trace:configure.ac:1797: -1- m4_pattern_allow([^HAVE_EACCESS$])
m4trace:configure.ac:1797: -1- AM_CONDITIONAL([HAVE_EACCESS], [false])
m4trace:configure.ac:1797: -1- m4_pattern_allow([^HAVE_EACCESS_TRUE$])
m4trace:configure.ac:1797: -1- m4_pattern_allow([^HAVE_EACCESS_FALSE$])
m4trace:configure.ac:1797: -1- _AM_SUBST_NOTMAKE([HAVE_EACCESS_TRUE])
m4trace:configure.ac:1797: -1- _AM_SUBST_NOTMAKE([HAVE_EACCESS_FALSE])
m4trace:configure.ac:1801: -1- AM_CONDITIONAL([HAVE_WAIT4], [true])
m4trace:configure.ac:1801: -1- m4_pattern_allow([^HAVE_WAIT4_TRUE$])
m4trace:configure.ac:1801: -1- m4_pattern_allow([^HAVE_WAIT4_FALSE$])
m4trace:configure.ac:1801: -1- _AM_SUBST_NOTMAKE([HAVE_WAIT4_TRUE])
m4trace:configure.ac:1801: -1- _AM_SUBST_NOTMAKE([HAVE_WAIT4_FALSE])
m4trace:configure.ac:1801: -1- m4_pattern_allow([^HAVE_WAIT4$])
m4trace:configure.ac:1801: -1- AM_CONDITIONAL([HAVE_WAIT4], [false])
m4trace:configure.ac:1801: -1- m4_pattern_allow([^HAVE_WAIT4_TRUE$])
m4trace:configure.ac:1801: -1- m4_pattern_allow([^HAVE_WAIT4_FALSE$])
m4trace:configure.ac:1801: -1- _AM_SUBST_NOTMAKE([HAVE_WAIT4_TRUE])
m4trace:configure.ac:1801: -1- _AM_SUBST_NOTMAKE([HAVE_WAIT4_FALSE])
m4trace:configure.ac:1805: -1- AM_CONDITIONAL([WITHOUT_MMAP], [false])
m4trace:configure.ac:1805: -1- m4_pattern_allow([^WITHOUT_MMAP_TRUE$])
m4trace:configure.ac:1805: -1- m4_pattern_allow([^WITHOUT_MMAP_FALSE$])
m4trace:configure.ac:1805: -1- _AM_SUBST_NOTMAKE([WITHOUT_MMAP_TRUE])
m4trace:configure.ac:1805: -1- _AM_SUBST_NOTMAKE([WITHOUT_MMAP_FALSE])
m4trace:configure.ac:1805: -1- m4_pattern_allow([^HAVE_MMAP$])
m4trace:configure.ac:1805: -1- AM_CONDITIONAL([WITHOUT_MMAP], [true])
m4trace:configure.ac:1805: -1- m4_pattern_allow([^WITHOUT_MMAP_TRUE$])
m4trace:configure.ac:1805: -1- m4_pattern_allow([^WITHOUT_MMAP_FALSE$])
m4trace:configure.ac:1805: -1- _AM_SUBST_NOTMAKE([WITHOUT_MMAP_TRUE])
m4trace:configure.ac:1805: -1- _AM_SUBST_NOTMAKE([WITHOUT_MMAP_FALSE])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_FDATASYNC$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_GAI_STRERROR$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_GETLINE$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_GETADDRINFO$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_GETHOSTID$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_GETHOSTNAME$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_MEMCPY$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_MKDIR$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_MKFIFO$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_MKTIME$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_RMDIR$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_SELECT$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_SETPRIORITY$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_SETEUID$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_SETREUID$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_SOCKET$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRCASESTR$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRERROR$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRTOD$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRTOL$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRTOLL$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRTOUL$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STRTOULL$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_UNSETENV$])
m4trace:configure.ac:1809: -1- m4_pattern_allow([^HAVE_STATX$])
m4trace:configure.ac:1814: -1- AM_GNU_GETTEXT([external])
m4trace:configure.ac:1814: -1- AM_GNU_GETTEXT_NEED([])
m4trace:configure.ac:1814: -1- AM_PO_SUBDIRS
m4trace:configure.ac:1814: -1- AM_NLS
m4trace:configure.ac:1814: -1- m4_pattern_allow([^USE_NLS$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$])
m4trace:configure.ac:1814: -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.ac:1814: -1- m4_pattern_allow([^MSGFMT$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^GMSGFMT$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^MSGFMT_015$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^GMSGFMT_015$])
m4trace:configure.ac:1814: -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.ac:1814: -1- m4_pattern_allow([^XGETTEXT$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^XGETTEXT_015$])
m4trace:configure.ac:1814: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1], [:])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^MSGMERGE$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^localedir$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$])
m4trace:configure.ac:1814: -1- AC_LIB_PREPARE_PREFIX
m4trace:configure.ac:1814: -1- AC_LIB_RPATH
m4trace:configure.ac:1814: -1- AC_LIB_PROG_LD
m4trace:configure.ac:1814: -1- AC_LIB_PROG_LD_GNU
m4trace:configure.ac:1814: -1- AM_ICONV_LINKFLAGS_BODY
m4trace:configure.ac:1814: -1- AC_LIB_LINKFLAGS_BODY([iconv])
m4trace:configure.ac:1814: -1- AC_LIB_PREPARE_MULTILIB
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
])
m4trace:configure.ac:1814: -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.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- gt_INTL_MACOSX
m4trace:configure.ac:1814: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
m4trace:configure.ac:1814: -1- AM_ICONV_LINK
m4trace:configure.ac:1814: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^HAVE_ICONV$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^LIBICONV$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^LTLIBICONV$])
m4trace:configure.ac:1814: -1- AC_LIB_LINKFLAGS_BODY([intl])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
])
m4trace:configure.ac:1814: -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.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^ENABLE_NLS$])
m4trace:configure.ac:1814: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
m4trace:configure.ac:1814: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^HAVE_GETTEXT$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^INTLLIBS$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^LIBINTL$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^LTLIBINTL$])
m4trace:configure.ac:1814: -1- m4_pattern_allow([^POSUB$])
m4trace:configure.ac:1828: -1- m4_pattern_allow([^TZDIR$])
m4trace:configure.ac:1831: -1- AX_ZONEINFO([])
m4trace:configure.ac:1831: -1- AX_ZONEINFO_TZDIR
m4trace:configure.ac:1831: -1- m4_pattern_allow([^TZSELECT$])
m4trace:configure.ac:1831: -1- AX_ZONEINFO_CHECK_TZFILE(["${c}/${f}"], [
dnl ACTION-IF-FOUND
ax_cv_zoneinfo_utc="${c}/${f}"
break
])
m4trace:configure.ac:1831: -1- AX_ZONEINFO_TZFILE_H
m4trace:configure.ac:1831: -1- _m4_warn([cross], [AC_RUN_IFELSE called without default to allow cross compiling], [./lib/autoconf/general.m4:2979: AC_RUN_IFELSE is expanded from...
ac-tools/ax_zoneinfo.m4:49: AX_ZONEINFO_CHECK_TZFILE is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
ac-tools/ax_zoneinfo.m4:142: AX_ZONEINFO_TZDIR is expanded from...
ac-tools/ax_zoneinfo.m4:264: AX_ZONEINFO is expanded from...
configure.ac:1831: the top level])
m4trace:configure.ac:1831: -1- m4_pattern_allow([^TZDIR$])
m4trace:configure.ac:1831: -1- m4_pattern_allow([^HAVE_ZONEINFO$])
m4trace:configure.ac:1831: -1- m4_pattern_allow([^TZDIR$])
m4trace:configure.ac:1831: -1- m4_pattern_allow([^TZDIR$])
m4trace:configure.ac:1857: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:1857: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:1857: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
m4trace:configure.ac:1857: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
m4trace:configure.ac:1857: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
m4trace:configure.ac:1857: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
m4trace:configure.ac:1857: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
m4trace:configure.ac:1857: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
m4trace:configure.ac:1857: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
m4trace:configure.ac:1857: -1- AM_RUN_LOG([cd "$am_dirpart" \
&& sed -e '/# am--include-marker/d' "$am_filepart" \
| $MAKE -f - am--depfiles])