summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-01-24 00:48:36 +0100
committerKevin Ryde <user42@zip.com.au>2002-01-24 00:48:36 +0100
commit0fdb0a6cef9798976a143fa88ce239b8ba2ac752 (patch)
treebcbd604ad99f44477d02abae1284c29ddced8805
parent3b6f105f6854ceb9c929282760c88f2e2460409d (diff)
downloadgmp-0fdb0a6cef9798976a143fa88ce239b8ba2ac752.tar.gz
Regenerate for:
* configure.in (--enable-nails): New option. (GMP_NAIL_BITS, GMP_LIMB_BITS, GMP_NUMB_BITS): New defines for gmp.h and config.m4.
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure2474
-rw-r--r--cxx/Makefile.in1
-rw-r--r--demos/Makefile.in1
-rw-r--r--demos/calc/Makefile.in1
-rw-r--r--demos/expr/Makefile.in1
-rw-r--r--mpbsd/Makefile.in1
-rw-r--r--mpf/Makefile.in1
-rw-r--r--mpfr/Makefile.in1
-rw-r--r--mpfr/tests/Makefile.in1
-rw-r--r--mpq/Makefile.in1
-rw-r--r--mpz/Makefile.in1
-rw-r--r--printf/Makefile.in1
-rw-r--r--scanf/Makefile.in1
-rw-r--r--tests/Makefile.in1
-rw-r--r--tests/cxx/Makefile.in1
-rw-r--r--tests/devel/Makefile.in1
-rw-r--r--tests/misc/Makefile.in1
-rw-r--r--tests/mpbsd/Makefile.in1
-rw-r--r--tests/mpf/Makefile.in1
-rw-r--r--tests/mpn/Makefile.in1
-rw-r--r--tests/mpq/Makefile.in1
-rw-r--r--tests/mpz/Makefile.in1
-rw-r--r--tests/rand/Makefile.in1
24 files changed, 1276 insertions, 1221 deletions
diff --git a/Makefile.in b/Makefile.in
index 8a91e9135..18ddc41a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,6 +121,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/configure b/configure
index 32b920a39..d256823bc 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.355 .
+# From configure.in Revision: 1.358 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52.
#
@@ -849,6 +849,7 @@ Optional Features:
--enable-fft enable FFTs for multiplication default=yes
--enable-mpbsd build Berkley MP compatibility library default=no
--enable-mpfr build MPFR default=no
+ --enable-nails use nails on limbs default=no
--enable-profiling build with profiler support default=no
--enable-shared[=PKGS]
build shared libraries [default=yes]
@@ -1065,7 +1066,7 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- { echo "$as_me:1068: loading site script $ac_site_file" >&5
+ { echo "$as_me:1069: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
cat "$ac_site_file" >&5
. "$ac_site_file"
@@ -1076,7 +1077,7 @@ if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
- { echo "$as_me:1079: loading cache $cache_file" >&5
+ { echo "$as_me:1080: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -1084,7 +1085,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
esac
fi
else
- { echo "$as_me:1087: creating cache $cache_file" >&5
+ { echo "$as_me:1088: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -1100,21 +1101,21 @@ for ac_var in `(set) 2>&1 |
eval ac_new_val="\$ac_env_${ac_var}_value"
case $ac_old_set,$ac_new_set in
set,)
- { echo "$as_me:1103: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+ { echo "$as_me:1104: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_cache_corrupted=: ;;
,set)
- { echo "$as_me:1107: error: \`$ac_var' was not set in the previous run" >&5
+ { echo "$as_me:1108: error: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
- { echo "$as_me:1113: error: \`$ac_var' has changed since the previous run:" >&5
+ { echo "$as_me:1114: error: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
- { echo "$as_me:1115: former value: $ac_old_val" >&5
+ { echo "$as_me:1116: former value: $ac_old_val" >&5
echo "$as_me: former value: $ac_old_val" >&2;}
- { echo "$as_me:1117: current value: $ac_new_val" >&5
+ { echo "$as_me:1118: current value: $ac_new_val" >&5
echo "$as_me: current value: $ac_new_val" >&2;}
ac_cache_corrupted=:
fi;;
@@ -1133,9 +1134,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
fi
done
if $ac_cache_corrupted; then
- { echo "$as_me:1136: error: changes in the environment can compromise the build" >&5
+ { echo "$as_me:1137: error: changes in the environment can compromise the build" >&5
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
- { { echo "$as_me:1138: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+ { { echo "$as_me:1139: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1155,10 +1156,10 @@ esac
echo "#! $SHELL" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
-if { (echo "$as_me:1158: PATH=\".;.\"; conftest.sh") >&5
+if { (echo "$as_me:1159: PATH=\".;.\"; conftest.sh") >&5
(PATH=".;."; conftest.sh) 2>&5
ac_status=$?
- echo "$as_me:1161: \$? = $ac_status" >&5
+ echo "$as_me:1162: \$? = $ac_status" >&5
(exit $ac_status); }; then
ac_path_separator=';'
else
@@ -1173,7 +1174,7 @@ rm -f conftest.sh
# "athlon-pc-freebsd3.5".
#
if test -n "$target_alias" && test "$target_alias" != "$host_alias"; then
- { { echo "$as_me:1176: error: --target is not appropriate for GMP
+ { { echo "$as_me:1177: error: --target is not appropriate for GMP
Use --build=CPU-VENDOR-OS if you need to specify your CPU and/or system
explicitly. Use --host if cross-compiling (see \"Installing GMP\" in the
manual for more on this)." >&5
@@ -1219,7 +1220,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi
done
if test -z "$ac_aux_dir"; then
- { { echo "$as_me:1222: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
+ { { echo "$as_me:1223: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1229,11 +1230,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
- { { echo "$as_me:1232: error: cannot run $ac_config_sub" >&5
+ { { echo "$as_me:1233: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:1236: checking build system type" >&5
+echo "$as_me:1237: checking build system type" >&5
echo $ECHO_N "checking build system type... $ECHO_C" >&6
if test "${ac_cv_build+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1242,23 +1243,23 @@ else
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
- { { echo "$as_me:1245: error: cannot guess build type; you must specify one" >&5
+ { { echo "$as_me:1246: error: cannot guess build type; you must specify one" >&5
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
{ (exit 1); exit 1; }; }
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
- { { echo "$as_me:1249: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+ { { echo "$as_me:1250: error: $ac_config_sub $ac_cv_build_alias failed." >&5
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1254: result: $ac_cv_build" >&5
+echo "$as_me:1255: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$as_me:1261: checking host system type" >&5
+echo "$as_me:1262: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1267,12 +1268,12 @@ else
test -z "$ac_cv_host_alias" &&
ac_cv_host_alias=$ac_cv_build_alias
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
- { { echo "$as_me:1270: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+ { { echo "$as_me:1271: error: $ac_config_sub $ac_cv_host_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1275: result: $ac_cv_host" >&5
+echo "$as_me:1276: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6
host=$ac_cv_host
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
@@ -1298,7 +1299,7 @@ echo "define_not_for_expansion(\`HAVE_HOST_CPU_$tmp_host')" >> $gmp_tmpconfigm4p
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:1301: checking for a BSD compatible install" >&5
+echo "$as_me:1302: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
@@ -1347,7 +1348,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-echo "$as_me:1350: result: $INSTALL" >&5
+echo "$as_me:1351: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -1358,7 +1359,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo "$as_me:1361: checking whether build environment is sane" >&5
+echo "$as_me:1362: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
@@ -1382,7 +1383,7 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { { echo "$as_me:1385: error: ls -t appears to fail. Make sure there is not a broken
+ { { echo "$as_me:1386: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&5
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&2;}
@@ -1395,13 +1396,13 @@ then
# Ok.
:
else
- { { echo "$as_me:1398: error: newly created file is older than distributed files!
+ { { echo "$as_me:1399: error: newly created file is older than distributed files!
Check your system clock" >&5
echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1404: result: yes" >&5
+echo "$as_me:1405: result: yes" >&5
echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
program_transform_name="s,^,$program_prefix,;$program_transform_name"
@@ -1426,7 +1427,7 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- { echo "$as_me:1429: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+ { echo "$as_me:1430: WARNING: ${am_backtick}missing' script is too old or missing" >&5
echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
fi
@@ -1434,7 +1435,7 @@ for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:1437: checking for $ac_word" >&5
+echo "$as_me:1438: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1449,7 +1450,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
-echo "$as_me:1452: found $ac_dir/$ac_word" >&5
+echo "$as_me:1453: found $ac_dir/$ac_word" >&5
break
done
@@ -1457,17 +1458,17 @@ fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$as_me:1460: result: $AWK" >&5
+ echo "$as_me:1461: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "$as_me:1463: result: no" >&5
+ echo "$as_me:1464: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$AWK" && break
done
-echo "$as_me:1470: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:1471: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -1487,11 +1488,11 @@ fi
rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:1490: result: yes" >&5
+ echo "$as_me:1491: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$as_me:1494: result: no" >&5
+ echo "$as_me:1495: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -1527,7 +1528,7 @@ rmdir .deps 2>/dev/null
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { { echo "$as_me:1530: error: source directory already configured; run \"make distclean\" there first" >&5
+ { { echo "$as_me:1531: error: source directory already configured; run \"make distclean\" there first" >&5
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1578,7 +1579,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
ac_config_headers="$ac_config_headers config.h:config.in"
-echo "$as_me:1581: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo "$as_me:1582: checking whether to enable maintainer-specific portions of Makefiles" >&5
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
@@ -1587,7 +1588,7 @@ if test "${enable_maintainer_mode+set}" = set; then
else
USE_MAINTAINER_MODE=no
fi;
- echo "$as_me:1590: result: $USE_MAINTAINER_MODE" >&5
+ echo "$as_me:1591: result: $USE_MAINTAINER_MODE" >&5
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
if test $USE_MAINTAINER_MODE = yes; then
@@ -1604,7 +1605,7 @@ if test "${enable_assert+set}" = set; then
enableval="$enable_assert"
case $enableval in
yes|no) ;;
-*) { { echo "$as_me:1607: error: bad value $enableval for --enable-assert, need yes or no" >&5
+*) { { echo "$as_me:1608: error: bad value $enableval for --enable-assert, need yes or no" >&5
echo "$as_me: error: bad value $enableval for --enable-assert, need yes or no" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -1628,7 +1629,7 @@ alloca|malloc-reentrant|malloc-notreentrant) ;;
yes|no|reentrant|notreentrant) ;;
debug) ;;
*)
- { { echo "$as_me:1631: error: bad value $enableval for --enable-alloca, need one of:
+ { { echo "$as_me:1632: error: bad value $enableval for --enable-alloca, need one of:
yes no reentrant notreentrant alloca malloc-reentrant malloc-notreentrant debug" >&5
echo "$as_me: error: bad value $enableval for --enable-alloca, need one of:
yes no reentrant notreentrant alloca malloc-reentrant malloc-notreentrant debug" >&2;}
@@ -1655,7 +1656,7 @@ if test "${enable_cxx+set}" = set; then
enableval="$enable_cxx"
case $enableval in
yes|no|detect) ;;
-*) { { echo "$as_me:1658: error: bad value $enableval for --enable-cxx, need yes/no/detect" >&5
+*) { { echo "$as_me:1659: error: bad value $enableval for --enable-cxx, need yes/no/detect" >&5
echo "$as_me: error: bad value $enableval for --enable-cxx, need yes/no/detect" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -1668,7 +1669,7 @@ if test "${enable_fft+set}" = set; then
enableval="$enable_fft"
case $enableval in
yes|no) ;;
-*) { { echo "$as_me:1671: error: bad value $enableval for --enable-fft, need yes or no" >&5
+*) { { echo "$as_me:1672: error: bad value $enableval for --enable-fft, need yes or no" >&5
echo "$as_me: error: bad value $enableval for --enable-fft, need yes or no" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -1689,7 +1690,7 @@ if test "${enable_mpbsd+set}" = set; then
enableval="$enable_mpbsd"
case $enableval in
yes|no) ;;
-*) { { echo "$as_me:1692: error: bad value $enableval for --enable-mpbsd, need yes or no" >&5
+*) { { echo "$as_me:1693: error: bad value $enableval for --enable-mpbsd, need yes or no" >&5
echo "$as_me: error: bad value $enableval for --enable-mpbsd, need yes or no" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -1710,7 +1711,7 @@ if test "${enable_mpfr+set}" = set; then
enableval="$enable_mpfr"
case $enableval in
yes|no) ;;
-*) { { echo "$as_me:1713: error: bad value $enableval for --enable-mpfr, need yes or no" >&5
+*) { { echo "$as_me:1714: error: bad value $enableval for --enable-mpfr, need yes or no" >&5
echo "$as_me: error: bad value $enableval for --enable-mpfr, need yes or no" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -1726,12 +1727,25 @@ else
WANT_MPFR_FALSE=
fi
+# Check whether --enable-nails or --disable-nails was given.
+if test "${enable_nails+set}" = set; then
+ enableval="$enable_nails"
+ case $enableval in
+yes|no|0-9|0-90-9) ;;
+*) { { echo "$as_me:1735: error: bad value $enableval for --enable-nails, need yes/no/number" >&5
+echo "$as_me: error: bad value $enableval for --enable-nails, need yes/no/number" >&2;}
+ { (exit 1); exit 1; }; } ;;
+esac
+else
+ enable_nails=no
+fi;
+
# Check whether --enable-profiling or --disable-profiling was given.
if test "${enable_profiling+set}" = set; then
enableval="$enable_profiling"
case $enableval in
no|prof|gprof) ;;
-*) { { echo "$as_me:1734: error: bad value $enableval for --enable-profiling, need no/prof/gprof" >&5
+*) { { echo "$as_me:1748: error: bad value $enableval for --enable-profiling, need no/prof/gprof" >&5
echo "$as_me: error: bad value $enableval for --enable-profiling, need no/prof/gprof" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -1753,7 +1767,7 @@ if test "${with_readline+set}" = set; then
withval="$with_readline"
case $withval in
yes|no|detect) ;;
-*) { { echo "$as_me:1756: error: bad value $withval for --with-readline, need yes/no/detect" >&5
+*) { { echo "$as_me:1770: error: bad value $withval for --with-readline, need yes/no/detect" >&5
echo "$as_me: error: bad value $withval for --with-readline, need yes/no/detect" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -2433,13 +2447,13 @@ CFLAGS_or_unset=${CFLAGS-'(unset)'}
CPPFLAGS_or_unset=${CPPFLAGS-'(unset)'}
cat >&5 <<EOF
-configure:841: User:
+configure:854: User:
ABI=$ABI
CC=$CC
CFLAGS=$CFLAGS_or_unset
CPPFLAGS=$CPPFLAGS_or_unset
MPN_PATH=$MPN_PATH
-configure:847: GMP:
+configure:860: GMP:
abilist=$abilist
cclist=$cclist
EOF
@@ -2460,7 +2474,7 @@ if test -n "$ABI"; then
if test $abi = "$ABI"; then found=yes; break; fi
done
if test $found = no; then
- { { echo "$as_me:2463: error: ABI=$ABI is not among the following valid choices: $abilist" >&5
+ { { echo "$as_me:2477: error: ABI=$ABI is not among the following valid choices: $abilist" >&5
echo "$as_me: error: ABI=$ABI is not among the following valid choices: $abilist" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -2550,15 +2564,15 @@ for abi in $abilist; do
#endif
EOF
gmp_compile="$cc -c conftest.c >&5"
-if { (eval echo "$as_me:2553: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:2567: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:2556: \$? = $ac_status" >&5
+ echo "$as_me:2570: \$? = $ac_status" >&5
(exit $ac_status); }; then
rm -f conftest*
- echo "$as_me:2559: checking whether $cc is gcc" >&5
+ echo "$as_me:2573: checking whether $cc is gcc" >&5
echo $ECHO_N "checking whether $cc is gcc... $ECHO_C" >&6
- echo "$as_me:2561: result: yes" >&5
+ echo "$as_me:2575: result: yes" >&5
echo "${ECHO_T}yes" >&6
ccbase=gcc
else
@@ -2572,14 +2586,14 @@ fi
# then change $ccbase and make the default xlc flags available.
if test $ccbase != xlc; then
gmp_command="$cc 2>&1 | grep xlc >/dev/null"
-if { (eval echo "$as_me:2575: \"$gmp_command\"") >&5
+if { (eval echo "$as_me:2589: \"$gmp_command\"") >&5
(eval $gmp_command) 2>&5
ac_status=$?
- echo "$as_me:2578: \$? = $ac_status" >&5
+ echo "$as_me:2592: \$? = $ac_status" >&5
(exit $ac_status); }; then
- echo "$as_me:2580: checking whether $cc is xlc" >&5
+ echo "$as_me:2594: checking whether $cc is xlc" >&5
echo $ECHO_N "checking whether $cc is xlc... $ECHO_C" >&6
- echo "$as_me:2582: result: yes" >&5
+ echo "$as_me:2596: result: yes" >&5
echo "${ECHO_T}yes" >&6
ccbase=xlc
else
@@ -2606,7 +2620,7 @@ fi
gprof) cflags="$cflags -pg" ;;
esac
- echo "$as_me:2609: checking compiler $cc $cflags $cppflags" >&5
+ echo "$as_me:2623: checking compiler $cc $cflags $cppflags" >&5
echo $ECHO_N "checking compiler $cc $cflags $cppflags... $ECHO_C" >&6
cat >conftest.c <<EOF
@@ -2626,17 +2640,17 @@ int main () { return 0; }
EOF
gmp_prog_cc_works=no
gmp_compile="$cc $cflags $cppflags conftest.c >&5"
-if { (eval echo "$as_me:2629: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:2643: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:2632: \$? = $ac_status" >&5
+ echo "$as_me:2646: \$? = $ac_status" >&5
(exit $ac_status); }; then
if test "$cross_compiling" = no; then
if { ac_try='./a.out || ./a.exe || ./conftest'
- { (eval echo "$as_me:2636: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2650: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2639: \$? = $ac_status" >&5
+ echo "$as_me:2653: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_prog_cc_works=yes
fi
@@ -2645,7 +2659,7 @@ if { (eval echo "$as_me:2629: \"$gmp_compile\"") >&5
fi
fi
rm -f conftest* a.out a.exe
-echo "$as_me:2648: result: $gmp_prog_cc_works" >&5
+echo "$as_me:2662: result: $gmp_prog_cc_works" >&5
echo "${ECHO_T}$gmp_prog_cc_works" >&6
if test $gmp_prog_cc_works = yes; then
:
@@ -2660,7 +2674,7 @@ fi
testlist_pass=yes
for tst in $testlist; do
case $tst in
- hpc-hppa-2-0) echo "$as_me:2663: checking whether HP compiler $cc is good for 64-bits" >&5
+ hpc-hppa-2-0) echo "$as_me:2677: checking whether HP compiler $cc is good for 64-bits" >&5
echo $ECHO_N "checking whether HP compiler $cc is good for 64-bits... $ECHO_C" >&6
# Bad compiler output:
# ccom: HP92453-01 G.10.32.05 HP C Compiler
@@ -2703,7 +2717,7 @@ fi
gmp_hpc_64bit=$gmp_compare_ge
fi
-echo "$as_me:2706: result: $gmp_hpc_64bit" >&5
+echo "$as_me:2720: result: $gmp_hpc_64bit" >&5
echo "${ECHO_T}$gmp_hpc_64bit" >&6
if test $gmp_hpc_64bit = yes; then
:
@@ -2711,7 +2725,7 @@ else
testlist_pass=no
fi
;;
- gcc-arm-umodsi) echo "$as_me:2714: checking whether gcc unsigned division works" >&5
+ gcc-arm-umodsi) echo "$as_me:2728: checking whether gcc unsigned division works" >&5
echo $ECHO_N "checking whether gcc unsigned division works... $ECHO_C" >&6
tmp_version=`($cc --version) 2>&5`
echo "$cc --version '$tmp_version'" >&5
@@ -2726,7 +2740,7 @@ subminor=`(echo "$tmp_version" | sed -n 's/^[a-z-]*[0-9][0-9]*\.[0-9][0-9]*\.\([
echo " subminor '$subminor'" >&5
if test -z "$major"; then
- { echo "$as_me:2729: WARNING: unrecognised gcc version string: $tmp_version" >&5
+ { echo "$as_me:2743: WARNING: unrecognised gcc version string: $tmp_version" >&5
echo "$as_me: WARNING: unrecognised gcc version string: $tmp_version" >&2;}
gmp_compare_ge=error
else
@@ -2763,7 +2777,7 @@ yes)
testlist_pass=no
gmp_gcc_arm_umodsi_result="no, gcc <= 2.95.3" ;;
esac
-echo "$as_me:2766: result: $gmp_gcc_arm_umodsi_result" >&5
+echo "$as_me:2780: result: $gmp_gcc_arm_umodsi_result" >&5
echo "${ECHO_T}$gmp_gcc_arm_umodsi_result" >&6
;;
esac
@@ -2796,7 +2810,7 @@ done
# C on MS-DOS systems).
#
if test $found_compiler = no && test -n "$path"; then
- { { echo "$as_me:2799: error: could not find a working compiler" >&5
+ { { echo "$as_me:2813: error: could not find a working compiler" >&5
echo "$as_me: error: could not find a working compiler" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -2819,7 +2833,7 @@ if test $found_compiler = yes; then
case $flag in
-march=pentiumpro)
# tickles stack slot bugs on some gcc, exclude as necessary
- echo "$as_me:2822: checking whether gcc -march=pentiumpro is good" >&5
+ echo "$as_me:2836: checking whether gcc -march=pentiumpro is good" >&5
echo $ECHO_N "checking whether gcc -march=pentiumpro is good... $ECHO_C" >&6
if test "${gmp_cv_gcc_march_pentiumpro+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2837,7 +2851,7 @@ subminor=`(echo "$tmp_version" | sed -n 's/^[a-z-]*[0-9][0-9]*\.[0-9][0-9]*\.\([
echo " subminor '$subminor'" >&5
if test -z "$major"; then
- { echo "$as_me:2840: WARNING: unrecognised gcc version string: $tmp_version" >&5
+ { echo "$as_me:2854: WARNING: unrecognised gcc version string: $tmp_version" >&5
echo "$as_me: WARNING: unrecognised gcc version string: $tmp_version" >&2;}
gmp_compare_ge=error
else
@@ -2871,7 +2885,7 @@ yes|no) gmp_cv_gcc_march_pentiumpro=$gmp_compare_ge ;;
error|*) gmp_cv_gcc_march_pentiumpro=no ;;
esac
fi
-echo "$as_me:2874: result: $gmp_cv_gcc_march_pentiumpro" >&5
+echo "$as_me:2888: result: $gmp_cv_gcc_march_pentiumpro" >&5
echo "${ECHO_T}$gmp_cv_gcc_march_pentiumpro" >&6
if test $gmp_cv_gcc_march_pentiumpro = yes; then
:
@@ -2896,17 +2910,17 @@ esac
-no-cpp-precomp)
# special check, avoiding a warning
if test "$ccbase" = gcc; then
- echo "$as_me:2899: checking compiler $cc $cflags -no-cpp-precomp" >&5
+ echo "$as_me:2913: checking compiler $cc $cflags -no-cpp-precomp" >&5
echo $ECHO_N "checking compiler $cc $cflags -no-cpp-precomp... $ECHO_C" >&6
result=no
cat >conftest.c <<EOF
int main () { return 0; }
EOF
gmp_compile="$cc $cflags -no-cpp-precomp conftest.c >conftest.out 2>&1"
- if { (eval echo "$as_me:2906: \"$gmp_compile\"") >&5
+ if { (eval echo "$as_me:2920: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:2909: \$? = $ac_status" >&5
+ echo "$as_me:2923: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep "unrecognized option.*-no-cpp-precomp" conftest.out >/dev/null; then : ;
else
@@ -2915,7 +2929,7 @@ EOF
fi
cat conftest.out >&5
rm -f conftest* a.out
- echo "$as_me:2918: result: $result" >&5
+ echo "$as_me:2932: result: $result" >&5
echo "${ECHO_T}$result" >&6
if test "$result" = yes; then
cflags="$cflags $flag"
@@ -2928,7 +2942,7 @@ fi
;;
esac
- echo "$as_me:2931: checking compiler $cc $cflags $cppflags $flag" >&5
+ echo "$as_me:2945: checking compiler $cc $cflags $cppflags $flag" >&5
echo $ECHO_N "checking compiler $cc $cflags $cppflags $flag... $ECHO_C" >&6
cat >conftest.c <<EOF
@@ -2948,17 +2962,17 @@ int main () { return 0; }
EOF
gmp_prog_cc_works=no
gmp_compile="$cc $cflags $cppflags $flag conftest.c >&5"
-if { (eval echo "$as_me:2951: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:2965: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:2954: \$? = $ac_status" >&5
+ echo "$as_me:2968: \$? = $ac_status" >&5
(exit $ac_status); }; then
if test "$cross_compiling" = no; then
if { ac_try='./a.out || ./a.exe || ./conftest'
- { (eval echo "$as_me:2958: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2972: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2961: \$? = $ac_status" >&5
+ echo "$as_me:2975: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_prog_cc_works=yes
fi
@@ -2967,7 +2981,7 @@ if { (eval echo "$as_me:2951: \"$gmp_compile\"") >&5
fi
fi
rm -f conftest* a.out a.exe
-echo "$as_me:2970: result: $gmp_prog_cc_works" >&5
+echo "$as_me:2984: result: $gmp_prog_cc_works" >&5
echo "${ECHO_T}$gmp_prog_cc_works" >&6
if test $gmp_prog_cc_works = yes; then
cflags="$cflags $flag"
@@ -3043,7 +3057,11 @@ if test -n "$MPN_PATH"; then
else
eval tmp=\"\$path$abi1\"
test -n "$tmp" || eval tmp=\"\$path$abi2\"
- path="$tmp generic"
+ case $enable_nails in
+ no | 0) path="$tmp generic" ;;
+ *) # FIXME: Where will assembler code for nails live?
+ path="generic" ;;
+ esac
fi
# Whether using a long long limb in this ABI.
@@ -3063,7 +3081,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:3066: checking for $ac_word" >&5
+echo "$as_me:3084: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3078,7 +3096,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
-echo "$as_me:3081: found $ac_dir/$ac_word" >&5
+echo "$as_me:3099: found $ac_dir/$ac_word" >&5
break
done
@@ -3086,10 +3104,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:3089: result: $CC" >&5
+ echo "$as_me:3107: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:3092: result: no" >&5
+ echo "$as_me:3110: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3098,7 +3116,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo "$as_me:3101: checking for $ac_word" >&5
+echo "$as_me:3119: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3113,7 +3131,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
-echo "$as_me:3116: found $ac_dir/$ac_word" >&5
+echo "$as_me:3134: found $ac_dir/$ac_word" >&5
break
done
@@ -3121,10 +3139,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:3124: result: $ac_ct_CC" >&5
+ echo "$as_me:3142: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:3127: result: no" >&5
+ echo "$as_me:3145: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3137,7 +3155,7 @@ if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:3140: checking for $ac_word" >&5
+echo "$as_me:3158: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3152,7 +3170,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
-echo "$as_me:3155: found $ac_dir/$ac_word" >&5
+echo "$as_me:3173: found $ac_dir/$ac_word" >&5
break
done
@@ -3160,10 +3178,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:3163: result: $CC" >&5
+ echo "$as_me:3181: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:3166: result: no" >&5
+ echo "$as_me:3184: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3172,7 +3190,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:3175: checking for $ac_word" >&5
+echo "$as_me:3193: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3187,7 +3205,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
-echo "$as_me:3190: found $ac_dir/$ac_word" >&5
+echo "$as_me:3208: found $ac_dir/$ac_word" >&5
break
done
@@ -3195,10 +3213,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:3198: result: $ac_ct_CC" >&5
+ echo "$as_me:3216: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:3201: result: no" >&5
+ echo "$as_me:3219: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3211,7 +3229,7 @@ fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:3214: checking for $ac_word" >&5
+echo "$as_me:3232: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3231,7 +3249,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
continue
fi
ac_cv_prog_CC="cc"
-echo "$as_me:3234: found $ac_dir/$ac_word" >&5
+echo "$as_me:3252: found $ac_dir/$ac_word" >&5
break
done
@@ -3253,10 +3271,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:3256: result: $CC" >&5
+ echo "$as_me:3274: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:3259: result: no" >&5
+ echo "$as_me:3277: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3267,7 +3285,7 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:3270: checking for $ac_word" >&5
+echo "$as_me:3288: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3282,7 +3300,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-echo "$as_me:3285: found $ac_dir/$ac_word" >&5
+echo "$as_me:3303: found $ac_dir/$ac_word" >&5
break
done
@@ -3290,10 +3308,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:3293: result: $CC" >&5
+ echo "$as_me:3311: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:3296: result: no" >&5
+ echo "$as_me:3314: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3306,7 +3324,7 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:3309: checking for $ac_word" >&5
+echo "$as_me:3327: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3321,7 +3339,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
-echo "$as_me:3324: found $ac_dir/$ac_word" >&5
+echo "$as_me:3342: found $ac_dir/$ac_word" >&5
break
done
@@ -3329,10 +3347,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:3332: result: $ac_ct_CC" >&5
+ echo "$as_me:3350: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:3335: result: no" >&5
+ echo "$as_me:3353: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3344,32 +3362,32 @@ fi
fi
-test -z "$CC" && { { echo "$as_me:3347: error: no acceptable cc found in \$PATH" >&5
+test -z "$CC" && { { echo "$as_me:3365: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
# Provide some information about the compiler.
-echo "$as_me:3352:" \
+echo "$as_me:3370:" \
"checking for C compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:3355: \"$ac_compiler --version </dev/null >&5\"") >&5
+{ (eval echo "$as_me:3373: \"$ac_compiler --version </dev/null >&5\"") >&5
(eval $ac_compiler --version </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:3358: \$? = $ac_status" >&5
+ echo "$as_me:3376: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:3360: \"$ac_compiler -v </dev/null >&5\"") >&5
+{ (eval echo "$as_me:3378: \"$ac_compiler -v </dev/null >&5\"") >&5
(eval $ac_compiler -v </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:3363: \$? = $ac_status" >&5
+ echo "$as_me:3381: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:3365: \"$ac_compiler -V </dev/null >&5\"") >&5
+{ (eval echo "$as_me:3383: \"$ac_compiler -V </dev/null >&5\"") >&5
(eval $ac_compiler -V </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:3368: \$? = $ac_status" >&5
+ echo "$as_me:3386: \$? = $ac_status" >&5
(exit $ac_status); }
cat >conftest.$ac_ext <<_ACEOF
-#line 3372 "configure"
+#line 3390 "configure"
#include "confdefs.h"
int
@@ -3385,13 +3403,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
-echo "$as_me:3388: checking for C compiler default output" >&5
+echo "$as_me:3406: checking for C compiler default output" >&5
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-if { (eval echo "$as_me:3391: \"$ac_link_default\"") >&5
+if { (eval echo "$as_me:3409: \"$ac_link_default\"") >&5
(eval $ac_link_default) 2>&5
ac_status=$?
- echo "$as_me:3394: \$? = $ac_status" >&5
+ echo "$as_me:3412: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Find the output, starting from the most likely. This scheme is
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -3414,34 +3432,34 @@ done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ { echo "$as_me:3417: error: C compiler cannot create executables" >&5
+{ { echo "$as_me:3435: error: C compiler cannot create executables" >&5
echo "$as_me: error: C compiler cannot create executables" >&2;}
{ (exit 77); exit 77; }; }
fi
ac_exeext=$ac_cv_exeext
-echo "$as_me:3423: result: $ac_file" >&5
+echo "$as_me:3441: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-echo "$as_me:3428: checking whether the C compiler works" >&5
+echo "$as_me:3446: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
if { ac_try='./$ac_file'
- { (eval echo "$as_me:3434: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3452: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3437: \$? = $ac_status" >&5
+ echo "$as_me:3455: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
- { { echo "$as_me:3444: error: cannot run C compiled programs.
+ { { echo "$as_me:3462: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&5
echo "$as_me: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&2;}
@@ -3449,24 +3467,24 @@ If you meant to cross compile, use \`--host'." >&2;}
fi
fi
fi
-echo "$as_me:3452: result: yes" >&5
+echo "$as_me:3470: result: yes" >&5
echo "${ECHO_T}yes" >&6
rm -f a.out a.exe conftest$ac_cv_exeext
ac_clean_files=$ac_clean_files_save
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-echo "$as_me:3459: checking whether we are cross compiling" >&5
+echo "$as_me:3477: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:3461: result: $cross_compiling" >&5
+echo "$as_me:3479: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:3464: checking for executable suffix" >&5
+echo "$as_me:3482: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
-if { (eval echo "$as_me:3466: \"$ac_link\"") >&5
+if { (eval echo "$as_me:3484: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:3469: \$? = $ac_status" >&5
+ echo "$as_me:3487: \$? = $ac_status" >&5
(exit $ac_status); }; then
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -3482,25 +3500,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
esac
done
else
- { { echo "$as_me:3485: error: cannot compute EXEEXT: cannot compile and link" >&5
+ { { echo "$as_me:3503: error: cannot compute EXEEXT: cannot compile and link" >&5
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest$ac_cv_exeext
-echo "$as_me:3491: result: $ac_cv_exeext" >&5
+echo "$as_me:3509: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
-echo "$as_me:3497: checking for object suffix" >&5
+echo "$as_me:3515: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3503 "configure"
+#line 3521 "configure"
#include "confdefs.h"
int
@@ -3512,10 +3530,10 @@ main ()
}
_ACEOF
rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:3515: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3533: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3518: \$? = $ac_status" >&5
+ echo "$as_me:3536: \$? = $ac_status" >&5
(exit $ac_status); }; then
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
case $ac_file in
@@ -3527,24 +3545,24 @@ done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ { echo "$as_me:3530: error: cannot compute OBJEXT: cannot compile" >&5
+{ { echo "$as_me:3548: error: cannot compute OBJEXT: cannot compile" >&5
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
-echo "$as_me:3537: result: $ac_cv_objext" >&5
+echo "$as_me:3555: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
-echo "$as_me:3541: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:3559: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3547 "configure"
+#line 3565 "configure"
#include "confdefs.h"
int
@@ -3559,16 +3577,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3562: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3580: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3565: \$? = $ac_status" >&5
+ echo "$as_me:3583: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3568: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3586: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3571: \$? = $ac_status" >&5
+ echo "$as_me:3589: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_compiler_gnu=yes
else
@@ -3580,19 +3598,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:3583: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:3601: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
-echo "$as_me:3589: checking whether $CC accepts -g" >&5
+echo "$as_me:3607: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3595 "configure"
+#line 3613 "configure"
#include "confdefs.h"
int
@@ -3604,16 +3622,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3607: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3625: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3610: \$? = $ac_status" >&5
+ echo "$as_me:3628: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3613: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3631: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3616: \$? = $ac_status" >&5
+ echo "$as_me:3634: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
@@ -3623,7 +3641,7 @@ ac_cv_prog_cc_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:3626: result: $ac_cv_prog_cc_g" >&5
+echo "$as_me:3644: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
@@ -3650,16 +3668,16 @@ cat >conftest.$ac_ext <<_ACEOF
#endif
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3653: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3671: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3656: \$? = $ac_status" >&5
+ echo "$as_me:3674: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3659: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3677: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3662: \$? = $ac_status" >&5
+ echo "$as_me:3680: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
for ac_declaration in \
''\
@@ -3671,7 +3689,7 @@ if { (eval echo "$as_me:3653: \"$ac_compile\"") >&5
'void exit (int);'
do
cat >conftest.$ac_ext <<_ACEOF
-#line 3674 "configure"
+#line 3692 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
@@ -3684,16 +3702,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3687: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3705: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3690: \$? = $ac_status" >&5
+ echo "$as_me:3708: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3693: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3711: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3696: \$? = $ac_status" >&5
+ echo "$as_me:3714: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -3703,7 +3721,7 @@ continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
-#line 3706 "configure"
+#line 3724 "configure"
#include "confdefs.h"
$ac_declaration
int
@@ -3715,16 +3733,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3718: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3736: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3721: \$? = $ac_status" >&5
+ echo "$as_me:3739: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3724: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3742: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3727: \$? = $ac_status" >&5
+ echo "$as_me:3745: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
@@ -3759,7 +3777,7 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo "$as_me:3762: checking for style of include used by $am_make" >&5
+echo "$as_me:3780: checking for style of include used by $am_make" >&5
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include='#'
am__quote=
@@ -3786,13 +3804,13 @@ if test "$am__include" = "#"; then
fi
fi
-echo "$as_me:3789: result: $_am_result" >&5
+echo "$as_me:3807: result: $_am_result" >&5
echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
depcc="$CC" am_compiler_list=
-echo "$as_me:3795: checking dependency style of $depcc" >&5
+echo "$as_me:3813: checking dependency style of $depcc" >&5
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3854,11 +3872,11 @@ else
fi
fi
-echo "$as_me:3857: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:3875: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
-echo "$as_me:3861: checking for $CC option to accept ANSI C" >&5
+echo "$as_me:3879: checking for $CC option to accept ANSI C" >&5
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3866,7 +3884,7 @@ else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
-#line 3869 "configure"
+#line 3887 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -3915,16 +3933,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3918: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3936: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3921: \$? = $ac_status" >&5
+ echo "$as_me:3939: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3924: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3942: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3927: \$? = $ac_status" >&5
+ echo "$as_me:3945: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_stdc=$ac_arg
break
@@ -3941,10 +3959,10 @@ fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:3944: result: none needed" >&5
+ echo "$as_me:3962: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:3947: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:3965: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
@@ -3954,7 +3972,7 @@ ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-echo "$as_me:3957: checking how to run the C preprocessor" >&5
+echo "$as_me:3975: 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
@@ -3975,18 +3993,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 3978 "configure"
+#line 3996 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:3983: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4001: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:3989: \$? = $ac_status" >&5
+ echo "$as_me:4007: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4009,17 +4027,17 @@ rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
-#line 4012 "configure"
+#line 4030 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:4016: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4034: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4022: \$? = $ac_status" >&5
+ echo "$as_me:4040: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4056,7 +4074,7 @@ fi
else
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:4059: result: $CPP" >&5
+echo "$as_me:4077: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
@@ -4066,18 +4084,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 4069 "configure"
+#line 4087 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:4074: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4092: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4080: \$? = $ac_status" >&5
+ echo "$as_me:4098: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4100,17 +4118,17 @@ rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
-#line 4103 "configure"
+#line 4121 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:4107: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4125: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4113: \$? = $ac_status" >&5
+ echo "$as_me:4131: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4138,7 +4156,7 @@ rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:4141: error: C preprocessor \"$CPP\" fails sanity check" >&5
+ { { echo "$as_me:4159: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4154,7 +4172,7 @@ case $ac_cv_prog_cc_stdc in
;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 4157 "configure"
+#line 4175 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
#define __GMP_BITS_PER_MP_LIMB 123 /* dummy for mpf_get_prec etc inlines */
@@ -4174,22 +4192,22 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4177: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4195: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4180: \$? = $ac_status" >&5
+ echo "$as_me:4198: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4183: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4201: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4186: \$? = $ac_status" >&5
+ echo "$as_me:4204: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ echo "$as_me:4192: WARNING: gmp.h doesnt recognise compiler as ANSI, prototypes and \"const\" will be unavailable" >&5
+{ echo "$as_me:4210: WARNING: gmp.h doesnt recognise compiler as ANSI, prototypes and \"const\" will be unavailable" >&5
echo "$as_me: WARNING: gmp.h doesnt recognise compiler as ANSI, prototypes and \"const\" will be unavailable" >&2;}
fi
rm -f conftest.$ac_objext conftest.$ac_ext
@@ -4210,7 +4228,7 @@ if test -n "$ac_tool_prefix"; then
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:4213: checking for $ac_word" >&5
+echo "$as_me:4231: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CXX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4225,7 +4243,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
-echo "$as_me:4228: found $ac_dir/$ac_word" >&5
+echo "$as_me:4246: found $ac_dir/$ac_word" >&5
break
done
@@ -4233,10 +4251,10 @@ fi
fi
CXX=$ac_cv_prog_CXX
if test -n "$CXX"; then
- echo "$as_me:4236: result: $CXX" >&5
+ echo "$as_me:4254: result: $CXX" >&5
echo "${ECHO_T}$CXX" >&6
else
- echo "$as_me:4239: result: no" >&5
+ echo "$as_me:4257: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4249,7 +4267,7 @@ if test -z "$CXX"; then
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:4252: checking for $ac_word" >&5
+echo "$as_me:4270: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4264,7 +4282,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CXX="$ac_prog"
-echo "$as_me:4267: found $ac_dir/$ac_word" >&5
+echo "$as_me:4285: found $ac_dir/$ac_word" >&5
break
done
@@ -4272,10 +4290,10 @@ fi
fi
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
if test -n "$ac_ct_CXX"; then
- echo "$as_me:4275: result: $ac_ct_CXX" >&5
+ echo "$as_me:4293: result: $ac_ct_CXX" >&5
echo "${ECHO_T}$ac_ct_CXX" >&6
else
- echo "$as_me:4278: result: no" >&5
+ echo "$as_me:4296: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4287,32 +4305,32 @@ test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
fi
# Provide some information about the compiler.
-echo "$as_me:4290:" \
+echo "$as_me:4308:" \
"checking for C++ compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:4293: \"$ac_compiler --version </dev/null >&5\"") >&5
+{ (eval echo "$as_me:4311: \"$ac_compiler --version </dev/null >&5\"") >&5
(eval $ac_compiler --version </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:4296: \$? = $ac_status" >&5
+ echo "$as_me:4314: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:4298: \"$ac_compiler -v </dev/null >&5\"") >&5
+{ (eval echo "$as_me:4316: \"$ac_compiler -v </dev/null >&5\"") >&5
(eval $ac_compiler -v </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:4301: \$? = $ac_status" >&5
+ echo "$as_me:4319: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:4303: \"$ac_compiler -V </dev/null >&5\"") >&5
+{ (eval echo "$as_me:4321: \"$ac_compiler -V </dev/null >&5\"") >&5
(eval $ac_compiler -V </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:4306: \$? = $ac_status" >&5
+ echo "$as_me:4324: \$? = $ac_status" >&5
(exit $ac_status); }
-echo "$as_me:4309: checking whether we are using the GNU C++ compiler" >&5
+echo "$as_me:4327: checking whether we are using the GNU C++ compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4315 "configure"
+#line 4333 "configure"
#include "confdefs.h"
int
@@ -4327,16 +4345,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4330: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4348: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4333: \$? = $ac_status" >&5
+ echo "$as_me:4351: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4336: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4354: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4339: \$? = $ac_status" >&5
+ echo "$as_me:4357: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_compiler_gnu=yes
else
@@ -4348,19 +4366,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:4351: result: $ac_cv_cxx_compiler_gnu" >&5
+echo "$as_me:4369: result: $ac_cv_cxx_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
GXX=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CXXFLAGS=${CXXFLAGS+set}
ac_save_CXXFLAGS=$CXXFLAGS
CXXFLAGS="-g"
-echo "$as_me:4357: checking whether $CXX accepts -g" >&5
+echo "$as_me:4375: checking whether $CXX accepts -g" >&5
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cxx_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4363 "configure"
+#line 4381 "configure"
#include "confdefs.h"
int
@@ -4372,16 +4390,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4375: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4393: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4378: \$? = $ac_status" >&5
+ echo "$as_me:4396: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4381: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4399: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4384: \$? = $ac_status" >&5
+ echo "$as_me:4402: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cxx_g=yes
else
@@ -4391,7 +4409,7 @@ ac_cv_prog_cxx_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4394: result: $ac_cv_prog_cxx_g" >&5
+echo "$as_me:4412: result: $ac_cv_prog_cxx_g" >&5
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
if test "$ac_test_CXXFLAGS" = set; then
CXXFLAGS=$ac_save_CXXFLAGS
@@ -4418,7 +4436,7 @@ for ac_declaration in \
'void exit (int);'
do
cat >conftest.$ac_ext <<_ACEOF
-#line 4421 "configure"
+#line 4439 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
@@ -4431,16 +4449,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4434: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4452: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4437: \$? = $ac_status" >&5
+ echo "$as_me:4455: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4440: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4458: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4443: \$? = $ac_status" >&5
+ echo "$as_me:4461: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -4450,7 +4468,7 @@ continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
-#line 4453 "configure"
+#line 4471 "configure"
#include "confdefs.h"
$ac_declaration
int
@@ -4462,16 +4480,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4465: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4483: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4468: \$? = $ac_status" >&5
+ echo "$as_me:4486: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4471: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4489: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4474: \$? = $ac_status" >&5
+ echo "$as_me:4492: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
@@ -4495,7 +4513,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
depcc="$CXX" am_compiler_list=
-echo "$as_me:4498: checking dependency style of $depcc" >&5
+echo "$as_me:4516: checking dependency style of $depcc" >&5
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4557,7 +4575,7 @@ else
fi
fi
-echo "$as_me:4560: result: $am_cv_CXX_dependencies_compiler_type" >&5
+echo "$as_me:4578: result: $am_cv_CXX_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type"
@@ -4585,7 +4603,7 @@ CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type"
#
for cxxflags_choice in $cxxflags_list; do
eval CXXFLAGS=\"\$cxxflags_$cxxflags_choice\"
- echo "$as_me:4588: checking C++ compiler $CXX $CXXFLAGS" >&5
+ echo "$as_me:4606: checking C++ compiler $CXX $CXXFLAGS" >&5
echo $ECHO_N "checking C++ compiler $CXX $CXXFLAGS... $ECHO_C" >&6
cat >conftest.cc <<EOF
#include <iostream>
@@ -4600,19 +4618,19 @@ main (void)
EOF
gmp_cxxcompile="$CXX $CXXFLAGS conftest.cc -o conftest >&5"
-if { (eval echo "$as_me:4603: \"$gmp_cxxcompile\"") >&5
+if { (eval echo "$as_me:4621: \"$gmp_cxxcompile\"") >&5
(eval $gmp_cxxcompile) 2>&5
ac_status=$?
- echo "$as_me:4606: \$? = $ac_status" >&5
+ echo "$as_me:4624: \$? = $ac_status" >&5
(exit $ac_status); }; then
rm -f conftest*
- echo "$as_me:4609: result: yes" >&5
+ echo "$as_me:4627: result: yes" >&5
echo "${ECHO_T}yes" >&6
want_cxx=yes
break
else
rm -f conftest*
- echo "$as_me:4615: result: no" >&5
+ echo "$as_me:4633: result: no" >&5
echo "${ECHO_T}no" >&6
:
fi
@@ -4621,7 +4639,7 @@ fi
# If --enable-cxx=yes but a C++ compiler can't be found, then abort.
if test $want_cxx = no && test $enable_cxx = yes; then
- { { echo "$as_me:4624: error: C++ compiler not available" >&5
+ { { echo "$as_me:4642: error: C++ compiler not available" >&5
echo "$as_me: error: C++ compiler not available" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4646,7 +4664,7 @@ 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:4649: checking how to run the C++ preprocessor" >&5
+echo "$as_me:4667: 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
@@ -4663,18 +4681,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 4666 "configure"
+#line 4684 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:4671: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4689: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4677: \$? = $ac_status" >&5
+ echo "$as_me:4695: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4697,17 +4715,17 @@ rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
-#line 4700 "configure"
+#line 4718 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:4704: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4722: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4710: \$? = $ac_status" >&5
+ echo "$as_me:4728: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4744,7 +4762,7 @@ fi
else
ac_cv_prog_CXXCPP=$CXXCPP
fi
-echo "$as_me:4747: result: $CXXCPP" >&5
+echo "$as_me:4765: result: $CXXCPP" >&5
echo "${ECHO_T}$CXXCPP" >&6
ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
@@ -4754,18 +4772,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 4757 "configure"
+#line 4775 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:4762: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4780: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4768: \$? = $ac_status" >&5
+ echo "$as_me:4786: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4788,17 +4806,17 @@ rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
-#line 4791 "configure"
+#line 4809 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:4795: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4813: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:4801: \$? = $ac_status" >&5
+ echo "$as_me:4819: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4826,7 +4844,7 @@ rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:4829: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
+ { { echo "$as_me:4847: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4840,7 +4858,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
cat >&5 <<EOF
-configure:1202: Decided:
+configure:1219: Decided:
ABI=$ABI
CC=$CC
CFLAGS=$CFLAGS
@@ -4863,7 +4881,7 @@ case $host_cpu in
c90 | t90)
cat >conftest.$ac_ext <<_ACEOF
-#line 4866 "configure"
+#line 4884 "configure"
#include "confdefs.h"
#ifdef _CRAYIEEE
yes
@@ -4888,7 +4906,7 @@ fi
# Automake ansi2knr support.
-echo "$as_me:4891: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:4909: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${am_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4906,7 +4924,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<_ACEOF
-#line 4909 "configure"
+#line 4927 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -4948,16 +4966,16 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4951: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4969: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4954: \$? = $ac_status" >&5
+ echo "$as_me:4972: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4957: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4975: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4960: \$? = $ac_status" >&5
+ echo "$as_me:4978: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
@@ -4971,10 +4989,10 @@ CC="$ac_save_CC"
fi
if test -z "$am_cv_prog_cc_stdc"; then
- echo "$as_me:4974: result: none needed" >&5
+ echo "$as_me:4992: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
else
- echo "$as_me:4977: result: $am_cv_prog_cc_stdc" >&5
+ echo "$as_me:4995: result: $am_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
fi
case "x$am_cv_prog_cc_stdc" in
@@ -4982,10 +5000,10 @@ case "x$am_cv_prog_cc_stdc" in
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:4985: checking for function prototypes" >&5
+echo "$as_me:5003: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
if test "$am_cv_prog_cc_stdc" != no; then
- echo "$as_me:4988: result: yes" >&5
+ echo "$as_me:5006: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -4994,18 +5012,18 @@ EOF
U= ANSI2KNR=
else
- echo "$as_me:4997: result: no" >&5
+ echo "$as_me:5015: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
fi
# Ensure some checks needed by ansi2knr itself.
-echo "$as_me:5002: checking for ANSI C header files" >&5
+echo "$as_me:5020: checking for ANSI C header files" >&5
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5008 "configure"
+#line 5026 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -5013,13 +5031,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:5016: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5034: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:5022: \$? = $ac_status" >&5
+ echo "$as_me:5040: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5041,7 +5059,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 5044 "configure"
+#line 5062 "configure"
#include "confdefs.h"
#include <string.h>
@@ -5059,7 +5077,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 5062 "configure"
+#line 5080 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5080,7 +5098,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5083 "configure"
+#line 5101 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -5106,15 +5124,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5109: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5127: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5112: \$? = $ac_status" >&5
+ echo "$as_me:5130: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:5114: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5132: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5117: \$? = $ac_status" >&5
+ echo "$as_me:5135: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -5127,7 +5145,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:5130: result: $ac_cv_header_stdc" >&5
+echo "$as_me:5148: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -5140,23 +5158,23 @@ fi
for ac_header in string.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:5143: checking for $ac_header" >&5
+echo "$as_me:5161: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5149 "configure"
+#line 5167 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:5153: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5171: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:5159: \$? = $ac_status" >&5
+ echo "$as_me:5177: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5175,7 +5193,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:5178: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5196: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -5189,7 +5207,7 @@ gmp_user_AR=$AR
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
-echo "$as_me:5192: checking for $ac_word" >&5
+echo "$as_me:5210: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5204,7 +5222,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AR="${ac_tool_prefix}ar"
-echo "$as_me:5207: found $ac_dir/$ac_word" >&5
+echo "$as_me:5225: found $ac_dir/$ac_word" >&5
break
done
@@ -5212,10 +5230,10 @@ fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:5215: result: $AR" >&5
+ echo "$as_me:5233: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:5218: result: no" >&5
+ echo "$as_me:5236: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5224,7 +5242,7 @@ if test -z "$ac_cv_prog_AR"; then
ac_ct_AR=$AR
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
-echo "$as_me:5227: checking for $ac_word" >&5
+echo "$as_me:5245: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5239,7 +5257,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_AR="ar"
-echo "$as_me:5242: found $ac_dir/$ac_word" >&5
+echo "$as_me:5260: found $ac_dir/$ac_word" >&5
break
done
@@ -5248,10 +5266,10 @@ fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:5251: result: $ac_ct_AR" >&5
+ echo "$as_me:5269: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:5254: result: no" >&5
+ echo "$as_me:5272: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5264,10 +5282,10 @@ if test -z "$gmp_user_AR"; then
eval arflags=\"\$ar${abi1}_flags\"
test -n "$arflags" || eval arflags=\"\$ar${abi2}_flags\"
if test -n "$arflags"; then
- echo "$as_me:5267: checking for extra ar flags" >&5
+ echo "$as_me:5285: checking for extra ar flags" >&5
echo $ECHO_N "checking for extra ar flags... $ECHO_C" >&6
AR="$AR $arflags"
- echo "$as_me:5270: result: $arflags" >&5
+ echo "$as_me:5288: result: $arflags" >&5
echo "${ECHO_T}$arflags" >&6
fi
fi
@@ -5276,7 +5294,7 @@ if test -z "$AR_FLAGS"; then
fi
gmp_user_NM=$NM
-echo "$as_me:5279: checking for BSD-compatible nm" >&5
+echo "$as_me:5297: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${lt_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5311,7 +5329,7 @@ else
test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
fi
fi
-echo "$as_me:5314: result: $lt_cv_path_NM" >&5
+echo "$as_me:5332: result: $lt_cv_path_NM" >&5
echo "${ECHO_T}$lt_cv_path_NM" >&6
NM="$lt_cv_path_NM"
@@ -5319,10 +5337,10 @@ if test -z "$gmp_user_NM"; then
eval nmflags=\"\$nm${abi1}_flags\"
test -n "$nmflags" || eval nmflags=\"\$nm${abi2}_flags\"
if test -n "$nmflags"; then
- echo "$as_me:5322: checking for extra nm flags" >&5
+ echo "$as_me:5340: checking for extra nm flags" >&5
echo $ECHO_N "checking for extra nm flags... $ECHO_C" >&6
NM="$NM $nmflags"
- echo "$as_me:5325: result: $nmflags" >&5
+ echo "$as_me:5343: result: $nmflags" >&5
echo "${ECHO_T}$nmflags" >&6
fi
fi
@@ -5351,7 +5369,7 @@ case $host in
enable_shared=no
fi
if test "$enable_shared" != no && test "$enable_static" != no; then
- { { echo "$as_me:5354: error: cannot build both static and DLL, since gmp.h is different for each.
+ { { echo "$as_me:5372: error: cannot build both static and DLL, since gmp.h is different for each.
Use \"--disable-static --enable-shared\" to build just a DLL." >&5
echo "$as_me: error: cannot build both static and DLL, since gmp.h is different for each.
Use \"--disable-static --enable-shared\" to build just a DLL." >&2;}
@@ -5400,7 +5418,7 @@ if test "$cross_compiling" != no && test "$enable_shared" != no; then
case $host in
*-*-cygwin* | *-*-mingw* | *-*-pw32*)
-echo "$as_me:5403: checking for HOST_CC build system compiler" >&5
+echo "$as_me:5421: checking for HOST_CC build system compiler" >&5
echo $ECHO_N "checking for HOST_CC build system compiler... $ECHO_C" >&6
if test "${gmp_cv_prog_host_cc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5425,7 +5443,7 @@ EOF
done
rm -f conftest*
if test -z "$gmp_cv_prog_host_cc"; then
- { { echo "$as_me:5428: error: cannot find a build system compiler" >&5
+ { { echo "$as_me:5446: error: cannot find a build system compiler" >&5
echo "$as_me: error: cannot find a build system compiler" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -5433,7 +5451,7 @@ echo "$as_me: error: cannot find a build system compiler" >&2;}
fi
fi
-echo "$as_me:5436: result: $gmp_cv_prog_host_cc" >&5
+echo "$as_me:5454: result: $gmp_cv_prog_host_cc" >&5
echo "${ECHO_T}$gmp_cv_prog_host_cc" >&6
HOST_CC=$gmp_cv_prog_host_cc
@@ -5539,7 +5557,7 @@ fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:5542: checking for ld used by GCC" >&5
+ echo "$as_me:5560: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -5569,10 +5587,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:5572: checking for GNU ld" >&5
+ echo "$as_me:5590: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:5575: checking for non-GNU ld" >&5
+ echo "$as_me:5593: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${lt_cv_path_LD+set}" = set; then
@@ -5603,16 +5621,16 @@ fi
LD="$lt_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:5606: result: $LD" >&5
+ echo "$as_me:5624: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:5609: result: no" >&5
+ echo "$as_me:5627: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { { echo "$as_me:5612: error: no acceptable ld found in \$PATH" >&5
+test -z "$LD" && { { echo "$as_me:5630: error: no acceptable ld found in \$PATH" >&5
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:5615: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:5633: checking if the linker ($LD) is GNU ld" >&5
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${lt_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5624,18 +5642,18 @@ else
lt_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:5627: result: $lt_cv_prog_gnu_ld" >&5
+echo "$as_me:5645: result: $lt_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
with_gnu_ld=$lt_cv_prog_gnu_ld
-echo "$as_me:5631: checking for $LD option to reload object files" >&5
+echo "$as_me:5649: checking for $LD option to reload object files" >&5
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_ld_reload_flag='-r'
fi
-echo "$as_me:5638: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:5656: result: $lt_cv_ld_reload_flag" >&5
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
reload_flag=$lt_cv_ld_reload_flag
case $reload_flag in
@@ -5644,18 +5662,18 @@ case $reload_flag in
esac
reload_cmds='$LD$reload_flag -o $output$reload_objs'
-echo "$as_me:5647: checking whether ln -s works" >&5
+echo "$as_me:5665: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
- echo "$as_me:5651: result: yes" >&5
+ echo "$as_me:5669: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:5654: result: no, using $LN_S" >&5
+ echo "$as_me:5672: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:5658: checking how to recognise dependant libraries" >&5
+echo "$as_me:5676: checking how to recognise dependant libraries" >&5
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5842,7 +5860,7 @@ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
esac
fi
-echo "$as_me:5845: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:5863: result: $lt_cv_deplibs_check_method" >&5
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
@@ -5868,10 +5886,10 @@ case $host in
ia64-*-hpux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
- if { (eval echo "$as_me:5871: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5889: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5874: \$? = $ac_status" >&5
+ echo "$as_me:5892: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*ELF-32*)
@@ -5886,11 +5904,11 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5889 "configure"' > conftest.$ac_ext
- if { (eval echo "$as_me:5890: \"$ac_compile\"") >&5
+ echo '#line 5907 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:5908: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5893: \$? = $ac_status" >&5
+ echo "$as_me:5911: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*32-bit*)
@@ -5911,7 +5929,7 @@ ia64-*-hpux*)
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
- echo "$as_me:5914: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:5932: checking whether the C compiler needs -belf" >&5
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
if test "${lt_cv_cc_needs_belf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5923,7 +5941,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
cat >conftest.$ac_ext <<_ACEOF
-#line 5926 "configure"
+#line 5944 "configure"
#include "confdefs.h"
int
@@ -5935,16 +5953,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5938: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5956: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5941: \$? = $ac_status" >&5
+ echo "$as_me:5959: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5944: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5962: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5947: \$? = $ac_status" >&5
+ echo "$as_me:5965: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_needs_belf=yes
else
@@ -5960,7 +5978,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
-echo "$as_me:5963: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:5981: result: $lt_cv_cc_needs_belf" >&5
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
@@ -5971,7 +5989,7 @@ echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-echo "$as_me:5974: checking for $ac_word" >&5
+echo "$as_me:5992: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_DLLTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5986,7 +6004,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-echo "$as_me:5989: found $ac_dir/$ac_word" >&5
+echo "$as_me:6007: found $ac_dir/$ac_word" >&5
break
done
@@ -5994,10 +6012,10 @@ fi
fi
DLLTOOL=$ac_cv_prog_DLLTOOL
if test -n "$DLLTOOL"; then
- echo "$as_me:5997: result: $DLLTOOL" >&5
+ echo "$as_me:6015: result: $DLLTOOL" >&5
echo "${ECHO_T}$DLLTOOL" >&6
else
- echo "$as_me:6000: result: no" >&5
+ echo "$as_me:6018: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6006,7 +6024,7 @@ if test -z "$ac_cv_prog_DLLTOOL"; then
ac_ct_DLLTOOL=$DLLTOOL
# Extract the first word of "dlltool", so it can be a program name with args.
set dummy dlltool; ac_word=$2
-echo "$as_me:6009: checking for $ac_word" >&5
+echo "$as_me:6027: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6021,7 +6039,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-echo "$as_me:6024: found $ac_dir/$ac_word" >&5
+echo "$as_me:6042: found $ac_dir/$ac_word" >&5
break
done
@@ -6030,10 +6048,10 @@ fi
fi
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
if test -n "$ac_ct_DLLTOOL"; then
- echo "$as_me:6033: result: $ac_ct_DLLTOOL" >&5
+ echo "$as_me:6051: result: $ac_ct_DLLTOOL" >&5
echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
else
- echo "$as_me:6036: result: no" >&5
+ echo "$as_me:6054: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6045,7 +6063,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
set dummy ${ac_tool_prefix}as; ac_word=$2
-echo "$as_me:6048: checking for $ac_word" >&5
+echo "$as_me:6066: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6060,7 +6078,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AS="${ac_tool_prefix}as"
-echo "$as_me:6063: found $ac_dir/$ac_word" >&5
+echo "$as_me:6081: found $ac_dir/$ac_word" >&5
break
done
@@ -6068,10 +6086,10 @@ fi
fi
AS=$ac_cv_prog_AS
if test -n "$AS"; then
- echo "$as_me:6071: result: $AS" >&5
+ echo "$as_me:6089: result: $AS" >&5
echo "${ECHO_T}$AS" >&6
else
- echo "$as_me:6074: result: no" >&5
+ echo "$as_me:6092: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6080,7 +6098,7 @@ if test -z "$ac_cv_prog_AS"; then
ac_ct_AS=$AS
# Extract the first word of "as", so it can be a program name with args.
set dummy as; ac_word=$2
-echo "$as_me:6083: checking for $ac_word" >&5
+echo "$as_me:6101: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6095,7 +6113,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_AS="as"
-echo "$as_me:6098: found $ac_dir/$ac_word" >&5
+echo "$as_me:6116: found $ac_dir/$ac_word" >&5
break
done
@@ -6104,10 +6122,10 @@ fi
fi
ac_ct_AS=$ac_cv_prog_ac_ct_AS
if test -n "$ac_ct_AS"; then
- echo "$as_me:6107: result: $ac_ct_AS" >&5
+ echo "$as_me:6125: result: $ac_ct_AS" >&5
echo "${ECHO_T}$ac_ct_AS" >&6
else
- echo "$as_me:6110: result: no" >&5
+ echo "$as_me:6128: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6119,7 +6137,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
set dummy ${ac_tool_prefix}objdump; ac_word=$2
-echo "$as_me:6122: checking for $ac_word" >&5
+echo "$as_me:6140: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_OBJDUMP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6134,7 +6152,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-echo "$as_me:6137: found $ac_dir/$ac_word" >&5
+echo "$as_me:6155: found $ac_dir/$ac_word" >&5
break
done
@@ -6142,10 +6160,10 @@ fi
fi
OBJDUMP=$ac_cv_prog_OBJDUMP
if test -n "$OBJDUMP"; then
- echo "$as_me:6145: result: $OBJDUMP" >&5
+ echo "$as_me:6163: result: $OBJDUMP" >&5
echo "${ECHO_T}$OBJDUMP" >&6
else
- echo "$as_me:6148: result: no" >&5
+ echo "$as_me:6166: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6154,7 +6172,7 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
ac_ct_OBJDUMP=$OBJDUMP
# Extract the first word of "objdump", so it can be a program name with args.
set dummy objdump; ac_word=$2
-echo "$as_me:6157: checking for $ac_word" >&5
+echo "$as_me:6175: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6169,7 +6187,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_OBJDUMP="objdump"
-echo "$as_me:6172: found $ac_dir/$ac_word" >&5
+echo "$as_me:6190: found $ac_dir/$ac_word" >&5
break
done
@@ -6178,10 +6196,10 @@ fi
fi
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
if test -n "$ac_ct_OBJDUMP"; then
- echo "$as_me:6181: result: $ac_ct_OBJDUMP" >&5
+ echo "$as_me:6199: result: $ac_ct_OBJDUMP" >&5
echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
else
- echo "$as_me:6184: result: no" >&5
+ echo "$as_me:6202: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6192,13 +6210,13 @@ fi
# recent cygwin and mingw systems supply a stub DllMain which the user
# can override, but on older systems we have to supply one
- echo "$as_me:6195: checking if libtool should supply DllMain function" >&5
+ echo "$as_me:6213: checking if libtool should supply DllMain function" >&5
echo $ECHO_N "checking if libtool should supply DllMain function... $ECHO_C" >&6
if test "${lt_cv_need_dllmain+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6201 "configure"
+#line 6219 "configure"
#include "confdefs.h"
int
@@ -6211,16 +6229,16 @@ extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6214: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6232: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6217: \$? = $ac_status" >&5
+ echo "$as_me:6235: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6220: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6238: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6223: \$? = $ac_status" >&5
+ echo "$as_me:6241: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_need_dllmain=no
else
@@ -6230,7 +6248,7 @@ lt_cv_need_dllmain=yes
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6233: result: $lt_cv_need_dllmain" >&5
+echo "$as_me:6251: result: $lt_cv_need_dllmain" >&5
echo "${ECHO_T}$lt_cv_need_dllmain" >&6
case $host/$CC in
@@ -6239,13 +6257,13 @@ echo "${ECHO_T}$lt_cv_need_dllmain" >&6
# require "-mdll"
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -mdll"
- echo "$as_me:6242: checking how to link DLLs" >&5
+ echo "$as_me:6260: checking how to link DLLs" >&5
echo $ECHO_N "checking how to link DLLs... $ECHO_C" >&6
if test "${lt_cv_cc_dll_switch+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6248 "configure"
+#line 6266 "configure"
#include "confdefs.h"
int
@@ -6257,16 +6275,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6260: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6278: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6263: \$? = $ac_status" >&5
+ echo "$as_me:6281: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6266: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6284: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6269: \$? = $ac_status" >&5
+ echo "$as_me:6287: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_dll_switch=-mdll
else
@@ -6276,7 +6294,7 @@ lt_cv_cc_dll_switch=-dll
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6279: result: $lt_cv_cc_dll_switch" >&5
+echo "$as_me:6297: result: $lt_cv_cc_dll_switch" >&5
echo "${ECHO_T}$lt_cv_cc_dll_switch" >&6
CFLAGS="$SAVE_CFLAGS" ;;
*-*-cygwin* | *-*-pw32*)
@@ -6293,23 +6311,23 @@ need_locks="$enable_libtool_lock"
for ac_header in dlfcn.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6296: checking for $ac_header" >&5
+echo "$as_me:6314: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6302 "configure"
+#line 6320 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:6306: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6324: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:6312: \$? = $ac_status" >&5
+ echo "$as_me:6330: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6328,7 +6346,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:6331: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6349: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -6341,7 +6359,7 @@ done
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
# find the maximum length of command line arguments
-echo "$as_me:6344: checking the maximum length of command line arguments" >&5
+echo "$as_me:6362: checking the maximum length of command line arguments" >&5
echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
if test "${lt_cv_sys_max_cmd_len+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6390,15 +6408,15 @@ else
fi
if test -n $lt_cv_sys_max_cmd_len ; then
- echo "$as_me:6393: result: $lt_cv_sys_max_cmd_len" >&5
+ echo "$as_me:6411: result: $lt_cv_sys_max_cmd_len" >&5
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
else
- echo "$as_me:6396: result: none" >&5
+ echo "$as_me:6414: result: none" >&5
echo "${ECHO_T}none" >&6
fi
# Check for command to grab the raw symbol name followed by C symbol from nm.
-echo "$as_me:6401: checking command to parse $NM output from $compiler object" >&5
+echo "$as_me:6419: checking command to parse $NM output from $compiler object" >&5
echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6483,17 +6501,17 @@ void nm_test_func(){}
int main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo "$as_me:6486: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:6504: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6489: \$? = $ac_status" >&5
+ echo "$as_me:6507: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo "$as_me:6493: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
+ if { (eval echo "$as_me:6511: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
(eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
ac_status=$?
- echo "$as_me:6496: \$? = $ac_status" >&5
+ echo "$as_me:6514: \$? = $ac_status" >&5
(exit $ac_status); } && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
@@ -6545,10 +6563,10 @@ EOF
lt_save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
- if { (eval echo "$as_me:6548: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:6566: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6551: \$? = $ac_status" >&5
+ echo "$as_me:6569: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext}; then
pipe_works=yes
fi
@@ -6583,14 +6601,14 @@ if test -z "$lt_cv_sys_global_symbol_pipe"; then
lt_cv_sys_global_symbol_to_cdecl=
fi
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
- echo "$as_me:6586: result: failed" >&5
+ echo "$as_me:6604: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:6589: result: ok" >&5
+ echo "$as_me:6607: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
-echo "$as_me:6593: checking for objdir" >&5
+echo "$as_me:6611: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6
if test "${lt_cv_objdir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6605,7 +6623,7 @@ else
fi
rmdir .libs 2>/dev/null
fi
-echo "$as_me:6608: result: $lt_cv_objdir" >&5
+echo "$as_me:6626: result: $lt_cv_objdir" >&5
echo "${ECHO_T}$lt_cv_objdir" >&6
objdir=$lt_cv_objdir
@@ -6653,7 +6671,7 @@ with_gnu_ld="$lt_cv_prog_gnu_ld"
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:6656: checking for $ac_word" >&5
+echo "$as_me:6674: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6668,7 +6686,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
-echo "$as_me:6671: found $ac_dir/$ac_word" >&5
+echo "$as_me:6689: found $ac_dir/$ac_word" >&5
break
done
@@ -6676,10 +6694,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:6679: result: $RANLIB" >&5
+ echo "$as_me:6697: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:6682: result: no" >&5
+ echo "$as_me:6700: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6688,7 +6706,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-echo "$as_me:6691: checking for $ac_word" >&5
+echo "$as_me:6709: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6703,7 +6721,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
-echo "$as_me:6706: found $ac_dir/$ac_word" >&5
+echo "$as_me:6724: found $ac_dir/$ac_word" >&5
break
done
@@ -6712,10 +6730,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:6715: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:6733: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:6718: result: no" >&5
+ echo "$as_me:6736: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6727,7 +6745,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
-echo "$as_me:6730: checking for $ac_word" >&5
+echo "$as_me:6748: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6742,7 +6760,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-echo "$as_me:6745: found $ac_dir/$ac_word" >&5
+echo "$as_me:6763: found $ac_dir/$ac_word" >&5
break
done
@@ -6750,10 +6768,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:6753: result: $STRIP" >&5
+ echo "$as_me:6771: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:6756: result: no" >&5
+ echo "$as_me:6774: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6762,7 +6780,7 @@ if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
-echo "$as_me:6765: checking for $ac_word" >&5
+echo "$as_me:6783: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6777,7 +6795,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_STRIP="strip"
-echo "$as_me:6780: found $ac_dir/$ac_word" >&5
+echo "$as_me:6798: found $ac_dir/$ac_word" >&5
break
done
@@ -6786,10 +6804,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:6789: result: $ac_ct_STRIP" >&5
+ echo "$as_me:6807: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:6792: result: no" >&5
+ echo "$as_me:6810: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6838,7 +6856,7 @@ fi
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:6841: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:6859: checking for ${ac_tool_prefix}file" >&5
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6891,16 +6909,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:6894: result: $MAGIC_CMD" >&5
+ echo "$as_me:6912: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:6897: result: no" >&5
+ echo "$as_me:6915: result: no" >&5
echo "${ECHO_T}no" >&6
fi
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then
- echo "$as_me:6903: checking for file" >&5
+ echo "$as_me:6921: checking for file" >&5
echo $ECHO_N "checking for file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6953,10 +6971,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:6956: result: $MAGIC_CMD" >&5
+ echo "$as_me:6974: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:6959: result: no" >&5
+ echo "$as_me:6977: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -7029,11 +7047,11 @@ if test "$GCC" = no; then
esac
fi
if test -n "$lt_prog_cc_shlib"; then
- { echo "$as_me:7032: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:7050: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then :
else
- { echo "$as_me:7036: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:7054: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
lt_cv_prog_cc_can_build_shared=no
fi
@@ -7042,7 +7060,7 @@ fi
#
# Check to make sure the static flag actually works.
#
-echo "$as_me:7045: checking if $compiler static flag $lt_prog_compiler_static works" >&5
+echo "$as_me:7063: checking if $compiler static flag $lt_prog_compiler_static works" >&5
echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
if test "${lt_prog_compiler_static_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7065,7 +7083,7 @@ else
LDFLAGS="$save_LDFLAGS"
fi
-echo "$as_me:7068: result: $lt_prog_compiler_static_works" >&5
+echo "$as_me:7086: result: $lt_prog_compiler_static_works" >&5
echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
if test x"$lt_prog_compiler_static_works" = xyes; then
@@ -7079,7 +7097,7 @@ lt_prog_compiler_no_builtin_flag=
if test "$GCC" = yes; then
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
- echo "$as_me:7082: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:7100: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7104,7 +7122,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:7107: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+echo "$as_me:7125: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
@@ -7119,7 +7137,7 @@ lt_prog_compiler_wl=
lt_prog_compiler_pic=
lt_prog_compiler_static=
-echo "$as_me:7122: checking for $compiler option to produce PIC" >&5
+echo "$as_me:7140: checking for $compiler option to produce PIC" >&5
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
if test "$GCC" = yes; then
@@ -7272,14 +7290,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
esac
fi
-echo "$as_me:7275: result: $lt_prog_compiler_pic" >&5
+echo "$as_me:7293: result: $lt_prog_compiler_pic" >&5
echo "${ECHO_T}$lt_prog_compiler_pic" >&6
#
# Check to make sure the PIC flag actually works.
#
if test -n "$lt_prog_compiler_pic"; then
- echo "$as_me:7282: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+ echo "$as_me:7300: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
if test "${lt_prog_compiler_pic_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7304,7 +7322,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:7307: result: $lt_prog_compiler_pic_works" >&5
+echo "$as_me:7325: result: $lt_prog_compiler_pic_works" >&5
echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
if test x"$lt_prog_compiler_pic_works" = xyes; then
@@ -7328,7 +7346,7 @@ case "$host_os" in
;;
esac
-echo "$as_me:7331: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:7349: checking if $compiler supports -c -o file.$ac_objext" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
if test "${lt_cv_prog_compiler_c_o+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7369,13 +7387,13 @@ else
$rm conftest*
fi
-echo "$as_me:7372: result: $lt_cv_prog_compiler_c_o" >&5
+echo "$as_me:7390: result: $lt_cv_prog_compiler_c_o" >&5
echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
hard_links="nottested"
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user
- echo "$as_me:7378: checking if we can lock with hard links" >&5
+ echo "$as_me:7396: checking if we can lock with hard links" >&5
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
hard_links=yes
$rm conftest*
@@ -7383,10 +7401,10 @@ echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
touch conftest.a
ln conftest.a conftest.b 2>&5 || hard_links=no
ln conftest.a conftest.b 2>/dev/null && hard_links=no
- echo "$as_me:7386: result: $hard_links" >&5
+ echo "$as_me:7404: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:7389: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:7407: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
need_locks=warn
fi
@@ -7394,7 +7412,7 @@ else
need_locks=no
fi
-echo "$as_me:7397: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:7415: checking whether the $compiler linker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
runpath_var=
@@ -7744,7 +7762,7 @@ EOF
allow_undefined_flag='-berok'
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 7747 "configure"
+#line 7765 "configure"
#include "confdefs.h"
int
@@ -7756,16 +7774,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7759: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7777: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7762: \$? = $ac_status" >&5
+ echo "$as_me:7780: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7765: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7783: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7768: \$? = $ac_status" >&5
+ echo "$as_me:7786: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
@@ -7790,7 +7808,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
else
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 7793 "configure"
+#line 7811 "configure"
#include "confdefs.h"
int
@@ -7802,16 +7820,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7805: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7823: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7808: \$? = $ac_status" >&5
+ echo "$as_me:7826: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7811: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7829: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7814: \$? = $ac_status" >&5
+ echo "$as_me:7832: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
@@ -8178,7 +8196,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
esac
fi
-echo "$as_me:8181: result: $ld_shlibs" >&5
+echo "$as_me:8199: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
@@ -8200,15 +8218,15 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then
# Test whether the compiler implicitly links with -lc since on some
# systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc.
- echo "$as_me:8203: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:8221: checking whether -lc should be explicitly linked in" >&5
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo "$as_me:8208: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:8226: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8211: \$? = $ac_status" >&5
+ echo "$as_me:8229: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
@@ -8222,10 +8240,10 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
libname=conftest
lt_save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { (eval echo "$as_me:8225: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:8243: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
(eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
ac_status=$?
- echo "$as_me:8228: \$? = $ac_status" >&5
+ echo "$as_me:8246: \$? = $ac_status" >&5
(exit $ac_status); }
then
archive_cmds_need_lc=no
@@ -8237,13 +8255,13 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
cat conftest.err 1>&5
fi
$rm conftest*
- echo "$as_me:8240: result: $archive_cmds_need_lc" >&5
+ echo "$as_me:8258: result: $archive_cmds_need_lc" >&5
echo "${ECHO_T}$archive_cmds_need_lc" >&6
;;
esac
fi
-echo "$as_me:8246: checking how to hardcode library paths into programs" >&5
+echo "$as_me:8264: checking how to hardcode library paths into programs" >&5
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
hardcode_action=
if test -n "$hardcode_libdir_flag_spec" || \
@@ -8267,7 +8285,7 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:8270: result: $hardcode_action" >&5
+echo "$as_me:8288: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
if test "$hardcode_action" = relink; then
@@ -8281,19 +8299,19 @@ fi
striplib=
old_striplib=
-echo "$as_me:8284: checking whether stripping libraries is possible" >&5
+echo "$as_me:8302: checking whether stripping libraries is possible" >&5
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
- echo "$as_me:8289: result: yes" >&5
+ echo "$as_me:8307: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:8292: result: no" >&5
+ echo "$as_me:8310: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:8296: checking dynamic linker characteristics" >&5
+echo "$as_me:8314: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -8732,7 +8750,7 @@ uts4*)
dynamic_linker=no
;;
esac
-echo "$as_me:8735: result: $dynamic_linker" >&5
+echo "$as_me:8753: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
@@ -8757,13 +8775,13 @@ else
;;
*)
- echo "$as_me:8760: checking for shl_load" >&5
+ echo "$as_me:8778: checking for shl_load" >&5
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
if test "${ac_cv_func_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8766 "configure"
+#line 8784 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -8794,16 +8812,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8797: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8815: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8800: \$? = $ac_status" >&5
+ echo "$as_me:8818: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8803: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8821: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8806: \$? = $ac_status" >&5
+ echo "$as_me:8824: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -8813,12 +8831,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8816: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:8834: result: $ac_cv_func_shl_load" >&5
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
if test $ac_cv_func_shl_load = yes; then
lt_cv_dlopen="shl_load"
else
- echo "$as_me:8821: checking for shl_load in -ldld" >&5
+ echo "$as_me:8839: checking for shl_load in -ldld" >&5
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8826,7 +8844,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8829 "configure"
+#line 8847 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8845,16 +8863,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8848: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8866: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8851: \$? = $ac_status" >&5
+ echo "$as_me:8869: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8854: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8872: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8857: \$? = $ac_status" >&5
+ echo "$as_me:8875: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -8865,18 +8883,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8868: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:8886: result: $ac_cv_lib_dld_shl_load" >&5
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
if test $ac_cv_lib_dld_shl_load = yes; then
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
else
- echo "$as_me:8873: checking for dlopen" >&5
+ echo "$as_me:8891: checking for dlopen" >&5
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_func_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8879 "configure"
+#line 8897 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -8907,16 +8925,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8910: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8928: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8913: \$? = $ac_status" >&5
+ echo "$as_me:8931: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8916: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8934: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8919: \$? = $ac_status" >&5
+ echo "$as_me:8937: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -8926,12 +8944,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8929: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:8947: result: $ac_cv_func_dlopen" >&5
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
if test $ac_cv_func_dlopen = yes; then
lt_cv_dlopen="dlopen"
else
- echo "$as_me:8934: checking for dlopen in -ldl" >&5
+ echo "$as_me:8952: checking for dlopen in -ldl" >&5
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8939,7 +8957,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8942 "configure"
+#line 8960 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8958,16 +8976,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8961: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8979: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8964: \$? = $ac_status" >&5
+ echo "$as_me:8982: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8967: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8985: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8970: \$? = $ac_status" >&5
+ echo "$as_me:8988: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -8978,12 +8996,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8981: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:8999: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
if test $ac_cv_lib_dl_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
- echo "$as_me:8986: checking for dlopen in -lsvld" >&5
+ echo "$as_me:9004: checking for dlopen in -lsvld" >&5
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8991,7 +9009,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8994 "configure"
+#line 9012 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -9010,16 +9028,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9013: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9031: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9016: \$? = $ac_status" >&5
+ echo "$as_me:9034: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9019: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9037: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9022: \$? = $ac_status" >&5
+ echo "$as_me:9040: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -9030,12 +9048,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:9033: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:9051: result: $ac_cv_lib_svld_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
if test $ac_cv_lib_svld_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
- echo "$as_me:9038: checking for dld_link in -ldld" >&5
+ echo "$as_me:9056: checking for dld_link in -ldld" >&5
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9043,7 +9061,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 9046 "configure"
+#line 9064 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -9062,16 +9080,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9065: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9083: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9068: \$? = $ac_status" >&5
+ echo "$as_me:9086: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9071: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9089: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9074: \$? = $ac_status" >&5
+ echo "$as_me:9092: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -9082,7 +9100,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:9085: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:9103: result: $ac_cv_lib_dld_dld_link" >&5
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
if test $ac_cv_lib_dld_dld_link = yes; then
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
@@ -9118,7 +9136,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:9121: checking whether a program can dlopen itself" >&5
+ echo "$as_me:9139: checking whether a program can dlopen itself" >&5
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9129,7 +9147,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9132 "configure"
+#line 9150 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9190,10 +9208,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:9193: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:9211: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9196: \$? = $ac_status" >&5
+ echo "$as_me:9214: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -9210,12 +9228,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:9213: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:9231: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$lt_cv_dlopen_self" >&6
if test "x$lt_cv_dlopen_self" = xyes; then
LDFLAGS="$LDFLAGS $link_static_flag"
- echo "$as_me:9218: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:9236: checking whether a statically linked program can dlopen itself" >&5
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self_static+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9226,7 +9244,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9229 "configure"
+#line 9247 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9287,10 +9305,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:9290: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:9308: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9293: \$? = $ac_status" >&5
+ echo "$as_me:9311: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -9307,7 +9325,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:9310: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:9328: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -9329,12 +9347,12 @@ echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
# Report which librarie types wil actually be built
-echo "$as_me:9332: checking if libtool supports shared libraries" >&5
+echo "$as_me:9350: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:9334: result: $can_build_shared" >&5
+echo "$as_me:9352: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
-echo "$as_me:9337: checking whether to build shared libraries" >&5
+echo "$as_me:9355: checking whether to build shared libraries" >&5
echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
test "$can_build_shared" = "no" && enable_shared=no
@@ -9355,14 +9373,14 @@ aix4*)
fi
;;
esac
-echo "$as_me:9358: result: $enable_shared" >&5
+echo "$as_me:9376: result: $enable_shared" >&5
echo "${ECHO_T}$enable_shared" >&6
-echo "$as_me:9361: checking whether to build static libraries" >&5
+echo "$as_me:9379: checking whether to build static libraries" >&5
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
# Make sure either enable_shared or enable_static is yes.
test "$enable_shared" = yes || enable_static=yes
-echo "$as_me:9365: result: $enable_static" >&5
+echo "$as_me:9383: result: $enable_static" >&5
echo "${ECHO_T}$enable_static" >&6
# The else clause should only fire when bootstrapping the
@@ -9442,7 +9460,7 @@ if test -f "$ltmain"; then
cfgfile="${ofile}T"
trap "$rm \"$cfgfile\"; exit 1" 1 2 15
$rm -f "$cfgfile"
- { echo "$as_me:9445: creating $ofile" >&5
+ { echo "$as_me:9463: creating $ofile" >&5
echo "$as_me: creating $ofile" >&6;}
cat <<__EOF__ >> "$cfgfile"
@@ -10000,17 +10018,17 @@ fi;
if test -f "$ltmain" && test -n "$tagnames"; then
if test ! -f "${ofile}"; then
- { echo "$as_me:10003: WARNING: output file \`$ofile' does not exist" >&5
+ { echo "$as_me:10021: WARNING: output file \`$ofile' does not exist" >&5
echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
fi
if test -z "$LTCC"; then
eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
if test -z "$LTCC"; then
- { echo "$as_me:10010: WARNING: output file \`$ofile' does not look like a libtool script" >&5
+ { echo "$as_me:10028: WARNING: output file \`$ofile' does not look like a libtool script" >&5
echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
else
- { echo "$as_me:10013: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
+ { echo "$as_me:10031: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
fi
fi
@@ -10025,7 +10043,7 @@ echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
# Check whether tagname contains only valid characters
case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
"") ;;
- *) { { echo "$as_me:10028: error: invalid tag name: $tagname" >&5
+ *) { { echo "$as_me:10046: error: invalid tag name: $tagname" >&5
echo "$as_me: error: invalid tag name: $tagname" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -10033,7 +10051,7 @@ echo "$as_me: error: invalid tag name: $tagname" >&2;}
if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
then
- { { echo "$as_me:10036: error: tag name \"$tagname\" already exists" >&5
+ { { echo "$as_me:10054: error: tag name \"$tagname\" already exists" >&5
echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -10160,7 +10178,7 @@ else
fi
# PORTME: fill in a description of your system's C++ link characteristics
-echo "$as_me:10163: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:10181: checking whether the $compiler linker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
ld_shlibs_CXX=yes
case $host_os in
@@ -10251,7 +10269,7 @@ case $host_os in
allow_undefined_flag_CXX='-berok'
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 10254 "configure"
+#line 10272 "configure"
#include "confdefs.h"
int
@@ -10263,16 +10281,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10266: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10284: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10269: \$? = $ac_status" >&5
+ echo "$as_me:10287: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10272: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10290: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10275: \$? = $ac_status" >&5
+ echo "$as_me:10293: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
@@ -10298,7 +10316,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
else
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 10301 "configure"
+#line 10319 "configure"
#include "confdefs.h"
int
@@ -10310,16 +10328,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10313: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10331: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10316: \$? = $ac_status" >&5
+ echo "$as_me:10334: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10319: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10337: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10322: \$? = $ac_status" >&5
+ echo "$as_me:10340: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
@@ -10817,7 +10835,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
ld_shlibs_CXX=no
;;
esac
-echo "$as_me:10820: result: $ld_shlibs_CXX" >&5
+echo "$as_me:10838: result: $ld_shlibs_CXX" >&5
echo "${ECHO_T}$ld_shlibs_CXX" >&6
test "$ld_shlibs_CXX" = no && can_build_shared=no
@@ -10833,10 +10851,10 @@ private:
};
EOF
-if { (eval echo "$as_me:10836: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10854: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10839: \$? = $ac_status" >&5
+ echo "$as_me:10857: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Parse the compiler output and extract the necessary
# objects, libraries and library flags.
@@ -10936,7 +10954,7 @@ lt_prog_compiler_wl_CXX=
lt_prog_compiler_pic_CXX=
lt_prog_compiler_static_CXX=
-echo "$as_me:10939: checking for $compiler option to produce PIC" >&5
+echo "$as_me:10957: checking for $compiler option to produce PIC" >&5
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
# C++ specific cases for pic, static, wl, etc.
@@ -11172,14 +11190,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
esac
fi
-echo "$as_me:11175: result: $lt_prog_compiler_pic_CXX" >&5
+echo "$as_me:11193: result: $lt_prog_compiler_pic_CXX" >&5
echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
#
# Check to make sure the PIC flag actually works.
#
if test -n "$lt_prog_compiler_pic_CXX"; then
- echo "$as_me:11182: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
+ echo "$as_me:11200: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11204,7 +11222,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:11207: result: $lt_prog_compiler_pic_works_CXX" >&5
+echo "$as_me:11225: result: $lt_prog_compiler_pic_works_CXX" >&5
echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
@@ -11228,7 +11246,7 @@ case "$host_os" in
;;
esac
-echo "$as_me:11231: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:11249: checking if $compiler supports -c -o file.$ac_objext" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11269,13 +11287,13 @@ else
$rm conftest*
fi
-echo "$as_me:11272: result: $lt_cv_prog_compiler_c_o_CXX" >&5
+echo "$as_me:11290: result: $lt_cv_prog_compiler_c_o_CXX" >&5
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
hard_links="nottested"
if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user
- echo "$as_me:11278: checking if we can lock with hard links" >&5
+ echo "$as_me:11296: checking if we can lock with hard links" >&5
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
hard_links=yes
$rm conftest*
@@ -11283,10 +11301,10 @@ echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
touch conftest.a
ln conftest.a conftest.b 2>&5 || hard_links=no
ln conftest.a conftest.b 2>/dev/null && hard_links=no
- echo "$as_me:11286: result: $hard_links" >&5
+ echo "$as_me:11304: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:11289: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:11307: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
need_locks=warn
fi
@@ -11294,7 +11312,7 @@ else
need_locks=no
fi
-echo "$as_me:11297: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:11315: checking whether the $compiler linker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
@@ -11316,7 +11334,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
;;
esac
-echo "$as_me:11319: result: $ld_shlibs_CXX" >&5
+echo "$as_me:11337: result: $ld_shlibs_CXX" >&5
echo "${ECHO_T}$ld_shlibs_CXX" >&6
test "$ld_shlibs_CXX" = no && can_build_shared=no
@@ -11338,15 +11356,15 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then
# Test whether the compiler implicitly links with -lc since on some
# systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc.
- echo "$as_me:11341: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:11359: checking whether -lc should be explicitly linked in" >&5
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo "$as_me:11346: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:11364: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11349: \$? = $ac_status" >&5
+ echo "$as_me:11367: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
@@ -11360,10 +11378,10 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
libname=conftest
lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
allow_undefined_flag_CXX=
- if { (eval echo "$as_me:11363: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:11381: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
(eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
ac_status=$?
- echo "$as_me:11366: \$? = $ac_status" >&5
+ echo "$as_me:11384: \$? = $ac_status" >&5
(exit $ac_status); }
then
archive_cmds_need_lc_CXX=no
@@ -11375,13 +11393,13 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
cat conftest.err 1>&5
fi
$rm conftest*
- echo "$as_me:11378: result: $archive_cmds_need_lc_CXX" >&5
+ echo "$as_me:11396: result: $archive_cmds_need_lc_CXX" >&5
echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
;;
esac
fi
-echo "$as_me:11384: checking how to hardcode library paths into programs" >&5
+echo "$as_me:11402: checking how to hardcode library paths into programs" >&5
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
hardcode_action_CXX=
if test -n "$hardcode_libdir_flag_spec_CXX" || \
@@ -11405,7 +11423,7 @@ else
# directories.
hardcode_action_CXX=unsupported
fi
-echo "$as_me:11408: result: $hardcode_action_CXX" >&5
+echo "$as_me:11426: result: $hardcode_action_CXX" >&5
echo "${ECHO_T}$hardcode_action_CXX" >&6
if test "$hardcode_action_CXX" = relink; then
@@ -11419,19 +11437,19 @@ fi
striplib=
old_striplib=
-echo "$as_me:11422: checking whether stripping libraries is possible" >&5
+echo "$as_me:11440: checking whether stripping libraries is possible" >&5
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
- echo "$as_me:11427: result: yes" >&5
+ echo "$as_me:11445: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:11430: result: no" >&5
+ echo "$as_me:11448: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:11434: checking dynamic linker characteristics" >&5
+echo "$as_me:11452: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -11870,7 +11888,7 @@ uts4*)
dynamic_linker=no
;;
esac
-echo "$as_me:11873: result: $dynamic_linker" >&5
+echo "$as_me:11891: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
@@ -11895,13 +11913,13 @@ else
;;
*)
- echo "$as_me:11898: checking for shl_load" >&5
+ echo "$as_me:11916: checking for shl_load" >&5
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
if test "${ac_cv_func_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11904 "configure"
+#line 11922 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -11932,16 +11950,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11935: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11953: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11938: \$? = $ac_status" >&5
+ echo "$as_me:11956: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11941: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11959: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11944: \$? = $ac_status" >&5
+ echo "$as_me:11962: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -11951,12 +11969,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11954: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:11972: result: $ac_cv_func_shl_load" >&5
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
if test $ac_cv_func_shl_load = yes; then
lt_cv_dlopen="shl_load"
else
- echo "$as_me:11959: checking for shl_load in -ldld" >&5
+ echo "$as_me:11977: checking for shl_load in -ldld" >&5
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11964,7 +11982,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11967 "configure"
+#line 11985 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -11983,16 +12001,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11986: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12004: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11989: \$? = $ac_status" >&5
+ echo "$as_me:12007: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11992: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12010: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11995: \$? = $ac_status" >&5
+ echo "$as_me:12013: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -12003,18 +12021,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12006: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:12024: result: $ac_cv_lib_dld_shl_load" >&5
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
if test $ac_cv_lib_dld_shl_load = yes; then
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
else
- echo "$as_me:12011: checking for dlopen" >&5
+ echo "$as_me:12029: checking for dlopen" >&5
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_func_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12017 "configure"
+#line 12035 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -12045,16 +12063,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12048: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12066: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12051: \$? = $ac_status" >&5
+ echo "$as_me:12069: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12054: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12072: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12057: \$? = $ac_status" >&5
+ echo "$as_me:12075: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -12064,12 +12082,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:12067: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:12085: result: $ac_cv_func_dlopen" >&5
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
if test $ac_cv_func_dlopen = yes; then
lt_cv_dlopen="dlopen"
else
- echo "$as_me:12072: checking for dlopen in -ldl" >&5
+ echo "$as_me:12090: checking for dlopen in -ldl" >&5
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12077,7 +12095,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12080 "configure"
+#line 12098 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12096,16 +12114,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12099: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12117: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12102: \$? = $ac_status" >&5
+ echo "$as_me:12120: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12105: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12123: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12108: \$? = $ac_status" >&5
+ echo "$as_me:12126: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -12116,12 +12134,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12119: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:12137: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
if test $ac_cv_lib_dl_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
- echo "$as_me:12124: checking for dlopen in -lsvld" >&5
+ echo "$as_me:12142: checking for dlopen in -lsvld" >&5
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12129,7 +12147,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12132 "configure"
+#line 12150 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12148,16 +12166,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12151: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12169: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12154: \$? = $ac_status" >&5
+ echo "$as_me:12172: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12157: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12175: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12160: \$? = $ac_status" >&5
+ echo "$as_me:12178: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -12168,12 +12186,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12171: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:12189: result: $ac_cv_lib_svld_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
if test $ac_cv_lib_svld_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
- echo "$as_me:12176: checking for dld_link in -ldld" >&5
+ echo "$as_me:12194: checking for dld_link in -ldld" >&5
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12181,7 +12199,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12184 "configure"
+#line 12202 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12200,16 +12218,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12203: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12221: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12206: \$? = $ac_status" >&5
+ echo "$as_me:12224: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12209: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12227: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12212: \$? = $ac_status" >&5
+ echo "$as_me:12230: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -12220,7 +12238,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12223: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:12241: result: $ac_cv_lib_dld_dld_link" >&5
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
if test $ac_cv_lib_dld_dld_link = yes; then
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
@@ -12256,7 +12274,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:12259: checking whether a program can dlopen itself" >&5
+ echo "$as_me:12277: checking whether a program can dlopen itself" >&5
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12267,7 +12285,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12270 "configure"
+#line 12288 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12328,10 +12346,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:12331: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:12349: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12334: \$? = $ac_status" >&5
+ echo "$as_me:12352: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -12348,12 +12366,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:12351: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:12369: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$lt_cv_dlopen_self" >&6
if test "x$lt_cv_dlopen_self" = xyes; then
LDFLAGS="$LDFLAGS $link_static_flag"
- echo "$as_me:12356: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:12374: checking whether a statically linked program can dlopen itself" >&5
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self_static+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12364,7 +12382,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12367 "configure"
+#line 12385 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12425,10 +12443,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:12428: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:12446: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12431: \$? = $ac_status" >&5
+ echo "$as_me:12449: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -12445,7 +12463,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:12448: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:12466: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -12878,7 +12896,7 @@ lt_prog_compiler_no_builtin_flag_GCJ=
if test "$GCC" = yes; then
lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
- echo "$as_me:12881: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:12899: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12903,7 +12921,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:12906: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+echo "$as_me:12924: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
@@ -12918,7 +12936,7 @@ lt_prog_compiler_wl_GCJ=
lt_prog_compiler_pic_GCJ=
lt_prog_compiler_static_GCJ=
-echo "$as_me:12921: checking for $compiler option to produce PIC" >&5
+echo "$as_me:12939: checking for $compiler option to produce PIC" >&5
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
if test "$GCC" = yes; then
@@ -13071,14 +13089,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
esac
fi
-echo "$as_me:13074: result: $lt_prog_compiler_pic_GCJ" >&5
+echo "$as_me:13092: result: $lt_prog_compiler_pic_GCJ" >&5
echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
#
# Check to make sure the PIC flag actually works.
#
if test -n "$lt_prog_compiler_pic_GCJ"; then
- echo "$as_me:13081: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
+ echo "$as_me:13099: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13103,7 +13121,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:13106: result: $lt_prog_compiler_pic_works_GCJ" >&5
+echo "$as_me:13124: result: $lt_prog_compiler_pic_works_GCJ" >&5
echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
@@ -13127,7 +13145,7 @@ case "$host_os" in
;;
esac
-echo "$as_me:13130: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:13148: checking if $compiler supports -c -o file.$ac_objext" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13168,13 +13186,13 @@ else
$rm conftest*
fi
-echo "$as_me:13171: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
+echo "$as_me:13189: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
hard_links="nottested"
if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user
- echo "$as_me:13177: checking if we can lock with hard links" >&5
+ echo "$as_me:13195: checking if we can lock with hard links" >&5
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
hard_links=yes
$rm conftest*
@@ -13182,10 +13200,10 @@ echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
touch conftest.a
ln conftest.a conftest.b 2>&5 || hard_links=no
ln conftest.a conftest.b 2>/dev/null && hard_links=no
- echo "$as_me:13185: result: $hard_links" >&5
+ echo "$as_me:13203: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:13188: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:13206: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
need_locks=warn
fi
@@ -13193,7 +13211,7 @@ else
need_locks=no
fi
-echo "$as_me:13196: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:13214: checking whether the $compiler linker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
runpath_var=
@@ -13543,7 +13561,7 @@ EOF
allow_undefined_flag_GCJ='-berok'
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 13546 "configure"
+#line 13564 "configure"
#include "confdefs.h"
int
@@ -13555,16 +13573,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13558: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13576: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13561: \$? = $ac_status" >&5
+ echo "$as_me:13579: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13564: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13582: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13567: \$? = $ac_status" >&5
+ echo "$as_me:13585: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
@@ -13589,7 +13607,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
else
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 13592 "configure"
+#line 13610 "configure"
#include "confdefs.h"
int
@@ -13601,16 +13619,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13604: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13622: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13607: \$? = $ac_status" >&5
+ echo "$as_me:13625: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13610: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13628: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13613: \$? = $ac_status" >&5
+ echo "$as_me:13631: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
@@ -13977,7 +13995,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
esac
fi
-echo "$as_me:13980: result: $ld_shlibs_GCJ" >&5
+echo "$as_me:13998: result: $ld_shlibs_GCJ" >&5
echo "${ECHO_T}$ld_shlibs_GCJ" >&6
test "$ld_shlibs_GCJ" = no && can_build_shared=no
@@ -13999,15 +14017,15 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then
# Test whether the compiler implicitly links with -lc since on some
# systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc.
- echo "$as_me:14002: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:14020: checking whether -lc should be explicitly linked in" >&5
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo "$as_me:14007: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:14025: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:14010: \$? = $ac_status" >&5
+ echo "$as_me:14028: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
@@ -14021,10 +14039,10 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
libname=conftest
lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
allow_undefined_flag_GCJ=
- if { (eval echo "$as_me:14024: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:14042: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
(eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
ac_status=$?
- echo "$as_me:14027: \$? = $ac_status" >&5
+ echo "$as_me:14045: \$? = $ac_status" >&5
(exit $ac_status); }
then
archive_cmds_need_lc_GCJ=no
@@ -14036,13 +14054,13 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
cat conftest.err 1>&5
fi
$rm conftest*
- echo "$as_me:14039: result: $archive_cmds_need_lc_GCJ" >&5
+ echo "$as_me:14057: result: $archive_cmds_need_lc_GCJ" >&5
echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
;;
esac
fi
-echo "$as_me:14045: checking how to hardcode library paths into programs" >&5
+echo "$as_me:14063: checking how to hardcode library paths into programs" >&5
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
hardcode_action_GCJ=
if test -n "$hardcode_libdir_flag_spec_GCJ" || \
@@ -14066,7 +14084,7 @@ else
# directories.
hardcode_action_GCJ=unsupported
fi
-echo "$as_me:14069: result: $hardcode_action_GCJ" >&5
+echo "$as_me:14087: result: $hardcode_action_GCJ" >&5
echo "${ECHO_T}$hardcode_action_GCJ" >&6
if test "$hardcode_action_GCJ" = relink; then
@@ -14080,19 +14098,19 @@ fi
striplib=
old_striplib=
-echo "$as_me:14083: checking whether stripping libraries is possible" >&5
+echo "$as_me:14101: checking whether stripping libraries is possible" >&5
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
- echo "$as_me:14088: result: yes" >&5
+ echo "$as_me:14106: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:14091: result: no" >&5
+ echo "$as_me:14109: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:14095: checking dynamic linker characteristics" >&5
+echo "$as_me:14113: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -14531,7 +14549,7 @@ uts4*)
dynamic_linker=no
;;
esac
-echo "$as_me:14534: result: $dynamic_linker" >&5
+echo "$as_me:14552: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
@@ -14556,13 +14574,13 @@ else
;;
*)
- echo "$as_me:14559: checking for shl_load" >&5
+ echo "$as_me:14577: checking for shl_load" >&5
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
if test "${ac_cv_func_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14565 "configure"
+#line 14583 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -14593,16 +14611,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14596: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14614: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14599: \$? = $ac_status" >&5
+ echo "$as_me:14617: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14602: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14620: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14605: \$? = $ac_status" >&5
+ echo "$as_me:14623: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -14612,12 +14630,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14615: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:14633: result: $ac_cv_func_shl_load" >&5
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
if test $ac_cv_func_shl_load = yes; then
lt_cv_dlopen="shl_load"
else
- echo "$as_me:14620: checking for shl_load in -ldld" >&5
+ echo "$as_me:14638: checking for shl_load in -ldld" >&5
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14625,7 +14643,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14628 "configure"
+#line 14646 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14644,16 +14662,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14647: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14665: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14650: \$? = $ac_status" >&5
+ echo "$as_me:14668: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14653: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14671: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14656: \$? = $ac_status" >&5
+ echo "$as_me:14674: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -14664,18 +14682,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14667: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:14685: result: $ac_cv_lib_dld_shl_load" >&5
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
if test $ac_cv_lib_dld_shl_load = yes; then
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
else
- echo "$as_me:14672: checking for dlopen" >&5
+ echo "$as_me:14690: checking for dlopen" >&5
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_func_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14678 "configure"
+#line 14696 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -14706,16 +14724,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14709: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14727: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14712: \$? = $ac_status" >&5
+ echo "$as_me:14730: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14715: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14733: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14718: \$? = $ac_status" >&5
+ echo "$as_me:14736: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -14725,12 +14743,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14728: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:14746: result: $ac_cv_func_dlopen" >&5
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
if test $ac_cv_func_dlopen = yes; then
lt_cv_dlopen="dlopen"
else
- echo "$as_me:14733: checking for dlopen in -ldl" >&5
+ echo "$as_me:14751: checking for dlopen in -ldl" >&5
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14738,7 +14756,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14741 "configure"
+#line 14759 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14757,16 +14775,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14760: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14778: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14763: \$? = $ac_status" >&5
+ echo "$as_me:14781: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14766: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14784: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14769: \$? = $ac_status" >&5
+ echo "$as_me:14787: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -14777,12 +14795,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14780: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:14798: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
if test $ac_cv_lib_dl_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
- echo "$as_me:14785: checking for dlopen in -lsvld" >&5
+ echo "$as_me:14803: checking for dlopen in -lsvld" >&5
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14790,7 +14808,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14793 "configure"
+#line 14811 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14809,16 +14827,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14812: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14830: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14815: \$? = $ac_status" >&5
+ echo "$as_me:14833: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14818: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14836: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14821: \$? = $ac_status" >&5
+ echo "$as_me:14839: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -14829,12 +14847,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14832: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:14850: result: $ac_cv_lib_svld_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
if test $ac_cv_lib_svld_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
- echo "$as_me:14837: checking for dld_link in -ldld" >&5
+ echo "$as_me:14855: checking for dld_link in -ldld" >&5
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14842,7 +14860,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14845 "configure"
+#line 14863 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14861,16 +14879,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14864: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14882: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14867: \$? = $ac_status" >&5
+ echo "$as_me:14885: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14870: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14888: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14873: \$? = $ac_status" >&5
+ echo "$as_me:14891: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -14881,7 +14899,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14884: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:14902: result: $ac_cv_lib_dld_dld_link" >&5
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
if test $ac_cv_lib_dld_dld_link = yes; then
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
@@ -14917,7 +14935,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:14920: checking whether a program can dlopen itself" >&5
+ echo "$as_me:14938: checking whether a program can dlopen itself" >&5
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14928,7 +14946,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 14931 "configure"
+#line 14949 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14989,10 +15007,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:14992: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:15010: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14995: \$? = $ac_status" >&5
+ echo "$as_me:15013: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -15009,12 +15027,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:15012: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:15030: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$lt_cv_dlopen_self" >&6
if test "x$lt_cv_dlopen_self" = xyes; then
LDFLAGS="$LDFLAGS $link_static_flag"
- echo "$as_me:15017: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:15035: checking whether a statically linked program can dlopen itself" >&5
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self_static+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15025,7 +15043,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 15028 "configure"
+#line 15046 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15086,10 +15104,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:15089: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:15107: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15092: \$? = $ac_status" >&5
+ echo "$as_me:15110: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -15106,7 +15124,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:15109: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:15127: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -15906,7 +15924,7 @@ CC="$lt_save_CC"
;;
*)
- { { echo "$as_me:15909: error: Unsupported tag name: $tagname" >&5
+ { { echo "$as_me:15927: error: Unsupported tag name: $tagname" >&5
echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -15924,7 +15942,7 @@ echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
chmod +x "$ofile"
else
rm -f "${ofile}T"
- { { echo "$as_me:15927: error: unable to update list of available tagged configurations." >&5
+ { { echo "$as_me:15945: error: unable to update list of available tagged configurations." >&5
echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -15945,7 +15963,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
if test "$enable_shared" = yes && test "$enable_static" = yes; then
case $library_names_spec in
*libname.a*)
- { { echo "$as_me:15948: error: cannot create both shared and static libraries on this system, --disable one of the two" >&5
+ { { echo "$as_me:15966: error: cannot create both shared and static libraries on this system, --disable one of the two" >&5
echo "$as_me: error: cannot create both shared and static libraries on this system, --disable one of the two" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -15976,7 +15994,7 @@ case $host in
# If there's any sse2 or mmx in the path, check whether the assembler
# supports it, and remove if not.
case "$path" in
- *mmx*) echo "$as_me:15979: checking if the assembler knows about MMX instructions" >&5
+ *mmx*) echo "$as_me:15997: checking if the assembler knows about MMX instructions" >&5
echo $ECHO_N "checking if the assembler knows about MMX instructions... $ECHO_C" >&6
if test "${gmp_cv_asm_x86_mmx+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15986,10 +16004,10 @@ else
movq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:15989: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:16007: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:15992: \$? = $ac_status" >&5
+ echo "$as_me:16010: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_mmx=yes
@@ -16000,7 +16018,7 @@ case $host in
gmp_cv_asm_x86_mmx=movq-bug
fi
else
- { echo "$as_me:16003: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+ { echo "$as_me:16021: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
echo "$as_me: WARNING: \"dis\" not available to check for \"as\" movq bug" >&2;}
fi
esac
@@ -16013,44 +16031,44 @@ fi
rm -f conftest*
fi
-echo "$as_me:16016: result: $gmp_cv_asm_x86_mmx" >&5
+echo "$as_me:16034: result: $gmp_cv_asm_x86_mmx" >&5
echo "${ECHO_T}$gmp_cv_asm_x86_mmx" >&6
case $gmp_cv_asm_x86_mmx in
movq-bug)
- { echo "$as_me:16021: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:16039: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:16023: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:16041: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:16025: WARNING: | Host CPU has MMX code, but the assembler" >&5
+ { echo "$as_me:16043: WARNING: | Host CPU has MMX code, but the assembler" >&5
echo "$as_me: WARNING: | Host CPU has MMX code, but the assembler" >&2;}
- { echo "$as_me:16027: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:16045: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:16029: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
+ { echo "$as_me:16047: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
echo "$as_me: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&2;}
- { echo "$as_me:16031: WARNING: | movq operands are reversed." >&5
+ { echo "$as_me:16049: WARNING: | movq operands are reversed." >&5
echo "$as_me: WARNING: | movq operands are reversed." >&2;}
- { echo "$as_me:16033: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:16051: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
- { echo "$as_me:16035: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:16053: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:16037: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:16055: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
no)
- { echo "$as_me:16041: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:16059: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:16043: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:16061: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:16045: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+ { echo "$as_me:16063: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
echo "$as_me: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&2;}
- { echo "$as_me:16047: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:16065: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:16049: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:16067: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
- { echo "$as_me:16051: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:16069: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:16053: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:16071: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
esac
@@ -16070,7 +16088,7 @@ fi
;;
esac
case "$path" in
- *sse2*) echo "$as_me:16073: checking if the assembler knows about SSE2 instructions" >&5
+ *sse2*) echo "$as_me:16091: checking if the assembler knows about SSE2 instructions" >&5
echo $ECHO_N "checking if the assembler knows about SSE2 instructions... $ECHO_C" >&6
if test "${gmp_cv_asm_x86_sse2+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16080,10 +16098,10 @@ else
paddq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:16083: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:16101: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:16086: \$? = $ac_status" >&5
+ echo "$as_me:16104: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_sse2=yes
@@ -16096,26 +16114,26 @@ fi
rm -f conftest*
fi
-echo "$as_me:16099: result: $gmp_cv_asm_x86_sse2" >&5
+echo "$as_me:16117: result: $gmp_cv_asm_x86_sse2" >&5
echo "${ECHO_T}$gmp_cv_asm_x86_sse2" >&6
case $gmp_cv_asm_x86_sse2 in
yes)
:
;;
*)
- { echo "$as_me:16106: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:16124: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:16108: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:16126: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:16110: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5
+ { echo "$as_me:16128: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5
echo "$as_me: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&2;}
- { echo "$as_me:16112: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:16130: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:16114: WARNING: | Non-SSE2 replacements will be used." >&5
+ { echo "$as_me:16132: WARNING: | Non-SSE2 replacements will be used." >&5
echo "$as_me: WARNING: | Non-SSE2 replacements will be used." >&2;}
- { echo "$as_me:16116: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:16134: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:16118: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:16136: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
tmp_path=
for i in $path; do
@@ -16136,13 +16154,13 @@ esac
# The library and header checks are mostly for the benefit of supplementary
# programs. libgmp doesn't use anything too weird.
-echo "$as_me:16139: checking for ANSI C header files" >&5
+echo "$as_me:16157: checking for ANSI C header files" >&5
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16145 "configure"
+#line 16163 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -16150,13 +16168,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:16153: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:16171: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:16159: \$? = $ac_status" >&5
+ echo "$as_me:16177: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -16178,7 +16196,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 16181 "configure"
+#line 16199 "configure"
#include "confdefs.h"
#include <string.h>
@@ -16196,7 +16214,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 16199 "configure"
+#line 16217 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -16217,7 +16235,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16220 "configure"
+#line 16238 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -16243,15 +16261,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:16246: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16264: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16249: \$? = $ac_status" >&5
+ echo "$as_me:16267: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:16251: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16269: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16254: \$? = $ac_status" >&5
+ echo "$as_me:16272: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -16264,7 +16282,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:16267: result: $ac_cv_header_stdc" >&5
+echo "$as_me:16285: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -16274,13 +16292,13 @@ EOF
fi
-echo "$as_me:16277: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:16295: checking whether time.h and sys/time.h may both be included" >&5
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
if test "${ac_cv_header_time+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16283 "configure"
+#line 16301 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -16296,16 +16314,16 @@ return 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16299: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16317: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16302: \$? = $ac_status" >&5
+ echo "$as_me:16320: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16305: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16323: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16308: \$? = $ac_status" >&5
+ echo "$as_me:16326: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_header_time=yes
else
@@ -16315,7 +16333,7 @@ ac_cv_header_time=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16318: result: $ac_cv_header_time" >&5
+echo "$as_me:16336: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -16331,23 +16349,23 @@ fi
for ac_header in locale.h sys/mman.h sys/param.h sys/processor.h sys/resource.h sys/sysctl.h sys/systemcfg.h sys/time.h sys/times.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:16334: checking for $ac_header" >&5
+echo "$as_me:16352: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16340 "configure"
+#line 16358 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:16344: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:16362: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
ac_status=$?
egrep -v '^ *\+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
- echo "$as_me:16350: \$? = $ac_status" >&5
+ echo "$as_me:16368: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -16366,7 +16384,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:16369: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:16387: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -16383,28 +16401,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
inttypes.h stdint.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:16386: checking for $ac_header" >&5
+echo "$as_me:16404: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16392 "configure"
+#line 16410 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16398: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16416: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16401: \$? = $ac_status" >&5
+ echo "$as_me:16419: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16404: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16422: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16407: \$? = $ac_status" >&5
+ echo "$as_me:16425: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -16414,7 +16432,7 @@ eval "$as_ac_Header=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16417: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:16435: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -16424,13 +16442,13 @@ EOF
fi
done
-echo "$as_me:16427: checking whether fgetc is declared" >&5
+echo "$as_me:16445: checking whether fgetc is declared" >&5
echo $ECHO_N "checking whether fgetc is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_fgetc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16433 "configure"
+#line 16451 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16445,16 +16463,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16448: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16466: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16451: \$? = $ac_status" >&5
+ echo "$as_me:16469: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16454: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16472: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16457: \$? = $ac_status" >&5
+ echo "$as_me:16475: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_fgetc=yes
else
@@ -16464,7 +16482,7 @@ ac_cv_have_decl_fgetc=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16467: result: $ac_cv_have_decl_fgetc" >&5
+echo "$as_me:16485: result: $ac_cv_have_decl_fgetc" >&5
echo "${ECHO_T}$ac_cv_have_decl_fgetc" >&6
if test $ac_cv_have_decl_fgetc = yes; then
@@ -16478,13 +16496,13 @@ else
EOF
fi
-echo "$as_me:16481: checking whether fscanf is declared" >&5
+echo "$as_me:16499: checking whether fscanf is declared" >&5
echo $ECHO_N "checking whether fscanf is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_fscanf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16487 "configure"
+#line 16505 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16499,16 +16517,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16502: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16520: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16505: \$? = $ac_status" >&5
+ echo "$as_me:16523: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16508: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16526: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16511: \$? = $ac_status" >&5
+ echo "$as_me:16529: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_fscanf=yes
else
@@ -16518,7 +16536,7 @@ ac_cv_have_decl_fscanf=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16521: result: $ac_cv_have_decl_fscanf" >&5
+echo "$as_me:16539: result: $ac_cv_have_decl_fscanf" >&5
echo "${ECHO_T}$ac_cv_have_decl_fscanf" >&6
if test $ac_cv_have_decl_fscanf = yes; then
@@ -16532,13 +16550,13 @@ else
EOF
fi
-echo "$as_me:16535: checking whether optarg is declared" >&5
+echo "$as_me:16553: checking whether optarg is declared" >&5
echo $ECHO_N "checking whether optarg is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_optarg+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16541 "configure"
+#line 16559 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16553,16 +16571,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16556: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16574: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16559: \$? = $ac_status" >&5
+ echo "$as_me:16577: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16562: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16580: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16565: \$? = $ac_status" >&5
+ echo "$as_me:16583: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_optarg=yes
else
@@ -16572,7 +16590,7 @@ ac_cv_have_decl_optarg=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16575: result: $ac_cv_have_decl_optarg" >&5
+echo "$as_me:16593: result: $ac_cv_have_decl_optarg" >&5
echo "${ECHO_T}$ac_cv_have_decl_optarg" >&6
if test $ac_cv_have_decl_optarg = yes; then
@@ -16586,13 +16604,13 @@ else
EOF
fi
-echo "$as_me:16589: checking whether ungetc is declared" >&5
+echo "$as_me:16607: checking whether ungetc is declared" >&5
echo $ECHO_N "checking whether ungetc is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_ungetc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16595 "configure"
+#line 16613 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16607,16 +16625,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16610: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16628: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16613: \$? = $ac_status" >&5
+ echo "$as_me:16631: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16616: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16634: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16619: \$? = $ac_status" >&5
+ echo "$as_me:16637: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_ungetc=yes
else
@@ -16626,7 +16644,7 @@ ac_cv_have_decl_ungetc=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16629: result: $ac_cv_have_decl_ungetc" >&5
+echo "$as_me:16647: result: $ac_cv_have_decl_ungetc" >&5
echo "${ECHO_T}$ac_cv_have_decl_ungetc" >&6
if test $ac_cv_have_decl_ungetc = yes; then
@@ -16640,13 +16658,13 @@ else
EOF
fi
-echo "$as_me:16643: checking whether vfprintf is declared" >&5
+echo "$as_me:16661: checking whether vfprintf is declared" >&5
echo $ECHO_N "checking whether vfprintf is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_vfprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16649 "configure"
+#line 16667 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16661,16 +16679,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16664: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16682: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16667: \$? = $ac_status" >&5
+ echo "$as_me:16685: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16670: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16688: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16673: \$? = $ac_status" >&5
+ echo "$as_me:16691: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_vfprintf=yes
else
@@ -16680,7 +16698,7 @@ ac_cv_have_decl_vfprintf=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16683: result: $ac_cv_have_decl_vfprintf" >&5
+echo "$as_me:16701: result: $ac_cv_have_decl_vfprintf" >&5
echo "${ECHO_T}$ac_cv_have_decl_vfprintf" >&6
if test $ac_cv_have_decl_vfprintf = yes; then
@@ -16695,13 +16713,13 @@ EOF
fi
-echo "$as_me:16698: checking return type of signal handlers" >&5
+echo "$as_me:16716: checking return type of signal handlers" >&5
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
if test "${ac_cv_type_signal+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16704 "configure"
+#line 16722 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -16723,16 +16741,16 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16726: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16744: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16729: \$? = $ac_status" >&5
+ echo "$as_me:16747: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16732: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16750: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16735: \$? = $ac_status" >&5
+ echo "$as_me:16753: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_signal=void
else
@@ -16742,7 +16760,7 @@ ac_cv_type_signal=int
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16745: result: $ac_cv_type_signal" >&5
+echo "$as_me:16763: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
@@ -16750,13 +16768,13 @@ cat >>confdefs.h <<EOF
EOF
# the default includes are sufficient for all these types
-echo "$as_me:16753: checking for intmax_t" >&5
+echo "$as_me:16771: checking for intmax_t" >&5
echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6
if test "${ac_cv_type_intmax_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16759 "configure"
+#line 16777 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16771,16 +16789,16 @@ if (sizeof (intmax_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16774: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16792: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16777: \$? = $ac_status" >&5
+ echo "$as_me:16795: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16780: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16798: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16783: \$? = $ac_status" >&5
+ echo "$as_me:16801: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_intmax_t=yes
else
@@ -16790,7 +16808,7 @@ ac_cv_type_intmax_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16793: result: $ac_cv_type_intmax_t" >&5
+echo "$as_me:16811: result: $ac_cv_type_intmax_t" >&5
echo "${ECHO_T}$ac_cv_type_intmax_t" >&6
if test $ac_cv_type_intmax_t = yes; then
@@ -16799,13 +16817,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16802: checking for long double" >&5
+echo "$as_me:16820: checking for long double" >&5
echo $ECHO_N "checking for long double... $ECHO_C" >&6
if test "${ac_cv_type_long_double+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16808 "configure"
+#line 16826 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16820,16 +16838,16 @@ if (sizeof (long double))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16823: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16841: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16826: \$? = $ac_status" >&5
+ echo "$as_me:16844: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16829: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16847: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16832: \$? = $ac_status" >&5
+ echo "$as_me:16850: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_double=yes
else
@@ -16839,7 +16857,7 @@ ac_cv_type_long_double=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16842: result: $ac_cv_type_long_double" >&5
+echo "$as_me:16860: result: $ac_cv_type_long_double" >&5
echo "${ECHO_T}$ac_cv_type_long_double" >&6
if test $ac_cv_type_long_double = yes; then
@@ -16848,13 +16866,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16851: checking for long long" >&5
+echo "$as_me:16869: checking for long long" >&5
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if test "${ac_cv_type_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16857 "configure"
+#line 16875 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16869,16 +16887,16 @@ if (sizeof (long long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16872: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16890: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16875: \$? = $ac_status" >&5
+ echo "$as_me:16893: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16878: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16896: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16881: \$? = $ac_status" >&5
+ echo "$as_me:16899: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_long=yes
else
@@ -16888,7 +16906,7 @@ ac_cv_type_long_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16891: result: $ac_cv_type_long_long" >&5
+echo "$as_me:16909: result: $ac_cv_type_long_long" >&5
echo "${ECHO_T}$ac_cv_type_long_long" >&6
if test $ac_cv_type_long_long = yes; then
@@ -16897,13 +16915,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16900: checking for ptrdiff_t" >&5
+echo "$as_me:16918: checking for ptrdiff_t" >&5
echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6
if test "${ac_cv_type_ptrdiff_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16906 "configure"
+#line 16924 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16918,16 +16936,16 @@ if (sizeof (ptrdiff_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16921: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16939: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16924: \$? = $ac_status" >&5
+ echo "$as_me:16942: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16927: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16945: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16930: \$? = $ac_status" >&5
+ echo "$as_me:16948: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_ptrdiff_t=yes
else
@@ -16937,7 +16955,7 @@ ac_cv_type_ptrdiff_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16940: result: $ac_cv_type_ptrdiff_t" >&5
+echo "$as_me:16958: result: $ac_cv_type_ptrdiff_t" >&5
echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6
if test $ac_cv_type_ptrdiff_t = yes; then
@@ -16946,13 +16964,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16949: checking for quad_t" >&5
+echo "$as_me:16967: checking for quad_t" >&5
echo $ECHO_N "checking for quad_t... $ECHO_C" >&6
if test "${ac_cv_type_quad_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16955 "configure"
+#line 16973 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16967,16 +16985,16 @@ if (sizeof (quad_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16970: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16988: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16973: \$? = $ac_status" >&5
+ echo "$as_me:16991: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16976: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16994: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16979: \$? = $ac_status" >&5
+ echo "$as_me:16997: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_quad_t=yes
else
@@ -16986,7 +17004,7 @@ ac_cv_type_quad_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16989: result: $ac_cv_type_quad_t" >&5
+echo "$as_me:17007: result: $ac_cv_type_quad_t" >&5
echo "${ECHO_T}$ac_cv_type_quad_t" >&6
if test $ac_cv_type_quad_t = yes; then
@@ -16996,13 +17014,13 @@ EOF
fi
-echo "$as_me:16999: checking for preprocessor stringizing operator" >&5
+echo "$as_me:17017: checking for preprocessor stringizing operator" >&5
echo $ECHO_N "checking for preprocessor stringizing operator... $ECHO_C" >&6
if test "${ac_cv_c_stringize+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17005 "configure"
+#line 17023 "configure"
#include "confdefs.h"
#define x(y) #y
@@ -17017,7 +17035,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:17020: result: $ac_cv_c_stringize" >&5
+echo "$as_me:17038: result: $ac_cv_c_stringize" >&5
echo "${ECHO_T}$ac_cv_c_stringize" >&6
if test $ac_cv_c_stringize = yes; then
@@ -17027,13 +17045,13 @@ EOF
fi
-echo "$as_me:17030: checking whether <stdarg.h> exists and works" >&5
+echo "$as_me:17048: checking whether <stdarg.h> exists and works" >&5
echo $ECHO_N "checking whether <stdarg.h> exists and works... $ECHO_C" >&6
if test "${gmp_cv_c_stdarg+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17036 "configure"
+#line 17054 "configure"
#include "confdefs.h"
#include <stdarg.h>
int foo (int x, ...)
@@ -17054,16 +17072,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17057: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17075: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17060: \$? = $ac_status" >&5
+ echo "$as_me:17078: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17063: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17081: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17066: \$? = $ac_status" >&5
+ echo "$as_me:17084: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_stdarg=yes
else
@@ -17074,7 +17092,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:17077: result: $gmp_cv_c_stdarg" >&5
+echo "$as_me:17095: result: $gmp_cv_c_stdarg" >&5
echo "${ECHO_T}$gmp_cv_c_stdarg" >&6
if test $gmp_cv_c_stdarg = yes; then
@@ -17084,13 +17102,13 @@ EOF
fi
-echo "$as_me:17087: checking whether gcc __attribute__ ((const)) works" >&5
+echo "$as_me:17105: checking whether gcc __attribute__ ((const)) works" >&5
echo $ECHO_N "checking whether gcc __attribute__ ((const)) works... $ECHO_C" >&6
if test "${gmp_cv_c_attribute_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17093 "configure"
+#line 17111 "configure"
#include "confdefs.h"
int foo (int x) __attribute__ ((const));
int
@@ -17102,16 +17120,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17105: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17123: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17108: \$? = $ac_status" >&5
+ echo "$as_me:17126: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17111: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17129: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17114: \$? = $ac_status" >&5
+ echo "$as_me:17132: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_const=yes
else
@@ -17122,7 +17140,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:17125: result: $gmp_cv_c_attribute_const" >&5
+echo "$as_me:17143: result: $gmp_cv_c_attribute_const" >&5
echo "${ECHO_T}$gmp_cv_c_attribute_const" >&6
if test $gmp_cv_c_attribute_const = yes; then
@@ -17132,7 +17150,7 @@ EOF
fi
-echo "$as_me:17135: checking whether gcc __attribute__ ((malloc)) works" >&5
+echo "$as_me:17153: checking whether gcc __attribute__ ((malloc)) works" >&5
echo $ECHO_N "checking whether gcc __attribute__ ((malloc)) works... $ECHO_C" >&6
if test "${gmp_cv_c_attribute_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17141,10 +17159,10 @@ else
void *foo (int x) __attribute__ ((malloc));
EOF
gmp_compile="$CC $CFLAGS $CPPFLAGS -c conftest.c >conftest.out 2>&1"
-if { (eval echo "$as_me:17144: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:17162: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:17147: \$? = $ac_status" >&5
+ echo "$as_me:17165: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep "attribute directive ignored" conftest.out >/dev/null; then
gmp_cv_c_attribute_malloc=no
@@ -17158,7 +17176,7 @@ cat conftest.out >&5
rm -f conftest*
fi
-echo "$as_me:17161: result: $gmp_cv_c_attribute_malloc" >&5
+echo "$as_me:17179: result: $gmp_cv_c_attribute_malloc" >&5
echo "${ECHO_T}$gmp_cv_c_attribute_malloc" >&6
if test $gmp_cv_c_attribute_malloc = yes; then
@@ -17168,13 +17186,13 @@ EOF
fi
-echo "$as_me:17171: checking whether gcc __attribute__ ((mode (XX))) works" >&5
+echo "$as_me:17189: checking whether gcc __attribute__ ((mode (XX))) works" >&5
echo $ECHO_N "checking whether gcc __attribute__ ((mode (XX))) works... $ECHO_C" >&6
if test "${gmp_cv_c_attribute_mode+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17177 "configure"
+#line 17195 "configure"
#include "confdefs.h"
typedef int SItype __attribute__ ((mode (SI)));
int
@@ -17186,16 +17204,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17189: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17207: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17192: \$? = $ac_status" >&5
+ echo "$as_me:17210: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17195: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17213: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17198: \$? = $ac_status" >&5
+ echo "$as_me:17216: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_mode=yes
else
@@ -17206,7 +17224,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:17209: result: $gmp_cv_c_attribute_mode" >&5
+echo "$as_me:17227: result: $gmp_cv_c_attribute_mode" >&5
echo "${ECHO_T}$gmp_cv_c_attribute_mode" >&6
if test $gmp_cv_c_attribute_mode = yes; then
@@ -17216,13 +17234,13 @@ EOF
fi
-echo "$as_me:17219: checking whether gcc __attribute__ ((noreturn)) works" >&5
+echo "$as_me:17237: checking whether gcc __attribute__ ((noreturn)) works" >&5
echo $ECHO_N "checking whether gcc __attribute__ ((noreturn)) works... $ECHO_C" >&6
if test "${gmp_cv_c_attribute_noreturn+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17225 "configure"
+#line 17243 "configure"
#include "confdefs.h"
void foo (int x) __attribute__ ((noreturn));
int
@@ -17234,16 +17252,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17237: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17255: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17240: \$? = $ac_status" >&5
+ echo "$as_me:17258: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17243: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17261: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17246: \$? = $ac_status" >&5
+ echo "$as_me:17264: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_noreturn=yes
else
@@ -17254,7 +17272,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:17257: result: $gmp_cv_c_attribute_noreturn" >&5
+echo "$as_me:17275: result: $gmp_cv_c_attribute_noreturn" >&5
echo "${ECHO_T}$gmp_cv_c_attribute_noreturn" >&6
if test $gmp_cv_c_attribute_noreturn = yes; then
@@ -17264,7 +17282,7 @@ EOF
fi
-echo "$as_me:17267: checking for restrict" >&5
+echo "$as_me:17285: checking for restrict" >&5
echo $ECHO_N "checking for restrict... $ECHO_C" >&6
if test "${gmp_cv_c_restrict+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17272,7 +17290,7 @@ else
gmp_cv_c_restrict=no
for r in restrict __restrict__ __restrict; do
cat >conftest.$ac_ext <<_ACEOF
-#line 17275 "configure"
+#line 17293 "configure"
#include "confdefs.h"
int
@@ -17284,16 +17302,16 @@ char * $r foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17287: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17305: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17290: \$? = $ac_status" >&5
+ echo "$as_me:17308: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17293: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17311: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17296: \$? = $ac_status" >&5
+ echo "$as_me:17314: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_restrict=$r
break
@@ -17308,7 +17326,7 @@ if test $gmp_cv_c_restrict = restrict; then
fi
fi
-echo "$as_me:17311: result: $gmp_cv_c_restrict" >&5
+echo "$as_me:17329: result: $gmp_cv_c_restrict" >&5
echo "${ECHO_T}$gmp_cv_c_restrict" >&6
case $gmp_cv_c_restrict in
restrict | yes) ;;
@@ -17323,7 +17341,7 @@ EOF
;;
esac
-echo "$as_me:17326: checking for inline" >&5
+echo "$as_me:17344: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17331,7 +17349,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 17334 "configure"
+#line 17352 "configure"
#include "confdefs.h"
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
@@ -17340,16 +17358,16 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17343: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17361: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17346: \$? = $ac_status" >&5
+ echo "$as_me:17364: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17349: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17367: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17352: \$? = $ac_status" >&5
+ echo "$as_me:17370: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
@@ -17360,7 +17378,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:17363: result: $ac_cv_c_inline" >&5
+echo "$as_me:17381: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -17379,7 +17397,7 @@ case $ac_cv_c_inline in
no) ;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 17382 "configure"
+#line 17400 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
#define __GMP_BITS_PER_MP_LIMB 123 /* dummy for mpf_get_prec etc inlines */
@@ -17399,16 +17417,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17402: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17420: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17405: \$? = $ac_status" >&5
+ echo "$as_me:17423: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17408: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17426: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17411: \$? = $ac_status" >&5
+ echo "$as_me:17429: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -17418,7 +17436,7 @@ case $ac_cv_c_inline in
"") tmp_inline=inline ;;
*) tmp_inline=$ac_cv_c_inline ;;
esac
- { echo "$as_me:17421: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5
+ { echo "$as_me:17439: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5
echo "$as_me: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&2;}
fi
rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17432,7 +17450,7 @@ case $host in
# These system don't have libm
;;
*-ncr-sysv4.3*)
- echo "$as_me:17435: checking for _mwvalidcheckl in -lmw" >&5
+ echo "$as_me:17453: checking for _mwvalidcheckl in -lmw" >&5
echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17440,7 +17458,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17443 "configure"
+#line 17461 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -17459,16 +17477,16 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17462: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17480: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17465: \$? = $ac_status" >&5
+ echo "$as_me:17483: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17468: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17486: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17471: \$? = $ac_status" >&5
+ echo "$as_me:17489: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_mw__mwvalidcheckl=yes
else
@@ -17479,13 +17497,13 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17482: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:17500: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
LIBM="-lmw"
fi
- echo "$as_me:17488: checking for main in -lm" >&5
+ echo "$as_me:17506: checking for main in -lm" >&5
echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
if test "${ac_cv_lib_m_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17493,7 +17511,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17496 "configure"
+#line 17514 "configure"
#include "confdefs.h"
int
@@ -17505,16 +17523,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17508: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17526: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17511: \$? = $ac_status" >&5
+ echo "$as_me:17529: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17514: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17532: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17517: \$? = $ac_status" >&5
+ echo "$as_me:17535: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -17525,7 +17543,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17528: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:17546: result: $ac_cv_lib_m_main" >&5
echo "${ECHO_T}$ac_cv_lib_m_main" >&6
if test $ac_cv_lib_m_main = yes; then
LIBM="$LIBM -lm"
@@ -17533,7 +17551,7 @@ fi
;;
*)
- echo "$as_me:17536: checking for main in -lm" >&5
+ echo "$as_me:17554: checking for main in -lm" >&5
echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
if test "${ac_cv_lib_m_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17541,7 +17559,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17544 "configure"
+#line 17562 "configure"
#include "confdefs.h"
int
@@ -17553,16 +17571,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17556: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17574: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17559: \$? = $ac_status" >&5
+ echo "$as_me:17577: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17562: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17580: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17565: \$? = $ac_status" >&5
+ echo "$as_me:17583: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -17573,7 +17591,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17576: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:17594: result: $ac_cv_lib_m_main" >&5
echo "${ECHO_T}$ac_cv_lib_m_main" >&6
if test $ac_cv_lib_m_main = yes; then
LIBM="-lm"
@@ -17584,13 +17602,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:17587: checking for working alloca.h" >&5
+echo "$as_me:17605: checking for working alloca.h" >&5
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
if test "${gmp_cv_header_alloca+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17593 "configure"
+#line 17611 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -17602,16 +17620,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17605: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17623: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17608: \$? = $ac_status" >&5
+ echo "$as_me:17626: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17611: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17629: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17614: \$? = $ac_status" >&5
+ echo "$as_me:17632: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_header_alloca=yes
else
@@ -17621,7 +17639,7 @@ gmp_cv_header_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17624: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:17642: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -17631,13 +17649,13 @@ EOF
fi
-echo "$as_me:17634: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:17652: checking for alloca (via gmp-impl.h)" >&5
echo $ECHO_N "checking for alloca (via gmp-impl.h)... $ECHO_C" >&6
if test "${gmp_cv_func_alloca+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17640 "configure"
+#line 17658 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
#define __GMP_BITS_PER_MP_LIMB 123 /* dummy for mpf_get_prec etc inlines */
@@ -17655,16 +17673,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17658: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17676: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17661: \$? = $ac_status" >&5
+ echo "$as_me:17679: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17664: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17682: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17667: \$? = $ac_status" >&5
+ echo "$as_me:17685: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_alloca=yes
else
@@ -17674,7 +17692,7 @@ gmp_cv_func_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17677: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:17695: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -17684,7 +17702,7 @@ EOF
fi
-echo "$as_me:17687: checking how to allocate temporary memory" >&5
+echo "$as_me:17705: checking how to allocate temporary memory" >&5
echo $ECHO_N "checking how to allocate temporary memory... $ECHO_C" >&6
if test "${gmp_cv_option_alloca+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17708,12 +17726,12 @@ else
esac
fi
-echo "$as_me:17711: result: $gmp_cv_option_alloca" >&5
+echo "$as_me:17729: result: $gmp_cv_option_alloca" >&5
echo "${ECHO_T}$gmp_cv_option_alloca" >&6
case $gmp_cv_option_alloca in
alloca)
if test $gmp_cv_func_alloca = no; then
- { { echo "$as_me:17716: error: --enable-alloca=alloca specified, but alloca not available" >&5
+ { { echo "$as_me:17734: error: --enable-alloca=alloca specified, but alloca not available" >&5
echo "$as_me: error: --enable-alloca=alloca specified, but alloca not available" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -17749,14 +17767,14 @@ EOF
;;
*)
# checks at the start of configure.in should protect us
- { { echo "$as_me:17752: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5
+ { { echo "$as_me:17770: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5
echo "$as_me: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
cat >conftest.$ac_ext <<_ACEOF
-#line 17759 "configure"
+#line 17777 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -17777,22 +17795,22 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17780: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17798: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17783: \$? = $ac_status" >&5
+ echo "$as_me:17801: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17786: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17804: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17789: \$? = $ac_status" >&5
+ echo "$as_me:17807: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ echo "$as_me:17795: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5
+{ echo "$as_me:17813: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5
echo "$as_me: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&2;}
fi
rm -f conftest.$ac_objext conftest.$ac_ext
@@ -17811,7 +17829,7 @@ case $host in
;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 17814 "configure"
+#line 17832 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -17833,27 +17851,27 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17836: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17854: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17839: \$? = $ac_status" >&5
+ echo "$as_me:17857: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17842: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17860: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17845: \$? = $ac_status" >&5
+ echo "$as_me:17863: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
- { echo "$as_me:17852: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&5
+ { echo "$as_me:17870: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&5
echo "$as_me: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&2;}
- { echo "$as_me:17854: WARNING: If your CPU floats are in fact IEEE then you" >&5
+ { echo "$as_me:17872: WARNING: If your CPU floats are in fact IEEE then you" >&5
echo "$as_me: WARNING: If your CPU floats are in fact IEEE then you" >&2;}
- { echo "$as_me:17856: WARNING: might like to augment the tests there." >&5
+ { echo "$as_me:17874: WARNING: might like to augment the tests there." >&5
echo "$as_me: WARNING: might like to augment the tests there." >&2;}
fi
@@ -17865,7 +17883,7 @@ esac
# Enhancement: In the future AC_C_BIGENDIAN will accept these actions as
# parameters.
-echo "$as_me:17868: checking whether byte ordering is bigendian" >&5
+echo "$as_me:17886: checking whether byte ordering is bigendian" >&5
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
if test "${ac_cv_c_bigendian+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17873,7 +17891,7 @@ else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat >conftest.$ac_ext <<_ACEOF
-#line 17876 "configure"
+#line 17894 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -17890,20 +17908,20 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17893: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17911: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17896: \$? = $ac_status" >&5
+ echo "$as_me:17914: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17899: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17917: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17902: \$? = $ac_status" >&5
+ echo "$as_me:17920: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
# It does; now see whether it defined to BIG_ENDIAN or not.
cat >conftest.$ac_ext <<_ACEOF
-#line 17906 "configure"
+#line 17924 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -17920,16 +17938,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17923: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17941: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17926: \$? = $ac_status" >&5
+ echo "$as_me:17944: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17929: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17947: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17932: \$? = $ac_status" >&5
+ echo "$as_me:17950: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_bigendian=yes
else
@@ -17945,12 +17963,12 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_c_bigendian = unknown; then
if test "$cross_compiling" = yes; then
- { { echo "$as_me:17948: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:17966: error: cannot run test program while cross compiling" >&5
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
{ (exit 1); exit 1; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17953 "configure"
+#line 17971 "configure"
#include "confdefs.h"
int
main ()
@@ -17966,15 +17984,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:17969: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17987: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17972: \$? = $ac_status" >&5
+ echo "$as_me:17990: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:17974: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17992: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17977: \$? = $ac_status" >&5
+ echo "$as_me:17995: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_bigendian=no
else
@@ -17987,7 +18005,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:17990: result: $ac_cv_c_bigendian" >&5
+echo "$as_me:18008: result: $ac_cv_c_bigendian" >&5
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
if test $ac_cv_c_bigendian = yes; then
@@ -18009,7 +18027,7 @@ cat >>confdefs.h <<\EOF
EOF
;;
unknown) ;;
- *) { { echo "$as_me:18012: error: Oops, unrecognised ac_cv_c_bigendian" >&5
+ *) { { echo "$as_me:18030: error: Oops, unrecognised ac_cv_c_bigendian" >&5
echo "$as_me: error: Oops, unrecognised ac_cv_c_bigendian" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -18029,13 +18047,13 @@ esac
for ac_func in alarm getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time strchr strnlen strtoul sysconf sysctl sysctlbyname times
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:18032: checking for $ac_func" >&5
+echo "$as_me:18050: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18038 "configure"
+#line 18056 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18066,16 +18084,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18069: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18087: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18072: \$? = $ac_status" >&5
+ echo "$as_me:18090: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:18075: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18093: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18078: \$? = $ac_status" >&5
+ echo "$as_me:18096: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -18085,7 +18103,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18088: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:18106: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -18098,13 +18116,13 @@ done
# FIXME: Would have done this with an AM_CONDITIONAL, but automake 1.5
# doesn't like that under libgmp_la_DEPENDENCIES.
-echo "$as_me:18101: checking for vsnprintf" >&5
+echo "$as_me:18119: checking for vsnprintf" >&5
echo $ECHO_N "checking for vsnprintf... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18107 "configure"
+#line 18125 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vsnprintf (); below. */
@@ -18135,16 +18153,16 @@ f = vsnprintf;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18138: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18156: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18141: \$? = $ac_status" >&5
+ echo "$as_me:18159: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:18144: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18162: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18147: \$? = $ac_status" >&5
+ echo "$as_me:18165: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_vsnprintf=yes
else
@@ -18154,7 +18172,7 @@ ac_cv_func_vsnprintf=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18157: result: $ac_cv_func_vsnprintf" >&5
+echo "$as_me:18175: result: $ac_cv_func_vsnprintf" >&5
echo "${ECHO_T}$ac_cv_func_vsnprintf" >&6
if test $ac_cv_func_vsnprintf = yes; then
gmp_vsnprintf_exists=yes
@@ -18165,7 +18183,7 @@ fi
if test "$gmp_vsnprintf_exists" = no; then
gmp_cv_func_vsnprintf=no
else
- echo "$as_me:18168: checking whether vsnprintf works" >&5
+ echo "$as_me:18186: checking whether vsnprintf works" >&5
echo $ECHO_N "checking whether vsnprintf works... $ECHO_C" >&6
if test "${gmp_cv_func_vsnprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18176,7 +18194,7 @@ else
gmp_cv_func_vsnprintf=probably; break
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18179 "configure"
+#line 18197 "configure"
#include "confdefs.h"
#include <string.h> /* for strcmp */
@@ -18229,15 +18247,15 @@ $i
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:18232: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18250: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18235: \$? = $ac_status" >&5
+ echo "$as_me:18253: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:18237: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18255: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18240: \$? = $ac_status" >&5
+ echo "$as_me:18258: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -18251,10 +18269,10 @@ fi
done
fi
-echo "$as_me:18254: result: $gmp_cv_func_vsnprintf" >&5
+echo "$as_me:18272: result: $gmp_cv_func_vsnprintf" >&5
echo "${ECHO_T}$gmp_cv_func_vsnprintf" >&6
if test "$gmp_cv_func_vsnprintf" = probably; then
- { echo "$as_me:18257: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5
+ { echo "$as_me:18275: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5
echo "$as_me: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&2;}
fi
if test "$gmp_cv_func_vsnprintf" != no; then
@@ -18273,7 +18291,7 @@ if test "$gmp_cv_func_vsnprintf" = no; then
fi
-echo "$as_me:18276: checking whether sscanf needs writable input" >&5
+echo "$as_me:18294: checking whether sscanf needs writable input" >&5
echo $ECHO_N "checking whether sscanf needs writable input... $ECHO_C" >&6
if test "${gmp_cv_func_sscanf_writable_input+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18285,7 +18303,7 @@ else
esac
fi
-echo "$as_me:18288: result: $gmp_cv_func_sscanf_writable_input" >&5
+echo "$as_me:18306: result: $gmp_cv_func_sscanf_writable_input" >&5
echo "${ECHO_T}$gmp_cv_func_sscanf_writable_input" >&6
case $gmp_cv_func_sscanf_writable_input in
yes)
@@ -18294,7 +18312,7 @@ cat >>confdefs.h <<\EOF
EOF
;;
no) ;;
- *) { { echo "$as_me:18297: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&5
+ *) { { echo "$as_me:18315: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&5
echo "$as_me: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -18333,6 +18351,7 @@ gmp_mpn_functions="$extra_functions \
mul mul_fft mul_n mul_basecase sqr_basecase random \
random2 sqrtrem get_str set_str scan0 scan1 popcount hamdist cmp perfsqr \
bdivmod gcd_1 gcd gcdext tdiv_qr dc_divrem_n sb_divrem_mn jacbase \
+ sizeinbase \
$gmp_mpn_functions_optional"
# the list of all object files used by mpn/Makefile.in and the
@@ -18424,7 +18443,7 @@ EOF
fi
done
if test $found = no; then
- { { echo "$as_me:18427: error: no version of $tmp_fn found in path: $path" >&5
+ { { echo "$as_me:18446: error: no version of $tmp_fn found in path: $path" >&5
echo "$as_me: error: no version of $tmp_fn found in path: $path" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18439,7 +18458,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
-echo "$as_me:18442: checking for suitable m4" >&5
+echo "$as_me:18461: checking for suitable m4" >&5
echo $ECHO_N "checking for suitable m4... $ECHO_C" >&6
if test "${gmp_cv_prog_m4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18475,7 +18494,7 @@ EOF
done
IFS="$ac_save_ifs"
if test -z "$gmp_cv_prog_m4"; then
- { { echo "$as_me:18478: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5
+ { { echo "$as_me:18497: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5
echo "$as_me: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18483,11 +18502,11 @@ echo "$as_me: error: No usable m4 in \$PATH or /usr/5bin (see config.log for rea
rm -f conftest.m4
fi
fi
-echo "$as_me:18486: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:18505: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
-echo "$as_me:18490: checking if m4wrap produces spurious output" >&5
+echo "$as_me:18509: checking if m4wrap produces spurious output" >&5
echo $ECHO_N "checking if m4wrap produces spurious output... $ECHO_C" >&6
if test "${gmp_cv_m4_m4wrap_spurious+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18509,7 +18528,7 @@ else
fi
fi
-echo "$as_me:18512: result: $gmp_cv_m4_m4wrap_spurious" >&5
+echo "$as_me:18531: result: $gmp_cv_m4_m4wrap_spurious" >&5
echo "${ECHO_T}$gmp_cv_m4_m4wrap_spurious" >&6
echo "define(<M4WRAP_SPURIOUS>,<$gmp_cv_m4_m4wrap_spurious>)" >> $gmp_tmpconfigm4
@@ -18524,7 +18543,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:18527: checking how to switch to text section" >&5
+ echo "$as_me:18546: checking how to switch to text section" >&5
echo $ECHO_N "checking how to switch to text section... $ECHO_C" >&6
if test "${gmp_cv_asm_text+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18536,11 +18555,11 @@ else
esac
fi
-echo "$as_me:18539: result: $gmp_cv_asm_text" >&5
+echo "$as_me:18558: result: $gmp_cv_asm_text" >&5
echo "${ECHO_T}$gmp_cv_asm_text" >&6
echo "define(<TEXT>, <$gmp_cv_asm_text>)" >> $gmp_tmpconfigm4
- echo "$as_me:18543: checking how to switch to data section" >&5
+ echo "$as_me:18562: checking how to switch to data section" >&5
echo $ECHO_N "checking how to switch to data section... $ECHO_C" >&6
if test "${gmp_cv_asm_data+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18551,11 +18570,11 @@ else
esac
fi
-echo "$as_me:18554: result: $gmp_cv_asm_data" >&5
+echo "$as_me:18573: result: $gmp_cv_asm_data" >&5
echo "${ECHO_T}$gmp_cv_asm_data" >&6
echo "define(<DATA>, <$gmp_cv_asm_data>)" >> $gmp_tmpconfigm4
- echo "$as_me:18558: checking what assembly label suffix to use" >&5
+ echo "$as_me:18577: checking what assembly label suffix to use" >&5
echo $ECHO_N "checking what assembly label suffix to use... $ECHO_C" >&6
if test "${gmp_cv_asm_label_suffix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18567,11 +18586,11 @@ else
esac
fi
-echo "$as_me:18570: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:18589: result: $gmp_cv_asm_label_suffix" >&5
echo "${ECHO_T}$gmp_cv_asm_label_suffix" >&6
echo "define(<LABEL_SUFFIX>, <\$1$gmp_cv_asm_label_suffix>)" >> $gmp_tmpconfigm4
- echo "$as_me:18574: checking how to export a symbol" >&5
+ echo "$as_me:18593: checking how to export a symbol" >&5
echo $ECHO_N "checking how to export a symbol... $ECHO_C" >&6
if test "${gmp_cv_asm_globl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18582,11 +18601,11 @@ else
esac
fi
-echo "$as_me:18585: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:18604: result: $gmp_cv_asm_globl" >&5
echo "${ECHO_T}$gmp_cv_asm_globl" >&6
echo "define(<GLOBL>, <$gmp_cv_asm_globl>)" >> $gmp_tmpconfigm4
-echo "$as_me:18589: checking if globals are prefixed by underscore" >&5
+echo "$as_me:18608: checking if globals are prefixed by underscore" >&5
echo $ECHO_N "checking if globals are prefixed by underscore... $ECHO_C" >&6
if test "${gmp_cv_asm_underscore+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18612,10 +18631,10 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s >&5"
- if { (eval echo "$as_me:18615: \"$gmp_compile\"") >&5
+ if { (eval echo "$as_me:18634: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:18618: \$? = $ac_status" >&5
+ echo "$as_me:18637: \$? = $ac_status" >&5
(exit $ac_status); }; then
eval tmp_result$tmp_underscore=yes
else
@@ -18625,7 +18644,7 @@ done
if test $tmp_result_ = yes; then
if test $tmp_result = yes; then
- { { echo "$as_me:18628: error: Test program unexpectedly links both with and without underscore." >&5
+ { { echo "$as_me:18647: error: Test program unexpectedly links both with and without underscore." >&5
echo "$as_me: error: Test program unexpectedly links both with and without underscore." >&2;}
{ (exit 1); exit 1; }; }
else
@@ -18635,7 +18654,7 @@ else
if test $tmp_result = yes; then
gmp_cv_asm_underscore=no
else
- { { echo "$as_me:18638: error: Test program links neither with nor without underscore." >&5
+ { { echo "$as_me:18657: error: Test program links neither with nor without underscore." >&5
echo "$as_me: error: Test program links neither with nor without underscore." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18643,7 +18662,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:18646: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:18665: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -18655,7 +18674,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
fi
-echo "$as_me:18658: checking how to switch to read-only data section" >&5
+echo "$as_me:18677: checking how to switch to read-only data section" >&5
echo $ECHO_N "checking how to switch to read-only data section... $ECHO_C" >&6
if test "${gmp_cv_asm_rodata+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18672,10 +18691,10 @@ EOF
echo "Test program:" >&5
cat conftest.c >&5
gmp_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c >&5"
-if { (eval echo "$as_me:18675: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:18694: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:18678: \$? = $ac_status" >&5
+ echo "$as_me:18697: \$? = $ac_status" >&5
(exit $ac_status); }; then
echo "Compiler output:" >&5
cat conftest.s >&5
@@ -18705,11 +18724,11 @@ if { (eval echo "$as_me:18675: \"$gmp_compile\"") >&5
fi
fi
-echo "$as_me:18708: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:18727: result: $gmp_cv_asm_rodata" >&5
echo "${ECHO_T}$gmp_cv_asm_rodata" >&6
echo "define(<RODATA>, <$gmp_cv_asm_rodata>)" >> $gmp_tmpconfigm4
- echo "$as_me:18712: checking if the export directive needs an attribute" >&5
+ echo "$as_me:18731: checking if the export directive needs an attribute" >&5
echo $ECHO_N "checking if the export directive needs an attribute... $ECHO_C" >&6
if test "${gmp_cv_asm_globl_attr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18720,11 +18739,11 @@ else
esac
fi
-echo "$as_me:18723: result: $gmp_cv_asm_globl_attr" >&5
+echo "$as_me:18742: result: $gmp_cv_asm_globl_attr" >&5
echo "${ECHO_T}$gmp_cv_asm_globl_attr" >&6
echo "define(<GLOBL_ATTR>, <$gmp_cv_asm_globl_attr>)" >> $gmp_tmpconfigm4
- echo "$as_me:18727: checking for assembler .type directive" >&5
+ echo "$as_me:18746: checking for assembler .type directive" >&5
echo $ECHO_N "checking for assembler .type directive... $ECHO_C" >&6
if test "${gmp_cv_asm_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18735,10 +18754,10 @@ for gmp_tmp_prefix in @ \# %; do
.type sym,${gmp_tmp_prefix}function
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18738: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18757: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18741: \$? = $ac_status" >&5
+ echo "$as_me:18760: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
if grep "\.type pseudo-op used outside of \.def/\.endef ignored" conftest.out >/dev/null; then : ;
@@ -18758,11 +18777,11 @@ done
rm -f conftest*
fi
-echo "$as_me:18761: result: $gmp_cv_asm_type" >&5
+echo "$as_me:18780: result: $gmp_cv_asm_type" >&5
echo "${ECHO_T}$gmp_cv_asm_type" >&6
echo "define(<TYPE>, <$gmp_cv_asm_type>)" >> $gmp_tmpconfigm4
- echo "$as_me:18765: checking for assembler .size directive" >&5
+ echo "$as_me:18784: checking for assembler .size directive" >&5
echo $ECHO_N "checking for assembler .size directive... $ECHO_C" >&6
if test "${gmp_cv_asm_size+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18772,10 +18791,10 @@ cat >conftest.s <<EOF
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18775: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18794: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18778: \$? = $ac_status" >&5
+ echo "$as_me:18797: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
if grep "\.size pseudo-op used outside of \.def/\.endef ignored" conftest.out >/dev/null; then : ;
@@ -18791,11 +18810,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:18794: result: $gmp_cv_asm_size" >&5
+echo "$as_me:18813: result: $gmp_cv_asm_size" >&5
echo "${ECHO_T}$gmp_cv_asm_size" >&6
echo "define(<SIZE>, <$gmp_cv_asm_size>)" >> $gmp_tmpconfigm4
-echo "$as_me:18798: checking what prefix to use for a local label" >&5
+echo "$as_me:18817: checking what prefix to use for a local label" >&5
echo $ECHO_N "checking what prefix to use for a local label... $ECHO_C" >&6
if test "${gmp_cv_asm_lsym_prefix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18810,15 +18829,15 @@ ${gmp_tmp_pre}gurkmacka${gmp_cv_asm_label_suffix}
.byte 0
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18813: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18832: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18816: \$? = $ac_status" >&5
+ echo "$as_me:18835: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
$NM conftest.o >&5 2>&5
if test $? != 0; then
- { echo "$as_me:18821: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:18840: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
echo "$as_me: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&2;}
gmp_found=yes
break
@@ -18839,12 +18858,12 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:18842: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:18861: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
echo "$as_me: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&2;}
fi
fi
-echo "$as_me:18847: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:18866: result: $gmp_cv_asm_lsym_prefix" >&5
echo "${ECHO_T}$gmp_cv_asm_lsym_prefix" >&6
echo "define(<LSYM_PREFIX>, <${gmp_cv_asm_lsym_prefix}>)" >> $gmp_tmpconfigm4
@@ -18852,7 +18871,7 @@ cat >>confdefs.h <<EOF
#define LSYM_PREFIX "$gmp_cv_asm_lsym_prefix"
EOF
-echo "$as_me:18855: checking how to define a 32-bit word" >&5
+echo "$as_me:18874: checking how to define a 32-bit word" >&5
echo $ECHO_N "checking how to define a 32-bit word... $ECHO_C" >&6
if test "${gmp_cv_asm_w32+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18877,10 +18896,10 @@ foo$gmp_cv_asm_label_suffix
.byte 0
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18880: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18899: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18883: \$? = $ac_status" >&5
+ echo "$as_me:18902: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -18902,17 +18921,17 @@ rm -f conftest*
;;
esac
if test -z "$gmp_cv_asm_w32"; then
- { { echo "$as_me:18905: error: cannot determine how to define a 32-bit word" >&5
+ { { echo "$as_me:18924: error: cannot determine how to define a 32-bit word" >&5
echo "$as_me: error: cannot determine how to define a 32-bit word" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:18911: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:18930: result: $gmp_cv_asm_w32" >&5
echo "${ECHO_T}$gmp_cv_asm_w32" >&6
echo "define(<W32>, <$gmp_cv_asm_w32>)" >> $gmp_tmpconfigm4
-echo "$as_me:18915: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:18934: checking if .align assembly directive is logarithmic" >&5
echo $ECHO_N "checking if .align assembly directive is logarithmic... $ECHO_C" >&6
if test "${gmp_cv_asm_align_log+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18927,10 +18946,10 @@ foo$gmp_cv_asm_label_suffix
.byte 2
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18930: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18949: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18933: \$? = $ac_status" >&5
+ echo "$as_me:18952: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -18944,14 +18963,14 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:18947: error: cannot assemble alignment test" >&5
+ { { echo "$as_me:18966: error: cannot assemble alignment test" >&5
echo "$as_me: error: cannot assemble alignment test" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest*
fi
-echo "$as_me:18954: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:18973: result: $gmp_cv_asm_align_log" >&5
echo "${ECHO_T}$gmp_cv_asm_align_log" >&6
echo "define(<ALIGN_LOGARITHMIC>,<$gmp_cv_asm_align_log>)" >> $gmp_tmpconfigm4
@@ -18959,7 +18978,7 @@ echo "define(<ALIGN_LOGARITHMIC>,<$gmp_cv_asm_align_log>)" >> $gmp_tmpconfigm4
case $host in
m68*-*-*)
-echo "$as_me:18962: checking assembler instruction and register style" >&5
+echo "$as_me:18981: checking assembler instruction and register style" >&5
echo $ECHO_N "checking assembler instruction and register style... $ECHO_C" >&6
if test "${gmp_cv_asm_m68k_instruction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18971,10 +18990,10 @@ for i in "addl %d0,%d1" "add.l %d0,%d1" "addl d0,d1" "add.l d0,d1"; do
$i
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18974: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18993: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18977: \$? = $ac_status" >&5
+ echo "$as_me:18996: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_instruction=$i
@@ -18991,14 +19010,14 @@ rm -f conftest*
done
fi
-echo "$as_me:18994: result: $gmp_cv_asm_m68k_instruction" >&5
+echo "$as_me:19013: result: $gmp_cv_asm_m68k_instruction" >&5
echo "${ECHO_T}$gmp_cv_asm_m68k_instruction" >&6
case $gmp_cv_asm_m68k_instruction in
"addl d0,d1") want_dot_size=no; want_register_percent=no ;;
"addl %d0,%d1") want_dot_size=no; want_register_percent=yes ;;
"add.l d0,d1") want_dot_size=yes; want_register_percent=no ;;
"add.l %d0,%d1") want_dot_size=yes; want_register_percent=yes ;;
-*) { { echo "$as_me:19001: error: cannot determine assembler instruction and register style" >&5
+*) { { echo "$as_me:19020: error: cannot determine assembler instruction and register style" >&5
echo "$as_me: error: cannot determine assembler instruction and register style" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -19007,7 +19026,7 @@ echo "define(<WANT_REGISTER_PERCENT>, <\`$want_register_percent'>)" >> $gmp_tmpc
echo "define(<WANT_DOT_SIZE>, <\`$want_dot_size'>)" >> $gmp_tmpconfigm4
-echo "$as_me:19010: checking assembler addressing style" >&5
+echo "$as_me:19029: checking assembler addressing style" >&5
echo $ECHO_N "checking assembler addressing style... $ECHO_C" >&6
if test "${gmp_cv_asm_m68k_addressing+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19015,14 +19034,14 @@ else
case $gmp_cv_asm_m68k_instruction in
addl*) movel=movel ;;
add.l*) movel=move.l ;;
-*) { { echo "$as_me:19018: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:19037: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
echo "$as_me: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
case $gmp_cv_asm_m68k_instruction in
*"%d0,%d1") dreg=%d0; areg=%a0 ;;
*"d0,d1") dreg=d0; areg=a0 ;;
-*) { { echo "$as_me:19025: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:19044: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
echo "$as_me: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -19031,10 +19050,10 @@ cat >conftest.s <<EOF
$movel $dreg, $areg@-
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19034: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19053: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19037: \$? = $ac_status" >&5
+ echo "$as_me:19056: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=mit
@@ -19047,10 +19066,10 @@ else
$movel $dreg, -($areg)
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19050: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19069: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19053: \$? = $ac_status" >&5
+ echo "$as_me:19072: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=motorola
@@ -19058,7 +19077,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:19061: error: cannot determine assembler addressing style" >&5
+ { { echo "$as_me:19080: error: cannot determine assembler addressing style" >&5
echo "$as_me: error: cannot determine assembler addressing style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19068,12 +19087,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:19071: result: $gmp_cv_asm_m68k_addressing" >&5
+echo "$as_me:19090: result: $gmp_cv_asm_m68k_addressing" >&5
echo "${ECHO_T}$gmp_cv_asm_m68k_addressing" >&6
echo "define(<WANT_ADDRESSING>, <\`$gmp_cv_asm_m68k_addressing'>)" >> $gmp_tmpconfigm4
-echo "$as_me:19076: checking assembler shortest branches" >&5
+echo "$as_me:19095: checking assembler shortest branches" >&5
echo $ECHO_N "checking assembler shortest branches... $ECHO_C" >&6
if test "${gmp_cv_asm_m68k_branches+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19086,10 +19105,10 @@ foo$gmp_cv_asm_label_suffix
$i foo
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19089: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19108: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19092: \$? = $ac_status" >&5
+ echo "$as_me:19111: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_branches=$i
@@ -19106,10 +19125,10 @@ rm -f conftest*
done
fi
-echo "$as_me:19109: result: $gmp_cv_asm_m68k_branches" >&5
+echo "$as_me:19128: result: $gmp_cv_asm_m68k_branches" >&5
echo "${ECHO_T}$gmp_cv_asm_m68k_branches" >&6
if test "$gmp_cv_asm_m68k_branches" = unknown; then
- { { echo "$as_me:19112: error: cannot determine assembler branching style" >&5
+ { { echo "$as_me:19131: error: cannot determine assembler branching style" >&5
echo "$as_me: error: cannot determine assembler branching style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19119,7 +19138,7 @@ echo "define(<WANT_BRANCHES>, <\`$gmp_cv_asm_m68k_branches'>)" >> $gmp_tmpconfig
;;
power*-*-*)
-echo "$as_me:19122: checking if the assembler needs r on registers" >&5
+echo "$as_me:19141: checking if the assembler needs r on registers" >&5
echo $ECHO_N "checking if the assembler needs r on registers... $ECHO_C" >&6
if test "${gmp_cv_asm_powerpc_r_registers+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19129,10 +19148,10 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19132: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19151: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19135: \$? = $ac_status" >&5
+ echo "$as_me:19154: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
@@ -19145,10 +19164,10 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19148: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19167: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19151: \$? = $ac_status" >&5
+ echo "$as_me:19170: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
@@ -19156,7 +19175,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:19159: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5
+ { { echo "$as_me:19178: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5
echo "$as_me: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19166,7 +19185,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:19169: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:19188: result: $gmp_cv_asm_powerpc_r_registers" >&5
echo "${ECHO_T}$gmp_cv_asm_powerpc_r_registers" >&6
echo "define(<WANT_R_REGISTERS>,<$gmp_cv_asm_powerpc_r_registers>)" >> $gmp_tmpconfigm4
@@ -19185,7 +19204,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:19188: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:19207: checking if the .align directive accepts an 0x90 fill in .text" >&5
echo $ECHO_N "checking if the .align directive accepts an 0x90 fill in .text... $ECHO_C" >&6
if test "${gmp_cv_asm_align_fill_0x90+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19197,10 +19216,10 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19200: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19219: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19203: \$? = $ac_status" >&5
+ echo "$as_me:19222: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
if grep "Warning: Fill parameter ignored for executable section" conftest.out >/dev/null; then
@@ -19218,12 +19237,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:19221: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:19240: result: $gmp_cv_asm_align_fill_0x90" >&5
echo "${ECHO_T}$gmp_cv_asm_align_fill_0x90" >&6
echo "define(<ALIGN_FILL_0x90>,<$gmp_cv_asm_align_fill_0x90>)" >> $gmp_tmpconfigm4
-echo "$as_me:19226: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:19245: checking if the assembler takes cl with shldl" >&5
echo $ECHO_N "checking if the assembler takes cl with shldl... $ECHO_C" >&6
if test "${gmp_cv_asm_x86_shldl_cl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19233,10 +19252,10 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19236: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19255: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19239: \$? = $ac_status" >&5
+ echo "$as_me:19258: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
@@ -19249,7 +19268,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:19252: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:19271: result: $gmp_cv_asm_x86_shldl_cl" >&5
echo "${ECHO_T}$gmp_cv_asm_x86_shldl_cl" >&6
if test "$gmp_cv_asm_x86_shldl_cl" = "yes"; then
@@ -19263,7 +19282,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:19266: checking how to call x86 mcount" >&5
+echo "$as_me:19285: checking how to call x86 mcount" >&5
echo $ECHO_N "checking how to call x86 mcount... $ECHO_C" >&6
cat >conftest.c <<EOF
foo(){bar();}
@@ -19271,10 +19290,10 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo "$as_me:19274: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:19293: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:19277: \$? = $ac_status" >&5
+ echo "$as_me:19296: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep '\.data' conftest.s >/dev/null; then
mcount_nonpic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
@@ -19283,12 +19302,12 @@ if test "$enable_static" = yes; then
fi
mcount_nonpic_call=`grep 'call.*mcount' conftest.s`
if test -z "$mcount_nonpic_call"; then
- { { echo "$as_me:19286: error: Cannot find mcount call for non-PIC" >&5
+ { { echo "$as_me:19305: error: Cannot find mcount call for non-PIC" >&5
echo "$as_me: error: Cannot find mcount call for non-PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
else
- { { echo "$as_me:19291: error: Cannot compile test program for non-PIC" >&5
+ { { echo "$as_me:19310: error: Cannot compile test program for non-PIC" >&5
echo "$as_me: error: Cannot compile test program for non-PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19296,10 +19315,10 @@ fi
if test "$enable_shared" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS $lt_prog_compiler_pic -S conftest.c 1>&5"
- if { (eval echo "$as_me:19299: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:19318: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:19302: \$? = $ac_status" >&5
+ echo "$as_me:19321: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep '\.data' conftest.s >/dev/null; then
case $lt_prog_compiler_pic in
@@ -19316,12 +19335,12 @@ if test "$enable_shared" = yes; then
fi
mcount_pic_call=`grep 'call.*mcount' conftest.s`
if test -z "$mcount_pic_call"; then
- { { echo "$as_me:19319: error: Cannot find mcount call for PIC" >&5
+ { { echo "$as_me:19338: error: Cannot find mcount call for PIC" >&5
echo "$as_me: error: Cannot find mcount call for PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
else
- { { echo "$as_me:19324: error: Cannot compile test program for PIC" >&5
+ { { echo "$as_me:19343: error: Cannot compile test program for PIC" >&5
echo "$as_me: error: Cannot compile test program for PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19336,7 +19355,7 @@ echo "define(<MCOUNT_PIC_REG>, <\`$mcount_pic_reg'>)" >> $gmp_tmpconfigm4
echo "define(<MCOUNT_PIC_CALL>, <\`$mcount_pic_call'>)" >> $gmp_tmpconfigm4
rm -f conftest.*
-echo "$as_me:19339: result: determined" >&5
+echo "$as_me:19358: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -19358,7 +19377,7 @@ for tmp_dir in $path; do
fi
done
if test -z "$gmp_mparam_source"; then
- { { echo "$as_me:19361: error: no version of gmp-mparam.h found in path: $path" >&5
+ { { echo "$as_me:19380: error: no version of gmp-mparam.h found in path: $path" >&5
echo "$as_me: error: no version of gmp-mparam.h found in path: $path" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19381,13 +19400,13 @@ __GMP_BITS_PER_MP_LIMB=`sed -n 's/^#define BITS_PER_MP_LIMB[ ][ ]*\([0-9]*\).*
if test -n "$__GMP_BITS_PER_MP_LIMB" \
&& grep "^#define BYTES_PER_MP_LIMB" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:19384: checking for mp_limb_t" >&5
+ echo "$as_me:19403: checking for mp_limb_t" >&5
echo $ECHO_N "checking for mp_limb_t... $ECHO_C" >&6
if test "${ac_cv_type_mp_limb_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19390 "configure"
+#line 19409 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19407,16 +19426,16 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19410: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19429: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19413: \$? = $ac_status" >&5
+ echo "$as_me:19432: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19416: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19435: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19419: \$? = $ac_status" >&5
+ echo "$as_me:19438: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_mp_limb_t=yes
else
@@ -19426,10 +19445,10 @@ ac_cv_type_mp_limb_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19429: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:19448: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:19432: checking size of mp_limb_t" >&5
+echo "$as_me:19451: checking size of mp_limb_t" >&5
echo $ECHO_N "checking size of mp_limb_t... $ECHO_C" >&6
if test "${ac_cv_sizeof_mp_limb_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19438,7 +19457,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 19441 "configure"
+#line 19460 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19455,21 +19474,21 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19458: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19477: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19461: \$? = $ac_status" >&5
+ echo "$as_me:19480: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19464: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19483: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19467: \$? = $ac_status" >&5
+ echo "$as_me:19486: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19472 "configure"
+#line 19491 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19486,16 +19505,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19489: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19508: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19492: \$? = $ac_status" >&5
+ echo "$as_me:19511: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19495: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19514: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19498: \$? = $ac_status" >&5
+ echo "$as_me:19517: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -19511,7 +19530,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19514 "configure"
+#line 19533 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19528,16 +19547,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19531: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19550: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19534: \$? = $ac_status" >&5
+ echo "$as_me:19553: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19537: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19556: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19540: \$? = $ac_status" >&5
+ echo "$as_me:19559: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -19553,7 +19572,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
while test "x$ac_lo" != "x$ac_hi"; do
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 19556 "configure"
+#line 19575 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19570,16 +19589,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19573: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19592: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19576: \$? = $ac_status" >&5
+ echo "$as_me:19595: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19579: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19598: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19582: \$? = $ac_status" >&5
+ echo "$as_me:19601: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -19592,12 +19611,12 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:19595: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:19614: error: cannot run test program while cross compiling" >&5
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
{ (exit 1); exit 1; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19600 "configure"
+#line 19619 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19618,15 +19637,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19621: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19640: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19624: \$? = $ac_status" >&5
+ echo "$as_me:19643: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:19626: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19645: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19629: \$? = $ac_status" >&5
+ echo "$as_me:19648: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_mp_limb_t=`cat conftest.val`
else
@@ -19642,14 +19661,14 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:19645: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:19664: result: $ac_cv_sizeof_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_sizeof_mp_limb_t" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_MP_LIMB_T $ac_cv_sizeof_mp_limb_t
EOF
if test "$ac_cv_sizeof_mp_limb_t" = 0; then
- { { echo "$as_me:19652: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5
+ { { echo "$as_me:19671: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5
echo "$as_me: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19670,13 +19689,13 @@ if grep "^#define BITS_PER_ULONG" $gmp_mparam_source >/dev/null; then : ;
else
case $limb_chosen in
longlong)
- echo "$as_me:19673: checking for unsigned long" >&5
+ echo "$as_me:19692: checking for unsigned long" >&5
echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
if test "${ac_cv_type_unsigned_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19679 "configure"
+#line 19698 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19691,16 +19710,16 @@ if (sizeof (unsigned long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19694: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19713: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19697: \$? = $ac_status" >&5
+ echo "$as_me:19716: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19700: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19719: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19703: \$? = $ac_status" >&5
+ echo "$as_me:19722: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_unsigned_long=yes
else
@@ -19710,10 +19729,10 @@ ac_cv_type_unsigned_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19713: result: $ac_cv_type_unsigned_long" >&5
+echo "$as_me:19732: result: $ac_cv_type_unsigned_long" >&5
echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
-echo "$as_me:19716: checking size of unsigned long" >&5
+echo "$as_me:19735: checking size of unsigned long" >&5
echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19722,7 +19741,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 19725 "configure"
+#line 19744 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19734,21 +19753,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19737: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19756: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19740: \$? = $ac_status" >&5
+ echo "$as_me:19759: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19743: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19762: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19746: \$? = $ac_status" >&5
+ echo "$as_me:19765: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19751 "configure"
+#line 19770 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19760,16 +19779,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19763: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19782: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19766: \$? = $ac_status" >&5
+ echo "$as_me:19785: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19769: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19788: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19772: \$? = $ac_status" >&5
+ echo "$as_me:19791: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -19785,7 +19804,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19788 "configure"
+#line 19807 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19797,16 +19816,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19800: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19819: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19803: \$? = $ac_status" >&5
+ echo "$as_me:19822: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19806: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19825: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19809: \$? = $ac_status" >&5
+ echo "$as_me:19828: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -19822,7 +19841,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
while test "x$ac_lo" != "x$ac_hi"; do
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 19825 "configure"
+#line 19844 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19834,16 +19853,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19837: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19856: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19840: \$? = $ac_status" >&5
+ echo "$as_me:19859: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19843: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19862: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19846: \$? = $ac_status" >&5
+ echo "$as_me:19865: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -19856,12 +19875,12 @@ done
ac_cv_sizeof_unsigned_long=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:19859: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:19878: error: cannot run test program while cross compiling" >&5
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
{ (exit 1); exit 1; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19864 "configure"
+#line 19883 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19877,15 +19896,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19880: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19899: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19883: \$? = $ac_status" >&5
+ echo "$as_me:19902: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:19885: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19904: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19888: \$? = $ac_status" >&5
+ echo "$as_me:19907: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_unsigned_long=`cat conftest.val`
else
@@ -19901,7 +19920,7 @@ else
ac_cv_sizeof_unsigned_long=0
fi
fi
-echo "$as_me:19904: result: $ac_cv_sizeof_unsigned_long" >&5
+echo "$as_me:19923: result: $ac_cv_sizeof_unsigned_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
@@ -19922,6 +19941,18 @@ EOF
esac
fi
+case $enable_nails in
+yes) GMP_NAIL_BITS=1 ;;
+no) GMP_NAIL_BITS=0 ;;
+*) GMP_NAIL_BITS=$enable_nails ;;
+esac
+
+echo "define(<GMP_LIMB_BITS>,$__GMP_BITS_PER_MP_LIMB)" >> $gmp_tmpconfigm4
+
+echo "define(<GMP_NAIL_BITS>,$GMP_NAIL_BITS)" >> $gmp_tmpconfigm4
+
+echo "define(<GMP_NUMB_BITS>,eval(GMP_LIMB_BITS-GMP_NAIL_BITS))" >> $gmp_tmpconfigm4
+
# Exclude the mpn random functions from mpbsd since that would drag in the
# top-level rand things, all of which are unnecessary for libmp. There's
# other unnecessary objects too actually, if we could be bothered figuring
@@ -19978,7 +20009,7 @@ ac_config_files="$ac_config_files demos/calc/calc-config.h:demos/calc/calc-confi
use_readline=$with_readline
if test $with_readline = detect; then
- echo "$as_me:19981: checking for readline in -lreadline" >&5
+ echo "$as_me:20012: checking for readline in -lreadline" >&5
echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
if test "${ac_cv_lib_readline_readline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19986,7 +20017,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 19989 "configure"
+#line 20020 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20005,16 +20036,16 @@ readline ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20008: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20039: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20011: \$? = $ac_status" >&5
+ echo "$as_me:20042: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20014: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20045: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20017: \$? = $ac_status" >&5
+ echo "$as_me:20048: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_readline_readline=yes
else
@@ -20025,7 +20056,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20028: result: $ac_cv_lib_readline_readline" >&5
+echo "$as_me:20059: result: $ac_cv_lib_readline_readline" >&5
echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
if test $ac_cv_lib_readline_readline = yes; then
use_readline=yes
@@ -20044,7 +20075,7 @@ for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:20047: checking for $ac_word" >&5
+echo "$as_me:20078: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_YACC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20059,7 +20090,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_YACC="$ac_prog"
-echo "$as_me:20062: found $ac_dir/$ac_word" >&5
+echo "$as_me:20093: found $ac_dir/$ac_word" >&5
break
done
@@ -20067,10 +20098,10 @@ fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
- echo "$as_me:20070: result: $YACC" >&5
+ echo "$as_me:20101: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
else
- echo "$as_me:20073: result: no" >&5
+ echo "$as_me:20104: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -20082,7 +20113,7 @@ for ac_prog in flex lex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:20085: checking for $ac_word" >&5
+echo "$as_me:20116: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20097,7 +20128,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LEX="$ac_prog"
-echo "$as_me:20100: found $ac_dir/$ac_word" >&5
+echo "$as_me:20131: found $ac_dir/$ac_word" >&5
break
done
@@ -20105,10 +20136,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:20108: result: $LEX" >&5
+ echo "$as_me:20139: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:20111: result: no" >&5
+ echo "$as_me:20142: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -20120,7 +20151,7 @@ for ac_prog in flex lex
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:20123: checking for $ac_word" >&5
+echo "$as_me:20154: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20135,7 +20166,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LEX="$ac_prog"
-echo "$as_me:20138: found $ac_dir/$ac_word" >&5
+echo "$as_me:20169: found $ac_dir/$ac_word" >&5
break
done
@@ -20143,10 +20174,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:20146: result: $LEX" >&5
+ echo "$as_me:20177: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:20149: result: no" >&5
+ echo "$as_me:20180: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -20156,7 +20187,7 @@ test -n "$LEX" || LEX=":"
if test -z "$LEXLIB"
then
- echo "$as_me:20159: checking for yywrap in -lfl" >&5
+ echo "$as_me:20190: checking for yywrap in -lfl" >&5
echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
if test "${ac_cv_lib_fl_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20164,7 +20195,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lfl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20167 "configure"
+#line 20198 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20183,16 +20214,16 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20186: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20217: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20189: \$? = $ac_status" >&5
+ echo "$as_me:20220: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20192: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20223: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20195: \$? = $ac_status" >&5
+ echo "$as_me:20226: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_fl_yywrap=yes
else
@@ -20203,12 +20234,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20206: result: $ac_cv_lib_fl_yywrap" >&5
+echo "$as_me:20237: result: $ac_cv_lib_fl_yywrap" >&5
echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
if test $ac_cv_lib_fl_yywrap = yes; then
LEXLIB="-lfl"
else
- echo "$as_me:20211: checking for yywrap in -ll" >&5
+ echo "$as_me:20242: checking for yywrap in -ll" >&5
echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
if test "${ac_cv_lib_l_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20216,7 +20247,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ll $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20219 "configure"
+#line 20250 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20235,16 +20266,16 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20238: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20269: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20241: \$? = $ac_status" >&5
+ echo "$as_me:20272: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20244: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20275: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20247: \$? = $ac_status" >&5
+ echo "$as_me:20278: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_l_yywrap=yes
else
@@ -20255,7 +20286,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20258: result: $ac_cv_lib_l_yywrap" >&5
+echo "$as_me:20289: result: $ac_cv_lib_l_yywrap" >&5
echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
if test $ac_cv_lib_l_yywrap = yes; then
LEXLIB="-ll"
@@ -20266,7 +20297,7 @@ fi
fi
if test "x$LEX" != "x:"; then
- echo "$as_me:20269: checking lex output file root" >&5
+ echo "$as_me:20300: checking lex output file root" >&5
echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
if test "${ac_cv_prog_lex_root+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20280,16 +20311,16 @@ if test -f lex.yy.c; then
elif test -f lexyy.c; then
ac_cv_prog_lex_root=lexyy
else
- { { echo "$as_me:20283: error: cannot find output from $LEX; giving up" >&5
+ { { echo "$as_me:20314: error: cannot find output from $LEX; giving up" >&5
echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:20288: result: $ac_cv_prog_lex_root" >&5
+echo "$as_me:20319: result: $ac_cv_prog_lex_root" >&5
echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
-echo "$as_me:20292: checking whether yytext is a pointer" >&5
+echo "$as_me:20323: checking whether yytext is a pointer" >&5
echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20305,16 +20336,16 @@ cat >conftest.$ac_ext <<_ACEOF
`cat $LEX_OUTPUT_ROOT.c`
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20308: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20339: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20311: \$? = $ac_status" >&5
+ echo "$as_me:20342: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20314: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20345: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20317: \$? = $ac_status" >&5
+ echo "$as_me:20348: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_lex_yytext_pointer=yes
else
@@ -20326,7 +20357,7 @@ LIBS=$ac_save_LIBS
rm -f "${LEX_OUTPUT_ROOT}.c"
fi
-echo "$as_me:20329: result: $ac_cv_prog_lex_yytext_pointer" >&5
+echo "$as_me:20360: result: $ac_cv_prog_lex_yytext_pointer" >&5
echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
if test $ac_cv_prog_lex_yytext_pointer = yes; then
@@ -20456,7 +20487,7 @@ DEFS=-DHAVE_CONFIG_H
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:20459: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:20490: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -20635,7 +20666,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:20638: error: ambiguous option: $1
+ { { echo "$as_me:20669: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;}
@@ -20654,7 +20685,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:20657: error: unrecognized option: $1
+ -*) { { echo "$as_me:20688: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;}
@@ -20732,7 +20763,7 @@ do
"gmp-mparam.h" ) CONFIG_LINKS="$CONFIG_LINKS gmp-mparam.h:mpn/$tmp_dir/gmp-mparam.h" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
- *) { { echo "$as_me:20735: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:20766: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -20900,6 +20931,7 @@ s,@REPL_VSNPRINTF_PRINTF_OBJ@,$REPL_VSNPRINTF_PRINTF_OBJ,;t t
s,@REPL_VSNPRINTF_OBJ@,$REPL_VSNPRINTF_OBJ,;t t
s,@M4@,$M4,;t t
s,@__GMP_BITS_PER_MP_LIMB@,$__GMP_BITS_PER_MP_LIMB,;t t
+s,@GMP_NAIL_BITS@,$GMP_NAIL_BITS,;t t
s,@mpn_objs_in_libmp@,$mpn_objs_in_libmp,;t t
s,@mpn_objects@,$mpn_objects,;t t
s,@mpn_objs_in_libgmp@,$mpn_objs_in_libgmp,;t t
@@ -21026,7 +21058,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:21029: creating $ac_file" >&5
+ { echo "$as_me:21061: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -21044,7 +21076,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:21047: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:21079: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -21057,7 +21089,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:21060: error: cannot find input file: $f" >&5
+ { { echo "$as_me:21092: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -21118,7 +21150,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
* ) ac_file_in=$ac_file.in ;;
esac
- test x"$ac_file" != x- && { echo "$as_me:21121: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:21153: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -21129,7 +21161,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:21132: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:21164: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -21142,7 +21174,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:21145: error: cannot find input file: $f" >&5
+ { { echo "$as_me:21177: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -21259,7 +21291,7 @@ cat >>$CONFIG_STATUS <<\EOF
rm -f $tmp/in
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
- { echo "$as_me:21262: $ac_file is unchanged" >&5
+ { echo "$as_me:21294: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -21316,11 +21348,11 @@ for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
- { echo "$as_me:21319: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:21351: linking $srcdir/$ac_source to $ac_dest" >&5
echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
if test ! -r $srcdir/$ac_source; then
- { { echo "$as_me:21323: error: $srcdir/$ac_source: File not found" >&5
+ { { echo "$as_me:21355: error: $srcdir/$ac_source: File not found" >&5
echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -21370,7 +21402,7 @@ done; }
# Make a symlink if possible; otherwise try a hard link.
ln -s $ac_rel_source $ac_dest 2>/dev/null ||
ln $srcdir/$ac_source $ac_dest ||
- { { echo "$as_me:21373: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
+ { { echo "$as_me:21405: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
echo "$as_me: error: cannot link $ac_dest to $srcdir/$ac_source" >&2;}
{ (exit 1); exit 1; }; }
done
diff --git a/cxx/Makefile.in b/cxx/Makefile.in
index d89217495..1dbb2f68c 100644
--- a/cxx/Makefile.in
+++ b/cxx/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/demos/Makefile.in b/demos/Makefile.in
index af8d4fdca..24872c13e 100644
--- a/demos/Makefile.in
+++ b/demos/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/demos/calc/Makefile.in b/demos/calc/Makefile.in
index 198f0ea10..e406052b6 100644
--- a/demos/calc/Makefile.in
+++ b/demos/calc/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/demos/expr/Makefile.in b/demos/expr/Makefile.in
index 46461da59..a578a7ccd 100644
--- a/demos/expr/Makefile.in
+++ b/demos/expr/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/mpbsd/Makefile.in b/mpbsd/Makefile.in
index 6f8d41969..401ae51c2 100644
--- a/mpbsd/Makefile.in
+++ b/mpbsd/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index c73556bc4..bcf3b43e7 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/mpfr/Makefile.in b/mpfr/Makefile.in
index 896ab841b..0dab09e4c 100644
--- a/mpfr/Makefile.in
+++ b/mpfr/Makefile.in
@@ -96,6 +96,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/mpfr/tests/Makefile.in b/mpfr/tests/Makefile.in
index 2d6ecdfa9..6672743bb 100644
--- a/mpfr/tests/Makefile.in
+++ b/mpfr/tests/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/mpq/Makefile.in b/mpq/Makefile.in
index 0aee9cacd..2bab7c39e 100644
--- a/mpq/Makefile.in
+++ b/mpq/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/mpz/Makefile.in b/mpz/Makefile.in
index 8a7ff8cc6..be2dc8d26 100644
--- a/mpz/Makefile.in
+++ b/mpz/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/printf/Makefile.in b/printf/Makefile.in
index 067723918..127cc1950 100644
--- a/printf/Makefile.in
+++ b/printf/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/scanf/Makefile.in b/scanf/Makefile.in
index f396adcca..10abd1f22 100644
--- a/scanf/Makefile.in
+++ b/scanf/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/Makefile.in b/tests/Makefile.in
index a9efbe525..0b18cd820 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -117,6 +117,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/cxx/Makefile.in b/tests/cxx/Makefile.in
index 62a74811a..3bc7024bd 100644
--- a/tests/cxx/Makefile.in
+++ b/tests/cxx/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/devel/Makefile.in b/tests/devel/Makefile.in
index 3c290d908..2f0f920c0 100644
--- a/tests/devel/Makefile.in
+++ b/tests/devel/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index 5516c4235..1e9135365 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/mpbsd/Makefile.in b/tests/mpbsd/Makefile.in
index ecc30896c..e767b578d 100644
--- a/tests/mpbsd/Makefile.in
+++ b/tests/mpbsd/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/mpf/Makefile.in b/tests/mpf/Makefile.in
index 98221d69e..0277f4415 100644
--- a/tests/mpf/Makefile.in
+++ b/tests/mpf/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/mpn/Makefile.in b/tests/mpn/Makefile.in
index 7ed8ac896..8d83ffcf3 100644
--- a/tests/mpn/Makefile.in
+++ b/tests/mpn/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/mpq/Makefile.in b/tests/mpq/Makefile.in
index b2690ac70..a3b54cf4a 100644
--- a/tests/mpq/Makefile.in
+++ b/tests/mpq/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/mpz/Makefile.in b/tests/mpz/Makefile.in
index 94e526f84..46b932790 100644
--- a/tests/mpz/Makefile.in
+++ b/tests/mpz/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@
diff --git a/tests/rand/Makefile.in b/tests/rand/Makefile.in
index 3e5f1af6b..59353e6a6 100644
--- a/tests/rand/Makefile.in
+++ b/tests/rand/Makefile.in
@@ -94,6 +94,7 @@ EXEEXT = @EXEEXT@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
GMP_LDFLAGS = @GMP_LDFLAGS@
+GMP_NAIL_BITS = @GMP_NAIL_BITS@
HAVE_MPFR_01 = @HAVE_MPFR_01@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LEX = @LEX@