Alien-Judy

 view release on metacpan or  search on metacpan

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

         [],
         [m4_define([AC_PROVIDE_IFELSE],
	         [m4_ifdef([AC_PROVIDE_$1],
		           [$2], [$3])])])


# AC_PROG_LIBTOOL
# ---------------
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 A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
dnl If either AC_PROG_GCJ or A][M_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],

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
# and then we would define $MISSING as
#   MISSING="\${SHELL} $am_aux_dir/missing"
# This will work as long as MISSING is not called from configure, because
# unfortunately $(top_srcdir) has no meaning in configure.
# However there are other variables, like CC, which are often used in
# configure, and could therefore not use this "fixed" $ac_aux_dir.
#
# Another solution, used here, is to always expand $ac_aux_dir to an
# absolute PATH.  The drawback is that using absolute paths prevent a
# configured tree to be moved without reconfiguration.

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`
])

# AM_CONDITIONAL                                            -*- Autoconf -*-

# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

  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

src/judy-1.0.5/aclocal.m4  view on Meta::CPAN

AC_SUBST($1)])


# AM_MISSING_HAS_RUN
# ------------------
# Define MISSING if not defined so far and test if it supports --run.
# If it does, set am_missing_run to use it, otherwise, to nothing.
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
])

# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
#

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

test "$program_suffix" != NONE &&
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $.  echo might interpret backslashes.
# By default was `s,x,x', remove it if useless.
cat <<\_ACEOF >conftest.sed
s/[\\$]/&&/g;s/;s,x,x,$//
_ACEOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
rm -f conftest.sed

# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`

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=
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi

if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  # We used to keeping the `.' as first argument, in order to

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
  if test "${ac_cv_prog_CPP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
      # Double quotes because CPP needs to be expanded
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
if test -z "$CXXCPP"; then
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
      # Double quotes because CXXCPP needs to be expanded
    for CXXCPP in "$CXX -E" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

echo "$as_me: updating cache $cache_file" >&6;}
    cat confcache >$cache_file
  else
    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=
ac_ltlibobjs=
for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`echo "$ac_i" | sed "$ac_script"`

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=

case `sed -n '/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p

src/judy-1.0.5/autom4te.cache/output.0  view on Meta::CPAN

  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

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

test "$program_suffix" != NONE &&
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $.  echo might interpret backslashes.
# By default was `s,x,x', remove it if useless.
cat <<\_ACEOF >conftest.sed
s/[\\$]/&&/g;s/;s,x,x,$//
_ACEOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
rm -f conftest.sed

# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`

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=
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi

if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  # We used to keeping the `.' as first argument, in order to

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
  if test "${ac_cv_prog_CPP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
      # Double quotes because CPP needs to be expanded
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
if test -z "$CXXCPP"; then
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
      # Double quotes because CXXCPP needs to be expanded
    for CXXCPP in "$CXX -E" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

echo "$as_me: updating cache $cache_file" >&6;}
    cat confcache >$cache_file
  else
    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=
ac_ltlibobjs=
for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`echo "$ac_i" | sed "$ac_script"`

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=

