summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-09-08 00:54:18 +0200
committerKevin Ryde <user42@zip.com.au>2001-09-08 00:54:18 +0200
commit8cbfc2301495853e663a7a29ed21a4e1b7a48cb2 (patch)
treeb5a122ee8db805825d08f34995597f7de6a923c9 /configure
parentfde9b74be7e317045d34117ff4f9a186169a8b35 (diff)
downloadgmp-8cbfc2301495853e663a7a29ed21a4e1b7a48cb2.tar.gz
* ltmain.sh, configure, aclocal.m4: Update to libtool 1.4.1, with one
ltdll.c generation patch.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1665
1 files changed, 916 insertions, 749 deletions
diff --git a/configure b/configure
index bfa187545..7d22a1d7d 100755
--- a/configure
+++ b/configure
@@ -4747,7 +4747,7 @@ darwin* | rhapsody*)
lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
lt_cv_file_magic_cmd='/usr/bin/file -L'
case "$host_os" in
- rhapsody* | darwin1.012)
+ rhapsody* | darwin1.[012])
lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
;;
*) # Darwin 1.3 on
@@ -4806,7 +4806,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
- alpha* | i*86 | powerpc* | sparc* | ia64* )
+ alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
@@ -4829,6 +4829,16 @@ newos6*)
lt_cv_file_magic_test_file=/usr/lib/libnls.so
;;
+openbsd*)
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+ else
+ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+ fi
+ ;;
+
osf3* | osf4* | osf5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
@@ -4872,13 +4882,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
esac
fi
-echo "$as_me:4875: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:4885: 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
# Check for command to grab the raw symbol name followed by C symbol from nm.
-echo "$as_me:4881: checking command to parse $NM output" >&5
+echo "$as_me:4891: checking command to parse $NM output" >&5
echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4899,6 +4909,9 @@ symxfrm='\1 \2\3 \3'
# Transform an extracted symbol line into a proper C declaration
lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
+# Transform an extracted symbol line into symbol name and symbol address
+lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
+
# Define system-specific variables.
case $host_os in
aix*)
@@ -4909,6 +4922,7 @@ cygwin* | mingw* | pw32*)
;;
hpux*) # Its linker distinguishes data from code symbols
lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
+ lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
;;
irix*)
symcode='[BCDEGRST]'
@@ -4955,17 +4969,17 @@ void nm_test_func(){}
int main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo "$as_me:4958: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:4972: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4961: \$? = $ac_status" >&5
+ echo "$as_me:4975: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo "$as_me:4965: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
+ if { (eval echo "$as_me:4979: \"$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:4968: \$? = $ac_status" >&5
+ echo "$as_me:4982: \$? = $ac_status" >&5
(exit $ac_status); } && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
@@ -4988,23 +5002,23 @@ EOF
cat <<EOF >> conftest.$ac_ext
#if defined (__STDC__) && __STDC__
-# define lt_ptr_t void *
+# define lt_ptr void *
#else
-# define lt_ptr_t char *
+# define lt_ptr char *
# define const
#endif
/* The mapping between symbol names and symbols. */
const struct {
const char *name;
- lt_ptr_t address;
+ lt_ptr address;
}
lt_preloaded_symbols[] =
{
EOF
- sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac_ext
+ sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
cat <<\EOF >> conftest.$ac_ext
- {0, (lt_ptr_t) 0}
+ {0, (lt_ptr) 0}
};
#ifdef __cplusplus
@@ -5017,10 +5031,10 @@ EOF
save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$no_builtin_flag"
- if { (eval echo "$as_me:5020: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:5034: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5023: \$? = $ac_status" >&5
+ echo "$as_me:5037: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest; then
pipe_works=yes
fi
@@ -5054,37 +5068,40 @@ fi
global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
if test -z "$lt_cv_sys_global_symbol_pipe"; then
global_symbol_to_cdecl=
+ global_symbol_to_c_name_address=
else
global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
+ global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
fi
-if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
- echo "$as_me:5061: result: failed" >&5
+if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
+then
+ echo "$as_me:5078: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:5064: result: ok" >&5
+ echo "$as_me:5081: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
for ac_header in dlfcn.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:5071: checking for $ac_header" >&5
+echo "$as_me:5088: 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 5077 "configure"
+#line 5094 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:5081: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5098: \"$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:5087: \$? = $ac_status" >&5
+ echo "$as_me:5104: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5103,7 +5120,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:5106: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5123: 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
@@ -5117,7 +5134,7 @@ done
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:5120: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:5137: 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
@@ -5172,16 +5189,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:5175: result: $MAGIC_CMD" >&5
+ echo "$as_me:5192: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:5178: result: no" >&5
+ echo "$as_me:5195: 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:5184: checking for file" >&5
+ echo "$as_me:5201: 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
@@ -5236,10 +5253,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:5239: result: $MAGIC_CMD" >&5
+ echo "$as_me:5256: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:5242: result: no" >&5
+ echo "$as_me:5259: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5255,7 +5272,7 @@ esac
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:5258: checking for $ac_word" >&5
+echo "$as_me:5275: 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
@@ -5270,7 +5287,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:5273: found $ac_dir/$ac_word" >&5
+echo "$as_me:5290: found $ac_dir/$ac_word" >&5
break
done
@@ -5278,10 +5295,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:5281: result: $RANLIB" >&5
+ echo "$as_me:5298: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:5284: result: no" >&5
+ echo "$as_me:5301: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5290,7 +5307,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:5293: checking for $ac_word" >&5
+echo "$as_me:5310: 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
@@ -5305,7 +5322,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:5308: found $ac_dir/$ac_word" >&5
+echo "$as_me:5325: found $ac_dir/$ac_word" >&5
break
done
@@ -5314,10 +5331,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:5317: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:5334: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:5320: result: no" >&5
+ echo "$as_me:5337: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5329,7 +5346,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:5332: checking for $ac_word" >&5
+echo "$as_me:5349: 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
@@ -5344,7 +5361,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:5347: found $ac_dir/$ac_word" >&5
+echo "$as_me:5364: found $ac_dir/$ac_word" >&5
break
done
@@ -5352,10 +5369,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:5355: result: $STRIP" >&5
+ echo "$as_me:5372: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:5358: result: no" >&5
+ echo "$as_me:5375: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5364,7 +5381,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:5367: checking for $ac_word" >&5
+echo "$as_me:5384: 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
@@ -5379,7 +5396,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:5382: found $ac_dir/$ac_word" >&5
+echo "$as_me:5399: found $ac_dir/$ac_word" >&5
break
done
@@ -5388,10 +5405,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:5391: result: $ac_ct_STRIP" >&5
+ echo "$as_me:5408: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:5394: result: no" >&5
+ echo "$as_me:5411: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5415,11 +5432,11 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5418 "configure"' > conftest.$ac_ext
- if { (eval echo "$as_me:5419: \"$ac_compile\"") >&5
+ echo '#line 5435 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:5436: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5422: \$? = $ac_status" >&5
+ echo "$as_me:5439: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*32-bit*)
@@ -5440,7 +5457,7 @@ case $host in
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
- echo "$as_me:5443: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:5460: 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
@@ -5453,7 +5470,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 5456 "configure"
+#line 5473 "configure"
#include "confdefs.h"
int
@@ -5465,16 +5482,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5468: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5485: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5471: \$? = $ac_status" >&5
+ echo "$as_me:5488: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5474: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5491: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5477: \$? = $ac_status" >&5
+ echo "$as_me:5494: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_needs_belf=yes
else
@@ -5490,7 +5507,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:5493: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:5510: 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
@@ -5502,7 +5519,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:5505: checking for $ac_word" >&5
+echo "$as_me:5522: 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
@@ -5517,7 +5534,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:5520: found $ac_dir/$ac_word" >&5
+echo "$as_me:5537: found $ac_dir/$ac_word" >&5
break
done
@@ -5525,10 +5542,10 @@ fi
fi
DLLTOOL=$ac_cv_prog_DLLTOOL
if test -n "$DLLTOOL"; then
- echo "$as_me:5528: result: $DLLTOOL" >&5
+ echo "$as_me:5545: result: $DLLTOOL" >&5
echo "${ECHO_T}$DLLTOOL" >&6
else
- echo "$as_me:5531: result: no" >&5
+ echo "$as_me:5548: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5537,7 +5554,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:5540: checking for $ac_word" >&5
+echo "$as_me:5557: 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
@@ -5552,7 +5569,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:5555: found $ac_dir/$ac_word" >&5
+echo "$as_me:5572: found $ac_dir/$ac_word" >&5
break
done
@@ -5561,10 +5578,10 @@ fi
fi
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
if test -n "$ac_ct_DLLTOOL"; then
- echo "$as_me:5564: result: $ac_ct_DLLTOOL" >&5
+ echo "$as_me:5581: result: $ac_ct_DLLTOOL" >&5
echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
else
- echo "$as_me:5567: result: no" >&5
+ echo "$as_me:5584: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5576,7 +5593,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:5579: checking for $ac_word" >&5
+echo "$as_me:5596: 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
@@ -5591,7 +5608,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:5594: found $ac_dir/$ac_word" >&5
+echo "$as_me:5611: found $ac_dir/$ac_word" >&5
break
done
@@ -5599,10 +5616,10 @@ fi
fi
AS=$ac_cv_prog_AS
if test -n "$AS"; then
- echo "$as_me:5602: result: $AS" >&5
+ echo "$as_me:5619: result: $AS" >&5
echo "${ECHO_T}$AS" >&6
else
- echo "$as_me:5605: result: no" >&5
+ echo "$as_me:5622: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5611,7 +5628,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:5614: checking for $ac_word" >&5
+echo "$as_me:5631: 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
@@ -5626,7 +5643,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:5629: found $ac_dir/$ac_word" >&5
+echo "$as_me:5646: found $ac_dir/$ac_word" >&5
break
done
@@ -5635,10 +5652,10 @@ fi
fi
ac_ct_AS=$ac_cv_prog_ac_ct_AS
if test -n "$ac_ct_AS"; then
- echo "$as_me:5638: result: $ac_ct_AS" >&5
+ echo "$as_me:5655: result: $ac_ct_AS" >&5
echo "${ECHO_T}$ac_ct_AS" >&6
else
- echo "$as_me:5641: result: no" >&5
+ echo "$as_me:5658: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5650,7 +5667,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:5653: checking for $ac_word" >&5
+echo "$as_me:5670: 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
@@ -5665,7 +5682,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:5668: found $ac_dir/$ac_word" >&5
+echo "$as_me:5685: found $ac_dir/$ac_word" >&5
break
done
@@ -5673,10 +5690,10 @@ fi
fi
OBJDUMP=$ac_cv_prog_OBJDUMP
if test -n "$OBJDUMP"; then
- echo "$as_me:5676: result: $OBJDUMP" >&5
+ echo "$as_me:5693: result: $OBJDUMP" >&5
echo "${ECHO_T}$OBJDUMP" >&6
else
- echo "$as_me:5679: result: no" >&5
+ echo "$as_me:5696: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5685,7 +5702,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:5688: checking for $ac_word" >&5
+echo "$as_me:5705: 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
@@ -5700,7 +5717,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:5703: found $ac_dir/$ac_word" >&5
+echo "$as_me:5720: found $ac_dir/$ac_word" >&5
break
done
@@ -5709,10 +5726,10 @@ fi
fi
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
if test -n "$ac_ct_OBJDUMP"; then
- echo "$as_me:5712: result: $ac_ct_OBJDUMP" >&5
+ echo "$as_me:5729: result: $ac_ct_OBJDUMP" >&5
echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
else
- echo "$as_me:5715: result: no" >&5
+ echo "$as_me:5732: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5723,13 +5740,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:5726: checking if libtool should supply DllMain function" >&5
+ echo "$as_me:5743: 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 5732 "configure"
+#line 5749 "configure"
#include "confdefs.h"
int
@@ -5742,16 +5759,16 @@ extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5745: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5762: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5748: \$? = $ac_status" >&5
+ echo "$as_me:5765: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5751: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5768: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5754: \$? = $ac_status" >&5
+ echo "$as_me:5771: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_need_dllmain=no
else
@@ -5761,7 +5778,7 @@ lt_cv_need_dllmain=yes
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5764: result: $lt_cv_need_dllmain" >&5
+echo "$as_me:5781: result: $lt_cv_need_dllmain" >&5
echo "${ECHO_T}$lt_cv_need_dllmain" >&6
case $host/$CC in
@@ -5770,13 +5787,13 @@ echo "${ECHO_T}$lt_cv_need_dllmain" >&6
# require "-mdll"
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -mdll"
- echo "$as_me:5773: checking how to link DLLs" >&5
+ echo "$as_me:5790: 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 5779 "configure"
+#line 5796 "configure"
#include "confdefs.h"
int
@@ -5788,16 +5805,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5791: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5808: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5794: \$? = $ac_status" >&5
+ echo "$as_me:5811: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5797: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5814: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5800: \$? = $ac_status" >&5
+ echo "$as_me:5817: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_dll_switch=-mdll
else
@@ -5807,7 +5824,7 @@ lt_cv_cc_dll_switch=-dll
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5810: result: $lt_cv_cc_dll_switch" >&5
+echo "$as_me:5827: result: $lt_cv_cc_dll_switch" >&5
echo "${ECHO_T}$lt_cv_cc_dll_switch" >&6
CFLAGS="$SAVE_CFLAGS" ;;
*-*-cygwin* | *-*-pw32*)
@@ -5894,15 +5911,22 @@ old_postinstall_cmds='chmod 644 $oldlib'
old_postuninstall_cmds=
if test -n "$RANLIB"; then
+ case $host_os in
+ openbsd*)
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+ ;;
+ *)
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ ;;
+ esac
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
fi
# Allow CC to be a program name with arguments.
set dummy $CC
compiler="$2"
-echo "$as_me:5905: checking for objdir" >&5
+echo "$as_me:5929: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6
rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null
@@ -5913,7 +5937,7 @@ else
objdir=_libs
fi
rmdir .libs 2>/dev/null
-echo "$as_me:5916: result: $objdir" >&5
+echo "$as_me:5940: result: $objdir" >&5
echo "${ECHO_T}$objdir" >&6
# Check whether --with-pic or --without-pic was given.
@@ -5928,7 +5952,7 @@ test -z "$pic_mode" && pic_mode=default
# We assume here that the value for lt_cv_prog_cc_pic will not be cached
# in isolation, and that seeing it set (from the cache) indicates that
# the associated values are set (in the cache) correctly too.
-echo "$as_me:5931: checking for $compiler option to produce PIC" >&5
+echo "$as_me:5955: checking for $compiler option to produce PIC" >&5
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
if test "${lt_cv_prog_cc_pic+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5951,7 +5975,7 @@ else
# libC (AIX C++ library), which obviously doesn't included in libraries
# list by gcc. This cause undefined symbols with -static flags.
# This hack allows C programs to be linked with "-static -ldl", but
- # we not sure about C++ programs.
+ # not sure about C++ programs.
lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
;;
amigaos*)
@@ -5986,13 +6010,13 @@ else
# PORTME Check for PIC flags for the system compiler.
case $host_os in
aix3* | aix4* | aix5*)
+ lt_cv_prog_cc_wl='-Wl,'
# All AIX code is PIC.
if test "$host_cpu" = ia64; then
- # AIX 5 now supports IA64 processor
- lt_cv_prog_cc_static='-Bstatic'
- lt_cv_prog_cc_wl='-Wl,'
+ # AIX 5 now supports IA64 processor
+ lt_cv_prog_cc_static='-Bstatic'
else
- lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
+ lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
fi
;;
@@ -6048,9 +6072,9 @@ else
lt_cv_prog_cc_pic='-KPIC'
lt_cv_prog_cc_static='-Bstatic'
if test "x$host_vendor" = xsni; then
- lt_cv_prog_cc_wl='-LD'
+ lt_cv_prog_cc_wl='-LD'
else
- lt_cv_prog_cc_wl='-Wl,'
+ lt_cv_prog_cc_wl='-Wl,'
fi
;;
@@ -6075,14 +6099,14 @@ else
fi
if test -z "$lt_cv_prog_cc_pic"; then
- echo "$as_me:6078: result: none" >&5
+ echo "$as_me:6102: result: none" >&5
echo "${ECHO_T}none" >&6
else
- echo "$as_me:6081: result: $lt_cv_prog_cc_pic" >&5
+ echo "$as_me:6105: result: $lt_cv_prog_cc_pic" >&5
echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
# Check to make sure the pic_flag actually works.
- echo "$as_me:6085: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
+ echo "$as_me:6109: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
if test "${lt_cv_prog_cc_pic_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6090,7 +6114,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
cat >conftest.$ac_ext <<_ACEOF
-#line 6093 "configure"
+#line 6117 "configure"
#include "confdefs.h"
int
@@ -6102,16 +6126,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6105: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6129: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6108: \$? = $ac_status" >&5
+ echo "$as_me:6132: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6111: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6135: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6114: \$? = $ac_status" >&5
+ echo "$as_me:6138: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
case $host_os in
hpux9* | hpux10* | hpux11*)
@@ -6147,23 +6171,23 @@ fi
lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
fi
- echo "$as_me:6150: result: $lt_cv_prog_cc_pic_works" >&5
+ echo "$as_me:6174: result: $lt_cv_prog_cc_pic_works" >&5
echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
fi
# Check for any special shared library compilation flags.
if test -n "$lt_cv_prog_cc_shlib"; then
- { echo "$as_me:6156: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:6180: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
else
- { echo "$as_me:6160: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:6184: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
lt_cv_prog_cc_can_build_shared=no
fi
fi
-echo "$as_me:6166: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
+echo "$as_me:6190: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
if test "${lt_cv_prog_cc_static_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6172,7 +6196,7 @@ else
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
cat >conftest.$ac_ext <<_ACEOF
-#line 6175 "configure"
+#line 6199 "configure"
#include "confdefs.h"
int
@@ -6184,16 +6208,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6187: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6211: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6190: \$? = $ac_status" >&5
+ echo "$as_me:6214: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6193: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6217: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6196: \$? = $ac_status" >&5
+ echo "$as_me:6220: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_prog_cc_static_works=yes
else
@@ -6207,7 +6231,7 @@ fi
# Belt *and* braces to stop my trousers falling down:
test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
-echo "$as_me:6210: result: $lt_cv_prog_cc_static_works" >&5
+echo "$as_me:6234: result: $lt_cv_prog_cc_static_works" >&5
echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
pic_flag="$lt_cv_prog_cc_pic"
@@ -6218,7 +6242,7 @@ no_builtin_flag="$lt_cv_prog_cc_no_builtin"
can_build_shared="$lt_cv_prog_cc_can_build_shared"
# Check to see if options -o and -c are simultaneously supported by compiler
-echo "$as_me:6221: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:6245: 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_compiler_c_o+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6238,7 +6262,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:6241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:6265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
if test -s out/conftest.err; then
@@ -6262,12 +6286,12 @@ $rm -r conftest 2>/dev/null
fi
compiler_c_o=$lt_cv_compiler_c_o
-echo "$as_me:6265: result: $compiler_c_o" >&5
+echo "$as_me:6289: result: $compiler_c_o" >&5
echo "${ECHO_T}$compiler_c_o" >&6
if test x"$compiler_c_o" = x"yes"; then
# Check to see if we can write to a .lo
- echo "$as_me:6270: checking if $compiler supports -c -o file.lo" >&5
+ echo "$as_me:6294: checking if $compiler supports -c -o file.lo" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
if test "${lt_cv_compiler_o_lo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6276,8 +6300,10 @@ else
lt_cv_compiler_o_lo=no
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -c -o conftest.lo"
+ save_objext="$ac_objext"
+ ac_objext=lo
cat >conftest.$ac_ext <<_ACEOF
-#line 6280 "configure"
+#line 6306 "configure"
#include "confdefs.h"
int
@@ -6289,16 +6315,16 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6292: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6318: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6295: \$? = $ac_status" >&5
+ echo "$as_me:6321: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6298: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6324: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6301: \$? = $ac_status" >&5
+ echo "$as_me:6327: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -6313,13 +6339,14 @@ else
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
+ ac_objext="$save_objext"
CFLAGS="$save_CFLAGS"
fi
compiler_o_lo=$lt_cv_compiler_o_lo
- echo "$as_me:6321: result: $compiler_c_lo" >&5
-echo "${ECHO_T}$compiler_c_lo" >&6
+ echo "$as_me:6348: result: $compiler_o_lo" >&5
+echo "${ECHO_T}$compiler_o_lo" >&6
else
compiler_o_lo=no
fi
@@ -6328,7 +6355,7 @@ fi
hard_links="nottested"
if test "$compiler_c_o" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user
- echo "$as_me:6331: checking if we can lock with hard links" >&5
+ echo "$as_me:6358: 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*
@@ -6336,10 +6363,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:6339: result: $hard_links" >&5
+ echo "$as_me:6366: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:6342: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:6369: 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
@@ -6349,14 +6376,14 @@ fi
if test "$GCC" = yes; then
# Check to see if options -fno-rtti -fno-exceptions are supported by compiler
- echo "$as_me:6352: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:6379: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
echo "int some_variable = 0;" > conftest.$ac_ext
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
compiler_rtti_exceptions=no
cat >conftest.$ac_ext <<_ACEOF
-#line 6359 "configure"
+#line 6386 "configure"
#include "confdefs.h"
int
@@ -6368,16 +6395,16 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6371: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6398: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6374: \$? = $ac_status" >&5
+ echo "$as_me:6401: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6377: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6404: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6380: \$? = $ac_status" >&5
+ echo "$as_me:6407: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -6393,7 +6420,7 @@ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
- echo "$as_me:6396: result: $compiler_rtti_exceptions" >&5
+ echo "$as_me:6423: result: $compiler_rtti_exceptions" >&5
echo "${ECHO_T}$compiler_rtti_exceptions" >&6
if test "$compiler_rtti_exceptions" = "yes"; then
@@ -6404,7 +6431,7 @@ echo "${ECHO_T}$compiler_rtti_exceptions" >&6
fi
# See if the linker supports building shared libraries.
-echo "$as_me:6407: checking whether the linker ($LD) supports shared libraries" >&5
+echo "$as_me:6434: checking whether the linker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
allow_undefined_flag=
@@ -6446,7 +6473,7 @@ exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
extract_expsyms_cmds=
case $host_os in
-cygwin* | mingw* | pw32* )
+cygwin* | mingw* | pw32*)
# FIXME: the MSVC++ port hasn't been tested in a loooong time
# When not using gcc, we currently assume that we are using
# Microsoft Visual C++.
@@ -6454,7 +6481,9 @@ cygwin* | mingw* | pw32* )
with_gnu_ld=no
fi
;;
-
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
ld_shlibs=yes
@@ -6560,18 +6589,18 @@ EOF
# is EXPORTS), use it as is.
# If DATA tags from a recent dlltool are present, honour them!
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
+ cp $export_symbols $output_objdir/$soname-def;
else
- echo EXPORTS > $output_objdir/$soname-def;
- _lt_hint=1;
- cat $export_symbols | while read symbol; do
- set dummy \$symbol;
- case \$# in
- 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
- *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
- esac;
- _lt_hint=`expr 1 + \$_lt_hint`;
- done;
+ echo EXPORTS > $output_objdir/$soname-def;
+ _lt_hint=1;
+ cat $export_symbols | while read symbol; do
+ set dummy \$symbol;
+ case \$# in
+ 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
+ *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
+ esac;
+ _lt_hint=`expr 1 + \$_lt_hint`;
+ done;
fi~
'"$ltdll_cmds"'
$CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
@@ -6666,80 +6695,96 @@ else
;;
aix4* | aix5*)
+ if test "$host_cpu" = ia64; then
+ # On IA64, the linker does run time linking by default, so we don't
+ # have to do anything special.
+ aix_use_runtimelinking=no
+ exp_sym_flag='-Bexport'
+ no_entry_flag=""
+ else
+ aix_use_runtimelinking=no
+
+ # Test if we are trying to use run time linking or normal
+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+ # need to do runtime linking.
+ case $host_os in aix4.[23]|aix4.[23].*|aix5*)
+ for ld_flag in $LDFLAGS; do
+ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+ aix_use_runtimelinking=yes
+ break
+ fi
+ done
+ esac
+
+ exp_sym_flag='-bexport'
+ no_entry_flag='-bnoentry'
+ fi
+
# When large executables or shared objects are built, AIX ld can
# have problems creating the table of contents. If linking a library
# or program results in "error TOC overflow" add -mminimal-toc to
# CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
# enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
+ hardcode_direct=yes
archive_cmds=''
hardcode_libdir_separator=':'
if test "$GCC" = yes; then
- collect2name=`${CC} -print-prog-name=collect2`
- if test -f "$collect2name" && \
- strings "$collect2name" | grep resolve_lib_name >/dev/null
- then
- # We have reworked collect2
- hardcode_direct=yes
- else
- # We have old collect2
- hardcode_direct=unsupported
- # It fails to find uninstalled libraries when the uninstalled
- # path is not listed in the libpath. Setting hardcode_minus_L
- # to unsupported forces relinking
- hardcode_minus_L=yes
- hardcode_libdir_flag_spec='-L$libdir'
- hardcode_libdir_separator=
- fi
+ case $host_os in aix4.[012]|aix4.[012].*)
+ collect2name=`${CC} -print-prog-name=collect2`
+ if test -f "$collect2name" && \
+ strings "$collect2name" | grep resolve_lib_name >/dev/null
+ then
+ # We have reworked collect2
+ hardcode_direct=yes
+ else
+ # We have old collect2
+ hardcode_direct=unsupported
+ # It fails to find uninstalled libraries when the uninstalled
+ # path is not listed in the libpath. Setting hardcode_minus_L
+ # to unsupported forces relinking
+ hardcode_minus_L=yes
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_libdir_separator=
+ fi
+ esac
+
shared_flag='-shared'
else
+ # not using gcc
if test "$host_cpu" = ia64; then
- shared_flag='-G'
+ shared_flag='${wl}-G'
else
- shared_flag='${wl}-bM:SRE'
+ if test "$aix_use_runtimelinking" = yes; then
+ shared_flag='${wl}-G'
+ else
+ shared_flag='${wl}-bM:SRE'
+ fi
fi
- hardcode_direct=yes
fi
- if test "$host_cpu" = ia64; then
- # On IA64, the linker does run time linking by default, so we don't
- # have to do anything special.
- aix_use_runtimelinking=no
- exp_sym_flag='-Bexport'
- no_entry_flag=""
- else
- # Test if we are trying to use run time linking, or normal AIX style linking.
- # If -brtl is somewhere in LDFLAGS, we need to do run time linking.
- aix_use_runtimelinking=no
- for ld_flag in $LDFLAGS; do
- if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
- aix_use_runtimelinking=yes
- break
- fi
- done
- exp_sym_flag='-bexport'
- no_entry_flag='-bnoentry'
- fi
# It seems that -bexpall can do strange things, so it is better to
# generate a list of symbols to export.
always_export_symbols=yes
if test "$aix_use_runtimelinking" = yes; then
+ # Warning - without using the other runtime loading flags (-brtl),
+ # -berok will link without error, but may produce a broken library.
+ allow_undefined_flag='-berok'
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
- allow_undefined_flag=' -Wl,-G'
- archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+ archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
else
if test "$host_cpu" = ia64; then
- hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
- allow_undefined_flag="-znodefs"
- archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
+ hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+ allow_undefined_flag="-z nodefs"
+ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
else
- hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
- # Warning - without using the other run time loading flags, -berok will
- # link without error, but may produce a broken library.
- allow_undefined_flag='${wl}-berok'
- # This is a bit strange, but is similar to how AIX traditionally builds
- # it's shared libraries.
- archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
+ hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
+ # Warning - without using the other run time loading flags,
+ # -berok will link without error, but may produce a broken library.
+ allow_undefined_flag='${wl}-berok'
+ # This is a bit strange, but is similar to how AIX traditionally builds
+ # it's shared libraries.
+ archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
fi
fi
;;
@@ -6771,11 +6816,18 @@ else
;;
darwin* | rhapsody*)
- allow_undefined_flag='-undefined suppress'
+ case "$host_os" in
+ rhapsody* | darwin1.[012])
+ allow_undefined_flag='-undefined suppress'
+ ;;
+ *) # Darwin 1.3 on
+ allow_undefined_flag='-flat_namespace -undefined suppress'
+ ;;
+ esac
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
- archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+ archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
@@ -6850,7 +6902,7 @@ else
;;
newsos6)
- archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
+ archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
hardcode_direct=yes
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
hardcode_libdir_separator=:
@@ -6858,10 +6910,24 @@ else
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ export_dynamic_flag_spec='${wl}-E'
+ else
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ ;;
+ esac
+ fi
;;
os2*)
@@ -6906,6 +6972,7 @@ else
hardcode_shlibpath_var=no
runpath_var=LD_RUN_PATH
hardcode_runpath_var=yes
+ export_dynamic_flag_spec='${wl}-Bexport'
;;
solaris*)
@@ -6941,7 +7008,7 @@ else
sysv4)
if test "x$host_vendor" = xsno; then
- archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linkopts'
+ archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
hardcode_direct=yes # is this really true???
else
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
@@ -7016,12 +7083,12 @@ else
;;
esac
fi
-echo "$as_me:7019: result: $ld_shlibs" >&5
+echo "$as_me:7086: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
# Check hardcoding attributes.
-echo "$as_me:7024: checking how to hardcode library paths into programs" >&5
+echo "$as_me:7091: 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" || \
@@ -7045,20 +7112,20 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:7048: result: $hardcode_action" >&5
+echo "$as_me:7115: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
striplib=
old_striplib=
-echo "$as_me:7053: checking whether stripping libraries is possible" >&5
+echo "$as_me:7120: 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:7058: result: yes" >&5
+ echo "$as_me:7125: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:7061: result: no" >&5
+ echo "$as_me:7128: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -7066,7 +7133,7 @@ reload_cmds='$LD$reload_flag -o $output$reload_objs'
test -z "$deplibs_check_method" && deplibs_check_method=unknown
# PORTME Fill in your ld.so characteristics
-echo "$as_me:7069: checking dynamic linker characteristics" >&5
+echo "$as_me:7136: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -7107,20 +7174,22 @@ aix4* | aix5*)
case $host_os in
aix4 | aix4.[01] | aix4.[01].*)
if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
- echo ' yes '
- echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
- :
+ echo ' yes '
+ echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
+ :
else
- can_build_shared=no
+ can_build_shared=no
fi
;;
esac
- # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
- # soname into executable. Probably we can add versioning support to
- # collect2, so additional links can be useful in future.
+ # AIX (on Power*) has no versioning support, so currently we can
+ # not hardcode correct soname into executable. Probably we can
+ # add versioning support to collect2, so additional links can
+ # be useful in future.
if test "$aix_use_runtimelinking" = yes; then
- # If using run time linking (on AIX 4.2 or later) use lib<name>.so instead of
- # lib<name>.a to let people know that these are not typical AIX shared libraries.
+ # If using run time linking (on AIX 4.2 or later) use lib<name>.so
+ # instead of lib<name>.a to let people know that these are not
+ # typical AIX shared libraries.
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
else
# We preserve .a as extension for shared libraries through AIX4.2
@@ -7129,7 +7198,6 @@ aix4* | aix5*)
soname_spec='${libname}${release}.so$major'
fi
shlibpath_var=LIBPATH
- deplibs_check_method=pass_all
fi
;;
@@ -7342,9 +7410,19 @@ newsos6)
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
+ need_lib_prefix=no
+ need_version=no
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ case "$host_os" in
+ openbsd2.[89] | openbsd2.[89].*)
+ shlibpath_overrides_runpath=no
+ ;;
+ *)
+ shlibpath_overrides_runpath=yes
+ ;;
+ esac
+ else
+ shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
@@ -7448,16 +7526,47 @@ sysv4*MP*)
dynamic_linker=no
;;
esac
-echo "$as_me:7451: result: $dynamic_linker" >&5
+echo "$as_me:7529: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
# Report the final consequences.
-echo "$as_me:7456: checking if libtool supports shared libraries" >&5
+echo "$as_me:7534: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:7458: result: $can_build_shared" >&5
+echo "$as_me:7536: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
+echo "$as_me:7539: 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
+
+# On AIX, shared libraries and static libraries use the same namespace, and
+# are all built from PIC.
+case "$host_os" in
+aix3*)
+ test "$enable_shared" = yes && enable_static=no
+ if test -n "$RANLIB"; then
+ archive_cmds="$archive_cmds~\$RANLIB \$lib"
+ postinstall_cmds='$RANLIB $lib'
+ fi
+ ;;
+
+aix4*)
+ if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+ test "$enable_shared" = yes && enable_static=no
+ fi
+ ;;
+esac
+echo "$as_me:7560: result: $enable_shared" >&5
+echo "${ECHO_T}$enable_shared" >&6
+
+echo "$as_me:7563: 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:7567: result: $enable_static" >&5
+echo "${ECHO_T}$enable_static" >&6
+
if test "$hardcode_action" = relink; then
# Fast installation is not supported
enable_fast_install=no
@@ -7493,15 +7602,76 @@ else
;;
*)
- echo "$as_me:7496: 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 "$as_me:7605: 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 7611 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char shl_load (); below. */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error. */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char shl_load ();
+char (*f) ();
+
+int
+main ()
+{
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined (__stub_shl_load) || defined (__stub___shl_load)
+choke me
+#else
+f = shl_load;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:7642: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:7645: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:7648: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7651: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_func_shl_load=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_shl_load=no
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+fi
+echo "$as_me:7661: 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:7666: 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
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl $LIBS"
+LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7504 "configure"
+#line 7674 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -7510,48 +7680,48 @@ extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char dlopen ();
+char shl_load ();
int
main ()
{
-dlopen ();
+shl_load ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7523: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7693: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7526: \$? = $ac_status" >&5
+ echo "$as_me:7696: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7529: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7699: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7532: \$? = $ac_status" >&5
+ echo "$as_me:7702: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_lib_dl_dlopen=yes
+ ac_cv_lib_dld_shl_load=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-ac_cv_lib_dl_dlopen=no
+ac_cv_lib_dld_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7543: 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"
+echo "$as_me:7713: 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:7548: checking for dlopen" >&5
+ echo "$as_me:7718: 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 7554 "configure"
+#line 7724 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -7582,16 +7752,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7585: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7755: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7588: \$? = $ac_status" >&5
+ echo "$as_me:7758: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7591: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7761: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7594: \$? = $ac_status" >&5
+ echo "$as_me:7764: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -7601,73 +7771,64 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7604: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:7774: 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:7609: 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 "$as_me:7779: 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
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 7615 "configure"
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+#line 7787 "configure"
#include "confdefs.h"
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char shl_load (); below. */
-#include <assert.h>
+
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char shl_load ();
-char (*f) ();
-
+char dlopen ();
int
main ()
{
-/* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
-choke me
-#else
-f = shl_load;
-#endif
-
+dlopen ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7646: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7806: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7649: \$? = $ac_status" >&5
+ echo "$as_me:7809: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7652: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7812: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7655: \$? = $ac_status" >&5
+ echo "$as_me:7815: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_func_shl_load=yes
+ ac_cv_lib_dl_dlopen=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-ac_cv_func_shl_load=no
+ac_cv_lib_dl_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7665: 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"
+echo "$as_me:7826: 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:7670: checking for dlopen in -lsvld" >&5
+ echo "$as_me:7831: 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
@@ -7675,7 +7836,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7678 "configure"
+#line 7839 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -7694,16 +7855,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7697: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7858: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7700: \$? = $ac_status" >&5
+ echo "$as_me:7861: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7703: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7864: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7706: \$? = $ac_status" >&5
+ echo "$as_me:7867: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -7714,20 +7875,20 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7717: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:7878: 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:7722: 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 "$as_me:7883: 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
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7730 "configure"
+#line 7891 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -7736,39 +7897,39 @@ extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char shl_load ();
+char dld_link ();
int
main ()
{
-shl_load ();
+dld_link ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7749: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7910: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7752: \$? = $ac_status" >&5
+ echo "$as_me:7913: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7755: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7916: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7758: \$? = $ac_status" >&5
+ echo "$as_me:7919: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_lib_dld_shl_load=yes
+ ac_cv_lib_dld_dld_link=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-ac_cv_lib_dld_shl_load=no
+ac_cv_lib_dld_dld_link=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7769: 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
+echo "$as_me:7930: 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"
fi
@@ -7780,6 +7941,8 @@ fi
fi
+fi
+
;;
esac
@@ -7800,7 +7963,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:7803: checking whether a program can dlopen itself" >&5
+ echo "$as_me:7966: 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
@@ -7811,7 +7974,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 7814 "configure"
+#line 7977 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -7872,10 +8035,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:7875: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:8038: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7878: \$? = $ac_status" >&5
+ echo "$as_me:8041: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -7892,12 +8055,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:7895: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:8058: 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:7900: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:8063: 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
@@ -7908,7 +8071,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 7911 "configure"
+#line 8074 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -7969,10 +8132,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:7972: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:8135: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7975: \$? = $ac_status" >&5
+ echo "$as_me:8138: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -7989,7 +8152,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:7992: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:8155: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -8019,7 +8182,7 @@ 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:8022: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:8185: checking whether -lc should be explicitly linked in" >&5
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8027,10 +8190,10 @@ else
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo "$as_me:8030: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:8193: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8033: \$? = $ac_status" >&5
+ echo "$as_me:8196: \$? = $ac_status" >&5
(exit $ac_status); }; then
soname=conftest
lib=conftest
@@ -8044,10 +8207,10 @@ else
libname=conftest
save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { (eval echo "$as_me:8047: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:8210: \"$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:8050: \$? = $ac_status" >&5
+ echo "$as_me:8213: \$? = $ac_status" >&5
(exit $ac_status); }
then
lt_cv_archive_cmds_need_lc=no
@@ -8060,7 +8223,7 @@ else
fi
fi
- echo "$as_me:8063: result: $lt_cv_archive_cmds_need_lc" >&5
+ echo "$as_me:8226: result: $lt_cv_archive_cmds_need_lc" >&5
echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
;;
esac
@@ -8101,6 +8264,7 @@ if test -f "$ltmain"; then
old_striplib striplib file_magic_cmd export_symbols_cmds \
deplibs_check_method allow_undefined_flag no_undefined_flag \
finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
+ global_symbol_to_c_name_address \
hardcode_libdir_flag_spec hardcode_libdir_separator \
sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
@@ -8167,12 +8331,12 @@ SHELL=$lt_SHELL
# Whether or not to build shared libraries.
build_libtool_libs=$enable_shared
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$need_lc
-
# Whether or not to build static libraries.
build_old_libs=$enable_static
+# Whether or not to add -lc for building shared libraries.
+build_libtool_need_lc=$need_lc
+
# Whether or not to optimize for fast installation.
fast_install=$enable_fast_install
@@ -8338,6 +8502,9 @@ global_symbol_pipe=$lt_global_symbol_pipe
# Transform the output of nm in a proper C declaration
global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
+# Transform the output of nm in a C name address pair
+global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
+
# This is the shared library runtime path variable.
runpath_var=$runpath_var
@@ -8460,9 +8627,9 @@ EOF
# return TRUE;
# }
# /* ltdll.c ends here */
- # This is a source program that is used to create import libraries
- # on Windows for dlls which lack them. Don't remove nor modify the
- # starting and closing comments
+ # This is a source program that is used to create import libraries
+ # on Windows for dlls which lack them. Don't remove nor modify the
+ # starting and closing comments
# /* impgen.c starts here */
# /* Copyright (C) 1999-2000 Free Software Foundation, Inc.
#
@@ -8628,7 +8795,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:8631: error: cannot create both shared and static libraries on this system, --disable one of the two" >&5
+ { { echo "$as_me:8798: 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; }; }
;;
@@ -8672,7 +8839,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:8675: checking if the assembler knows about MMX instructions" >&5
+ *mmx*) echo "$as_me:8842: 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
@@ -8682,10 +8849,10 @@ else
movq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:8685: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:8852: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:8688: \$? = $ac_status" >&5
+ echo "$as_me:8855: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_mmx=yes
@@ -8696,7 +8863,7 @@ case $host in
gmp_cv_asm_x86_mmx=movq-bug
fi
else
- { echo "$as_me:8699: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+ { echo "$as_me:8866: 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
@@ -8709,44 +8876,44 @@ fi
rm -f conftest*
fi
-echo "$as_me:8712: result: $gmp_cv_asm_x86_mmx" >&5
+echo "$as_me:8879: 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:8717: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:8884: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:8719: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:8886: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:8721: WARNING: | Host CPU has MMX code, but the assembler" >&5
+ { echo "$as_me:8888: 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:8723: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:8890: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:8725: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
+ { echo "$as_me:8892: 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:8727: WARNING: | movq operands are reversed." >&5
+ { echo "$as_me:8894: WARNING: | movq operands are reversed." >&5
echo "$as_me: WARNING: | movq operands are reversed." >&2;}
- { echo "$as_me:8729: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:8896: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
- { echo "$as_me:8731: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:8898: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:8733: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:8900: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
no)
- { echo "$as_me:8737: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:8904: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:8739: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:8906: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:8741: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+ { echo "$as_me:8908: 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:8743: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:8910: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:8745: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:8912: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;}
- { echo "$as_me:8747: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:8914: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:8749: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:8916: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
;;
esac
@@ -8766,7 +8933,7 @@ fi
;;
esac
case "$path" in
- *sse2*) echo "$as_me:8769: checking if the assembler knows about SSE2 instructions" >&5
+ *sse2*) echo "$as_me:8936: 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
@@ -8776,10 +8943,10 @@ else
paddq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:8779: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:8946: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:8782: \$? = $ac_status" >&5
+ echo "$as_me:8949: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_sse2=yes
@@ -8792,26 +8959,26 @@ fi
rm -f conftest*
fi
-echo "$as_me:8795: result: $gmp_cv_asm_x86_sse2" >&5
+echo "$as_me:8962: 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:8802: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:8969: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
- { echo "$as_me:8804: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:8971: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;}
- { echo "$as_me:8806: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5
+ { echo "$as_me:8973: 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:8808: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:8975: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;}
- { echo "$as_me:8810: WARNING: | Non-SSE2 replacements will be used." >&5
+ { echo "$as_me:8977: WARNING: | Non-SSE2 replacements will be used." >&5
echo "$as_me: WARNING: | Non-SSE2 replacements will be used." >&2;}
- { echo "$as_me:8812: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:8979: WARNING: | This will be an inferior build." >&5
echo "$as_me: WARNING: | This will be an inferior build." >&2;}
- { echo "$as_me:8814: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:8981: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: WARNING: +----------------------------------------------------------" >&2;}
tmp_path=
for i in $path; do
@@ -8832,13 +8999,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:8835: checking for ANSI C header files" >&5
+echo "$as_me:9002: 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 8841 "configure"
+#line 9008 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -8846,13 +9013,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:8849: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9016: \"$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:8855: \$? = $ac_status" >&5
+ echo "$as_me:9022: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8874,7 +9041,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 8877 "configure"
+#line 9044 "configure"
#include "confdefs.h"
#include <string.h>
@@ -8892,7 +9059,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 8895 "configure"
+#line 9062 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8913,7 +9080,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8916 "configure"
+#line 9083 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -8939,15 +9106,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:8942: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9109: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8945: \$? = $ac_status" >&5
+ echo "$as_me:9112: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:8947: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9114: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8950: \$? = $ac_status" >&5
+ echo "$as_me:9117: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -8960,7 +9127,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:8963: result: $ac_cv_header_stdc" >&5
+echo "$as_me:9130: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -8970,13 +9137,13 @@ EOF
fi
-echo "$as_me:8973: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:9140: 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 8979 "configure"
+#line 9146 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -8992,16 +9159,16 @@ return 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8995: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9162: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8998: \$? = $ac_status" >&5
+ echo "$as_me:9165: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9001: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9168: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9004: \$? = $ac_status" >&5
+ echo "$as_me:9171: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_header_time=yes
else
@@ -9011,7 +9178,7 @@ ac_cv_header_time=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9014: result: $ac_cv_header_time" >&5
+echo "$as_me:9181: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -9026,23 +9193,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 sys/types.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9029: checking for $ac_header" >&5
+echo "$as_me:9196: 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 9035 "configure"
+#line 9202 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:9039: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9206: \"$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:9045: \$? = $ac_status" >&5
+ echo "$as_me:9212: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9061,7 +9228,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:9064: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9231: 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
@@ -9078,28 +9245,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:9081: checking for $ac_header" >&5
+echo "$as_me:9248: 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 9087 "configure"
+#line 9254 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9093: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9260: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9096: \$? = $ac_status" >&5
+ echo "$as_me:9263: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9099: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9266: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9102: \$? = $ac_status" >&5
+ echo "$as_me:9269: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -9109,7 +9276,7 @@ eval "$as_ac_Header=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9112: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9279: 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
@@ -9119,13 +9286,13 @@ EOF
fi
done
-echo "$as_me:9122: checking whether optarg is declared" >&5
+echo "$as_me:9289: 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 9128 "configure"
+#line 9295 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9140,16 +9307,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9143: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9310: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9146: \$? = $ac_status" >&5
+ echo "$as_me:9313: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9149: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9316: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9152: \$? = $ac_status" >&5
+ echo "$as_me:9319: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_optarg=yes
else
@@ -9159,7 +9326,7 @@ ac_cv_have_decl_optarg=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9162: result: $ac_cv_have_decl_optarg" >&5
+echo "$as_me:9329: 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
@@ -9173,13 +9340,13 @@ else
EOF
fi
-echo "$as_me:9176: checking whether vfprintf is declared" >&5
+echo "$as_me:9343: 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 9182 "configure"
+#line 9349 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9194,16 +9361,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9197: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9364: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9200: \$? = $ac_status" >&5
+ echo "$as_me:9367: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9203: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9370: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9206: \$? = $ac_status" >&5
+ echo "$as_me:9373: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_vfprintf=yes
else
@@ -9213,7 +9380,7 @@ ac_cv_have_decl_vfprintf=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9216: result: $ac_cv_have_decl_vfprintf" >&5
+echo "$as_me:9383: 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
@@ -9228,13 +9395,13 @@ EOF
fi
-echo "$as_me:9231: checking return type of signal handlers" >&5
+echo "$as_me:9398: 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 9237 "configure"
+#line 9404 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -9256,16 +9423,16 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9259: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9426: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9262: \$? = $ac_status" >&5
+ echo "$as_me:9429: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9265: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9432: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9268: \$? = $ac_status" >&5
+ echo "$as_me:9435: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_signal=void
else
@@ -9275,7 +9442,7 @@ ac_cv_type_signal=int
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9278: result: $ac_cv_type_signal" >&5
+echo "$as_me:9445: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
@@ -9283,13 +9450,13 @@ cat >>confdefs.h <<EOF
EOF
# the default includes are sufficient for all these types
-echo "$as_me:9286: checking for intmax_t" >&5
+echo "$as_me:9453: 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 9292 "configure"
+#line 9459 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9304,16 +9471,16 @@ if (sizeof (intmax_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9307: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9474: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9310: \$? = $ac_status" >&5
+ echo "$as_me:9477: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9313: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9480: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9316: \$? = $ac_status" >&5
+ echo "$as_me:9483: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_intmax_t=yes
else
@@ -9323,7 +9490,7 @@ ac_cv_type_intmax_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9326: result: $ac_cv_type_intmax_t" >&5
+echo "$as_me:9493: 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
@@ -9332,13 +9499,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:9335: checking for long double" >&5
+echo "$as_me:9502: 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 9341 "configure"
+#line 9508 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9353,16 +9520,16 @@ if (sizeof (long double))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9356: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9523: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9359: \$? = $ac_status" >&5
+ echo "$as_me:9526: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9362: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9529: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9365: \$? = $ac_status" >&5
+ echo "$as_me:9532: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_double=yes
else
@@ -9372,7 +9539,7 @@ ac_cv_type_long_double=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9375: result: $ac_cv_type_long_double" >&5
+echo "$as_me:9542: 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
@@ -9381,13 +9548,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:9384: checking for long long" >&5
+echo "$as_me:9551: 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 9390 "configure"
+#line 9557 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9402,16 +9569,16 @@ if (sizeof (long long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9405: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9572: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9408: \$? = $ac_status" >&5
+ echo "$as_me:9575: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9411: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9578: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9414: \$? = $ac_status" >&5
+ echo "$as_me:9581: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_long=yes
else
@@ -9421,7 +9588,7 @@ ac_cv_type_long_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9424: result: $ac_cv_type_long_long" >&5
+echo "$as_me:9591: 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
@@ -9430,13 +9597,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:9433: checking for ptrdiff_t" >&5
+echo "$as_me:9600: 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 9439 "configure"
+#line 9606 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9451,16 +9618,16 @@ if (sizeof (ptrdiff_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9454: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9621: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9457: \$? = $ac_status" >&5
+ echo "$as_me:9624: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9460: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9627: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9463: \$? = $ac_status" >&5
+ echo "$as_me:9630: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_ptrdiff_t=yes
else
@@ -9470,7 +9637,7 @@ ac_cv_type_ptrdiff_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9473: result: $ac_cv_type_ptrdiff_t" >&5
+echo "$as_me:9640: 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
@@ -9479,13 +9646,13 @@ cat >>confdefs.h <<EOF
EOF
fi
-echo "$as_me:9482: checking for quad_t" >&5
+echo "$as_me:9649: 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 9488 "configure"
+#line 9655 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9500,16 +9667,16 @@ if (sizeof (quad_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9503: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9670: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9506: \$? = $ac_status" >&5
+ echo "$as_me:9673: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9509: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9676: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9512: \$? = $ac_status" >&5
+ echo "$as_me:9679: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_quad_t=yes
else
@@ -9519,7 +9686,7 @@ ac_cv_type_quad_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9522: result: $ac_cv_type_quad_t" >&5
+echo "$as_me:9689: 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
@@ -9529,13 +9696,13 @@ EOF
fi
-echo "$as_me:9532: checking for preprocessor stringizing operator" >&5
+echo "$as_me:9699: 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 9538 "configure"
+#line 9705 "configure"
#include "confdefs.h"
#define x(y) #y
@@ -9550,7 +9717,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:9553: result: $ac_cv_c_stringize" >&5
+echo "$as_me:9720: result: $ac_cv_c_stringize" >&5
echo "${ECHO_T}$ac_cv_c_stringize" >&6
if test $ac_cv_c_stringize = yes; then
@@ -9560,13 +9727,13 @@ EOF
fi
-echo "$as_me:9563: checking whether <stdarg.h> exists and works" >&5
+echo "$as_me:9730: 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 9569 "configure"
+#line 9736 "configure"
#include "confdefs.h"
#include <stdarg.h>
int foo (int x, ...)
@@ -9587,16 +9754,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9590: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9757: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9593: \$? = $ac_status" >&5
+ echo "$as_me:9760: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9596: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9763: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9599: \$? = $ac_status" >&5
+ echo "$as_me:9766: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_stdarg=yes
else
@@ -9607,7 +9774,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9610: result: $gmp_cv_c_stdarg" >&5
+echo "$as_me:9777: result: $gmp_cv_c_stdarg" >&5
echo "${ECHO_T}$gmp_cv_c_stdarg" >&6
if test $gmp_cv_c_stdarg = yes; then
@@ -9617,13 +9784,13 @@ EOF
fi
-echo "$as_me:9620: checking whether gcc __attribute__ ((const)) works" >&5
+echo "$as_me:9787: 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 9626 "configure"
+#line 9793 "configure"
#include "confdefs.h"
int foo (int x) __attribute__ ((const));
int
@@ -9635,16 +9802,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9638: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9805: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9641: \$? = $ac_status" >&5
+ echo "$as_me:9808: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9644: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9811: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9647: \$? = $ac_status" >&5
+ echo "$as_me:9814: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_const=yes
else
@@ -9655,7 +9822,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9658: result: $gmp_cv_c_attribute_const" >&5
+echo "$as_me:9825: 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
@@ -9665,7 +9832,7 @@ EOF
fi
-echo "$as_me:9668: checking whether gcc __attribute__ ((malloc)) works" >&5
+echo "$as_me:9835: 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
@@ -9674,10 +9841,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:9677: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:9844: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:9680: \$? = $ac_status" >&5
+ echo "$as_me:9847: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep "attribute directive ignored" conftest.out >/dev/null; then
gmp_cv_c_attribute_malloc=no
@@ -9691,7 +9858,7 @@ cat conftest.out >&5
rm -f conftest*
fi
-echo "$as_me:9694: result: $gmp_cv_c_attribute_malloc" >&5
+echo "$as_me:9861: 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
@@ -9701,13 +9868,13 @@ EOF
fi
-echo "$as_me:9704: checking whether gcc __attribute__ ((mode (XX))) works" >&5
+echo "$as_me:9871: 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 9710 "configure"
+#line 9877 "configure"
#include "confdefs.h"
typedef int SItype __attribute__ ((mode (SI)));
int
@@ -9719,16 +9886,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9722: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9889: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9725: \$? = $ac_status" >&5
+ echo "$as_me:9892: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9728: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9895: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9731: \$? = $ac_status" >&5
+ echo "$as_me:9898: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_mode=yes
else
@@ -9739,7 +9906,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9742: result: $gmp_cv_c_attribute_mode" >&5
+echo "$as_me:9909: 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
@@ -9749,13 +9916,13 @@ EOF
fi
-echo "$as_me:9752: checking whether gcc __attribute__ ((noreturn)) works" >&5
+echo "$as_me:9919: 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 9758 "configure"
+#line 9925 "configure"
#include "confdefs.h"
void foo (int x) __attribute__ ((noreturn));
int
@@ -9767,16 +9934,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9770: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9937: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9773: \$? = $ac_status" >&5
+ echo "$as_me:9940: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9776: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9943: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9779: \$? = $ac_status" >&5
+ echo "$as_me:9946: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_c_attribute_noreturn=yes
else
@@ -9787,7 +9954,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9790: result: $gmp_cv_c_attribute_noreturn" >&5
+echo "$as_me:9957: 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
@@ -9797,7 +9964,7 @@ EOF
fi
-echo "$as_me:9800: checking for inline" >&5
+echo "$as_me:9967: 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
@@ -9805,7 +9972,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9808 "configure"
+#line 9975 "configure"
#include "confdefs.h"
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
@@ -9814,16 +9981,16 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9817: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9984: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9820: \$? = $ac_status" >&5
+ echo "$as_me:9987: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9823: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9990: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9826: \$? = $ac_status" >&5
+ echo "$as_me:9993: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
@@ -9834,7 +10001,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:9837: result: $ac_cv_c_inline" >&5
+echo "$as_me:10004: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -9853,7 +10020,7 @@ case $ac_cv_c_inline in
no) ;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 9856 "configure"
+#line 10023 "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 */
@@ -9873,16 +10040,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9876: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10043: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9879: \$? = $ac_status" >&5
+ echo "$as_me:10046: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9882: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10049: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9885: \$? = $ac_status" >&5
+ echo "$as_me:10052: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -9892,7 +10059,7 @@ case $ac_cv_c_inline in
"") tmp_inline=inline ;;
*) tmp_inline=$ac_cv_c_inline ;;
esac
- { echo "$as_me:9895: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5
+ { echo "$as_me:10062: 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
@@ -9906,7 +10073,7 @@ case $host in
# These system don't have libm
;;
*-ncr-sysv4.3*)
- echo "$as_me:9909: checking for _mwvalidcheckl in -lmw" >&5
+ echo "$as_me:10076: 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
@@ -9914,7 +10081,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 9917 "configure"
+#line 10084 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -9933,16 +10100,16 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9936: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10103: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9939: \$? = $ac_status" >&5
+ echo "$as_me:10106: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9942: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10109: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9945: \$? = $ac_status" >&5
+ echo "$as_me:10112: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_mw__mwvalidcheckl=yes
else
@@ -9953,13 +10120,13 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:9956: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:10123: 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:9962: checking for main in -lm" >&5
+ echo "$as_me:10129: 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
@@ -9967,7 +10134,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 9970 "configure"
+#line 10137 "configure"
#include "confdefs.h"
int
@@ -9979,16 +10146,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9982: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10149: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9985: \$? = $ac_status" >&5
+ echo "$as_me:10152: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9988: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10155: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9991: \$? = $ac_status" >&5
+ echo "$as_me:10158: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -9999,7 +10166,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:10002: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:10169: 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"
@@ -10007,7 +10174,7 @@ fi
;;
*)
- echo "$as_me:10010: checking for main in -lm" >&5
+ echo "$as_me:10177: 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
@@ -10015,7 +10182,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 10018 "configure"
+#line 10185 "configure"
#include "confdefs.h"
int
@@ -10027,16 +10194,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10030: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10197: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10033: \$? = $ac_status" >&5
+ echo "$as_me:10200: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10036: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10203: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10039: \$? = $ac_status" >&5
+ echo "$as_me:10206: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -10047,7 +10214,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:10050: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:10217: 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"
@@ -10058,13 +10225,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:10061: checking for working alloca.h" >&5
+echo "$as_me:10228: 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 10067 "configure"
+#line 10234 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -10076,16 +10243,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10079: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10246: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10082: \$? = $ac_status" >&5
+ echo "$as_me:10249: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10085: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10252: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10088: \$? = $ac_status" >&5
+ echo "$as_me:10255: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_header_alloca=yes
else
@@ -10095,7 +10262,7 @@ gmp_cv_header_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10098: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:10265: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -10105,13 +10272,13 @@ EOF
fi
-echo "$as_me:10108: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:10275: 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 10114 "configure"
+#line 10281 "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 */
@@ -10129,16 +10296,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10132: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10299: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10135: \$? = $ac_status" >&5
+ echo "$as_me:10302: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10138: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10305: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10141: \$? = $ac_status" >&5
+ echo "$as_me:10308: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_alloca=yes
else
@@ -10148,7 +10315,7 @@ gmp_cv_func_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10151: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:10318: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -10158,7 +10325,7 @@ EOF
fi
-echo "$as_me:10161: checking how to allocate temporary memory" >&5
+echo "$as_me:10328: 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
@@ -10182,12 +10349,12 @@ else
esac
fi
-echo "$as_me:10185: result: $gmp_cv_option_alloca" >&5
+echo "$as_me:10352: 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:10190: error: --enable-alloca=alloca specified, but alloca not available" >&5
+ { { echo "$as_me:10357: 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
@@ -10223,14 +10390,14 @@ EOF
;;
*)
# checks at the start of configure.in should protect us
- { { echo "$as_me:10226: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5
+ { { echo "$as_me:10393: 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 10233 "configure"
+#line 10400 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -10251,22 +10418,22 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10254: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10421: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10257: \$? = $ac_status" >&5
+ echo "$as_me:10424: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:10260: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10427: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10263: \$? = $ac_status" >&5
+ echo "$as_me:10430: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ echo "$as_me:10269: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5
+{ echo "$as_me:10436: 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
@@ -10286,13 +10453,13 @@ esac
for ac_func in getpagesize getrusage gettimeofday localeconv memset 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:10289: checking for $ac_func" >&5
+echo "$as_me:10456: 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 10295 "configure"
+#line 10462 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -10323,16 +10490,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10326: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10493: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10329: \$? = $ac_status" >&5
+ echo "$as_me:10496: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10332: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10499: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10335: \$? = $ac_status" >&5
+ echo "$as_me:10502: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -10342,7 +10509,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10345: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:10512: 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
@@ -10352,13 +10519,13 @@ EOF
fi
done
-echo "$as_me:10355: checking for vsnprintf" >&5
+echo "$as_me:10522: 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 10361 "configure"
+#line 10528 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vsnprintf (); below. */
@@ -10389,16 +10556,16 @@ f = vsnprintf;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10392: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10559: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10395: \$? = $ac_status" >&5
+ echo "$as_me:10562: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10398: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10565: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10401: \$? = $ac_status" >&5
+ echo "$as_me:10568: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_vsnprintf=yes
else
@@ -10408,7 +10575,7 @@ ac_cv_func_vsnprintf=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10411: result: $ac_cv_func_vsnprintf" >&5
+echo "$as_me:10578: 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
@@ -10417,7 +10584,7 @@ else
fi
if test "$gmp_vsnprintf_exists" = yes; then
- echo "$as_me:10420: checking whether vsnprintf works" >&5
+ echo "$as_me:10587: 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
@@ -10426,7 +10593,7 @@ else
gmp_cv_func_vsnprintf=probably
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10429 "configure"
+#line 10596 "configure"
#include "confdefs.h"
#if HAVE_STDARG
@@ -10473,15 +10640,15 @@ main ()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:10476: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10643: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10479: \$? = $ac_status" >&5
+ echo "$as_me:10646: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:10481: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10648: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10484: \$? = $ac_status" >&5
+ echo "$as_me:10651: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_vsnprintf=yes
else
@@ -10494,10 +10661,10 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:10497: result: $gmp_cv_func_vsnprintf" >&5
+echo "$as_me:10664: 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:10500: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5
+ { echo "$as_me:10667: 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
@@ -10634,7 +10801,7 @@ EOF
fi
done
if test $found = no; then
- { { echo "$as_me:10637: error: no version of $tmp_fn found in path: $path" >&5
+ { { echo "$as_me:10804: 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
@@ -10649,7 +10816,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
-echo "$as_me:10652: checking for suitable m4" >&5
+echo "$as_me:10819: 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
@@ -10685,7 +10852,7 @@ EOF
done
IFS="$ac_save_ifs"
if test -z "$gmp_cv_prog_m4"; then
- { { echo "$as_me:10688: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5
+ { { echo "$as_me:10855: 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
@@ -10693,11 +10860,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:10696: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:10863: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
-echo "$as_me:10700: checking if m4wrap produces spurious output" >&5
+echo "$as_me:10867: 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
@@ -10719,7 +10886,7 @@ else
fi
fi
-echo "$as_me:10722: result: $gmp_cv_m4_m4wrap_spurious" >&5
+echo "$as_me:10889: 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
@@ -10734,7 +10901,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:10737: checking how to switch to text section" >&5
+ echo "$as_me:10904: 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
@@ -10746,11 +10913,11 @@ else
esac
fi
-echo "$as_me:10749: result: $gmp_cv_asm_text" >&5
+echo "$as_me:10916: 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:10753: checking how to switch to data section" >&5
+ echo "$as_me:10920: 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
@@ -10761,11 +10928,11 @@ else
esac
fi
-echo "$as_me:10764: result: $gmp_cv_asm_data" >&5
+echo "$as_me:10931: 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:10768: checking what assembly label suffix to use" >&5
+ echo "$as_me:10935: 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
@@ -10777,11 +10944,11 @@ else
esac
fi
-echo "$as_me:10780: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:10947: 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:10784: checking how to export a symbol" >&5
+ echo "$as_me:10951: 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
@@ -10792,11 +10959,11 @@ else
esac
fi
-echo "$as_me:10795: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:10962: 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:10799: checking if globals are prefixed by underscore" >&5
+echo "$as_me:10966: 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
@@ -10822,10 +10989,10 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s 1>&5"
- if { (eval echo "$as_me:10825: \"$gmp_compile\"") >&5
+ if { (eval echo "$as_me:10992: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:10828: \$? = $ac_status" >&5
+ echo "$as_me:10995: \$? = $ac_status" >&5
(exit $ac_status); }; then
eval tmp_result$tmp_underscore=yes
else
@@ -10835,7 +11002,7 @@ done
if test $tmp_result_ = yes; then
if test $tmp_result = yes; then
- { { echo "$as_me:10838: error: Test program unexpectedly links both with and without underscore." >&5
+ { { echo "$as_me:11005: 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
@@ -10845,7 +11012,7 @@ else
if test $tmp_result = yes; then
gmp_cv_asm_underscore=no
else
- { { echo "$as_me:10848: error: Test program links neither with nor without underscore." >&5
+ { { echo "$as_me:11015: 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
@@ -10853,7 +11020,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:10856: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:11023: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -10865,7 +11032,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
fi
-echo "$as_me:10868: checking how to switch to read-only data section" >&5
+echo "$as_me:11035: 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
@@ -10882,10 +11049,10 @@ EOF
echo "Test program:" >&5
cat conftest.c >&5
gmp_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c >&5"
-if { (eval echo "$as_me:10885: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:11052: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:10888: \$? = $ac_status" >&5
+ echo "$as_me:11055: \$? = $ac_status" >&5
(exit $ac_status); }; then
echo "Compiler output:" >&5
cat conftest.s >&5
@@ -10915,11 +11082,11 @@ if { (eval echo "$as_me:10885: \"$gmp_compile\"") >&5
fi
fi
-echo "$as_me:10918: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:11085: 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:10922: checking if the export directive needs an attribute" >&5
+ echo "$as_me:11089: 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
@@ -10930,11 +11097,11 @@ else
esac
fi
-echo "$as_me:10933: result: $gmp_cv_asm_globl_attr" >&5
+echo "$as_me:11100: 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:10937: checking how the .type assembly directive should be used" >&5
+ echo "$as_me:11104: 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
@@ -10944,10 +11111,10 @@ else
.type sym,${gmp_tmp_prefix}function
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:10947: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11114: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:10950: \$? = $ac_status" >&5
+ echo "$as_me:11117: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_type=".type \$1,${gmp_tmp_prefix}\$2"
@@ -10967,11 +11134,11 @@ if test -z "$gmp_cv_asm_type"; then
fi
fi
-echo "$as_me:10970: result: $gmp_cv_asm_type" >&5
+echo "$as_me:11137: 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:10974: checking if the .size assembly directive works" >&5
+ echo "$as_me:11141: 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
@@ -10980,10 +11147,10 @@ else
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:10983: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11150: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:10986: \$? = $ac_status" >&5
+ echo "$as_me:11153: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_size=".size \$1,\$2"
@@ -10996,11 +11163,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:10999: result: $gmp_cv_asm_size" >&5
+echo "$as_me:11166: 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:11003: checking what prefix to use for a local label" >&5
+echo "$as_me:11170: 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
@@ -11015,15 +11182,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:11018: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11185: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11021: \$? = $ac_status" >&5
+ echo "$as_me:11188: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
$NM conftest.o >&5 2>&5
if test $? != 0; then
- { echo "$as_me:11026: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:11193: 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
@@ -11044,12 +11211,12 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:11047: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:11214: 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:11052: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:11219: 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
@@ -11057,7 +11224,7 @@ cat >>confdefs.h <<EOF
#define LSYM_PREFIX "$gmp_cv_asm_lsym_prefix"
EOF
-echo "$as_me:11060: checking how to define a 32-bit word" >&5
+echo "$as_me:11227: 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
@@ -11082,10 +11249,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:11085: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11252: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11088: \$? = $ac_status" >&5
+ echo "$as_me:11255: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -11107,17 +11274,17 @@ rm -f conftest*
;;
esac
if test -z "$gmp_cv_asm_w32"; then
- { { echo "$as_me:11110: error: cannot determine how to define a 32-bit word" >&5
+ { { echo "$as_me:11277: 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:11116: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:11283: 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:11120: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:11287: 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
@@ -11132,10 +11299,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:11135: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11302: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11138: \$? = $ac_status" >&5
+ echo "$as_me:11305: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -11149,14 +11316,14 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:11152: error: cannot assemble alignment test" >&5
+ { { echo "$as_me:11319: 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:11159: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:11326: 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
@@ -11164,7 +11331,7 @@ echo "define(<ALIGN_LOGARITHMIC>,<$gmp_cv_asm_align_log>)" >> $gmp_tmpconfigm4
case $host in
m68*-*-*)
-echo "$as_me:11167: checking assembler instruction and register style" >&5
+echo "$as_me:11334: 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
@@ -11176,10 +11343,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:11179: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11346: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11182: \$? = $ac_status" >&5
+ echo "$as_me:11349: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_instruction=$i
@@ -11196,14 +11363,14 @@ rm -f conftest*
done
fi
-echo "$as_me:11199: result: $gmp_cv_asm_m68k_instruction" >&5
+echo "$as_me:11366: 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:11206: error: cannot determine assembler instruction and register style" >&5
+*) { { echo "$as_me:11373: 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
@@ -11212,7 +11379,7 @@ echo "define(<WANT_REGISTER_PERCENT>, <\`$want_register_percent'>)" >> $gmp_tmpc
echo "define(<WANT_DOT_SIZE>, <\`$want_dot_size'>)" >> $gmp_tmpconfigm4
-echo "$as_me:11215: checking assembler addressing style" >&5
+echo "$as_me:11382: 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
@@ -11220,14 +11387,14 @@ else
case $gmp_cv_asm_m68k_instruction in
addl*) movel=movel ;;
add.l*) movel=move.l ;;
-*) { { echo "$as_me:11223: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:11390: 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:11230: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:11397: 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
@@ -11236,10 +11403,10 @@ cat >conftest.s <<EOF
$movel $dreg, $areg@-
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:11239: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11406: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11242: \$? = $ac_status" >&5
+ echo "$as_me:11409: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=mit
@@ -11252,10 +11419,10 @@ else
$movel $dreg, -($areg)
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:11255: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11422: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11258: \$? = $ac_status" >&5
+ echo "$as_me:11425: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=motorola
@@ -11263,7 +11430,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:11266: error: cannot determine assembler addressing style" >&5
+ { { echo "$as_me:11433: error: cannot determine assembler addressing style" >&5
echo "$as_me: error: cannot determine assembler addressing style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -11273,12 +11440,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:11276: result: $gmp_cv_asm_m68k_addressing" >&5
+echo "$as_me:11443: 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:11281: checking assembler shortest branches" >&5
+echo "$as_me:11448: 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
@@ -11291,10 +11458,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:11294: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11461: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11297: \$? = $ac_status" >&5
+ echo "$as_me:11464: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_branches=$i
@@ -11311,10 +11478,10 @@ rm -f conftest*
done
fi
-echo "$as_me:11314: result: $gmp_cv_asm_m68k_branches" >&5
+echo "$as_me:11481: 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:11317: error: cannot determine assembler branching style" >&5
+ { { echo "$as_me:11484: error: cannot determine assembler branching style" >&5
echo "$as_me: error: cannot determine assembler branching style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -11324,7 +11491,7 @@ echo "define(<WANT_BRANCHES>, <\`$gmp_cv_asm_m68k_branches'>)" >> $gmp_tmpconfig
;;
power*-*-*)
-echo "$as_me:11327: checking if the assembler needs r on registers" >&5
+echo "$as_me:11494: 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
@@ -11334,10 +11501,10 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:11337: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11504: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11340: \$? = $ac_status" >&5
+ echo "$as_me:11507: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
@@ -11350,10 +11517,10 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:11353: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11520: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11356: \$? = $ac_status" >&5
+ echo "$as_me:11523: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
@@ -11361,7 +11528,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:11364: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5
+ { { echo "$as_me:11531: 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
@@ -11371,7 +11538,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:11374: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:11541: 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
@@ -11390,7 +11557,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:11393: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:11560: 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
@@ -11402,10 +11569,10 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:11405: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11572: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11408: \$? = $ac_status" >&5
+ echo "$as_me:11575: \$? = $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
@@ -11423,12 +11590,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:11426: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:11593: 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:11431: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:11598: 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
@@ -11438,10 +11605,10 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:11441: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:11608: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:11444: \$? = $ac_status" >&5
+ echo "$as_me:11611: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
@@ -11454,7 +11621,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:11457: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:11624: 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
@@ -11468,7 +11635,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:11471: checking how to call x86 mcount" >&5
+echo "$as_me:11638: 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();}
@@ -11476,10 +11643,10 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo "$as_me:11479: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:11646: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:11482: \$? = $ac_status" >&5
+ echo "$as_me:11649: \$? = $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`
@@ -11488,12 +11655,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:11491: error: Cannot find mcount call for non-PIC" >&5
+ { { echo "$as_me:11658: 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:11496: error: Cannot compile test program for non-PIC" >&5
+ { { echo "$as_me:11663: 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
@@ -11501,10 +11668,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:11504: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:11671: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:11507: \$? = $ac_status" >&5
+ echo "$as_me:11674: \$? = $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`
@@ -11513,12 +11680,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:11516: error: Cannot find mcount call for PIC" >&5
+ { { echo "$as_me:11683: 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:11521: error: Cannot compile test program for PIC" >&5
+ { { echo "$as_me:11688: error: Cannot compile test program for PIC" >&5
echo "$as_me: error: Cannot compile test program for PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -11533,7 +11700,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:11536: result: determined" >&5
+echo "$as_me:11703: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -11555,7 +11722,7 @@ for tmp_dir in $path; do
fi
done
if test -z "$gmp_mparam_source"; then
- { { echo "$as_me:11558: error: no version of gmp-mparam.h found in path: $path" >&5
+ { { echo "$as_me:11725: 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
@@ -11574,13 +11741,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:11577: checking for mp_limb_t" >&5
+ echo "$as_me:11744: 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 11583 "configure"
+#line 11750 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -11600,16 +11767,16 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11603: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11770: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11606: \$? = $ac_status" >&5
+ echo "$as_me:11773: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11609: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11776: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11612: \$? = $ac_status" >&5
+ echo "$as_me:11779: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_mp_limb_t=yes
else
@@ -11619,10 +11786,10 @@ ac_cv_type_mp_limb_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11622: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:11789: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:11625: checking size of mp_limb_t" >&5
+echo "$as_me:11792: 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
@@ -11631,7 +11798,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 11634 "configure"
+#line 11801 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -11648,21 +11815,21 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11651: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11818: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11654: \$? = $ac_status" >&5
+ echo "$as_me:11821: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11657: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11824: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11660: \$? = $ac_status" >&5
+ echo "$as_me:11827: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 11665 "configure"
+#line 11832 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -11679,16 +11846,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11682: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11849: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11685: \$? = $ac_status" >&5
+ echo "$as_me:11852: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11688: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11855: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11691: \$? = $ac_status" >&5
+ echo "$as_me:11858: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -11704,7 +11871,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 11707 "configure"
+#line 11874 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -11721,16 +11888,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11724: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11891: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11727: \$? = $ac_status" >&5
+ echo "$as_me:11894: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11730: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11897: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11733: \$? = $ac_status" >&5
+ echo "$as_me:11900: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -11746,7 +11913,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 11749 "configure"
+#line 11916 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -11763,16 +11930,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11766: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11933: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11769: \$? = $ac_status" >&5
+ echo "$as_me:11936: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11772: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11939: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11775: \$? = $ac_status" >&5
+ echo "$as_me:11942: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -11785,12 +11952,12 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:11788: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:11955: 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 11793 "configure"
+#line 11960 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -11811,15 +11978,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:11814: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11981: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11817: \$? = $ac_status" >&5
+ echo "$as_me:11984: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:11819: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11986: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11822: \$? = $ac_status" >&5
+ echo "$as_me:11989: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_mp_limb_t=`cat conftest.val`
else
@@ -11835,14 +12002,14 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:11838: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:12005: 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:11845: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5
+ { { echo "$as_me:12012: 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
@@ -11863,13 +12030,13 @@ if grep "^#define BITS_PER_ULONG" $gmp_mparam_source >/dev/null; then : ;
else
case $limb_chosen in
longlong)
- echo "$as_me:11866: checking for unsigned long" >&5
+ echo "$as_me:12033: 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 11872 "configure"
+#line 12039 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11884,16 +12051,16 @@ if (sizeof (unsigned long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11887: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12054: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11890: \$? = $ac_status" >&5
+ echo "$as_me:12057: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11893: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12060: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11896: \$? = $ac_status" >&5
+ echo "$as_me:12063: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_unsigned_long=yes
else
@@ -11903,10 +12070,10 @@ ac_cv_type_unsigned_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11906: result: $ac_cv_type_unsigned_long" >&5
+echo "$as_me:12073: result: $ac_cv_type_unsigned_long" >&5
echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
-echo "$as_me:11909: checking size of unsigned long" >&5
+echo "$as_me:12076: 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
@@ -11915,7 +12082,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 11918 "configure"
+#line 12085 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11927,21 +12094,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11930: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12097: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11933: \$? = $ac_status" >&5
+ echo "$as_me:12100: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11936: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12103: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11939: \$? = $ac_status" >&5
+ echo "$as_me:12106: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 11944 "configure"
+#line 12111 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11953,16 +12120,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11956: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12123: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11959: \$? = $ac_status" >&5
+ echo "$as_me:12126: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11962: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12129: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11965: \$? = $ac_status" >&5
+ echo "$as_me:12132: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -11978,7 +12145,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 11981 "configure"
+#line 12148 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11990,16 +12157,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11993: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12160: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11996: \$? = $ac_status" >&5
+ echo "$as_me:12163: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11999: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12166: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12002: \$? = $ac_status" >&5
+ echo "$as_me:12169: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -12015,7 +12182,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 12018 "configure"
+#line 12185 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -12027,16 +12194,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:12030: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12197: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:12033: \$? = $ac_status" >&5
+ echo "$as_me:12200: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:12036: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12203: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12039: \$? = $ac_status" >&5
+ echo "$as_me:12206: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -12049,12 +12216,12 @@ done
ac_cv_sizeof_unsigned_long=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:12052: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:12219: 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 12057 "configure"
+#line 12224 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -12070,15 +12237,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:12073: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12240: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12076: \$? = $ac_status" >&5
+ echo "$as_me:12243: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:12078: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12245: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12081: \$? = $ac_status" >&5
+ echo "$as_me:12248: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_unsigned_long=`cat conftest.val`
else
@@ -12094,7 +12261,7 @@ else
ac_cv_sizeof_unsigned_long=0
fi
fi
-echo "$as_me:12097: result: $ac_cv_sizeof_unsigned_long" >&5
+echo "$as_me:12264: 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
@@ -12276,7 +12443,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:12279: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:12446: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -12455,7 +12622,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:12458: error: ambiguous option: $1
+ { { echo "$as_me:12625: 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;}
@@ -12474,7 +12641,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:12477: error: unrecognized option: $1
+ -*) { { echo "$as_me:12644: 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;}
@@ -12548,7 +12715,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:12551: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:12718: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -12827,7 +12994,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:12830: creating $ac_file" >&5
+ { echo "$as_me:12997: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -12845,7 +13012,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:12848: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:13015: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -12858,7 +13025,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:12861: error: cannot find input file: $f" >&5
+ { { echo "$as_me:13028: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -12919,7 +13086,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:12922: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:13089: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -12930,7 +13097,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:12933: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:13100: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -12943,7 +13110,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:12946: error: cannot find input file: $f" >&5
+ { { echo "$as_me:13113: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -13060,7 +13227,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:13063: $ac_file is unchanged" >&5
+ { echo "$as_me:13230: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -13117,11 +13284,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:13120: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:13287: 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:13124: error: $srcdir/$ac_source: File not found" >&5
+ { { echo "$as_me:13291: error: $srcdir/$ac_source: File not found" >&5
echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -13171,7 +13338,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:13174: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
+ { { echo "$as_me:13341: 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