summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-11 00:14:11 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-11 00:14:11 +0200
commit8d9562d04005550979c92e3ca60b039e703d686f (patch)
tree4e3de999c81dd4e20eb94bf0f84e1144228698b7 /configure
parent9656b0fdb080d9699881ddb8f5a488fbbbcb6e6f (diff)
downloadgmp-8d9562d04005550979c92e3ca60b039e703d686f.tar.gz
Regenerate for:
* cxx/*.cc, tests/cxx/t-ostream.cc: Add "use namespace std". * acinclude.m4 (GMP_PROG_CXX_WORKS): Ditto.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1751
1 files changed, 876 insertions, 875 deletions
diff --git a/configure b/configure
index b2775e10a..4129c1683 100755
--- a/configure
+++ b/configure
@@ -4530,6 +4530,7 @@ CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type"
echo $ECHO_N "checking C++ compiler $CXX $CXXFLAGS... $ECHO_C" >&6
cat >conftest.cc <<EOF
#include <iostream>
+using namespace std;
int
main (void)
{
@@ -4540,19 +4541,19 @@ main (void)
EOF
gmp_cxxcompile="$CXX $CXXFLAGS conftest.cc -o conftest >&5"
-if { (eval echo "$as_me:4543: \"$gmp_cxxcompile\"") >&5
+if { (eval echo "$as_me:4544: \"$gmp_cxxcompile\"") >&5
(eval $gmp_cxxcompile) 2>&5
ac_status=$?
- echo "$as_me:4546: \$? = $ac_status" >&5
+ echo "$as_me:4547: \$? = $ac_status" >&5
(exit $ac_status); }; then
rm -f conftest*
- echo "$as_me:4549: result: yes" >&5
+ echo "$as_me:4550: result: yes" >&5
echo "${ECHO_T}yes" >&6
want_cxx=yes
break
else
rm -f conftest*
- echo "$as_me:4555: result: no" >&5
+ echo "$as_me:4556: result: no" >&5
echo "${ECHO_T}no" >&6
:
fi
@@ -4561,7 +4562,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:4564: error: C++ compiler not available" >&5
+ { { echo "$as_me:4565: error: C++ compiler not available" >&5
echo "$as_me: error: C++ compiler not available" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4586,7 +4587,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:4589: checking how to run the C++ preprocessor" >&5
+echo "$as_me:4590: 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
@@ -4603,18 +4604,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 4606 "configure"
+#line 4607 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:4611: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4612: \"$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:4617: \$? = $ac_status" >&5
+ echo "$as_me:4618: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4637,17 +4638,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 4640 "configure"
+#line 4641 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:4644: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4645: \"$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:4650: \$? = $ac_status" >&5
+ echo "$as_me:4651: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4684,7 +4685,7 @@ fi
else
ac_cv_prog_CXXCPP=$CXXCPP
fi
-echo "$as_me:4687: result: $CXXCPP" >&5
+echo "$as_me:4688: result: $CXXCPP" >&5
echo "${ECHO_T}$CXXCPP" >&6
ac_preproc_ok=false
for ac_cxx_preproc_warn_flag in '' yes
@@ -4694,18 +4695,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 4697 "configure"
+#line 4698 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:4702: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4703: \"$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:4708: \$? = $ac_status" >&5
+ echo "$as_me:4709: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4728,17 +4729,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 4731 "configure"
+#line 4732 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:4735: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4736: \"$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:4741: \$? = $ac_status" >&5
+ echo "$as_me:4742: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_cxx_preproc_warn_flag
@@ -4766,7 +4767,7 @@ rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:4769: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
+ { { echo "$as_me:4770: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4803,7 +4804,7 @@ case $host_cpu in
c90 | t90)
cat >conftest.$ac_ext <<_ACEOF
-#line 4806 "configure"
+#line 4807 "configure"
#include "confdefs.h"
#ifdef _CRAYIEEE
yes
@@ -4828,7 +4829,7 @@ fi
# Automake ansi2knr support.
-echo "$as_me:4831: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:4832: 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
@@ -4846,7 +4847,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 4849 "configure"
+#line 4850 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -4888,16 +4889,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:4891: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4892: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4894: \$? = $ac_status" >&5
+ echo "$as_me:4895: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4897: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4898: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4900: \$? = $ac_status" >&5
+ echo "$as_me:4901: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
@@ -4911,10 +4912,10 @@ CC="$ac_save_CC"
fi
if test -z "$am_cv_prog_cc_stdc"; then
- echo "$as_me:4914: result: none needed" >&5
+ echo "$as_me:4915: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
else
- echo "$as_me:4917: result: $am_cv_prog_cc_stdc" >&5
+ echo "$as_me:4918: 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
@@ -4922,10 +4923,10 @@ case "x$am_cv_prog_cc_stdc" in
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:4925: checking for function prototypes" >&5
+echo "$as_me:4926: 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:4928: result: yes" >&5
+ echo "$as_me:4929: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -4934,18 +4935,18 @@ EOF
U= ANSI2KNR=
else
- echo "$as_me:4937: result: no" >&5
+ echo "$as_me:4938: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
fi
# Ensure some checks needed by ansi2knr itself.
-echo "$as_me:4942: checking for ANSI C header files" >&5
+echo "$as_me:4943: 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 4948 "configure"
+#line 4949 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -4953,13 +4954,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:4956: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4957: \"$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:4962: \$? = $ac_status" >&5
+ echo "$as_me:4963: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4981,7 +4982,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 4984 "configure"
+#line 4985 "configure"
#include "confdefs.h"
#include <string.h>
@@ -4999,7 +5000,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 5002 "configure"
+#line 5003 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5020,7 +5021,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5023 "configure"
+#line 5024 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -5046,15 +5047,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5049: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5050: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5052: \$? = $ac_status" >&5
+ echo "$as_me:5053: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:5054: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5055: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5057: \$? = $ac_status" >&5
+ echo "$as_me:5058: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -5067,7 +5068,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:5070: result: $ac_cv_header_stdc" >&5
+echo "$as_me:5071: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -5080,23 +5081,23 @@ fi
for ac_header in string.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:5083: checking for $ac_header" >&5
+echo "$as_me:5084: 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 5089 "configure"
+#line 5090 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:5093: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5094: \"$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:5099: \$? = $ac_status" >&5
+ echo "$as_me:5100: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5115,7 +5116,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:5118: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5119: 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
@@ -5129,7 +5130,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:5132: checking for $ac_word" >&5
+echo "$as_me:5133: 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
@@ -5144,7 +5145,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:5147: found $ac_dir/$ac_word" >&5
+echo "$as_me:5148: found $ac_dir/$ac_word" >&5
break
done
@@ -5152,10 +5153,10 @@ fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:5155: result: $AR" >&5
+ echo "$as_me:5156: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:5158: result: no" >&5
+ echo "$as_me:5159: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5164,7 +5165,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:5167: checking for $ac_word" >&5
+echo "$as_me:5168: 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
@@ -5179,7 +5180,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:5182: found $ac_dir/$ac_word" >&5
+echo "$as_me:5183: found $ac_dir/$ac_word" >&5
break
done
@@ -5188,10 +5189,10 @@ fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:5191: result: $ac_ct_AR" >&5
+ echo "$as_me:5192: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:5194: result: no" >&5
+ echo "$as_me:5195: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5204,10 +5205,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:5207: checking for extra ar flags" >&5
+ echo "$as_me:5208: checking for extra ar flags" >&5
echo $ECHO_N "checking for extra ar flags... $ECHO_C" >&6
AR="$AR $arflags"
- echo "$as_me:5210: result: $arflags" >&5
+ echo "$as_me:5211: result: $arflags" >&5
echo "${ECHO_T}$arflags" >&6
fi
fi
@@ -5216,7 +5217,7 @@ if test -z "$AR_FLAGS"; then
fi
gmp_user_NM=$NM
-echo "$as_me:5219: checking for BSD-compatible nm" >&5
+echo "$as_me:5220: 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
@@ -5251,7 +5252,7 @@ else
test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
fi
fi
-echo "$as_me:5254: result: $lt_cv_path_NM" >&5
+echo "$as_me:5255: result: $lt_cv_path_NM" >&5
echo "${ECHO_T}$lt_cv_path_NM" >&6
NM="$lt_cv_path_NM"
@@ -5259,10 +5260,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:5262: checking for extra nm flags" >&5
+ echo "$as_me:5263: checking for extra nm flags" >&5
echo $ECHO_N "checking for extra nm flags... $ECHO_C" >&6
NM="$NM $nmflags"
- echo "$as_me:5265: result: $nmflags" >&5
+ echo "$as_me:5266: result: $nmflags" >&5
echo "${ECHO_T}$nmflags" >&6
fi
fi
@@ -5291,7 +5292,7 @@ case $host in
enable_shared=no
fi
if test "$enable_shared" != no && test "$enable_static" != no; then
- { { echo "$as_me:5294: error: cannot build both static and DLL, since gmp.h is different for each.
+ { { echo "$as_me:5295: 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;}
@@ -5429,7 +5430,7 @@ fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:5432: checking for ld used by GCC" >&5
+ echo "$as_me:5433: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -5459,10 +5460,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:5462: checking for GNU ld" >&5
+ echo "$as_me:5463: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:5465: checking for non-GNU ld" >&5
+ echo "$as_me:5466: 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
@@ -5493,16 +5494,16 @@ fi
LD="$lt_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:5496: result: $LD" >&5
+ echo "$as_me:5497: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:5499: result: no" >&5
+ echo "$as_me:5500: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { { echo "$as_me:5502: error: no acceptable ld found in \$PATH" >&5
+test -z "$LD" && { { echo "$as_me:5503: 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:5505: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:5506: 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
@@ -5514,18 +5515,18 @@ else
lt_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:5517: result: $lt_cv_prog_gnu_ld" >&5
+echo "$as_me:5518: 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:5521: checking for $LD option to reload object files" >&5
+echo "$as_me:5522: 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:5528: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:5529: 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
@@ -5534,18 +5535,18 @@ case $reload_flag in
esac
reload_cmds='$LD$reload_flag -o $output$reload_objs'
-echo "$as_me:5537: checking whether ln -s works" >&5
+echo "$as_me:5538: 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:5541: result: yes" >&5
+ echo "$as_me:5542: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:5544: result: no, using $LN_S" >&5
+ echo "$as_me:5545: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:5548: checking how to recognise dependant libraries" >&5
+echo "$as_me:5549: 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
@@ -5732,7 +5733,7 @@ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
esac
fi
-echo "$as_me:5735: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:5736: 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
@@ -5758,10 +5759,10 @@ case $host in
ia64-*-hpux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
- if { (eval echo "$as_me:5761: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5762: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5764: \$? = $ac_status" >&5
+ echo "$as_me:5765: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*ELF-32*)
@@ -5776,11 +5777,11 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5779 "configure"' > conftest.$ac_ext
- if { (eval echo "$as_me:5780: \"$ac_compile\"") >&5
+ echo '#line 5780 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:5781: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5783: \$? = $ac_status" >&5
+ echo "$as_me:5784: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*32-bit*)
@@ -5801,7 +5802,7 @@ ia64-*-hpux*)
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
- echo "$as_me:5804: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:5805: 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
@@ -5813,7 +5814,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 5816 "configure"
+#line 5817 "configure"
#include "confdefs.h"
int
@@ -5825,16 +5826,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5828: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5829: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5831: \$? = $ac_status" >&5
+ echo "$as_me:5832: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5834: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5835: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5837: \$? = $ac_status" >&5
+ echo "$as_me:5838: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_needs_belf=yes
else
@@ -5850,7 +5851,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:5853: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:5854: 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
@@ -5861,7 +5862,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:5864: checking for $ac_word" >&5
+echo "$as_me:5865: 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
@@ -5876,7 +5877,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:5879: found $ac_dir/$ac_word" >&5
+echo "$as_me:5880: found $ac_dir/$ac_word" >&5
break
done
@@ -5884,10 +5885,10 @@ fi
fi
DLLTOOL=$ac_cv_prog_DLLTOOL
if test -n "$DLLTOOL"; then
- echo "$as_me:5887: result: $DLLTOOL" >&5
+ echo "$as_me:5888: result: $DLLTOOL" >&5
echo "${ECHO_T}$DLLTOOL" >&6
else
- echo "$as_me:5890: result: no" >&5
+ echo "$as_me:5891: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5896,7 +5897,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:5899: checking for $ac_word" >&5
+echo "$as_me:5900: 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
@@ -5911,7 +5912,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:5914: found $ac_dir/$ac_word" >&5
+echo "$as_me:5915: found $ac_dir/$ac_word" >&5
break
done
@@ -5920,10 +5921,10 @@ fi
fi
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
if test -n "$ac_ct_DLLTOOL"; then
- echo "$as_me:5923: result: $ac_ct_DLLTOOL" >&5
+ echo "$as_me:5924: result: $ac_ct_DLLTOOL" >&5
echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
else
- echo "$as_me:5926: result: no" >&5
+ echo "$as_me:5927: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5935,7 +5936,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:5938: checking for $ac_word" >&5
+echo "$as_me:5939: 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
@@ -5950,7 +5951,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:5953: found $ac_dir/$ac_word" >&5
+echo "$as_me:5954: found $ac_dir/$ac_word" >&5
break
done
@@ -5958,10 +5959,10 @@ fi
fi
AS=$ac_cv_prog_AS
if test -n "$AS"; then
- echo "$as_me:5961: result: $AS" >&5
+ echo "$as_me:5962: result: $AS" >&5
echo "${ECHO_T}$AS" >&6
else
- echo "$as_me:5964: result: no" >&5
+ echo "$as_me:5965: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5970,7 +5971,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:5973: checking for $ac_word" >&5
+echo "$as_me:5974: 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
@@ -5985,7 +5986,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:5988: found $ac_dir/$ac_word" >&5
+echo "$as_me:5989: found $ac_dir/$ac_word" >&5
break
done
@@ -5994,10 +5995,10 @@ fi
fi
ac_ct_AS=$ac_cv_prog_ac_ct_AS
if test -n "$ac_ct_AS"; then
- echo "$as_me:5997: result: $ac_ct_AS" >&5
+ echo "$as_me:5998: result: $ac_ct_AS" >&5
echo "${ECHO_T}$ac_ct_AS" >&6
else
- echo "$as_me:6000: result: no" >&5
+ echo "$as_me:6001: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6009,7 +6010,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:6012: checking for $ac_word" >&5
+echo "$as_me:6013: 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
@@ -6024,7 +6025,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:6027: found $ac_dir/$ac_word" >&5
+echo "$as_me:6028: found $ac_dir/$ac_word" >&5
break
done
@@ -6032,10 +6033,10 @@ fi
fi
OBJDUMP=$ac_cv_prog_OBJDUMP
if test -n "$OBJDUMP"; then
- echo "$as_me:6035: result: $OBJDUMP" >&5
+ echo "$as_me:6036: result: $OBJDUMP" >&5
echo "${ECHO_T}$OBJDUMP" >&6
else
- echo "$as_me:6038: result: no" >&5
+ echo "$as_me:6039: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6044,7 +6045,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:6047: checking for $ac_word" >&5
+echo "$as_me:6048: 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
@@ -6059,7 +6060,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:6062: found $ac_dir/$ac_word" >&5
+echo "$as_me:6063: found $ac_dir/$ac_word" >&5
break
done
@@ -6068,10 +6069,10 @@ fi
fi
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
if test -n "$ac_ct_OBJDUMP"; then
- echo "$as_me:6071: result: $ac_ct_OBJDUMP" >&5
+ echo "$as_me:6072: result: $ac_ct_OBJDUMP" >&5
echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
else
- echo "$as_me:6074: result: no" >&5
+ echo "$as_me:6075: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6082,13 +6083,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:6085: checking if libtool should supply DllMain function" >&5
+ echo "$as_me:6086: 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 6091 "configure"
+#line 6092 "configure"
#include "confdefs.h"
int
@@ -6101,16 +6102,16 @@ extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6104: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6105: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6107: \$? = $ac_status" >&5
+ echo "$as_me:6108: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6110: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6111: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6113: \$? = $ac_status" >&5
+ echo "$as_me:6114: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_need_dllmain=no
else
@@ -6120,7 +6121,7 @@ lt_cv_need_dllmain=yes
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6123: result: $lt_cv_need_dllmain" >&5
+echo "$as_me:6124: result: $lt_cv_need_dllmain" >&5
echo "${ECHO_T}$lt_cv_need_dllmain" >&6
case $host/$CC in
@@ -6129,13 +6130,13 @@ echo "${ECHO_T}$lt_cv_need_dllmain" >&6
# require "-mdll"
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -mdll"
- echo "$as_me:6132: checking how to link DLLs" >&5
+ echo "$as_me:6133: 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 6138 "configure"
+#line 6139 "configure"
#include "confdefs.h"
int
@@ -6147,16 +6148,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6150: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6151: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6153: \$? = $ac_status" >&5
+ echo "$as_me:6154: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6156: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6157: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6159: \$? = $ac_status" >&5
+ echo "$as_me:6160: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_dll_switch=-mdll
else
@@ -6166,7 +6167,7 @@ lt_cv_cc_dll_switch=-dll
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6169: result: $lt_cv_cc_dll_switch" >&5
+echo "$as_me:6170: result: $lt_cv_cc_dll_switch" >&5
echo "${ECHO_T}$lt_cv_cc_dll_switch" >&6
CFLAGS="$SAVE_CFLAGS" ;;
*-*-cygwin* | *-*-pw32*)
@@ -6183,23 +6184,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:6186: checking for $ac_header" >&5
+echo "$as_me:6187: 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 6192 "configure"
+#line 6193 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:6196: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6197: \"$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:6202: \$? = $ac_status" >&5
+ echo "$as_me:6203: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6218,7 +6219,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:6221: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6222: 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
@@ -6231,7 +6232,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:6234: checking the maximum length of command line arguments" >&5
+echo "$as_me:6235: 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
@@ -6280,15 +6281,15 @@ else
fi
if test -n $lt_cv_sys_max_cmd_len ; then
- echo "$as_me:6283: result: $lt_cv_sys_max_cmd_len" >&5
+ echo "$as_me:6284: result: $lt_cv_sys_max_cmd_len" >&5
echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
else
- echo "$as_me:6286: result: none" >&5
+ echo "$as_me:6287: 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:6291: checking command to parse $NM output from $compiler object" >&5
+echo "$as_me:6292: 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
@@ -6373,17 +6374,17 @@ void nm_test_func(){}
int main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo "$as_me:6376: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:6377: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6379: \$? = $ac_status" >&5
+ echo "$as_me:6380: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo "$as_me:6383: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
+ if { (eval echo "$as_me:6384: \"$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:6386: \$? = $ac_status" >&5
+ echo "$as_me:6387: \$? = $ac_status" >&5
(exit $ac_status); } && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
@@ -6435,10 +6436,10 @@ EOF
lt_save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
- if { (eval echo "$as_me:6438: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:6439: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6441: \$? = $ac_status" >&5
+ echo "$as_me:6442: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext}; then
pipe_works=yes
fi
@@ -6473,14 +6474,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:6476: result: failed" >&5
+ echo "$as_me:6477: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:6479: result: ok" >&5
+ echo "$as_me:6480: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
-echo "$as_me:6483: checking for objdir" >&5
+echo "$as_me:6484: 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
@@ -6495,7 +6496,7 @@ else
fi
rmdir .libs 2>/dev/null
fi
-echo "$as_me:6498: result: $lt_cv_objdir" >&5
+echo "$as_me:6499: result: $lt_cv_objdir" >&5
echo "${ECHO_T}$lt_cv_objdir" >&6
objdir=$lt_cv_objdir
@@ -6543,7 +6544,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:6546: checking for $ac_word" >&5
+echo "$as_me:6547: 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
@@ -6558,7 +6559,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:6561: found $ac_dir/$ac_word" >&5
+echo "$as_me:6562: found $ac_dir/$ac_word" >&5
break
done
@@ -6566,10 +6567,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:6569: result: $RANLIB" >&5
+ echo "$as_me:6570: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:6572: result: no" >&5
+ echo "$as_me:6573: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6578,7 +6579,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:6581: checking for $ac_word" >&5
+echo "$as_me:6582: 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
@@ -6593,7 +6594,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:6596: found $ac_dir/$ac_word" >&5
+echo "$as_me:6597: found $ac_dir/$ac_word" >&5
break
done
@@ -6602,10 +6603,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:6605: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:6606: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:6608: result: no" >&5
+ echo "$as_me:6609: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6617,7 +6618,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:6620: checking for $ac_word" >&5
+echo "$as_me:6621: 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
@@ -6632,7 +6633,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:6635: found $ac_dir/$ac_word" >&5
+echo "$as_me:6636: found $ac_dir/$ac_word" >&5
break
done
@@ -6640,10 +6641,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:6643: result: $STRIP" >&5
+ echo "$as_me:6644: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:6646: result: no" >&5
+ echo "$as_me:6647: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6652,7 +6653,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:6655: checking for $ac_word" >&5
+echo "$as_me:6656: 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
@@ -6667,7 +6668,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:6670: found $ac_dir/$ac_word" >&5
+echo "$as_me:6671: found $ac_dir/$ac_word" >&5
break
done
@@ -6676,10 +6677,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:6679: result: $ac_ct_STRIP" >&5
+ echo "$as_me:6680: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:6682: result: no" >&5
+ echo "$as_me:6683: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6728,7 +6729,7 @@ fi
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:6731: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:6732: 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
@@ -6781,16 +6782,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:6784: result: $MAGIC_CMD" >&5
+ echo "$as_me:6785: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:6787: result: no" >&5
+ echo "$as_me:6788: 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:6793: checking for file" >&5
+ echo "$as_me:6794: 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
@@ -6843,10 +6844,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:6846: result: $MAGIC_CMD" >&5
+ echo "$as_me:6847: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:6849: result: no" >&5
+ echo "$as_me:6850: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6919,11 +6920,11 @@ if test "$GCC" = no; then
esac
fi
if test -n "$lt_prog_cc_shlib"; then
- { echo "$as_me:6922: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:6923: 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:6926: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:6927: 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
@@ -6932,7 +6933,7 @@ fi
#
# Check to make sure the static flag actually works.
#
-echo "$as_me:6935: checking if $compiler static flag $lt_prog_compiler_static works" >&5
+echo "$as_me:6936: 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
@@ -6955,7 +6956,7 @@ else
LDFLAGS="$save_LDFLAGS"
fi
-echo "$as_me:6958: result: $lt_prog_compiler_static_works" >&5
+echo "$as_me:6959: 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
@@ -6969,7 +6970,7 @@ lt_prog_compiler_no_builtin_flag=
if test "$GCC" = yes; then
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
- echo "$as_me:6972: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:6973: 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
@@ -6994,7 +6995,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:6997: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+echo "$as_me:6998: 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
@@ -7009,7 +7010,7 @@ lt_prog_compiler_wl=
lt_prog_compiler_pic=
lt_prog_compiler_static=
-echo "$as_me:7012: checking for $compiler option to produce PIC" >&5
+echo "$as_me:7013: 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
@@ -7162,14 +7163,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
esac
fi
-echo "$as_me:7165: result: $lt_prog_compiler_pic" >&5
+echo "$as_me:7166: 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:7172: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+ echo "$as_me:7173: 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
@@ -7194,7 +7195,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:7197: result: $lt_prog_compiler_pic_works" >&5
+echo "$as_me:7198: 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
@@ -7218,7 +7219,7 @@ case "$host_os" in
;;
esac
-echo "$as_me:7221: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:7222: 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
@@ -7259,13 +7260,13 @@ else
$rm conftest*
fi
-echo "$as_me:7262: result: $lt_cv_prog_compiler_c_o" >&5
+echo "$as_me:7263: 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:7268: checking if we can lock with hard links" >&5
+ echo "$as_me:7269: 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*
@@ -7273,10 +7274,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:7276: result: $hard_links" >&5
+ echo "$as_me:7277: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:7279: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:7280: 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
@@ -7284,7 +7285,7 @@ else
need_locks=no
fi
-echo "$as_me:7287: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:7288: 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=
@@ -7634,7 +7635,7 @@ EOF
allow_undefined_flag='-berok'
# Determine the default libpath from the value encoded in an empty executable.
cat >conftest.$ac_ext <<_ACEOF
-#line 7637 "configure"
+#line 7638 "configure"
#include "confdefs.h"
int
@@ -7646,16 +7647,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7649: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7650: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7652: \$? = $ac_status" >&5
+ echo "$as_me:7653: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7655: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7656: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7658: \$? = $ac_status" >&5
+ echo "$as_me:7659: \$? = $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; }
@@ -7680,7 +7681,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 7683 "configure"
+#line 7684 "configure"
#include "confdefs.h"
int
@@ -7692,16 +7693,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7695: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7696: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7698: \$? = $ac_status" >&5
+ echo "$as_me:7699: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7701: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7702: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7704: \$? = $ac_status" >&5
+ echo "$as_me:7705: \$? = $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; }
@@ -8068,7 +8069,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
esac
fi
-echo "$as_me:8071: result: $ld_shlibs" >&5
+echo "$as_me:8072: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
@@ -8090,15 +8091,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:8093: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:8094: 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:8098: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:8099: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8101: \$? = $ac_status" >&5
+ echo "$as_me:8102: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
@@ -8112,10 +8113,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:8115: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:8116: \"$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:8118: \$? = $ac_status" >&5
+ echo "$as_me:8119: \$? = $ac_status" >&5
(exit $ac_status); }
then
archive_cmds_need_lc=no
@@ -8127,13 +8128,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:8130: result: $archive_cmds_need_lc" >&5
+ echo "$as_me:8131: result: $archive_cmds_need_lc" >&5
echo "${ECHO_T}$archive_cmds_need_lc" >&6
;;
esac
fi
-echo "$as_me:8136: checking how to hardcode library paths into programs" >&5
+echo "$as_me:8137: 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" || \
@@ -8157,7 +8158,7 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:8160: result: $hardcode_action" >&5
+echo "$as_me:8161: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
if test "$hardcode_action" = relink; then
@@ -8171,19 +8172,19 @@ fi
striplib=
old_striplib=
-echo "$as_me:8174: checking whether stripping libraries is possible" >&5
+echo "$as_me:8175: 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:8179: result: yes" >&5
+ echo "$as_me:8180: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:8182: result: no" >&5
+ echo "$as_me:8183: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:8186: checking dynamic linker characteristics" >&5
+echo "$as_me:8187: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -8622,7 +8623,7 @@ uts4*)
dynamic_linker=no
;;
esac
-echo "$as_me:8625: result: $dynamic_linker" >&5
+echo "$as_me:8626: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
@@ -8647,13 +8648,13 @@ else
;;
*)
- echo "$as_me:8650: checking for shl_load" >&5
+ echo "$as_me:8651: 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 8656 "configure"
+#line 8657 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -8684,16 +8685,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8687: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8688: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8690: \$? = $ac_status" >&5
+ echo "$as_me:8691: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8693: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8694: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8696: \$? = $ac_status" >&5
+ echo "$as_me:8697: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -8703,12 +8704,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8706: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:8707: 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:8711: checking for shl_load in -ldld" >&5
+ echo "$as_me:8712: 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
@@ -8716,7 +8717,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8719 "configure"
+#line 8720 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8735,16 +8736,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8738: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8739: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8741: \$? = $ac_status" >&5
+ echo "$as_me:8742: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8744: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8745: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8747: \$? = $ac_status" >&5
+ echo "$as_me:8748: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -8755,18 +8756,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8758: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:8759: 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:8763: checking for dlopen" >&5
+ echo "$as_me:8764: 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 8769 "configure"
+#line 8770 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -8797,16 +8798,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8800: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8801: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8803: \$? = $ac_status" >&5
+ echo "$as_me:8804: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8806: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8807: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8809: \$? = $ac_status" >&5
+ echo "$as_me:8810: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -8816,12 +8817,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8819: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:8820: 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:8824: checking for dlopen in -ldl" >&5
+ echo "$as_me:8825: 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
@@ -8829,7 +8830,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8832 "configure"
+#line 8833 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8848,16 +8849,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8851: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8852: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8854: \$? = $ac_status" >&5
+ echo "$as_me:8855: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8857: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8858: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8860: \$? = $ac_status" >&5
+ echo "$as_me:8861: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -8868,12 +8869,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8871: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:8872: 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:8876: checking for dlopen in -lsvld" >&5
+ echo "$as_me:8877: 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
@@ -8881,7 +8882,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8884 "configure"
+#line 8885 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8900,16 +8901,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8903: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8904: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8906: \$? = $ac_status" >&5
+ echo "$as_me:8907: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8909: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8910: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8912: \$? = $ac_status" >&5
+ echo "$as_me:8913: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -8920,12 +8921,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8923: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:8924: 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:8928: checking for dld_link in -ldld" >&5
+ echo "$as_me:8929: 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
@@ -8933,7 +8934,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8936 "configure"
+#line 8937 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8952,16 +8953,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8955: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8956: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8958: \$? = $ac_status" >&5
+ echo "$as_me:8959: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8961: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8962: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8964: \$? = $ac_status" >&5
+ echo "$as_me:8965: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -8972,7 +8973,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8975: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:8976: 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"
@@ -9008,7 +9009,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:9011: checking whether a program can dlopen itself" >&5
+ echo "$as_me:9012: 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
@@ -9019,7 +9020,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9022 "configure"
+#line 9023 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9080,10 +9081,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:9083: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:9084: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9086: \$? = $ac_status" >&5
+ echo "$as_me:9087: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -9100,12 +9101,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:9103: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:9104: 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:9108: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:9109: 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
@@ -9116,7 +9117,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9119 "configure"
+#line 9120 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9177,10 +9178,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:9180: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:9181: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9183: \$? = $ac_status" >&5
+ echo "$as_me:9184: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -9197,7 +9198,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:9200: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:9201: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -9219,12 +9220,12 @@ echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
# Report which librarie types wil actually be built
-echo "$as_me:9222: checking if libtool supports shared libraries" >&5
+echo "$as_me:9223: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:9224: result: $can_build_shared" >&5
+echo "$as_me:9225: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
-echo "$as_me:9227: checking whether to build shared libraries" >&5
+echo "$as_me:9228: 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
@@ -9245,14 +9246,14 @@ aix4*)
fi
;;
esac
-echo "$as_me:9248: result: $enable_shared" >&5
+echo "$as_me:9249: result: $enable_shared" >&5
echo "${ECHO_T}$enable_shared" >&6
-echo "$as_me:9251: checking whether to build static libraries" >&5
+echo "$as_me:9252: 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:9255: result: $enable_static" >&5
+echo "$as_me:9256: result: $enable_static" >&5
echo "${ECHO_T}$enable_static" >&6
# The else clause should only fire when bootstrapping the
@@ -9331,7 +9332,7 @@ if test -f "$ltmain"; then
cfgfile="${ofile}T"
trap "$rm \"$cfgfile\"; exit 1" 1 2 15
$rm -f "$cfgfile"
- { echo "$as_me:9334: creating $ofile" >&5
+ { echo "$as_me:9335: creating $ofile" >&5
echo "$as_me: creating $ofile" >&6;}
cat <<__EOF__ >> "$cfgfile"
@@ -9886,17 +9887,17 @@ fi;
if test -f "$ltmain" && test -n "$tagnames"; then
if test ! -f "${ofile}"; then
- { echo "$as_me:9889: WARNING: output file \`$ofile' does not exist" >&5
+ { echo "$as_me:9890: 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:9896: WARNING: output file \`$ofile' does not look like a libtool script" >&5
+ { echo "$as_me:9897: 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:9899: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
+ { echo "$as_me:9900: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
fi
fi
@@ -9911,7 +9912,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:9914: error: invalid tag name: $tagname" >&5
+ *) { { echo "$as_me:9915: error: invalid tag name: $tagname" >&5
echo "$as_me: error: invalid tag name: $tagname" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -9919,7 +9920,7 @@ echo "$as_me: error: invalid tag name: $tagname" >&2;}
if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
then
- { { echo "$as_me:9922: error: tag name \"$tagname\" already exists" >&5
+ { { echo "$as_me:9923: error: tag name \"$tagname\" already exists" >&5
echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -10046,7 +10047,7 @@ else
fi
# PORTME: fill in a description of your system's C++ link characteristics
-echo "$as_me:10049: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:10050: 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
@@ -10137,7 +10138,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 10140 "configure"
+#line 10141 "configure"
#include "confdefs.h"
int
@@ -10149,16 +10150,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10152: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10153: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10155: \$? = $ac_status" >&5
+ echo "$as_me:10156: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10158: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10159: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10161: \$? = $ac_status" >&5
+ echo "$as_me:10162: \$? = $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; }
@@ -10184,7 +10185,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 10187 "configure"
+#line 10188 "configure"
#include "confdefs.h"
int
@@ -10196,16 +10197,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10199: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10200: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10202: \$? = $ac_status" >&5
+ echo "$as_me:10203: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10205: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10206: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10208: \$? = $ac_status" >&5
+ echo "$as_me:10209: \$? = $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; }
@@ -10703,7 +10704,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
ld_shlibs_CXX=no
;;
esac
-echo "$as_me:10706: result: $ld_shlibs_CXX" >&5
+echo "$as_me:10707: result: $ld_shlibs_CXX" >&5
echo "${ECHO_T}$ld_shlibs_CXX" >&6
test "$ld_shlibs_CXX" = no && can_build_shared=no
@@ -10719,10 +10720,10 @@ private:
};
EOF
-if { (eval echo "$as_me:10722: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10723: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10725: \$? = $ac_status" >&5
+ echo "$as_me:10726: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Parse the compiler output and extract the necessary
# objects, libraries and library flags.
@@ -10822,7 +10823,7 @@ lt_prog_compiler_wl_CXX=
lt_prog_compiler_pic_CXX=
lt_prog_compiler_static_CXX=
-echo "$as_me:10825: checking for $compiler option to produce PIC" >&5
+echo "$as_me:10826: 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.
@@ -11058,14 +11059,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
esac
fi
-echo "$as_me:11061: result: $lt_prog_compiler_pic_CXX" >&5
+echo "$as_me:11062: 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:11068: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
+ echo "$as_me:11069: 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
@@ -11090,7 +11091,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:11093: result: $lt_prog_compiler_pic_works_CXX" >&5
+echo "$as_me:11094: 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
@@ -11114,7 +11115,7 @@ case "$host_os" in
;;
esac
-echo "$as_me:11117: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:11118: 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
@@ -11155,13 +11156,13 @@ else
$rm conftest*
fi
-echo "$as_me:11158: result: $lt_cv_prog_compiler_c_o_CXX" >&5
+echo "$as_me:11159: 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:11164: checking if we can lock with hard links" >&5
+ echo "$as_me:11165: 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*
@@ -11169,10 +11170,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:11172: result: $hard_links" >&5
+ echo "$as_me:11173: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:11175: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:11176: 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
@@ -11180,7 +11181,7 @@ else
need_locks=no
fi
-echo "$as_me:11183: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:11184: 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'
@@ -11202,7 +11203,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
;;
esac
-echo "$as_me:11205: result: $ld_shlibs_CXX" >&5
+echo "$as_me:11206: result: $ld_shlibs_CXX" >&5
echo "${ECHO_T}$ld_shlibs_CXX" >&6
test "$ld_shlibs_CXX" = no && can_build_shared=no
@@ -11224,15 +11225,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:11227: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:11228: 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:11232: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:11233: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11235: \$? = $ac_status" >&5
+ echo "$as_me:11236: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
@@ -11246,10 +11247,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:11249: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:11250: \"$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:11252: \$? = $ac_status" >&5
+ echo "$as_me:11253: \$? = $ac_status" >&5
(exit $ac_status); }
then
archive_cmds_need_lc_CXX=no
@@ -11261,13 +11262,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:11264: result: $archive_cmds_need_lc_CXX" >&5
+ echo "$as_me:11265: result: $archive_cmds_need_lc_CXX" >&5
echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
;;
esac
fi
-echo "$as_me:11270: checking how to hardcode library paths into programs" >&5
+echo "$as_me:11271: 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" || \
@@ -11291,7 +11292,7 @@ else
# directories.
hardcode_action_CXX=unsupported
fi
-echo "$as_me:11294: result: $hardcode_action_CXX" >&5
+echo "$as_me:11295: result: $hardcode_action_CXX" >&5
echo "${ECHO_T}$hardcode_action_CXX" >&6
if test "$hardcode_action_CXX" = relink; then
@@ -11305,19 +11306,19 @@ fi
striplib=
old_striplib=
-echo "$as_me:11308: checking whether stripping libraries is possible" >&5
+echo "$as_me:11309: 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:11313: result: yes" >&5
+ echo "$as_me:11314: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:11316: result: no" >&5
+ echo "$as_me:11317: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:11320: checking dynamic linker characteristics" >&5
+echo "$as_me:11321: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -11756,7 +11757,7 @@ uts4*)
dynamic_linker=no
;;
esac
-echo "$as_me:11759: result: $dynamic_linker" >&5
+echo "$as_me:11760: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
@@ -11781,13 +11782,13 @@ else
;;
*)
- echo "$as_me:11784: checking for shl_load" >&5
+ echo "$as_me:11785: 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 11790 "configure"
+#line 11791 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -11818,16 +11819,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11821: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11822: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11824: \$? = $ac_status" >&5
+ echo "$as_me:11825: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11828: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11830: \$? = $ac_status" >&5
+ echo "$as_me:11831: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -11837,12 +11838,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11840: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:11841: 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:11845: checking for shl_load in -ldld" >&5
+ echo "$as_me:11846: 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
@@ -11850,7 +11851,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11853 "configure"
+#line 11854 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -11869,16 +11870,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11872: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11873: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11875: \$? = $ac_status" >&5
+ echo "$as_me:11876: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11878: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11879: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11881: \$? = $ac_status" >&5
+ echo "$as_me:11882: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -11889,18 +11890,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:11892: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:11893: 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:11897: checking for dlopen" >&5
+ echo "$as_me:11898: 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 11903 "configure"
+#line 11904 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -11931,16 +11932,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11934: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11935: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11937: \$? = $ac_status" >&5
+ echo "$as_me:11938: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11940: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11941: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11943: \$? = $ac_status" >&5
+ echo "$as_me:11944: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -11950,12 +11951,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11953: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:11954: 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:11958: checking for dlopen in -ldl" >&5
+ echo "$as_me:11959: 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
@@ -11963,7 +11964,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11966 "configure"
+#line 11967 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -11982,16 +11983,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11985: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11986: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11988: \$? = $ac_status" >&5
+ echo "$as_me:11989: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11991: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11992: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11994: \$? = $ac_status" >&5
+ echo "$as_me:11995: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -12002,12 +12003,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12005: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:12006: 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:12010: checking for dlopen in -lsvld" >&5
+ echo "$as_me:12011: 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
@@ -12015,7 +12016,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12018 "configure"
+#line 12019 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12034,16 +12035,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12037: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12038: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12040: \$? = $ac_status" >&5
+ echo "$as_me:12041: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12043: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12044: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12046: \$? = $ac_status" >&5
+ echo "$as_me:12047: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -12054,12 +12055,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12057: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:12058: 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:12062: checking for dld_link in -ldld" >&5
+ echo "$as_me:12063: 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
@@ -12067,7 +12068,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12070 "configure"
+#line 12071 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12086,16 +12087,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12089: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12090: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12092: \$? = $ac_status" >&5
+ echo "$as_me:12093: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12095: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12096: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12098: \$? = $ac_status" >&5
+ echo "$as_me:12099: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -12106,7 +12107,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:12109: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:12110: 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"
@@ -12142,7 +12143,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:12145: checking whether a program can dlopen itself" >&5
+ echo "$as_me:12146: 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
@@ -12153,7 +12154,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12156 "configure"
+#line 12157 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12214,10 +12215,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:12217: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:12218: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12220: \$? = $ac_status" >&5
+ echo "$as_me:12221: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -12234,12 +12235,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:12237: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:12238: 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:12242: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:12243: 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
@@ -12250,7 +12251,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12253 "configure"
+#line 12254 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12311,10 +12312,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:12314: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:12315: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12317: \$? = $ac_status" >&5
+ echo "$as_me:12318: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -12331,7 +12332,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:12334: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:12335: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -12760,7 +12761,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:12763: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:12764: 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
@@ -12785,7 +12786,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:12788: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+echo "$as_me:12789: 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
@@ -12800,7 +12801,7 @@ lt_prog_compiler_wl_GCJ=
lt_prog_compiler_pic_GCJ=
lt_prog_compiler_static_GCJ=
-echo "$as_me:12803: checking for $compiler option to produce PIC" >&5
+echo "$as_me:12804: 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
@@ -12953,14 +12954,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
esac
fi
-echo "$as_me:12956: result: $lt_prog_compiler_pic_GCJ" >&5
+echo "$as_me:12957: 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:12963: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
+ echo "$as_me:12964: 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
@@ -12985,7 +12986,7 @@ else
CFLAGS="$save_CFLAGS"
fi
-echo "$as_me:12988: result: $lt_prog_compiler_pic_works_GCJ" >&5
+echo "$as_me:12989: 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
@@ -13009,7 +13010,7 @@ case "$host_os" in
;;
esac
-echo "$as_me:13012: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:13013: 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
@@ -13050,13 +13051,13 @@ else
$rm conftest*
fi
-echo "$as_me:13053: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
+echo "$as_me:13054: 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:13059: checking if we can lock with hard links" >&5
+ echo "$as_me:13060: 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*
@@ -13064,10 +13065,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:13067: result: $hard_links" >&5
+ echo "$as_me:13068: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:13070: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:13071: 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
@@ -13075,7 +13076,7 @@ else
need_locks=no
fi
-echo "$as_me:13078: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+echo "$as_me:13079: 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=
@@ -13425,7 +13426,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 13428 "configure"
+#line 13429 "configure"
#include "confdefs.h"
int
@@ -13437,16 +13438,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13440: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13441: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13443: \$? = $ac_status" >&5
+ echo "$as_me:13444: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13446: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13447: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13449: \$? = $ac_status" >&5
+ echo "$as_me:13450: \$? = $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; }
@@ -13471,7 +13472,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 13474 "configure"
+#line 13475 "configure"
#include "confdefs.h"
int
@@ -13483,16 +13484,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13486: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13487: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13489: \$? = $ac_status" >&5
+ echo "$as_me:13490: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13492: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13493: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13495: \$? = $ac_status" >&5
+ echo "$as_me:13496: \$? = $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; }
@@ -13859,7 +13860,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
esac
fi
-echo "$as_me:13862: result: $ld_shlibs_GCJ" >&5
+echo "$as_me:13863: result: $ld_shlibs_GCJ" >&5
echo "${ECHO_T}$ld_shlibs_GCJ" >&6
test "$ld_shlibs_GCJ" = no && can_build_shared=no
@@ -13881,15 +13882,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:13884: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:13885: 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:13889: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:13890: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13892: \$? = $ac_status" >&5
+ echo "$as_me:13893: \$? = $ac_status" >&5
(exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
@@ -13903,10 +13904,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:13906: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:13907: \"$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:13909: \$? = $ac_status" >&5
+ echo "$as_me:13910: \$? = $ac_status" >&5
(exit $ac_status); }
then
archive_cmds_need_lc_GCJ=no
@@ -13918,13 +13919,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:13921: result: $archive_cmds_need_lc_GCJ" >&5
+ echo "$as_me:13922: result: $archive_cmds_need_lc_GCJ" >&5
echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
;;
esac
fi
-echo "$as_me:13927: checking how to hardcode library paths into programs" >&5
+echo "$as_me:13928: 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" || \
@@ -13948,7 +13949,7 @@ else
# directories.
hardcode_action_GCJ=unsupported
fi
-echo "$as_me:13951: result: $hardcode_action_GCJ" >&5
+echo "$as_me:13952: result: $hardcode_action_GCJ" >&5
echo "${ECHO_T}$hardcode_action_GCJ" >&6
if test "$hardcode_action_GCJ" = relink; then
@@ -13962,19 +13963,19 @@ fi
striplib=
old_striplib=
-echo "$as_me:13965: checking whether stripping libraries is possible" >&5
+echo "$as_me:13966: 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:13970: result: yes" >&5
+ echo "$as_me:13971: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:13973: result: no" >&5
+ echo "$as_me:13974: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:13977: checking dynamic linker characteristics" >&5
+echo "$as_me:13978: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -14413,7 +14414,7 @@ uts4*)
dynamic_linker=no
;;
esac
-echo "$as_me:14416: result: $dynamic_linker" >&5
+echo "$as_me:14417: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
@@ -14438,13 +14439,13 @@ else
;;
*)
- echo "$as_me:14441: checking for shl_load" >&5
+ echo "$as_me:14442: 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 14447 "configure"
+#line 14448 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -14475,16 +14476,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14478: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14479: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14481: \$? = $ac_status" >&5
+ echo "$as_me:14482: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14484: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14485: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14487: \$? = $ac_status" >&5
+ echo "$as_me:14488: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -14494,12 +14495,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14497: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:14498: 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:14502: checking for shl_load in -ldld" >&5
+ echo "$as_me:14503: 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
@@ -14507,7 +14508,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14510 "configure"
+#line 14511 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14526,16 +14527,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14529: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14530: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14532: \$? = $ac_status" >&5
+ echo "$as_me:14533: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14535: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14536: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14538: \$? = $ac_status" >&5
+ echo "$as_me:14539: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -14546,18 +14547,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14549: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:14550: 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:14554: checking for dlopen" >&5
+ echo "$as_me:14555: 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 14560 "configure"
+#line 14561 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -14588,16 +14589,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14591: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14592: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14594: \$? = $ac_status" >&5
+ echo "$as_me:14595: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14597: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14598: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14600: \$? = $ac_status" >&5
+ echo "$as_me:14601: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -14607,12 +14608,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14610: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:14611: 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:14615: checking for dlopen in -ldl" >&5
+ echo "$as_me:14616: 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
@@ -14620,7 +14621,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14623 "configure"
+#line 14624 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14639,16 +14640,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14642: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14643: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14645: \$? = $ac_status" >&5
+ echo "$as_me:14646: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14648: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14649: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14651: \$? = $ac_status" >&5
+ echo "$as_me:14652: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -14659,12 +14660,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14662: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:14663: 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:14667: checking for dlopen in -lsvld" >&5
+ echo "$as_me:14668: 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
@@ -14672,7 +14673,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14675 "configure"
+#line 14676 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14691,16 +14692,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14694: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14695: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14697: \$? = $ac_status" >&5
+ echo "$as_me:14698: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14700: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14701: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14703: \$? = $ac_status" >&5
+ echo "$as_me:14704: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -14711,12 +14712,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14714: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:14715: 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:14719: checking for dld_link in -ldld" >&5
+ echo "$as_me:14720: 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
@@ -14724,7 +14725,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14727 "configure"
+#line 14728 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14743,16 +14744,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14746: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14747: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14749: \$? = $ac_status" >&5
+ echo "$as_me:14750: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14752: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14753: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14755: \$? = $ac_status" >&5
+ echo "$as_me:14756: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -14763,7 +14764,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14766: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:14767: 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"
@@ -14799,7 +14800,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:14802: checking whether a program can dlopen itself" >&5
+ echo "$as_me:14803: 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
@@ -14810,7 +14811,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 14813 "configure"
+#line 14814 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14871,10 +14872,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:14874: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:14875: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14877: \$? = $ac_status" >&5
+ echo "$as_me:14878: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -14891,12 +14892,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:14894: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:14895: 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:14899: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:14900: 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
@@ -14907,7 +14908,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 14910 "configure"
+#line 14911 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -14968,10 +14969,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:14971: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:14972: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14974: \$? = $ac_status" >&5
+ echo "$as_me:14975: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -14988,7 +14989,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:14991: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:14992: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -15780,7 +15781,7 @@ CC="$lt_save_CC"
;;
*)
- { { echo "$as_me:15783: error: Unsupported tag name: $tagname" >&5
+ { { echo "$as_me:15784: error: Unsupported tag name: $tagname" >&5
echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -15798,7 +15799,7 @@ echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
chmod +x "$ofile"
else
rm -f "${ofile}T"
- { { echo "$as_me:15801: error: unable to update list of available tagged configurations." >&5
+ { { echo "$as_me:15802: 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
@@ -15819,7 +15820,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:15822: error: cannot create both shared and static libraries on this system, --disable one of the two" >&5
+ { { echo "$as_me:15823: 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; }; }
;;
@@ -15850,7 +15851,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:15853: checking if the assembler knows about MMX instructions" >&5
+ *mmx*) echo "$as_me:15854: 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
@@ -15860,10 +15861,10 @@ else
movq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:15863: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:15864: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:15866: \$? = $ac_status" >&5
+ echo "$as_me:15867: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_mmx=yes
@@ -15874,7 +15875,7 @@ case $host in
gmp_cv_asm_x86_mmx=movq-bug
fi
else
- { echo "$as_me:15877: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+ { echo "$as_me:15878: 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
@@ -15887,44 +15888,44 @@ fi
rm -f conftest*
fi
-echo "$as_me:15890: result: $gmp_cv_asm_x86_mmx" >&5
+echo "$as_me:15891: 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:15895: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:15896: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:15897: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:15898: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:15899: WARNING: | Host CPU has MMX code, but the assembler" >&5
+ { echo "$as_me:15900: 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:15901: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:15902: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:15903: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
+ { echo "$as_me:15904: 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:15905: WARNING: | movq operands are reversed." >&5
+ { echo "$as_me:15906: WARNING: | movq operands are reversed." >&5
echo "$as_me: WARNING: | movq operands are reversed." >&2;}
- { echo "$as_me:15907: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:15908: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
- { echo "$as_me:15909: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:15910: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:15911: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:15912: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
no)
- { echo "$as_me:15915: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:15916: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:15917: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:15918: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:15919: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+ { echo "$as_me:15920: 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:15921: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:15922: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:15923: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:15924: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
- { echo "$as_me:15925: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:15926: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:15927: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:15928: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
esac
@@ -15944,7 +15945,7 @@ fi
;;
esac
case "$path" in
- *sse2*) echo "$as_me:15947: checking if the assembler knows about SSE2 instructions" >&5
+ *sse2*) echo "$as_me:15948: 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
@@ -15954,10 +15955,10 @@ else
paddq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:15957: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:15958: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:15960: \$? = $ac_status" >&5
+ echo "$as_me:15961: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_sse2=yes
@@ -15970,26 +15971,26 @@ fi
rm -f conftest*
fi
-echo "$as_me:15973: result: $gmp_cv_asm_x86_sse2" >&5
+echo "$as_me:15974: 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:15980: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:15981: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:15982: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:15983: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:15984: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5
+ { echo "$as_me:15985: 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:15986: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:15987: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:15988: WARNING: | Non-SSE2 replacements will be used." >&5
+ { echo "$as_me:15989: WARNING: | Non-SSE2 replacements will be used." >&5
echo "$as_me: WARNING: | Non-SSE2 replacements will be used." >&2;}
- { echo "$as_me:15990: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:15991: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:15992: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:15993: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
tmp_path=
for i in $path; do
@@ -16010,13 +16011,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:16013: checking for ANSI C header files" >&5
+echo "$as_me:16014: 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 16019 "configure"
+#line 16020 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -16024,13 +16025,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:16027: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:16028: \"$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:16033: \$? = $ac_status" >&5
+ echo "$as_me:16034: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -16052,7 +16053,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 16055 "configure"
+#line 16056 "configure"
#include "confdefs.h"
#include <string.h>
@@ -16070,7 +16071,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 16073 "configure"
+#line 16074 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -16091,7 +16092,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16094 "configure"
+#line 16095 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -16117,15 +16118,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:16120: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16121: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16123: \$? = $ac_status" >&5
+ echo "$as_me:16124: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:16125: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16126: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16128: \$? = $ac_status" >&5
+ echo "$as_me:16129: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -16138,7 +16139,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:16141: result: $ac_cv_header_stdc" >&5
+echo "$as_me:16142: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -16148,13 +16149,13 @@ EOF
fi
-echo "$as_me:16151: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:16152: 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 16157 "configure"
+#line 16158 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -16170,16 +16171,16 @@ return 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16173: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16174: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16176: \$? = $ac_status" >&5
+ echo "$as_me:16177: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16179: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16180: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16182: \$? = $ac_status" >&5
+ echo "$as_me:16183: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_header_time=yes
else
@@ -16189,7 +16190,7 @@ ac_cv_header_time=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16192: result: $ac_cv_header_time" >&5
+echo "$as_me:16193: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -16205,23 +16206,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:16208: checking for $ac_header" >&5
+echo "$as_me:16209: 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 16214 "configure"
+#line 16215 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:16218: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:16219: \"$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:16224: \$? = $ac_status" >&5
+ echo "$as_me:16225: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -16240,7 +16241,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:16243: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:16244: 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
@@ -16257,28 +16258,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:16260: checking for $ac_header" >&5
+echo "$as_me:16261: 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 16266 "configure"
+#line 16267 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16272: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16273: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16275: \$? = $ac_status" >&5
+ echo "$as_me:16276: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16278: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16279: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16281: \$? = $ac_status" >&5
+ echo "$as_me:16282: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -16288,7 +16289,7 @@ eval "$as_ac_Header=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16291: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:16292: 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
@@ -16298,13 +16299,13 @@ EOF
fi
done
-echo "$as_me:16301: checking whether optarg is declared" >&5
+echo "$as_me:16302: 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 16307 "configure"
+#line 16308 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16319,16 +16320,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16322: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16323: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16325: \$? = $ac_status" >&5
+ echo "$as_me:16326: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16328: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16329: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16331: \$? = $ac_status" >&5
+ echo "$as_me:16332: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_optarg=yes
else
@@ -16338,7 +16339,7 @@ ac_cv_have_decl_optarg=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16341: result: $ac_cv_have_decl_optarg" >&5
+echo "$as_me:16342: 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
@@ -16352,13 +16353,13 @@ else
EOF
fi
-echo "$as_me:16355: checking whether vfprintf is declared" >&5
+echo "$as_me:16356: 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 16361 "configure"
+#line 16362 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16373,16 +16374,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16376: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16377: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16379: \$? = $ac_status" >&5
+ echo "$as_me:16380: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16382: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16383: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16385: \$? = $ac_status" >&5
+ echo "$as_me:16386: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_vfprintf=yes
else
@@ -16392,7 +16393,7 @@ ac_cv_have_decl_vfprintf=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16395: result: $ac_cv_have_decl_vfprintf" >&5
+echo "$as_me:16396: 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
@@ -16407,13 +16408,13 @@ EOF
fi
-echo "$as_me:16410: checking return type of signal handlers" >&5
+echo "$as_me:16411: 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 16416 "configure"
+#line 16417 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -16435,16 +16436,16 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16438: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16439: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16441: \$? = $ac_status" >&5
+ echo "$as_me:16442: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16444: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16445: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16447: \$? = $ac_status" >&5
+ echo "$as_me:16448: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_signal=void
else
@@ -16454,7 +16455,7 @@ ac_cv_type_signal=int
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16457: result: $ac_cv_type_signal" >&5
+echo "$as_me:16458: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
@@ -16462,13 +16463,13 @@ cat >>confdefs.h <<EOF
EOF
# the default includes are sufficient for all these types
-echo "$as_me:16465: checking for intmax_t" >&5
+echo "$as_me:16466: 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 16471 "configure"
+#line 16472 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16483,16 +16484,16 @@ if (sizeof (intmax_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16486: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16487: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16489: \$? = $ac_status" >&5
+ echo "$as_me:16490: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16492: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16493: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16495: \$? = $ac_status" >&5
+ echo "$as_me:16496: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_intmax_t=yes
else
@@ -16502,7 +16503,7 @@ ac_cv_type_intmax_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16505: result: $ac_cv_type_intmax_t" >&5
+echo "$as_me:16506: 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
@@ -16511,13 +16512,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16514: checking for long double" >&5
+echo "$as_me:16515: 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 16520 "configure"
+#line 16521 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16532,16 +16533,16 @@ if (sizeof (long double))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16535: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16536: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16538: \$? = $ac_status" >&5
+ echo "$as_me:16539: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16541: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16542: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16544: \$? = $ac_status" >&5
+ echo "$as_me:16545: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_double=yes
else
@@ -16551,7 +16552,7 @@ ac_cv_type_long_double=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16554: result: $ac_cv_type_long_double" >&5
+echo "$as_me:16555: 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
@@ -16560,13 +16561,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16563: checking for long long" >&5
+echo "$as_me:16564: 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 16569 "configure"
+#line 16570 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16581,16 +16582,16 @@ if (sizeof (long long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16584: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16585: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16587: \$? = $ac_status" >&5
+ echo "$as_me:16588: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16590: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16591: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16593: \$? = $ac_status" >&5
+ echo "$as_me:16594: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_long=yes
else
@@ -16600,7 +16601,7 @@ ac_cv_type_long_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16603: result: $ac_cv_type_long_long" >&5
+echo "$as_me:16604: 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
@@ -16609,13 +16610,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16612: checking for ptrdiff_t" >&5
+echo "$as_me:16613: 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 16618 "configure"
+#line 16619 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16630,16 +16631,16 @@ if (sizeof (ptrdiff_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16633: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16634: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16636: \$? = $ac_status" >&5
+ echo "$as_me:16637: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16639: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16640: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16642: \$? = $ac_status" >&5
+ echo "$as_me:16643: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_ptrdiff_t=yes
else
@@ -16649,7 +16650,7 @@ ac_cv_type_ptrdiff_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16652: result: $ac_cv_type_ptrdiff_t" >&5
+echo "$as_me:16653: 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
@@ -16658,13 +16659,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:16661: checking for quad_t" >&5
+echo "$as_me:16662: 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 16667 "configure"
+#line 16668 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -16679,16 +16680,16 @@ if (sizeof (quad_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16682: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16683: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16685: \$? = $ac_status" >&5
+ echo "$as_me:16686: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16688: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16689: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16691: \$? = $ac_status" >&5
+ echo "$as_me:16692: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_quad_t=yes
else
@@ -16698,7 +16699,7 @@ ac_cv_type_quad_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16701: result: $ac_cv_type_quad_t" >&5
+echo "$as_me:16702: 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
@@ -16708,13 +16709,13 @@ EOF
fi
-echo "$as_me:16711: checking for preprocessor stringizing operator" >&5
+echo "$as_me:16712: 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 16717 "configure"
+#line 16718 "configure"
#include "confdefs.h"
#define x(y) #y
@@ -16729,7 +16730,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:16732: result: $ac_cv_c_stringize" >&5
+echo "$as_me:16733: result: $ac_cv_c_stringize" >&5
echo "${ECHO_T}$ac_cv_c_stringize" >&6
if test $ac_cv_c_stringize = yes; then
@@ -16739,13 +16740,13 @@ EOF
fi
-echo "$as_me:16742: checking whether <stdarg.h> exists and works" >&5
+echo "$as_me:16743: 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 16748 "configure"
+#line 16749 "configure"
#include "confdefs.h"
#include <stdarg.h>
int foo (int x, ...)
@@ -16766,16 +16767,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16769: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16770: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16772: \$? = $ac_status" >&5
+ echo "$as_me:16773: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16775: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16776: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16778: \$? = $ac_status" >&5
+ echo "$as_me:16779: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_stdarg=yes
else
@@ -16786,7 +16787,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16789: result: $gmp_cv_c_stdarg" >&5
+echo "$as_me:16790: result: $gmp_cv_c_stdarg" >&5
echo "${ECHO_T}$gmp_cv_c_stdarg" >&6
if test $gmp_cv_c_stdarg = yes; then
@@ -16796,13 +16797,13 @@ EOF
fi
-echo "$as_me:16799: checking whether gcc __attribute__ ((const)) works" >&5
+echo "$as_me:16800: 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 16805 "configure"
+#line 16806 "configure"
#include "confdefs.h"
int foo (int x) __attribute__ ((const));
int
@@ -16814,16 +16815,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16817: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16818: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16820: \$? = $ac_status" >&5
+ echo "$as_me:16821: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16823: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16824: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16826: \$? = $ac_status" >&5
+ echo "$as_me:16827: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_const=yes
else
@@ -16834,7 +16835,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16837: result: $gmp_cv_c_attribute_const" >&5
+echo "$as_me:16838: 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
@@ -16844,7 +16845,7 @@ EOF
fi
-echo "$as_me:16847: checking whether gcc __attribute__ ((malloc)) works" >&5
+echo "$as_me:16848: 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
@@ -16853,10 +16854,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:16856: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:16857: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:16859: \$? = $ac_status" >&5
+ echo "$as_me:16860: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep "attribute directive ignored" conftest.out >/dev/null; then
gmp_cv_c_attribute_malloc=no
@@ -16870,7 +16871,7 @@ cat conftest.out >&5
rm -f conftest*
fi
-echo "$as_me:16873: result: $gmp_cv_c_attribute_malloc" >&5
+echo "$as_me:16874: 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
@@ -16880,13 +16881,13 @@ EOF
fi
-echo "$as_me:16883: checking whether gcc __attribute__ ((mode (XX))) works" >&5
+echo "$as_me:16884: 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 16889 "configure"
+#line 16890 "configure"
#include "confdefs.h"
typedef int SItype __attribute__ ((mode (SI)));
int
@@ -16898,16 +16899,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16901: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16902: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16904: \$? = $ac_status" >&5
+ echo "$as_me:16905: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16907: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16908: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16910: \$? = $ac_status" >&5
+ echo "$as_me:16911: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_mode=yes
else
@@ -16918,7 +16919,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16921: result: $gmp_cv_c_attribute_mode" >&5
+echo "$as_me:16922: 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
@@ -16928,13 +16929,13 @@ EOF
fi
-echo "$as_me:16931: checking whether gcc __attribute__ ((noreturn)) works" >&5
+echo "$as_me:16932: 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 16937 "configure"
+#line 16938 "configure"
#include "confdefs.h"
void foo (int x) __attribute__ ((noreturn));
int
@@ -16946,16 +16947,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16949: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16950: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16952: \$? = $ac_status" >&5
+ echo "$as_me:16953: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:16955: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16956: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16958: \$? = $ac_status" >&5
+ echo "$as_me:16959: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_noreturn=yes
else
@@ -16966,7 +16967,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:16969: result: $gmp_cv_c_attribute_noreturn" >&5
+echo "$as_me:16970: 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
@@ -16976,7 +16977,7 @@ EOF
fi
-echo "$as_me:16979: checking for inline" >&5
+echo "$as_me:16980: 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
@@ -16984,7 +16985,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 16987 "configure"
+#line 16988 "configure"
#include "confdefs.h"
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
@@ -16993,16 +16994,16 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:16996: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16997: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16999: \$? = $ac_status" >&5
+ echo "$as_me:17000: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17002: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17003: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17005: \$? = $ac_status" >&5
+ echo "$as_me:17006: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
@@ -17013,7 +17014,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:17016: result: $ac_cv_c_inline" >&5
+echo "$as_me:17017: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -17032,7 +17033,7 @@ case $ac_cv_c_inline in
no) ;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 17035 "configure"
+#line 17036 "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 */
@@ -17052,16 +17053,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17055: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17056: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17058: \$? = $ac_status" >&5
+ echo "$as_me:17059: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17061: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17062: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17064: \$? = $ac_status" >&5
+ echo "$as_me:17065: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -17071,7 +17072,7 @@ case $ac_cv_c_inline in
"") tmp_inline=inline ;;
*) tmp_inline=$ac_cv_c_inline ;;
esac
- { echo "$as_me:17074: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5
+ { echo "$as_me:17075: 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
@@ -17085,7 +17086,7 @@ case $host in
# These system don't have libm
;;
*-ncr-sysv4.3*)
- echo "$as_me:17088: checking for _mwvalidcheckl in -lmw" >&5
+ echo "$as_me:17089: 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
@@ -17093,7 +17094,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17096 "configure"
+#line 17097 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -17112,16 +17113,16 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17115: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17116: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17118: \$? = $ac_status" >&5
+ echo "$as_me:17119: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17121: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17122: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17124: \$? = $ac_status" >&5
+ echo "$as_me:17125: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_mw__mwvalidcheckl=yes
else
@@ -17132,13 +17133,13 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17135: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:17136: 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:17141: checking for main in -lm" >&5
+ echo "$as_me:17142: 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
@@ -17146,7 +17147,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17149 "configure"
+#line 17150 "configure"
#include "confdefs.h"
int
@@ -17158,16 +17159,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17161: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17162: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17164: \$? = $ac_status" >&5
+ echo "$as_me:17165: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17167: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17168: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17170: \$? = $ac_status" >&5
+ echo "$as_me:17171: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -17178,7 +17179,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17181: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:17182: 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"
@@ -17186,7 +17187,7 @@ fi
;;
*)
- echo "$as_me:17189: checking for main in -lm" >&5
+ echo "$as_me:17190: 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
@@ -17194,7 +17195,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17197 "configure"
+#line 17198 "configure"
#include "confdefs.h"
int
@@ -17206,16 +17207,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17209: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17210: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17212: \$? = $ac_status" >&5
+ echo "$as_me:17213: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17215: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17216: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17218: \$? = $ac_status" >&5
+ echo "$as_me:17219: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -17226,7 +17227,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17229: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:17230: 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"
@@ -17237,13 +17238,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:17240: checking for working alloca.h" >&5
+echo "$as_me:17241: 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 17246 "configure"
+#line 17247 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -17255,16 +17256,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17258: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17259: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17261: \$? = $ac_status" >&5
+ echo "$as_me:17262: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17264: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17265: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17267: \$? = $ac_status" >&5
+ echo "$as_me:17268: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_header_alloca=yes
else
@@ -17274,7 +17275,7 @@ gmp_cv_header_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17277: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:17278: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -17284,13 +17285,13 @@ EOF
fi
-echo "$as_me:17287: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:17288: 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 17293 "configure"
+#line 17294 "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 */
@@ -17308,16 +17309,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17311: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17312: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17314: \$? = $ac_status" >&5
+ echo "$as_me:17315: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17317: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17318: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17320: \$? = $ac_status" >&5
+ echo "$as_me:17321: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_alloca=yes
else
@@ -17327,7 +17328,7 @@ gmp_cv_func_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17330: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:17331: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -17337,7 +17338,7 @@ EOF
fi
-echo "$as_me:17340: checking how to allocate temporary memory" >&5
+echo "$as_me:17341: 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
@@ -17361,12 +17362,12 @@ else
esac
fi
-echo "$as_me:17364: result: $gmp_cv_option_alloca" >&5
+echo "$as_me:17365: 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:17369: error: --enable-alloca=alloca specified, but alloca not available" >&5
+ { { echo "$as_me:17370: 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
@@ -17402,14 +17403,14 @@ EOF
;;
*)
# checks at the start of configure.in should protect us
- { { echo "$as_me:17405: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5
+ { { echo "$as_me:17406: 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 17412 "configure"
+#line 17413 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -17430,22 +17431,22 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17433: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17434: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17436: \$? = $ac_status" >&5
+ echo "$as_me:17437: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17439: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17440: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17442: \$? = $ac_status" >&5
+ echo "$as_me:17443: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ echo "$as_me:17448: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5
+{ echo "$as_me:17449: 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
@@ -17465,13 +17466,13 @@ esac
for ac_func in getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time strchr strtoul sysconf sysctl sysctlbyname times
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:17468: checking for $ac_func" >&5
+echo "$as_me:17469: 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 17474 "configure"
+#line 17475 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17502,16 +17503,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17505: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17506: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17508: \$? = $ac_status" >&5
+ echo "$as_me:17509: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17511: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17512: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17514: \$? = $ac_status" >&5
+ echo "$as_me:17515: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -17521,7 +17522,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17524: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:17525: 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
@@ -17531,13 +17532,13 @@ EOF
fi
done
-echo "$as_me:17534: checking for vsnprintf" >&5
+echo "$as_me:17535: 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 17540 "configure"
+#line 17541 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vsnprintf (); below. */
@@ -17568,16 +17569,16 @@ f = vsnprintf;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17571: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17572: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17574: \$? = $ac_status" >&5
+ echo "$as_me:17575: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17577: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17578: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17580: \$? = $ac_status" >&5
+ echo "$as_me:17581: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_vsnprintf=yes
else
@@ -17587,7 +17588,7 @@ ac_cv_func_vsnprintf=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17590: result: $ac_cv_func_vsnprintf" >&5
+echo "$as_me:17591: 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
@@ -17596,7 +17597,7 @@ else
fi
if test "$gmp_vsnprintf_exists" = yes; then
- echo "$as_me:17599: checking whether vsnprintf works" >&5
+ echo "$as_me:17600: 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
@@ -17605,7 +17606,7 @@ else
gmp_cv_func_vsnprintf=probably
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17608 "configure"
+#line 17609 "configure"
#include "confdefs.h"
#if HAVE_STDARG
@@ -17652,15 +17653,15 @@ main ()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:17655: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17656: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17658: \$? = $ac_status" >&5
+ echo "$as_me:17659: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:17660: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17661: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17663: \$? = $ac_status" >&5
+ echo "$as_me:17664: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_vsnprintf=yes
else
@@ -17673,10 +17674,10 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:17676: result: $gmp_cv_func_vsnprintf" >&5
+echo "$as_me:17677: 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:17679: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5
+ { echo "$as_me:17680: 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
@@ -17690,17 +17691,17 @@ fi
case $gmp_cv_func_vsnprintf in
yes|probably) ;;
*)
- { echo "$as_me:17693: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:17694: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:17695: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:17696: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:17697: WARNING: | Usable C library vsnprintf is not available." >&5
+ { echo "$as_me:17698: WARNING: | Usable C library vsnprintf is not available." >&5
echo "$as_me: WARNING: | Usable C library vsnprintf is not available." >&2;}
- { echo "$as_me:17699: WARNING: | The following GMP functions will not be built:" >&5
+ { echo "$as_me:17700: WARNING: | The following GMP functions will not be built:" >&5
echo "$as_me: WARNING: | The following GMP functions will not be built:" >&2;}
- { echo "$as_me:17701: WARNING: | gmp_asprintf, gmp_snprintf, gmp_vasprintf, gmp_vsnprintf" >&5
+ { echo "$as_me:17702: WARNING: | gmp_asprintf, gmp_snprintf, gmp_vasprintf, gmp_vsnprintf" >&5
echo "$as_me: WARNING: | gmp_asprintf, gmp_snprintf, gmp_vasprintf, gmp_vsnprintf" >&2;}
- { echo "$as_me:17703: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:17704: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
esac
@@ -17830,7 +17831,7 @@ EOF
fi
done
if test $found = no; then
- { { echo "$as_me:17833: error: no version of $tmp_fn found in path: $path" >&5
+ { { echo "$as_me:17834: 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
@@ -17845,7 +17846,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
-echo "$as_me:17848: checking for suitable m4" >&5
+echo "$as_me:17849: 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
@@ -17881,7 +17882,7 @@ EOF
done
IFS="$ac_save_ifs"
if test -z "$gmp_cv_prog_m4"; then
- { { echo "$as_me:17884: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5
+ { { echo "$as_me:17885: 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
@@ -17889,11 +17890,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:17892: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:17893: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
-echo "$as_me:17896: checking if m4wrap produces spurious output" >&5
+echo "$as_me:17897: 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
@@ -17915,7 +17916,7 @@ else
fi
fi
-echo "$as_me:17918: result: $gmp_cv_m4_m4wrap_spurious" >&5
+echo "$as_me:17919: 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
@@ -17930,7 +17931,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:17933: checking how to switch to text section" >&5
+ echo "$as_me:17934: 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
@@ -17942,11 +17943,11 @@ else
esac
fi
-echo "$as_me:17945: result: $gmp_cv_asm_text" >&5
+echo "$as_me:17946: 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:17949: checking how to switch to data section" >&5
+ echo "$as_me:17950: 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
@@ -17957,11 +17958,11 @@ else
esac
fi
-echo "$as_me:17960: result: $gmp_cv_asm_data" >&5
+echo "$as_me:17961: 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:17964: checking what assembly label suffix to use" >&5
+ echo "$as_me:17965: 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
@@ -17973,11 +17974,11 @@ else
esac
fi
-echo "$as_me:17976: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:17977: 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:17980: checking how to export a symbol" >&5
+ echo "$as_me:17981: 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
@@ -17988,11 +17989,11 @@ else
esac
fi
-echo "$as_me:17991: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:17992: 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:17995: checking if globals are prefixed by underscore" >&5
+echo "$as_me:17996: 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
@@ -18018,10 +18019,10 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s >&5"
- if { (eval echo "$as_me:18021: \"$gmp_compile\"") >&5
+ if { (eval echo "$as_me:18022: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:18024: \$? = $ac_status" >&5
+ echo "$as_me:18025: \$? = $ac_status" >&5
(exit $ac_status); }; then
eval tmp_result$tmp_underscore=yes
else
@@ -18031,7 +18032,7 @@ done
if test $tmp_result_ = yes; then
if test $tmp_result = yes; then
- { { echo "$as_me:18034: error: Test program unexpectedly links both with and without underscore." >&5
+ { { echo "$as_me:18035: 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
@@ -18041,7 +18042,7 @@ else
if test $tmp_result = yes; then
gmp_cv_asm_underscore=no
else
- { { echo "$as_me:18044: error: Test program links neither with nor without underscore." >&5
+ { { echo "$as_me:18045: 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
@@ -18049,7 +18050,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:18052: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:18053: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -18061,7 +18062,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
fi
-echo "$as_me:18064: checking how to switch to read-only data section" >&5
+echo "$as_me:18065: 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
@@ -18078,10 +18079,10 @@ EOF
echo "Test program:" >&5
cat conftest.c >&5
gmp_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c >&5"
-if { (eval echo "$as_me:18081: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:18082: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:18084: \$? = $ac_status" >&5
+ echo "$as_me:18085: \$? = $ac_status" >&5
(exit $ac_status); }; then
echo "Compiler output:" >&5
cat conftest.s >&5
@@ -18111,11 +18112,11 @@ if { (eval echo "$as_me:18081: \"$gmp_compile\"") >&5
fi
fi
-echo "$as_me:18114: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:18115: 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:18118: checking if the export directive needs an attribute" >&5
+ echo "$as_me:18119: 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
@@ -18126,11 +18127,11 @@ else
esac
fi
-echo "$as_me:18129: result: $gmp_cv_asm_globl_attr" >&5
+echo "$as_me:18130: 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:18133: checking how the .type assembly directive should be used" >&5
+ echo "$as_me:18134: checking how the .type assembly directive should be used" >&5
echo $ECHO_N "checking how the .type assembly directive should be used... $ECHO_C" >&6
if test "${gmp_cv_asm_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18140,10 +18141,10 @@ else
.type sym,${gmp_tmp_prefix}function
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18143: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18144: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18146: \$? = $ac_status" >&5
+ echo "$as_me:18147: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_type=".type \$1,${gmp_tmp_prefix}\$2"
@@ -18163,11 +18164,11 @@ if test -z "$gmp_cv_asm_type"; then
fi
fi
-echo "$as_me:18166: result: $gmp_cv_asm_type" >&5
+echo "$as_me:18167: 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:18170: checking if the .size assembly directive works" >&5
+ echo "$as_me:18171: checking if the .size assembly directive works" >&5
echo $ECHO_N "checking if the .size assembly directive works... $ECHO_C" >&6
if test "${gmp_cv_asm_size+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18176,10 +18177,10 @@ else
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18179: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18180: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18182: \$? = $ac_status" >&5
+ echo "$as_me:18183: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_size=".size \$1,\$2"
@@ -18192,11 +18193,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:18195: result: $gmp_cv_asm_size" >&5
+echo "$as_me:18196: 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:18199: checking what prefix to use for a local label" >&5
+echo "$as_me:18200: 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
@@ -18211,15 +18212,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:18214: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18215: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18217: \$? = $ac_status" >&5
+ echo "$as_me:18218: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
$NM conftest.o >&5 2>&5
if test $? != 0; then
- { echo "$as_me:18222: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:18223: 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
@@ -18240,12 +18241,12 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:18243: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:18244: 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:18248: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:18249: 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
@@ -18253,7 +18254,7 @@ cat >>confdefs.h <<EOF
#define LSYM_PREFIX "$gmp_cv_asm_lsym_prefix"
EOF
-echo "$as_me:18256: checking how to define a 32-bit word" >&5
+echo "$as_me:18257: 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
@@ -18278,10 +18279,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:18281: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18282: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18284: \$? = $ac_status" >&5
+ echo "$as_me:18285: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -18303,17 +18304,17 @@ rm -f conftest*
;;
esac
if test -z "$gmp_cv_asm_w32"; then
- { { echo "$as_me:18306: error: cannot determine how to define a 32-bit word" >&5
+ { { echo "$as_me:18307: 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:18312: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:18313: 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:18316: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:18317: 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
@@ -18328,10 +18329,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:18331: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18332: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18334: \$? = $ac_status" >&5
+ echo "$as_me:18335: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -18345,14 +18346,14 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:18348: error: cannot assemble alignment test" >&5
+ { { echo "$as_me:18349: 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:18355: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:18356: 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
@@ -18360,7 +18361,7 @@ echo "define(<ALIGN_LOGARITHMIC>,<$gmp_cv_asm_align_log>)" >> $gmp_tmpconfigm4
case $host in
m68*-*-*)
-echo "$as_me:18363: checking assembler instruction and register style" >&5
+echo "$as_me:18364: 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
@@ -18372,10 +18373,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:18375: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18376: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18378: \$? = $ac_status" >&5
+ echo "$as_me:18379: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_instruction=$i
@@ -18392,14 +18393,14 @@ rm -f conftest*
done
fi
-echo "$as_me:18395: result: $gmp_cv_asm_m68k_instruction" >&5
+echo "$as_me:18396: 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:18402: error: cannot determine assembler instruction and register style" >&5
+*) { { echo "$as_me:18403: 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
@@ -18408,7 +18409,7 @@ echo "define(<WANT_REGISTER_PERCENT>, <\`$want_register_percent'>)" >> $gmp_tmpc
echo "define(<WANT_DOT_SIZE>, <\`$want_dot_size'>)" >> $gmp_tmpconfigm4
-echo "$as_me:18411: checking assembler addressing style" >&5
+echo "$as_me:18412: 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
@@ -18416,14 +18417,14 @@ else
case $gmp_cv_asm_m68k_instruction in
addl*) movel=movel ;;
add.l*) movel=move.l ;;
-*) { { echo "$as_me:18419: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:18420: 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:18426: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:18427: 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
@@ -18432,10 +18433,10 @@ cat >conftest.s <<EOF
$movel $dreg, $areg@-
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18435: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18436: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18438: \$? = $ac_status" >&5
+ echo "$as_me:18439: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=mit
@@ -18448,10 +18449,10 @@ else
$movel $dreg, -($areg)
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18451: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18452: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18454: \$? = $ac_status" >&5
+ echo "$as_me:18455: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=motorola
@@ -18459,7 +18460,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:18462: error: cannot determine assembler addressing style" >&5
+ { { echo "$as_me:18463: error: cannot determine assembler addressing style" >&5
echo "$as_me: error: cannot determine assembler addressing style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18469,12 +18470,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:18472: result: $gmp_cv_asm_m68k_addressing" >&5
+echo "$as_me:18473: 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:18477: checking assembler shortest branches" >&5
+echo "$as_me:18478: 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
@@ -18487,10 +18488,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:18490: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18491: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18493: \$? = $ac_status" >&5
+ echo "$as_me:18494: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_branches=$i
@@ -18507,10 +18508,10 @@ rm -f conftest*
done
fi
-echo "$as_me:18510: result: $gmp_cv_asm_m68k_branches" >&5
+echo "$as_me:18511: 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:18513: error: cannot determine assembler branching style" >&5
+ { { echo "$as_me:18514: error: cannot determine assembler branching style" >&5
echo "$as_me: error: cannot determine assembler branching style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18520,7 +18521,7 @@ echo "define(<WANT_BRANCHES>, <\`$gmp_cv_asm_m68k_branches'>)" >> $gmp_tmpconfig
;;
power*-*-*)
-echo "$as_me:18523: checking if the assembler needs r on registers" >&5
+echo "$as_me:18524: 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
@@ -18530,10 +18531,10 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18533: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18534: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18536: \$? = $ac_status" >&5
+ echo "$as_me:18537: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
@@ -18546,10 +18547,10 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18549: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18550: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18552: \$? = $ac_status" >&5
+ echo "$as_me:18553: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
@@ -18557,7 +18558,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:18560: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5
+ { { echo "$as_me:18561: 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
@@ -18567,7 +18568,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:18570: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:18571: 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
@@ -18586,7 +18587,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:18589: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:18590: 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
@@ -18598,10 +18599,10 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18601: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18602: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18604: \$? = $ac_status" >&5
+ echo "$as_me:18605: \$? = $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
@@ -18619,12 +18620,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:18622: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:18623: 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:18627: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:18628: 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
@@ -18634,10 +18635,10 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18637: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18638: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18640: \$? = $ac_status" >&5
+ echo "$as_me:18641: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
@@ -18650,7 +18651,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:18653: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:18654: 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
@@ -18664,7 +18665,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:18667: checking how to call x86 mcount" >&5
+echo "$as_me:18668: 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();}
@@ -18672,10 +18673,10 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo "$as_me:18675: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:18676: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:18678: \$? = $ac_status" >&5
+ echo "$as_me:18679: \$? = $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`
@@ -18684,12 +18685,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:18687: error: Cannot find mcount call for non-PIC" >&5
+ { { echo "$as_me:18688: 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:18692: error: Cannot compile test program for non-PIC" >&5
+ { { echo "$as_me:18693: 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
@@ -18697,10 +18698,10 @@ fi
if test "$enable_shared" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS $ac_cv_prog_cc_pic -S conftest.c 1>&5"
- if { (eval echo "$as_me:18700: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:18701: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:18703: \$? = $ac_status" >&5
+ echo "$as_me:18704: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep '\.data' conftest.s >/dev/null; then
mcount_pic_reg=`sed -n 's/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p' conftest.s`
@@ -18709,12 +18710,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:18712: error: Cannot find mcount call for PIC" >&5
+ { { echo "$as_me:18713: 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:18717: error: Cannot compile test program for PIC" >&5
+ { { echo "$as_me:18718: error: Cannot compile test program for PIC" >&5
echo "$as_me: error: Cannot compile test program for PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -18729,7 +18730,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:18732: result: determined" >&5
+echo "$as_me:18733: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -18751,7 +18752,7 @@ for tmp_dir in $path; do
fi
done
if test -z "$gmp_mparam_source"; then
- { { echo "$as_me:18754: error: no version of gmp-mparam.h found in path: $path" >&5
+ { { echo "$as_me:18755: 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
@@ -18770,13 +18771,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:18773: checking for mp_limb_t" >&5
+ echo "$as_me:18774: 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 18779 "configure"
+#line 18780 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -18796,16 +18797,16 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18799: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18800: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18802: \$? = $ac_status" >&5
+ echo "$as_me:18803: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:18805: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18806: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18808: \$? = $ac_status" >&5
+ echo "$as_me:18809: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_mp_limb_t=yes
else
@@ -18815,10 +18816,10 @@ ac_cv_type_mp_limb_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:18818: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:18819: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:18821: checking size of mp_limb_t" >&5
+echo "$as_me:18822: 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
@@ -18827,7 +18828,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 18830 "configure"
+#line 18831 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -18844,21 +18845,21 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18847: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18848: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18850: \$? = $ac_status" >&5
+ echo "$as_me:18851: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:18853: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18854: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18856: \$? = $ac_status" >&5
+ echo "$as_me:18857: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 18861 "configure"
+#line 18862 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -18875,16 +18876,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18878: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18879: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18881: \$? = $ac_status" >&5
+ echo "$as_me:18882: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:18884: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18885: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18887: \$? = $ac_status" >&5
+ echo "$as_me:18888: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -18900,7 +18901,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 18903 "configure"
+#line 18904 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -18917,16 +18918,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18920: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18921: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18923: \$? = $ac_status" >&5
+ echo "$as_me:18924: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:18926: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18927: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18929: \$? = $ac_status" >&5
+ echo "$as_me:18930: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -18942,7 +18943,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 18945 "configure"
+#line 18946 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -18959,16 +18960,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18962: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18963: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18965: \$? = $ac_status" >&5
+ echo "$as_me:18966: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:18968: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18969: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18971: \$? = $ac_status" >&5
+ echo "$as_me:18972: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -18981,12 +18982,12 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:18984: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:18985: 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 18989 "configure"
+#line 18990 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19007,15 +19008,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19010: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19011: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19013: \$? = $ac_status" >&5
+ echo "$as_me:19014: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:19015: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19016: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19018: \$? = $ac_status" >&5
+ echo "$as_me:19019: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_mp_limb_t=`cat conftest.val`
else
@@ -19031,14 +19032,14 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:19034: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:19035: 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:19041: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5
+ { { echo "$as_me:19042: 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
@@ -19059,13 +19060,13 @@ if grep "^#define BITS_PER_ULONG" $gmp_mparam_source >/dev/null; then : ;
else
case $limb_chosen in
longlong)
- echo "$as_me:19062: checking for unsigned long" >&5
+ echo "$as_me:19063: 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 19068 "configure"
+#line 19069 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19080,16 +19081,16 @@ if (sizeof (unsigned long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19083: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19084: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19086: \$? = $ac_status" >&5
+ echo "$as_me:19087: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19089: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19090: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19092: \$? = $ac_status" >&5
+ echo "$as_me:19093: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_unsigned_long=yes
else
@@ -19099,10 +19100,10 @@ ac_cv_type_unsigned_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19102: result: $ac_cv_type_unsigned_long" >&5
+echo "$as_me:19103: result: $ac_cv_type_unsigned_long" >&5
echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
-echo "$as_me:19105: checking size of unsigned long" >&5
+echo "$as_me:19106: 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
@@ -19111,7 +19112,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 19114 "configure"
+#line 19115 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19123,21 +19124,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19126: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19127: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19129: \$? = $ac_status" >&5
+ echo "$as_me:19130: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19132: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19133: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19135: \$? = $ac_status" >&5
+ echo "$as_me:19136: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19140 "configure"
+#line 19141 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19149,16 +19150,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19152: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19153: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19155: \$? = $ac_status" >&5
+ echo "$as_me:19156: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19158: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19159: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19161: \$? = $ac_status" >&5
+ echo "$as_me:19162: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -19174,7 +19175,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19177 "configure"
+#line 19178 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19186,16 +19187,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19189: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19190: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19192: \$? = $ac_status" >&5
+ echo "$as_me:19193: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19195: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19196: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19198: \$? = $ac_status" >&5
+ echo "$as_me:19199: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -19211,7 +19212,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 19214 "configure"
+#line 19215 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19223,16 +19224,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19226: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19227: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19229: \$? = $ac_status" >&5
+ echo "$as_me:19230: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19232: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19233: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19235: \$? = $ac_status" >&5
+ echo "$as_me:19236: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -19245,12 +19246,12 @@ done
ac_cv_sizeof_unsigned_long=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:19248: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:19249: 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 19253 "configure"
+#line 19254 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19266,15 +19267,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19269: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19270: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19272: \$? = $ac_status" >&5
+ echo "$as_me:19273: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:19274: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19275: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19277: \$? = $ac_status" >&5
+ echo "$as_me:19278: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_unsigned_long=`cat conftest.val`
else
@@ -19290,7 +19291,7 @@ else
ac_cv_sizeof_unsigned_long=0
fi
fi
-echo "$as_me:19293: result: $ac_cv_sizeof_unsigned_long" >&5
+echo "$as_me:19294: 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
@@ -19472,7 +19473,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:19475: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:19476: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -19651,7 +19652,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:19654: error: ambiguous option: $1
+ { { echo "$as_me:19655: 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;}
@@ -19670,7 +19671,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:19673: error: unrecognized option: $1
+ -*) { { echo "$as_me:19674: 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;}
@@ -19746,7 +19747,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:19749: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:19750: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -20032,7 +20033,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:20035: creating $ac_file" >&5
+ { echo "$as_me:20036: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -20050,7 +20051,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:20053: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:20054: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -20063,7 +20064,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:20066: error: cannot find input file: $f" >&5
+ { { echo "$as_me:20067: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -20124,7 +20125,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:20127: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:20128: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -20135,7 +20136,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:20138: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:20139: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -20148,7 +20149,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:20151: error: cannot find input file: $f" >&5
+ { { echo "$as_me:20152: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -20265,7 +20266,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:20268: $ac_file is unchanged" >&5
+ { echo "$as_me:20269: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -20322,11 +20323,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:20325: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:20326: 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:20329: error: $srcdir/$ac_source: File not found" >&5
+ { { echo "$as_me:20330: error: $srcdir/$ac_source: File not found" >&5
echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -20376,7 +20377,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:20379: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
+ { { echo "$as_me:20380: 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