case `sed -n '/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p

src/judy-1.0.5/autom4te.cache/output.1  view on Meta::CPAN

  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

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],

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

  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='#'

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

  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

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

                  [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$])

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

])
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], [])

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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], [])

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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$])

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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])

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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])

src/judy-1.0.5/autom4te.cache/traces.0  view on Meta::CPAN

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$])

src/judy-1.0.5/autom4te.cache/traces.1  view on Meta::CPAN

m4trace:configure.ac:7: -1- AC_SUBST([AMTAR])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AMTAR])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AMTAR$])
m4trace:configure.ac:7: -1- AC_SUBST([am__tar])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__tar])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__tar$])
m4trace:configure.ac:7: -1- AC_SUBST([am__untar])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__untar])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__untar$])
m4trace:configure.ac:12: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
You should run autoupdate.], [aclocal.m4:6722: AM_CONFIG_HEADER is expanded from...
configure.ac:12: the top level])
m4trace:configure.ac:12: -1- AC_CONFIG_HEADERS([config.h])
m4trace:configure.ac:81: -1- AC_SUBST([VERSION_INFO])
m4trace:configure.ac:81: -1- AC_SUBST_TRACE([VERSION_INFO])
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- AC_SUBST([FLAVOR])
m4trace:configure.ac:138: -1- AC_SUBST_TRACE([FLAVOR])
m4trace:configure.ac:138: -1- m4_pattern_allow([^FLAVOR$])
m4trace:configure.ac:147: -1- AC_SUBST([CC])
m4trace:configure.ac:147: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:147: -1- AC_SUBST([CFLAGS])
m4trace:configure.ac:147: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.ac:147: -1- m4_pattern_allow([^CFLAGS$])

src/judy-1.0.5/autom4te.cache/traces.1  view on Meta::CPAN

m4trace:configure.ac:238: -1- AC_SUBST_TRACE([AR])
m4trace:configure.ac:238: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:239: -1- AC_SUBST([LD])
m4trace:configure.ac:239: -1- AC_SUBST_TRACE([LD])
m4trace:configure.ac:239: -1- m4_pattern_allow([^LD$])
m4trace:configure.ac:240: -1- AC_SUBST([RANLIB])
m4trace:configure.ac:240: -1- AC_SUBST_TRACE([RANLIB])
m4trace:configure.ac:240: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.ac:244: -1- AC_PROG_LIBTOOL
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...
aclocal.m4:1903: AC_ENABLE_SHARED is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: 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:1364: AC_ARG_ENABLE is expanded from...
aclocal.m4:1942: AC_ENABLE_STATIC is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: 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:1364: AC_ARG_ENABLE is expanded from...
aclocal.m4:1981: AC_ENABLE_FAST_INSTALL is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_CANONICAL_HOST
m4trace:configure.ac:244: -1- AC_CANONICAL_BUILD
m4trace:configure.ac:244: -1- AC_REQUIRE_AUX_FILE([config.sub])
m4trace:configure.ac:244: -1- AC_REQUIRE_AUX_FILE([config.guess])
m4trace:configure.ac:244: -1- AC_SUBST([build], [$ac_cv_build])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([build])
m4trace:configure.ac:244: -1- m4_pattern_allow([^build$])
m4trace:configure.ac:244: -1- AC_SUBST([build_cpu], [$[1]])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([build_cpu])

src/judy-1.0.5/autom4te.cache/traces.1  view on Meta::CPAN

m4trace:configure.ac:244: -1- AC_SUBST([host_cpu], [$[1]])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:244: -1- AC_SUBST([host_vendor], [$[2]])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([host_vendor])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.ac:244: -1- AC_SUBST([host_os])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.ac:244: -1- m4_pattern_allow([^host_os$])
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...
aclocal.m4:2122: AC_PROG_LD is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_SUBST([ECHO])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([ECHO])
m4trace:configure.ac:244: -1- m4_pattern_allow([^ECHO$])
m4trace:configure.ac:244: -1- AC_SUBST([AR])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([AR])
m4trace:configure.ac:244: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:244: -1- AC_SUBST([RANLIB])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([RANLIB])
m4trace:configure.ac:244: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.ac:244: -1- AC_SUBST([STRIP])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([STRIP])
m4trace:configure.ac:244: -1- m4_pattern_allow([^STRIP$])
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...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: 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...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
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...
aclocal.m4:475: _LT_AC_LOCK is expanded from...
aclocal.m4:1079: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
aclocal.m4:2645: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:2644: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H])
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...
aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: 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], [aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: 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], [aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_SUBST([CXX])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([CXX])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXX$])
m4trace:configure.ac:244: -1- AC_SUBST([CXXFLAGS])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([CXXFLAGS])
m4trace:configure.ac:244: -1- m4_pattern_allow([^CXXFLAGS$])
m4trace:configure.ac:244: -1- AC_SUBST([LDFLAGS])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([LDFLAGS])
m4trace:configure.ac:244: -1- m4_pattern_allow([^LDFLAGS$])

src/judy-1.0.5/autom4te.cache/traces.1  view on Meta::CPAN

m4trace:configure.ac:244: -1- AC_SUBST([LIBS])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([LIBS])
m4trace:configure.ac:244: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:244: -1- AC_SUBST([F77])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([F77])
m4trace:configure.ac:244: -1- m4_pattern_allow([^F77$])
m4trace:configure.ac:244: -1- AC_SUBST([ac_ct_F77])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([ac_ct_F77])
m4trace:configure.ac:244: -1- m4_pattern_allow([^ac_ct_F77$])
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...
aclocal.m4:3987: _LT_AC_LANG_GCJ_CONFIG is expanded from...
aclocal.m4:3986: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
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...
aclocal.m4:3987: _LT_AC_LANG_GCJ_CONFIG is expanded from...
aclocal.m4:3986: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
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...
aclocal.m4:4043: _LT_AC_LANG_RC_CONFIG is expanded from...
aclocal.m4:4042: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
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...
aclocal.m4:4043: _LT_AC_LANG_RC_CONFIG is expanded from...
aclocal.m4:4042: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
aclocal.m4:1781: _LT_AC_TAGCONFIG is expanded from...
aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
aclocal.m4:6301: AM_PROG_LIBTOOL is expanded from...
configure.ac:244: the top level])
m4trace:configure.ac:244: -1- AC_SUBST([LIBTOOL])
m4trace:configure.ac:244: -1- AC_SUBST_TRACE([LIBTOOL])
m4trace:configure.ac:244: -1- m4_pattern_allow([^LIBTOOL$])
m4trace:configure.ac:256: -1- AC_SUBST([WARN_CFLAGS])
m4trace:configure.ac:256: -1- AC_SUBST_TRACE([WARN_CFLAGS])
m4trace:configure.ac:256: -1- m4_pattern_allow([^WARN_CFLAGS$])
m4trace:configure.ac:258: -1- AC_CONFIG_FILES([Makefile
                 src/Judy1/Makefile
                 src/JudyCommon/Makefile

src/judy-1.0.5/configure  view on Meta::CPAN

program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE

# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens because sh, perl, etc. also accept them.
# (The list follows the same order as the GNU Coding Standards.)
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'

src/judy-1.0.5/configure  view on Meta::CPAN

test "$program_suffix" != NONE &&
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
# Double any \ or $.  echo might interpret backslashes.
# By default was `s,x,x', remove it if useless.
cat <<\_ACEOF >conftest.sed
s/[\\$]/&&/g;s/;s,x,x,$//
_ACEOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
rm -f conftest.sed

# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`

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=
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi

if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  # We used to keeping the `.' as first argument, in order to

src/judy-1.0.5/configure  view on Meta::CPAN

{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
  if test "${ac_cv_prog_CPP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
      # Double quotes because CPP needs to be expanded
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,

src/judy-1.0.5/configure  view on Meta::CPAN

ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
if test -z "$CXXCPP"; then
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
      # Double quotes because CXXCPP needs to be expanded
    for CXXCPP in "$CXX -E" "/lib/cpp"
    do
      ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
do
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  # <limits.h> exists even on freestanding compilers.
  # On the NeXT, cc -E runs the code through the compiler's parser,

src/judy-1.0.5/configure  view on Meta::CPAN

echo "$as_me: updating cache $cache_file" >&6;}
    cat confcache >$cache_file
  else
    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
fi
rm -f confcache

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

DEFS=-DHAVE_CONFIG_H

ac_libobjs=
ac_ltlibobjs=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`echo "$ac_i" | sed "$ac_script"`

src/judy-1.0.5/configure  view on Meta::CPAN

  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
_ACEOF

cat >>$CONFIG_STATUS <<\_ACEOF
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=

case `sed -n '/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p

src/judy-1.0.5/configure  view on Meta::CPAN

  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

src/judy-1.0.5/ltmain.sh  view on Meta::CPAN

	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
	  :
	else
	  # The command line is too long to link in one step, link piecewise.
	  $echo "creating reloadable object files..."

	  # Save the value of $output and $libobjs because we want to
	  # use them later.  If we have whole_archive_flag_spec, we
	  # want to use save_libobjs as it was before
	  # whole_archive_flag_spec was expanded, because we can't
	  # assume the linker understands whole_archive_flag_spec.
	  # This may have to be revisited, in case too many
	  # convenience libraries get linked in and end up exceeding
	  # the spec.
	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
	    save_libobjs=$libobjs
	  fi
	  save_output=$output
	  output_la=`$echo "X$output" | $Xsed -e "$basename"`

src/judy-1.0.5/src/JudyCommon/JudyGet.c  view on Meta::CPAN

//
// TBD:  This is a debug-only check function similar to JudyCheckSorted(), but
// since it walks the tree it is Judy1/JudyL-specific and must live in a source
// file that is built both ways.
//
// TBD:  As feared, enabling this code for every insert/delete makes Judy
// deathly slow, even for a small tree (10K indexes).  Its not so bad if
// present but disabled (<1% slowdown measured).  Still, should it be ifdefd
// other than DEBUG and/or called less often?
//
// TBD:  Should this "population checker" be expanded to a comprehensive tree
// checker?  It currently detects invalid LEAFW/JP types as well as inconsistent
// pop1s.  Other possible checks, all based on essentially redundant data in
// the Judy tree, include:
//
// - Zero LS bits in jp_Addr field.
//
// - Correct Dcd bits.
//
// - Consistent JP types (always descending down the tree).
//

src/judy-1.0.5/src/JudyCommon/JudyPrivate.h  view on Meta::CPAN

//   Assume these macros are only called for the appropriate JP Types.
//   Unfortunately theres no way to trigger an assertion here if the JP type
//   is incorrect for the macro, because these are merely expressions, not
//   statements.

#define  JU_LEAFW_POP0(JRP)                  (*P_JLW(JRP))
#define cJU_JPFULLPOPU1_POP0                 (cJU_SUBEXPPERSTATE - 1)

// GET JP Type:
// Since bit fields greater than 32 bits are not supported in some compilers
// the jp_DcdPopO field is expanded to include the jp_Type in the high 8 bits
// of the Word_t.
// First the read macro:

#define JU_JPTYPE(PJP)          ((PJP)->jp_Type)

#define JU_JPLEAF_POP0(PJP)     ((PJP)->jp_DcdP0[sizeof(Word_t) - 2])

#ifdef JU_64BIT

#define JU_JPDCDPOP0(PJP)               \

src/judy-1.0.5/test/jbgraph  view on Meta::CPAN

	# Find each COLHEAD, and put it in the correct CHA[INDEX].
        let i=0
        while [ ${i} -lt ${#CHA[*]} ]	# For each COLHEAD
        do
	    # Grab one COLHEAD line at a time, put it into CHA[].
	      # Note, "@" not allowed in COLHEAD string.
	    LINE="`grep \"^#.*COLHEAD\" ${FTC_FILE} |	# Find COLHEAD.
	      sed -e 's/^#.*COLHEAD*//g' \
		  -e 's/^ *//g' \
		  -e 's/@//g' | # Remove COLHEAD.
	      expand | sed -e 's/^0*//g' | # Remove leading zeros.
	      grep ^${i} |		# Find a line matching ${i}.
	      head -1 `"		# Make sure there is only 1.

	    # Grab the INDEX number, could do numeric check if problems.
	    INDEX="`echo ${LINE} | cut -d\" \" -f1`" # field 1 is number.

	    # If INDEX is not empty, save this COLHEAD.
	    if [ "${INDEX}" != "" ]; then
	        # Grab the rest of the line and save it into CHA.
	        REMAINDER="`echo ${LINE} | sed -e \"s@^${INDEX} *@@g\"`"

