view release on metacpan or search on metacpan
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
AC_PROVIDE_IFELSE([AC_PROG_CXX],
[AC_LIBTOOL_CXX],
[define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
])])
dnl And a similar setup for Fortran 77 support
AC_PROVIDE_IFELSE([AC_PROG_F77],
[AC_LIBTOOL_F77],
[define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
])])
dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
AC_PROVIDE_IFELSE([AC_PROG_GCJ],
[AC_LIBTOOL_GCJ],
[AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
[AC_LIBTOOL_GCJ],
[AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
[AC_LIBTOOL_GCJ],
[ifdef([AC_PROG_GCJ],
[define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
ifdef([A][M_PROG_GCJ],
[define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
ifdef([LT_AC_PROG_GCJ],
[define([LT_AC_PROG_GCJ],
defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
])])
m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
AC_SUBST(LIBTOOL)dnl
# Prevent multiple expansion
define([AC_PROG_LIBTOOL], [])
])
m4trace:/usr/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
AC_REQUIRE([AC_ENABLE_SHARED])dnl
AC_REQUIRE([AC_ENABLE_STATIC])dnl
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_LD])dnl
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
AC_REQUIRE([AC_PROG_NM])dnl
AC_REQUIRE([AC_PROG_LN_S])dnl
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
AC_REQUIRE([AC_OBJEXT])dnl
AC_REQUIRE([AC_EXEEXT])dnl
dnl
AC_LIBTOOL_SYS_MAX_CMD_LEN
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
AC_LIBTOOL_OBJDIR
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
_LT_AC_PROG_ECHO_BACKSLASH
case $host_os in
aix3*)
# AIX sometimes has problems with the GCC collect2 program. For some
# reason, if we set the COLLECT_NAMES environment variable, the problems
# vanish in a puff of smoke.
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
AC_SUBST(GCJFLAGS)
])
m4trace:/usr/share/aclocal/libtool.m4:6324: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
])
m4trace:/usr/share/aclocal/libtool.m4:6338: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
AC_CACHE_VAL(lt_cv_path_SED,
[# Loop through the user's path and test for sed and gsed.
# Then use that list of sed's as ones to test for truncation.
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for lt_ac_prog in sed gsed; do
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
fi
done
done
done
lt_ac_max=0
lt_ac_count=0
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
# along with /bin/sed that truncates output.
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
test ! -f $lt_ac_sed && continue
cat /dev/null > conftest.in
lt_ac_count=0
echo $ECHO_N "0123456789$ECHO_C" >conftest.in
# Check for GNU sed and select it if it is found.
if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
lt_cv_path_SED=$lt_ac_sed
break
fi
while true; do
cat conftest.in conftest.in >conftest.tmp
mv conftest.tmp conftest.in
cp conftest.in conftest.nl
echo >>conftest.nl
$lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
cmp -s conftest.out conftest.nl || break
# 10000 chars as input seems more than enough
test $lt_ac_count -gt 10 && break
lt_ac_count=`expr $lt_ac_count + 1`
if test $lt_ac_count -gt $lt_ac_max; then
lt_ac_max=$lt_ac_count
lt_cv_path_SED=$lt_ac_sed
fi
done
done
])
SED=$lt_cv_path_SED
AC_MSG_RESULT([$SED])
])
m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
m4trace:/usr/share/aclocal-1.9/amversion.m4:19: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
m4trace:/usr/share/aclocal-1.9/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])dnl
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
])
m4trace:/usr/share/aclocal-1.9/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
AC_SUBST([$1_TRUE])
AC_SUBST([$1_FALSE])
if $2; then
$1_TRUE=
$1_FALSE='#'
else
$1_TRUE='#'
$1_FALSE=
fi
AC_CONFIG_COMMANDS_PRE(
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
AC_MSG_ERROR([[conditional "$1" was never defined.
Usually this means the macro was only invoked conditionally.]])
fi])])
m4trace:/usr/share/aclocal-1.9/depend.m4:29: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
AC_REQUIRE([AM_DEP_TRACK])dnl
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
[$1], CXX, [depcc="$CXX" am_compiler_list=],
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
[depcc="$$1" am_compiler_list=])
AC_CACHE_CHECK([dependency style of $depcc],
[am_cv_$1_dependencies_compiler_type],
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# We make a subdir and do the tests there. Otherwise we can end up
# making bogus files that we don't know about and never remove. For
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.
cp "$am_depcomp" conftest.dir
cd conftest.dir
# We will build objects and dependencies in a subdirectory because
# it helps to detect inapplicable dependency modes. For instance
# both Tru64's cc and ICC support -MD to output dependencies as a
# side effect of compilation, but ICC will put the dependencies in
# the current directory while Tru64 will put them in the object
# directory.
mkdir sub
am_cv_$1_dependencies_compiler_type=none
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
fi
for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and
# we should not choose a depcomp mode which is confused by this.
#
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
# 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.9/depend.m4:138: -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.9/depend.m4:146: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
[ --disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors])
if test "x$enable_dependency_tracking" != xno; then
am_depcomp="$ac_aux_dir/depcomp"
AMDEPBACKSLASH='\'
fi
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
AC_SUBST([AMDEPBACKSLASH])
])
m4trace:/usr/share/aclocal-1.9/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
# Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not.
# We used to match only the files named `Makefile.in', but
# some people rename them; so instead we look at the file content.
# Grep'ing the first line is not enough: some people post-process
# each Makefile.in and add a new line on top of each file to say so.
# So let's grep whole file.
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
dirpart=`AS_DIRNAME("$mf")`
else
continue
fi
# Extract the definition of DEPDIR, am__include, and am__quote
# from the Makefile without running `make'.
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
test -z "$DEPDIR" && continue
am__include=`sed -n 's/^am__include = //p' < "$mf"`
test -z "am__include" && continue
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n 's/^U = //p' < "$mf"`
# Find all dependency output files, they are included files with
# $(DEPDIR) in their names. We invoke sed twice because it is the
# simplest approach to changing $(DEPDIR) to its actual value in the
# expansion.
for file in `sed -n "
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists.
test -f "$dirpart/$file" && continue
fdir=`AS_DIRNAME(["$file"])`
AS_MKDIR_P([$dirpart/$fdir])
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
])
m4trace:/usr/share/aclocal-1.9/depout.m4:63: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
])
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
You should run autoupdate.])dnl
AC_CONFIG_HEADERS($@)])
m4trace:/usr/share/aclocal-1.9/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
# test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
fi
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
if (cygpath --version) >/dev/null 2>/dev/null; then
CYGPATH_W='cygpath -w'
else
CYGPATH_W=echo
fi
fi
AC_SUBST([CYGPATH_W])
# Define the identity of the package.
dnl Distinguish between old-style and new-style calls.
m4_ifval([$2],
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
AC_SUBST([PACKAGE], [$1])dnl
AC_SUBST([VERSION], [$2])],
[_AM_SET_OPTIONS([$1])dnl
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
_AM_IF_OPTION([no-define],,
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
AC_SUBST([am__leading_dot])])
m4trace:/usr/share/aclocal-1.9/maintainer.m4:13: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
dnl maintainer-mode is disabled by default
AC_ARG_ENABLE(maintainer-mode,
[ --enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer],
USE_MAINTAINER_MODE=$enableval,
USE_MAINTAINER_MODE=no)
AC_MSG_RESULT([$USE_MAINTAINER_MODE])
AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
MAINT=$MAINTAINER_MODE_TRUE
AC_SUBST(MAINT)dnl
])
m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
You should run autoupdate.])dnl
AM_MAINTAINER_MODE])
m4trace:/usr/share/aclocal-1.9/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
cat > confinc << 'END'
am__doit:
@echo done
.PHONY: am__doit
END
# If we don't find an include directive, just comment out the code.
AC_MSG_CHECKING([for style of include used by $am_make])
am__include="#"
am__quote=
_am_result=none
# First try GNU make style include.
echo "include confinc" > confmf
# We grep out `Entering directory' and `Leaving directory'
# messages which can occur if `w' ends up in MAKEFLAGS.
# In particular we don't look at `^make:' because GNU make might
# be invoked under some other name (usually "gmake"), in which
# case it prints its new name instead of `make'.
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
am__include=include
am__quote=
_am_result=GNU
fi
# Now try BSD make style include.
if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
am__include=.include
am__quote="\""
_am_result=BSD
fi
fi
AC_SUBST([am__include])
AC_SUBST([am__quote])
AC_MSG_RESULT([$_am_result])
rm -f confinc confmf
])
m4trace:/usr/share/aclocal-1.9/missing.m4:14: -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.9/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
AC_MSG_WARN([`missing' script is too old or missing])
fi
])
m4trace:/usr/share/aclocal-1.9/mkdirp.m4:30: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
# We used to keeping the `.' as first argument, in order to
# allow $(mkdir_p) to be used without argument. As in
# $(mkdir_p) $(somedir)
# where $(somedir) is conditionally defined. However this is wrong
# for two reasons:
# 1. if the package is installed by a user who cannot write `.'
# make install will fail,
# 2. the above comment should most certainly read
# $(mkdir_p) $(DESTDIR)$(somedir)
# so it does not work when $(somedir) is undefined and
# $(DESTDIR) is not.
# To support the latter case, we have to write
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
# so the `.' trick is pointless.
mkdir_p='mkdir -p --'
else
# On NextStep and OpenStep, the `mkdir' command does not
# recognize any option. It will interpret all options as
# directories to create, and then abort because `.' already
# exists.
for d in ./-p ./--version;
do
test -d $d && rmdir $d
done
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
mkdir_p='$(install_sh) -d'
fi
fi
AC_SUBST([mkdir_p])])
m4trace:/usr/share/aclocal-1.9/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
m4trace:/usr/share/aclocal-1.9/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
m4trace:/usr/share/aclocal-1.9/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.9/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
m4trace:configure.ac:7: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
m4trace:configure.ac:7: -1- AM_AUTOMAKE_VERSION([1.9.6])
m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_DATA$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CYGPATH_W$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$])
m4trace:configure.ac:7: -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:7: -2- _AM_MANGLE_OPTION([no-define])
m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$])
m4trace:configure.ac:7: -1- AM_SANITY_CHECK
m4trace:configure.ac:7: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
m4trace:configure.ac:7: -1- AM_MISSING_HAS_RUN
m4trace:configure.ac:7: -1- AM_AUX_DIR_EXPAND
m4trace:configure.ac:7: -1- m4_pattern_allow([^ACLOCAL$])
m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOCONF$])
m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOMAKE$])
m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOHEADER$])
m4trace:configure.ac:7: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
m4trace:configure.ac:7: -1- m4_pattern_allow([^MAKEINFO$])
m4trace:configure.ac:7: -1- AM_PROG_INSTALL_SH
m4trace:configure.ac:7: -1- m4_pattern_allow([^install_sh$])
m4trace:configure.ac:7: -1- AM_PROG_INSTALL_STRIP
m4trace:configure.ac:7: -1- m4_pattern_allow([^STRIP$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
m4trace:configure.ac:7: -1- AM_PROG_MKDIR_P
m4trace:configure.ac:7: -1- m4_pattern_allow([^mkdir_p$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AWK$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^SET_MAKE$])
m4trace:configure.ac:7: -1- AM_SET_LEADING_DOT
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__leading_dot$])
m4trace:configure.ac:7: -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:7: -2- _AM_MANGLE_OPTION([tar-ustar])
m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-pax])
m4trace:configure.ac:7: -1- _AM_PROG_TAR([v7])
m4trace:configure.ac:7: -1- AM_MISSING_PROG([AMTAR], [tar])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AMTAR$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__tar$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__untar$])
m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
[_AM_DEPENDENCIES(CC)],
[define([AC_PROG_CC],
defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
[_AM_DEPENDENCIES(CXX)],
[define([AC_PROG_CXX],
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
])
m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-dependencies])
m4trace:configure.ac:12: -1- AM_CONFIG_HEADER([config.h])
m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:12: the top level])
m4trace:configure.ac:81: -1- m4_pattern_allow([^VERSION_INFO$])
m4trace:configure.ac:110: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.ac:110: the top level])
m4trace:configure.ac:119: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
configure.ac:119: the top level])
m4trace:configure.ac:138: -1- m4_pattern_allow([^FLAVOR$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^ac_ct_CC$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^EXEEXT$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^OBJEXT$])
m4trace:configure.ac:147: -1- _AM_DEPENDENCIES([CC])
m4trace:configure.ac:147: -1- AM_SET_DEPDIR
m4trace:configure.ac:147: -1- m4_pattern_allow([^DEPDIR$])
m4trace:configure.ac:147: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
m4trace:configure.ac:147: -1- AM_MAKE_INCLUDE
m4trace:configure.ac:147: -1- m4_pattern_allow([^am__include$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^am__quote$])
m4trace:configure.ac:147: -1- AM_DEP_TRACK
m4trace:configure.ac:147: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
m4trace:configure.ac:147: -1- m4_pattern_allow([^AMDEP_TRUE$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^AMDEP_FALSE$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CCDEPMODE$])
m4trace:configure.ac:147: -1- AM_CONDITIONAL([am__fastdepCC], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
m4trace:configure.ac:147: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
m4trace:configure.ac:147: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
m4trace:configure.ac:148: -1- m4_pattern_allow([^CPP$])
m4trace:configure.ac:148: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:148: -1- m4_pattern_allow([^CPP$])
m4trace:configure.ac:149: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
m4trace:configure.ac:149: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
m4trace:configure.ac:149: -1- m4_pattern_allow([^INSTALL_DATA$])
m4trace:configure.ac:150: -1- m4_pattern_allow([^LN_S$])
m4trace:configure.ac:151: -1- m4_pattern_allow([^SET_MAKE$])
m4trace:configure.ac:156: -1- AC_PROG_EGREP
m4trace:configure.ac:156: -1- m4_pattern_allow([^GREP$])
m4trace:configure.ac:156: -1- m4_pattern_allow([^GREP$])
m4trace:configure.ac:156: -1- m4_pattern_allow([^EGREP$])
m4trace:configure.ac:156: -1- m4_pattern_allow([^EGREP$])
m4trace:configure.ac:156: -1- m4_pattern_allow([^STDC_HEADERS$])
m4trace:configure.ac:164: -1- m4_pattern_allow([^HAVE__BOOL$])
m4trace:configure.ac:164: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
m4trace:configure.ac:165: -1- m4_pattern_allow([^const$])
m4trace:configure.ac:167: -1- m4_pattern_allow([^size_t$])
m4trace:configure.ac:168: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
m4trace:configure.ac:169: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
m4trace:configure.ac:170: -1- m4_pattern_allow([^volatile$])
m4trace:configure.ac:171: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$])
m4trace:configure.ac:176: -2- m4_pattern_allow([^JU_LITTLE_ENDIAN$])
m4trace:configure.ac:176: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
m4trace:configure.ac:180: -1- m4_pattern_allow([^SIZEOF_VOID_P$])
m4trace:configure.ac:228: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:229: -1- m4_pattern_allow([^HAVE_MALLOC$])
m4trace:configure.ac:229: -1- m4_pattern_allow([^HAVE_MALLOC$])
m4trace:configure.ac:229: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:229: -1- m4_pattern_allow([^malloc$])
m4trace:configure.ac:230: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:231: -1- m4_pattern_allow([^HAVE_MMAP$])
m4trace:configure.ac:232: -1- m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])
m4trace:configure.ac:232: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:232: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:232: -1- m4_pattern_allow([^HAVE_STAT_EMPTY_STRING_BUG$])
m4trace:configure.ac:233: -1- m4_pattern_allow([^HAVE_DOPRNT$])
m4trace:configure.ac:238: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:239: -1- m4_pattern_allow([^LD$])
m4trace:configure.ac:240: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.ac:244: -1- AM_PROG_LIBTOOL
m4trace:configure.ac:244: -1- AC_PROG_LIBTOOL
m4trace:configure.ac:244: -1- _AC_PROG_LIBTOOL
m4trace:configure.ac:244: -1- AC_LIBTOOL_SETUP
m4trace:configure.ac:244: -1- AC_ENABLE_SHARED
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
/usr/share/aclocal/libtool.m4:1897: AC_ENABLE_SHARED is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_ENABLE_STATIC
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
/usr/share/aclocal/libtool.m4:1936: AC_ENABLE_STATIC is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_ENABLE_FAST_INSTALL
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
/usr/share/aclocal/libtool.m4:1975: AC_ENABLE_FAST_INSTALL is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- m4_pattern_allow([^build$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^build_cpu$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^build_vendor$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^build_os$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:244: -1- AC_PROG_LD
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
/usr/share/aclocal/libtool.m4:2116: AC_PROG_LD is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- LT_AC_PROG_SED
m4trace:configure.ac:244: -1- AC_PROG_LD_GNU
m4trace:configure.ac:244: -1- AC_PROG_LD_RELOAD_FLAG
m4trace:configure.ac:244: -1- AC_PROG_NM
m4trace:configure.ac:244: -1- AC_DEPLIBS_CHECK_METHOD
m4trace:configure.ac:244: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
m4trace:configure.ac:244: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_OBJDIR
m4trace:configure.ac:244: -1- _LT_AC_SYS_COMPILER
m4trace:configure.ac:244: -1- _LT_AC_PROG_ECHO_BACKSLASH
m4trace:configure.ac:244: -1- _LT_AC_SHELL_INIT([
# Check that we are running under the correct shell.
SHELL=${CONFIG_SHELL-/bin/sh}
case X$ECHO in
X*--fallback-echo)
# Remove one level of quotation (which was required for Make).
ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
;;
esac
echo=${ECHO-echo}
if test "X[$]1" = X--no-reexec; then
# Discard the --no-reexec flag, and continue.
shift
elif test "X[$]1" = X--fallback-echo; then
# Avoid inline document here, it may be left over
:
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
# Yippee, $echo works!
:
else
# Restart under the correct shell.
exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
fi
if test "X[$]1" = X--fallback-echo; then
# used as fallback echo
shift
cat <<EOF
[$]*
EOF
exit 0
fi
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
if test -z "$ECHO"; then
if test "X${echo_test_string+set}" != Xset; then
# find a string as large as possible, as long as the shell can cope with it
for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
# expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
if (echo_test_string=`eval $cmd`) 2>/dev/null &&
echo_test_string=`eval $cmd` &&
(test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
then
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
# Cool, printf works
:
elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
test "X$echo_testing_string" = 'X\t' &&
echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
test "X$echo_testing_string" = "X$echo_test_string"; then
CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
export CONFIG_SHELL
SHELL="$CONFIG_SHELL"
export SHELL
echo="$CONFIG_SHELL [$]0 --fallback-echo"
elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
test "X$echo_testing_string" = 'X\t' &&
echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
test "X$echo_testing_string" = "X$echo_test_string"; then
echo="$CONFIG_SHELL [$]0 --fallback-echo"
else
# maybe with a smaller string...
prev=:
for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
then
break
fi
prev="$cmd"
done
if test "$prev" != 'sed 50q "[$]0"'; then
echo_test_string=`eval $prev`
export echo_test_string
exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
else
# Oops. We lost completely, so just stick with echo.
echo=echo
fi
fi
fi
fi
fi
fi
# Copy echo and quote the copy suitably for passing to libtool from
# the Makefile, instead of quoting the original, which is used later.
ECHO=$echo
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
fi
AC_SUBST(ECHO)
])
m4trace:configure.ac:244: -1- m4_pattern_allow([^ECHO$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^STRIP$])
m4trace:configure.ac:244: -1- _LT_CC_BASENAME([$compiler])
m4trace:configure.ac:244: -1- AC_PATH_MAGIC
m4trace:configure.ac:244: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
m4trace:configure.ac:244: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_LIBTOOL_LANG_C_CONFIG
m4trace:configure.ac:244: -1- _LT_AC_LANG_C_CONFIG
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([objext], [])
m4trace:configure.ac:244: -1- _LT_AC_SYS_COMPILER
m4trace:configure.ac:244: -1- _LT_COMPILER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_LINKER_BOILERPLATE
m4trace:configure.ac:244: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_AC_TAGVAR(lt_...
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])]...
"" | " "*) ;;
*) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
_LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_PROG_CC_C_O([])
m4trace:configure.ac:244: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
m4trace:configure.ac:244: -1- _LT_AC_LOCK
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
/usr/share/aclocal/libtool.m4:469: _LT_AC_LOCK is expanded from...
/usr/share/aclocal/libtool.m4:1073: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
/usr/share/aclocal/libtool.m4:2639: _LT_AC_LANG_C_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:2638: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
m4trace:configure.ac:244: -1- _LT_CC_BASENAME([$compiler])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([ld_shlibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([ld_shlibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([ld_shlibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([ld_shlibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([ld_shlibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([ld_shlibs], [])
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([GCC], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([LD], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predep_objects], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdep_objects], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predeps], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdeps], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_action], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [])
m4trace:configure.ac:244: -1- _LT_AC_TAGCONFIG
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_LIBTOOL_LANG_CXX_CONFIG
m4trace:configure.ac:244: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXX$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXXFLAGS$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXX$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^ac_ct_CXX$])
m4trace:configure.ac:244: -1- _AM_DEPENDENCIES([CXX])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXXDEPMODE$])
m4trace:configure.ac:244: -1- AM_CONDITIONAL([am__fastdepCXX], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
m4trace:configure.ac:244: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
m4trace:configure.ac:244: -1- _LT_AC_PROG_CXXCPP
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXXCPP$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXXCPP$])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predeps], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdeps], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([objext], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_SYS_COMPILER
m4trace:configure.ac:244: -1- _LT_COMPILER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_LINKER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [CXX])
m4trace:configure.ac:244: -1- _LT_CC_BASENAME([$compiler])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
m4trace:configure.ac:244: -1- AC_PROG_LD
m4trace:configure.ac:244: -1- AC_PROG_LD_GNU
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([GCC], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([LD], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predep_objects], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predeps], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdeps], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
m4trace:configure.ac:244: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
m4trace:configure.ac:244: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
/usr/share/aclocal/libtool.m4:3989: _LT_AC_LANG_GCJ_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([objext], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_SYS_COMPILER
m4trace:configure.ac:244: -1- _LT_COMPILER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_LINKER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [GCJ])
m4trace:configure.ac:244: -1- _LT_CC_BASENAME([$compiler])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
m4trace:configure.ac:244: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
m4trace:configure.ac:244: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ)="$_LT_AC_TAGVAR(...
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
m4trace:configure.ac:244: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([GCC], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([LD], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predeps], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
/usr/share/aclocal/libtool.m4:3989: _LT_AC_LANG_GCJ_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_LIBTOOL_LANG_RC_CONFIG
m4trace:configure.ac:244: -1- _LT_AC_LANG_RC_CONFIG([RC])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
/usr/share/aclocal/libtool.m4:4049: _LT_AC_LANG_RC_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([objext], [RC])
m4trace:configure.ac:244: -1- _LT_AC_SYS_COMPILER
m4trace:configure.ac:244: -1- _LT_COMPILER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_LINKER_BOILERPLATE
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [RC])
m4trace:configure.ac:244: -1- _LT_CC_BASENAME([$compiler])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
m4trace:configure.ac:244: -1- AC_LIBTOOL_CONFIG([RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([CC], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([LD], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predep_objects], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predeps], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdeps], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([GCC], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([LD], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predep_objects], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([predeps], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([postdeps], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
m4trace:configure.ac:244: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
m4trace:configure.ac:244: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
/usr/share/aclocal/libtool.m4:4049: _LT_AC_LANG_RC_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
/usr/share/aclocal/libtool.m4:6307: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- m4_pattern_allow([^LIBTOOL$])
m4trace:configure.ac:244: -1- AC_LIBTOOL_CXX
m4trace:configure.ac:244: -1- _LT_AC_LANG_CXX
m4trace:configure.ac:244: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
m4trace:configure.ac:244: -1- AC_LIBTOOL_F77
m4trace:configure.ac:244: -1- _LT_AC_LANG_F77
m4trace:configure.ac:244: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
m4trace:configure.ac:256: -1- m4_pattern_allow([^WARN_CFLAGS$])
m4trace:configure.ac:271: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:271: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:271: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
m4trace:configure.ac:271: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS