Alien-Judy
view release on metacpan or search on metacpan
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
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.
#
# We need to recreate these files for each test, as the compiler may
# overwrite some of them when testing with obscure command lines.
# This happens at least with the AIX C compiler.
: > sub/conftest.c
for i in 1 2 3 4 5 6; do
echo '#include "conftst'$i'.h"' >> sub/conftest.c
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
# Solaris 8's {/usr,}/bin/sh.
touch sub/conftst$i.h
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
case $depmode in
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
if test "x$enable_dependency_tracking" = xyes; then
continue
else
break
fi
;;
none) break ;;
esac
# We check with `-c' and `-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle `-M -o', and we need to detect this.
if depmode=$depmode \
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
>/dev/null 2>conftest.err &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message
# that says an option was ignored or not supported.
# When given -MP, icc 7.0 and 7.1 complain thusly:
# icc: Command line warning: ignoring option '-M'; no argument required
# The diagnosis changed in icc 8.0:
# icc: Command line remark: option '-MP' not supported
if (grep 'ignoring option' conftest.err ||
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
am_cv_$1_dependencies_compiler_type=$depmode
break
fi
fi
done
cd ..
rm -rf conftest.dir
else
am_cv_$1_dependencies_compiler_type=none
fi
])
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
AM_CONDITIONAL([am__fastdep$1], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
])
m4trace:/usr/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
# Some tools Automake needs.
AC_REQUIRE([AM_SANITY_CHECK])dnl
AC_REQUIRE([AC_ARG_PROGRAM])dnl
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
AM_MISSING_PROG(AUTOCONF, autoconf)
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(MAKEINFO, makeinfo)
AM_PROG_INSTALL_SH
AM_PROG_INSTALL_STRIP
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
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.
src/judy-1.0.5/autom4te.cache/traces.0 view on Meta::CPAN
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
( run in 0.672 second using v1.01-cache-2.11-cpan-13bb782fe5a )