src/judy-1.0.5/test/malloc-pre2.8a.c  view on Meta::CPAN


    if ((CHUNK_SIZE_T)(oldsize) >= (CHUNK_SIZE_T)(nb)) {
      /* already big enough; split below */
      newp = oldp;
      newsize = oldsize;
    }

    else {
      next = chunk_at_offset(oldp, oldsize);

      /* Try to expand forward into top */
      if (next == av->top &&
          (CHUNK_SIZE_T)(newsize = oldsize + chunksize(next)) >=
          (CHUNK_SIZE_T)(nb + MINSIZE)) {
        set_head_size(oldp, nb);
        av->top = chunk_at_offset(oldp, nb);
        set_head(av->top, (newsize - nb) | PREV_INUSE);
        return chunk2mem(oldp);
      }
      
      /* Try to expand forward into next chunk;  split off remainder below */
      else if (next != av->top && 
               !inuse(next) &&
               (CHUNK_SIZE_T)(newsize = oldsize + chunksize(next)) >=
               (CHUNK_SIZE_T)(nb)) {
        newp = oldp;
        unlink_chunk(av, next, chunksize(next));
      }

      /* allocate, copy, free */
      else {

src/judy-1.0.5/test/malloc-pre2.8a.c  view on Meta::CPAN

    if (nb == 0)
      return 0;
  }


#if HAVE_MMAP
  /*
    If have mmap, and the request size meets the mmap threshold, and
    the system supports mmap, and there are few enough currently
    allocated mmapped regions, try to directly map this request
    rather than expanding top.
  */

  if ((CHUNK_SIZE_T)(nb) >= (CHUNK_SIZE_T)(av->mmap_threshold) &&
      (av->n_mmaps < av->n_mmaps_max) &&
      !mmap_disabled(av)) {
    Void_t* mp = mmap_malloc(av, nb);
    if (mp != 0)
      return chunk2mem(mp);
  }
#endif

src/judy-1.0.5/test/malloc-pre2.8a.c  view on Meta::CPAN

  actually be size_t, because sbrk supports negative args, so it is
  normally the signed type of the same width as size_t (sometimes
  declared as "intptr_t", and sometimes "ptrdiff_t").  It doesn't much
  matter though. Internally, we use "long" as arguments, which should
  work across all reasonable possibilities.

  Additionally, if MORECORE ever returns failure for a positive
  request, and HAVE_MMAP is true, then mmap is used as a noncontiguous
  system allocator. This is a useful backup strategy for systems with
  holes in address spaces -- in this case sbrk cannot contiguously
  expand the heap, but mmap may be able to map noncontiguous space.

  If you'd like mmap to ALWAYS be used, you can define MORECORE to be
  a function that always returns MORECORE_FAILURE.

  Malloc only has limited ability to detect failures of MORECORE
  to supply contiguous space when it says it can. In particular,
  multithreaded programs that do not use locks may result in
  rece conditions across calls to MORECORE that result in gaps
  that cannot be detected as such, and subsequent corruption.

src/judy-1.0.5/test/malloc-pre2.8a.c  view on Meta::CPAN

      * Removed footers when chunks are in use. Thanks to
        Paul Wilson (wilson@cs.texas.edu) for the suggestion.

    V2.5.4 Wed Nov  1 07:54:51 1995  Doug Lea  (dl at gee)
      * Added malloc_trim, with help from Wolfram Gloger
        (wmglo@Dent.MED.Uni-Muenchen.DE).

    V2.5.3 Tue Apr 26 10:16:01 1994  Doug Lea  (dl at g)

    V2.5.2 Tue Apr  5 16:20:40 1994  Doug Lea  (dl at g)
      * realloc: try to expand in both directions
      * malloc: swap order of clean-bin strategy;
      * realloc: only conditionally expand backwards
      * Try not to scavenge used bins
      * Use bin counts as a guide to preallocation
      * Occasionally bin return list chunks in first scan
      * Add a few optimizations from colin@nyx10.cs.du.edu

    V2.5.1 Sat Aug 14 15:40:43 1993  Doug Lea  (dl at g)
      * faster bin computation & slightly different binning
      * merged all consolidations to one part of malloc proper
         (eliminating old malloc_find_space & malloc_clean_bin)
      * Scan 2 returns chunks (not just 1)



( run in 0.597 second using v1.01-cache-2.11-cpan-5b529ec07f3 )