summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-04-15 03:43:31 +0200
committerKevin Ryde <user42@zip.com.au>2001-04-15 03:43:31 +0200
commit43c8e913283509d05bd26d14e3b71c7f45522f77 (patch)
tree5c0194172e1ed2fa733e3f546b2ef338d96343ba /configure
parent0f2bd3127f744ab998403f582ce1a28bdd454add (diff)
downloadgmp-43c8e913283509d05bd26d14e3b71c7f45522f77.tar.gz
Regenerate
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1025
1 files changed, 578 insertions, 447 deletions
diff --git a/configure b/configure
index e73e9c907..74a768de1 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.278 .
+# From configure.in Revision: 1.280 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.49b.
#
@@ -1438,19 +1438,23 @@ fi
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
-ac_config_headers="$ac_config_headers config.h:config.in"
+ac_config_headers="$ac_config_headers gmp.h:gmp-h.in"
ac_config_commands="$ac_config_commands default-1"
-ac_config_headers="$ac_config_headers gmp.h:gmp-h.in"
+ac_config_headers="$ac_config_headers mp.h:mp-h.in"
ac_config_commands="$ac_config_commands default-2"
-ac_config_headers="$ac_config_headers mp.h:mp-h.in"
+ac_config_headers="$ac_config_headers demos/expr/expr-impl.h:demos/expr/expr-impl-h.in"
ac_config_commands="$ac_config_commands default-3"
-echo "$as_me:1453: checking whether to enable maintainer-specific portions of Makefiles" >&5
+ac_config_headers="$ac_config_headers config.h:config.in"
+
+ ac_config_commands="$ac_config_commands default-4"
+
+echo "$as_me:1457: checking whether to enable maintainer-specific portions of Makefiles" >&5
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
@@ -1459,7 +1463,7 @@ if test "${enable_maintainer_mode+set}" = set; then
else
USE_MAINTAINER_MODE=no
fi;
- echo "$as_me:1462: result: $USE_MAINTAINER_MODE" >&5
+ echo "$as_me:1466: result: $USE_MAINTAINER_MODE" >&5
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
if test $USE_MAINTAINER_MODE = yes; then
@@ -2216,13 +2220,13 @@ CFLAGS_or_unset=${CFLAGS-'(unset)'}
CPPFLAGS_or_unset=${CPPFLAGS-'(unset)'}
cat >&5 <<EOF
-configure:785: User:
+configure:787: User:
ABI=$ABI
CC=$CC
CFLAGS=$CFLAGS_or_unset
CPPFLAGS=$CPPFLAGS_or_unset
MPN_PATH=$MPN_PATH
-configure:791: GMP:
+configure:793: GMP:
abilist=$abilist
cclist=$cclist
EOF
@@ -2332,7 +2336,7 @@ for abi in $abilist; do
#endif
EOF
gmp_compile="$cc -c conftest.c"
-if { (eval echo $as_me:2335: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+if { (eval echo $as_me:2339: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
rm -f conftest*
ccbase=gcc
else
@@ -2358,7 +2362,7 @@ fi
gprof) cflags="$cflags -pg" ;;
esac
- echo "$as_me:2361: checking compiler $cc $cflags $cppflags" >&5
+ echo "$as_me:2365: checking compiler $cc $cflags $cppflags" >&5
echo $ECHO_N "checking compiler $cc $cflags $cppflags... $ECHO_C" >&6
cat >conftest.c <<EOF
/* The following provokes an internal error from gcc 2.95.2 -mpowerpc64
@@ -2369,14 +2373,14 @@ void *f() { return g(); }
int main () { return 0; }
EOF
gmp_compile="$cc $cflags $cppflags conftest.c >&5"
-if { (eval echo $as_me:2372: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+if { (eval echo $as_me:2376: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
rm -f conftest* a.out
- echo "$as_me:2374: result: yes" >&5
+ echo "$as_me:2378: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
rm -f conftest* a.out
- echo "$as_me:2379: result: no" >&5
+ echo "$as_me:2383: result: no" >&5
echo "${ECHO_T}no" >&6
continue
fi
@@ -2388,7 +2392,7 @@ fi
testlist_pass=yes
for tst in $testlist; do
case $tst in
- hpc-hppa-2-0) echo "$as_me:2391: checking whether HP compiler $cc is good for 64-bits" >&5
+ hpc-hppa-2-0) echo "$as_me:2395: checking whether HP compiler $cc is good for 64-bits" >&5
echo $ECHO_N "checking whether HP compiler $cc is good for 64-bits... $ECHO_C" >&6
# Bad compiler output:
# ccom: HP92453-01 G.10.32.05 HP C Compiler
@@ -2429,7 +2433,7 @@ fi
gmp_hpc_64bit=$gmp_compare_ge
fi
-echo "$as_me:2432: result: $gmp_hpc_64bit" >&5
+echo "$as_me:2436: result: $gmp_hpc_64bit" >&5
echo "${ECHO_T}$gmp_hpc_64bit" >&6
if test $gmp_hpc_64bit = yes; then
:
@@ -2437,7 +2441,7 @@ else
testlist_pass=no
fi
;;
- gcc-arm-umodsi) echo "$as_me:2440: checking whether gcc unsigned division works" >&5
+ gcc-arm-umodsi) echo "$as_me:2444: checking whether gcc unsigned division works" >&5
echo $ECHO_N "checking whether gcc unsigned division works... $ECHO_C" >&6
tmp_version=`($cc --version) 2>&5`
echo "$cc --version '$tmp_version'" >&5
@@ -2452,7 +2456,7 @@ subminor=`(echo "$tmp_version" | sed -n 's/^\(egcs-\)*[0-9][0-9]*\.[0-9][0-9]*\.
echo " subminor '$subminor'" >&5
if test -z "$major"; then
- { echo "$as_me:2455: WARNING: unrecognised gcc version string: $tmp_version" >&5
+ { echo "$as_me:2459: WARNING: unrecognised gcc version string: $tmp_version" >&5
echo "$as_me: warning: unrecognised gcc version string: $tmp_version" >&2; }
gmp_compare_ge=error
else
@@ -2489,7 +2493,7 @@ yes)
testlist_pass=no
gmp_gcc_arm_umodsi_result="no, gcc <= 2.95.3" ;;
esac
-echo "$as_me:2492: result: $gmp_gcc_arm_umodsi_result" >&5
+echo "$as_me:2496: result: $gmp_gcc_arm_umodsi_result" >&5
echo "${ECHO_T}$gmp_gcc_arm_umodsi_result" >&6
;;
esac
@@ -2544,7 +2548,7 @@ if test $found_compiler = yes; then
case $flag in
-march=pentiumpro)
# buggy on some versions of gcc, exclude as necessary
- echo "$as_me:2547: checking whether gcc -march=pentiumpro is good" >&5
+ echo "$as_me:2551: checking whether gcc -march=pentiumpro is good" >&5
echo $ECHO_N "checking whether gcc -march=pentiumpro is good... $ECHO_C" >&6
if test "${gmp_cv_gcc_march_pentiumpro+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2559,7 +2563,7 @@ minor=`(echo "$tmp_version" | sed -n 's/^\(egcs-\)*[0-9][0-9]*\.\([0-9][0-9]*\).
echo " minor '$minor'" >&5
if test -z "$major"; then
- { echo "$as_me:2562: WARNING: unrecognised gcc version string: $tmp_version" >&5
+ { echo "$as_me:2566: WARNING: unrecognised gcc version string: $tmp_version" >&5
echo "$as_me: warning: unrecognised gcc version string: $tmp_version" >&2; }
gmp_compare_ge=error
else
@@ -2584,7 +2588,7 @@ yes|no) gmp_cv_gcc_march_pentiumpro=$gmp_compare_ge ;;
error|*) gmp_cv_gcc_march_pentiumpro=no ;;
esac
fi
-echo "$as_me:2587: result: $gmp_cv_gcc_march_pentiumpro" >&5
+echo "$as_me:2591: result: $gmp_cv_gcc_march_pentiumpro" >&5
echo "${ECHO_T}$gmp_cv_gcc_march_pentiumpro" >&6
if test $gmp_cv_gcc_march_pentiumpro = yes; then
:
@@ -2608,7 +2612,7 @@ esac
;;
esac
- echo "$as_me:2611: checking compiler $cc $cflags $cppflags $flag" >&5
+ echo "$as_me:2615: checking compiler $cc $cflags $cppflags $flag" >&5
echo $ECHO_N "checking compiler $cc $cflags $cppflags $flag... $ECHO_C" >&6
cat >conftest.c <<EOF
/* The following provokes an internal error from gcc 2.95.2 -mpowerpc64
@@ -2619,15 +2623,15 @@ void *f() { return g(); }
int main () { return 0; }
EOF
gmp_compile="$cc $cflags $cppflags $flag conftest.c >&5"
-if { (eval echo $as_me:2622: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+if { (eval echo $as_me:2626: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
rm -f conftest* a.out
- echo "$as_me:2624: result: yes" >&5
+ echo "$as_me:2628: result: yes" >&5
echo "${ECHO_T}yes" >&6
cflags="$cflags $flag"
break
else
rm -f conftest* a.out
- echo "$as_me:2630: result: no" >&5
+ echo "$as_me:2634: result: no" >&5
echo "${ECHO_T}no" >&6
:
fi
@@ -2713,7 +2717,7 @@ EOF
esac
cat >&5 <<EOF
-configure:1070: Decided:
+configure:1072: Decided:
ABI=$ABI
CC=$CC
CFLAGS=$CFLAGS
@@ -2732,7 +2736,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:2735: checking for $ac_word" >&5
+echo "$as_me:2739: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2754,10 +2758,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2757: result: $CC" >&5
+ echo "$as_me:2761: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2760: result: no" >&5
+ echo "$as_me:2764: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2766,7 +2770,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo "$as_me:2769: checking for $ac_word" >&5
+echo "$as_me:2773: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2788,10 +2792,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:2791: result: $ac_ct_CC" >&5
+ echo "$as_me:2795: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:2794: result: no" >&5
+ echo "$as_me:2798: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2804,7 +2808,7 @@ if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:2807: checking for $ac_word" >&5
+echo "$as_me:2811: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2826,10 +2830,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2829: result: $CC" >&5
+ echo "$as_me:2833: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2832: result: no" >&5
+ echo "$as_me:2836: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2838,7 +2842,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:2841: checking for $ac_word" >&5
+echo "$as_me:2845: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2860,10 +2864,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:2863: result: $ac_ct_CC" >&5
+ echo "$as_me:2867: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:2866: result: no" >&5
+ echo "$as_me:2870: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2876,7 +2880,7 @@ fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:2879: checking for $ac_word" >&5
+echo "$as_me:2883: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2917,10 +2921,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2920: result: $CC" >&5
+ echo "$as_me:2924: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2923: result: no" >&5
+ echo "$as_me:2927: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2931,7 +2935,7 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:2934: checking for $ac_word" >&5
+echo "$as_me:2938: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2953,10 +2957,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2956: result: $CC" >&5
+ echo "$as_me:2960: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2959: result: no" >&5
+ echo "$as_me:2963: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2969,7 +2973,7 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:2972: checking for $ac_word" >&5
+echo "$as_me:2976: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2991,10 +2995,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:2994: result: $ac_ct_CC" >&5
+ echo "$as_me:2998: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:2997: result: no" >&5
+ echo "$as_me:3001: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3009,10 +3013,10 @@ fi
test -z "$CC" && { echo "$as_me: error: no acceptable cc found in \$PATH" >&2
{ false; exit; }; }
-echo "$as_me:3012: checking whether the C compiler works" >&5
+echo "$as_me:3016: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 3015 "configure"
+#line 3019 "configure"
#include "confdefs.h"
int
@@ -3024,11 +3028,11 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:3027: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:3031: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
# FIXME: these cross compiler hacks should be removed for autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
- if { ac_try='./conftest$ac_exeext'; { (eval echo $as_me:3031: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
+ if { ac_try='./conftest$ac_exeext'; { (eval echo $as_me:3035: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
@@ -3040,29 +3044,29 @@ To enable cross compilation, use \`--host'." >&2
fi
fi
fi
-echo "$as_me:3043: result: yes" >&5
+echo "$as_me:3047: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
- echo "$as_me:3048: result: no" >&5
+ echo "$as_me:3052: result: no" >&5
echo "${ECHO_T}no" >&6
{ echo "$as_me: error: C compiler cannot create executables" >&2
{ (exit 77); exit; }; }
fi
rm -f conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:3054: checking whether we are cross compiling" >&5
+echo "$as_me:3058: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:3056: result: $cross_compiling" >&5
+echo "$as_me:3060: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:3059: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:3063: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3065 "configure"
+#line 3069 "configure"
#include "confdefs.h"
int
@@ -3077,7 +3081,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:3080: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:3084: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
@@ -3088,16 +3092,16 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:3091: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:3095: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
-echo "$as_me:3094: checking for object suffix" >&5
+echo "$as_me:3098: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3100 "configure"
+#line 3104 "configure"
#include "confdefs.h"
int
@@ -3108,7 +3112,7 @@ main ()
return 0;
}
_ACEOF
-if { (eval echo $as_me:3111: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo $as_me:3115: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
for ac_file in `ls conftest.o conftest.obj conftest.* 2>/dev/null`; do
case $ac_file in
*.o | *.obj ) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`;;
@@ -3122,13 +3126,13 @@ else
{ false; exit; }; }
fi
fi
-echo "$as_me:3125: result: $ac_cv_objext" >&5
+echo "$as_me:3129: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$ac_cv_objext
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:3131: checking for executable suffix" >&5
+echo "$as_me:3135: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
if test "${ac_cv_exeext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3137,7 +3141,7 @@ else
*yes*) ac_cv_exeext=.exe ;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 3140 "configure"
+#line 3144 "configure"
#include "confdefs.h"
int
@@ -3149,7 +3153,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:3152: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:3156: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
if test ! -f conftest; then
for ac_file in conftest.*; do
case $ac_file in
@@ -3168,7 +3172,7 @@ rm -f conftest$ac_exeext conftest.$ac_ext
test -n "$ac_cv_exeext" && ac_cv_exeext=no;;
esac
fi
-echo "$as_me:3171: result: $ac_cv_exeext" >&5
+echo "$as_me:3175: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
EXEEXT=
test "$ac_cv_exeext" != no && EXEEXT=$ac_cv_exeext
@@ -3177,13 +3181,13 @@ ac_exeext=$EXEEXT
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
-echo "$as_me:3180: checking whether ${CC-cc} accepts -g" >&5
+echo "$as_me:3184: checking whether ${CC-cc} accepts -g" >&5
echo $ECHO_N "checking whether ${CC-cc} accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3186 "configure"
+#line 3190 "configure"
#include "confdefs.h"
int
@@ -3195,7 +3199,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:3198: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:3202: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
@@ -3204,7 +3208,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:3207: result: $ac_cv_prog_cc_g" >&5
+echo "$as_me:3211: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
@@ -3227,9 +3231,9 @@ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-ac_config_commands="$ac_config_commands default-4"
+ac_config_commands="$ac_config_commands default-5"
-echo "$as_me:3232: checking how to run the C preprocessor" >&5
+echo "$as_me:3236: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -3252,14 +3256,14 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 3255 "configure"
+#line 3259 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
ac_c_preproc_warn_flag=maybe
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3262: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3266: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3273,12 +3277,12 @@ fi
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 3276 "configure"
+#line 3280 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3281: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3285: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3316,14 +3320,14 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 3319 "configure"
+#line 3323 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
ac_c_preproc_warn_flag=maybe
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3326: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3330: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3337,12 +3341,12 @@ fi
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 3340 "configure"
+#line 3344 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3345: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3349: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3368,7 +3372,7 @@ rm -f conftest*
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:3371: result: $CPP" >&5
+echo "$as_me:3375: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
if test -n "$ac_cpp_err"; then
{ echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2
@@ -3382,7 +3386,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
depcc="$CC"
depcpp="$CPP"
-echo "$as_me:3385: checking dependency style of $depcc" >&5
+echo "$as_me:3389: checking dependency style of $depcc" >&5
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3426,11 +3430,11 @@ fi
fi
-echo "$as_me:3429: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:3433: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
-echo "$as_me:3433: checking how to run the C preprocessor" >&5
+echo "$as_me:3437: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -3453,14 +3457,14 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 3456 "configure"
+#line 3460 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
ac_c_preproc_warn_flag=maybe
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3463: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3467: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3474,12 +3478,12 @@ fi
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 3477 "configure"
+#line 3481 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3482: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3486: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3517,14 +3521,14 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 3520 "configure"
+#line 3524 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
ac_c_preproc_warn_flag=maybe
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3527: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3531: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3538,12 +3542,12 @@ fi
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 3541 "configure"
+#line 3545 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3546: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3550: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3569,7 +3573,7 @@ rm -f conftest*
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:3572: result: $CPP" >&5
+echo "$as_me:3576: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
if test -n "$ac_cpp_err"; then
{ echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2
@@ -3585,7 +3589,7 @@ case $host_cpu in
c90 | t90)
cat >conftest.$ac_ext <<_ACEOF
-#line 3588 "configure"
+#line 3592 "configure"
#include "confdefs.h"
#ifdef _CRAYIEEE
yes
@@ -3613,7 +3617,7 @@ fi
# needs to, and if it can.
#
-echo "$as_me:3616: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:3620: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${am_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3631,7 +3635,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<_ACEOF
-#line 3634 "configure"
+#line 3638 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -3673,7 +3677,7 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:3676: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:3680: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
echo "$as_me: failed program was:" >&5
@@ -3686,10 +3690,10 @@ CC="$ac_save_CC"
fi
if test -z "$am_cv_prog_cc_stdc"; then
- echo "$as_me:3689: result: none needed" >&5
+ echo "$as_me:3693: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
else
- echo "$as_me:3692: result: $am_cv_prog_cc_stdc" >&5
+ echo "$as_me:3696: result: $am_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
fi
case "x$am_cv_prog_cc_stdc" in
@@ -3697,10 +3701,10 @@ case "x$am_cv_prog_cc_stdc" in
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:3700: checking for function prototypes" >&5
+echo "$as_me:3704: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
if test "$am_cv_prog_cc_stdc" != no; then
- echo "$as_me:3703: result: yes" >&5
+ echo "$as_me:3707: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -3709,17 +3713,17 @@ EOF
U= ANSI2KNR=
else
- echo "$as_me:3712: result: no" >&5
+ echo "$as_me:3716: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
# Ensure some checks needed by ansi2knr itself.
- echo "$as_me:3716: checking for ANSI C header files" >&5
+ echo "$as_me:3720: 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 3722 "configure"
+#line 3726 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -3728,7 +3732,7 @@ else
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3731: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3735: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3751,7 +3755,7 @@ rm -f conftest*
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 3754 "configure"
+#line 3758 "configure"
#include "confdefs.h"
#include <string.h>
@@ -3769,7 +3773,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 3772 "configure"
+#line 3776 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -3790,7 +3794,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3793 "configure"
+#line 3797 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -3816,7 +3820,7 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:3819: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:3823: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -3833,7 +3837,7 @@ fi
fi
fi
-echo "$as_me:3836: result: $ac_cv_header_stdc" >&5
+echo "$as_me:3840: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -3847,19 +3851,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:3850: checking for $ac_header" >&5
+echo "$as_me:3854: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3856 "configure"
+#line 3860 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3862: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3866: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -3880,7 +3884,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:3883: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:3887: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -3896,7 +3900,7 @@ gmp_user_AR=$AR
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
-echo "$as_me:3899: checking for $ac_word" >&5
+echo "$as_me:3903: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3918,10 +3922,10 @@ fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:3921: result: $AR" >&5
+ echo "$as_me:3925: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:3924: result: no" >&5
+ echo "$as_me:3928: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3930,7 +3934,7 @@ if test -z "$ac_cv_prog_AR"; then
ac_ct_AR=$AR
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
-echo "$as_me:3933: checking for $ac_word" >&5
+echo "$as_me:3937: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3953,10 +3957,10 @@ fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:3956: result: $ac_ct_AR" >&5
+ echo "$as_me:3960: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:3959: result: no" >&5
+ echo "$as_me:3963: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3974,7 +3978,7 @@ if test -z "$gmp_user_AR"; then
fi
gmp_user_NM=$NM
-echo "$as_me:3977: checking for BSD-compatible nm" >&5
+echo "$as_me:3981: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${lt_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4010,7 +4014,7 @@ fi
fi
NM="$lt_cv_path_NM"
-echo "$as_me:4013: result: $NM" >&5
+echo "$as_me:4017: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
if test -z "$gmp_user_NM"; then
@@ -4134,7 +4138,7 @@ fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:4137: checking for ld used by GCC" >&5
+ echo "$as_me:4141: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -4164,10 +4168,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:4167: checking for GNU ld" >&5
+ echo "$as_me:4171: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:4170: checking for non-GNU ld" >&5
+ echo "$as_me:4174: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${lt_cv_path_LD+set}" = set; then
@@ -4197,15 +4201,15 @@ fi
LD="$lt_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:4200: result: $LD" >&5
+ echo "$as_me:4204: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:4203: result: no" >&5
+ echo "$as_me:4207: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -z "$LD" && { echo "$as_me: error: no acceptable ld found in \$PATH" >&2
{ false; exit; }; }
-echo "$as_me:4208: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:4212: checking if the linker ($LD) is GNU ld" >&5
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${lt_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4217,23 +4221,23 @@ else
lt_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:4220: result: $lt_cv_prog_gnu_ld" >&5
+echo "$as_me:4224: result: $lt_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
with_gnu_ld=$lt_cv_prog_gnu_ld
-echo "$as_me:4224: checking for $LD option to reload object files" >&5
+echo "$as_me:4228: checking for $LD option to reload object files" >&5
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_ld_reload_flag='-r'
fi
-echo "$as_me:4231: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:4235: result: $lt_cv_ld_reload_flag" >&5
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
-echo "$as_me:4236: checking whether ln -s works" >&5
+echo "$as_me:4240: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
if test "${ac_cv_prog_LN_S+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4252,14 +4256,14 @@ fi
LN_S=$ac_cv_prog_LN_S
if test "$ac_cv_prog_LN_S" = "ln -s"; then
- echo "$as_me:4255: result: yes" >&5
+ echo "$as_me:4259: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:4258: result: no, using $LN_S" >&5
+ echo "$as_me:4262: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:4262: checking how to recognise dependant libraries" >&5
+echo "$as_me:4266: checking how to recognise dependant libraries" >&5
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4424,13 +4428,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
esac
fi
-echo "$as_me:4427: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:4431: 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:4433: checking command to parse $NM output" >&5
+echo "$as_me:4437: 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
@@ -4507,10 +4511,10 @@ void nm_test_func(){}
int main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo $as_me:4510: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ if { (eval echo $as_me:4514: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo $as_me:4513: \"$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; } && test -s "$nlist"; then
+ if { (eval echo $as_me:4517: \"$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; } && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
mv -f "$nlist"T "$nlist"
@@ -4561,7 +4565,7 @@ EOF
save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$no_builtin_flag"
- if { (eval echo $as_me:4564: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+ if { (eval echo $as_me:4568: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest; then
pipe_works=yes
fi
LIBS="$save_LIBS"
@@ -4598,10 +4602,10 @@ else
global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
fi
if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
- echo "$as_me:4601: result: failed" >&5
+ echo "$as_me:4605: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:4604: result: ok" >&5
+ echo "$as_me:4608: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
@@ -4609,19 +4613,19 @@ for ac_header in dlfcn.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:4612: checking for $ac_header" >&5
+echo "$as_me:4616: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4618 "configure"
+#line 4622 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:4624: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:4628: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -4642,7 +4646,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:4645: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4649: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -4656,7 +4660,7 @@ done
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:4659: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:4663: 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
@@ -4711,16 +4715,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:4714: result: $MAGIC_CMD" >&5
+ echo "$as_me:4718: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:4717: result: no" >&5
+ echo "$as_me:4721: 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:4723: checking for file" >&5
+ echo "$as_me:4727: 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
@@ -4775,10 +4779,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:4778: result: $MAGIC_CMD" >&5
+ echo "$as_me:4782: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:4781: result: no" >&5
+ echo "$as_me:4785: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4794,7 +4798,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:4797: checking for $ac_word" >&5
+echo "$as_me:4801: 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
@@ -4816,10 +4820,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:4819: result: $RANLIB" >&5
+ echo "$as_me:4823: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:4822: result: no" >&5
+ echo "$as_me:4826: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4828,7 +4832,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:4831: checking for $ac_word" >&5
+echo "$as_me:4835: 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
@@ -4851,10 +4855,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:4854: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:4858: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:4857: result: no" >&5
+ echo "$as_me:4861: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4866,7 +4870,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:4869: checking for $ac_word" >&5
+echo "$as_me:4873: 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
@@ -4888,10 +4892,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:4891: result: $STRIP" >&5
+ echo "$as_me:4895: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:4894: result: no" >&5
+ echo "$as_me:4898: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4900,7 +4904,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:4903: checking for $ac_word" >&5
+echo "$as_me:4907: 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
@@ -4923,10 +4927,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:4926: result: $ac_ct_STRIP" >&5
+ echo "$as_me:4930: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:4929: result: no" >&5
+ echo "$as_me:4933: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4950,8 +4954,8 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4953 "configure"' > conftest.$ac_ext
- if { (eval echo $as_me:4954: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 4957 "configure"' > conftest.$ac_ext
+ if { (eval echo $as_me:4958: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
case `/usr/bin/file conftest.$ac_objext` in
*32-bit*)
LD="${LD-ld} -32"
@@ -4971,7 +4975,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:4974: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:4978: 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
@@ -4984,7 +4988,7 @@ ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_
ac_compiler_gnu=$ac_cv_c_compiler_gnu
cat >conftest.$ac_ext <<_ACEOF
-#line 4987 "configure"
+#line 4991 "configure"
#include "confdefs.h"
int
@@ -4996,7 +5000,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:4999: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5003: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lt_cv_cc_needs_belf=yes
else
echo "$as_me: failed program was:" >&5
@@ -5011,7 +5015,7 @@ ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_
ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
-echo "$as_me:5014: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:5018: 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
@@ -5104,7 +5108,7 @@ fi
set dummy $CC
compiler="$2"
-echo "$as_me:5107: checking for objdir" >&5
+echo "$as_me:5111: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6
rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null
@@ -5115,7 +5119,7 @@ else
objdir=_libs
fi
rmdir .libs 2>/dev/null
-echo "$as_me:5118: result: $objdir" >&5
+echo "$as_me:5122: result: $objdir" >&5
echo "${ECHO_T}$objdir" >&6
# Check whether --with-pic or --without-pic was given.
@@ -5130,7 +5134,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:5133: checking for $compiler option to produce PIC" >&5
+echo "$as_me:5137: 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
@@ -5271,14 +5275,14 @@ else
fi
if test -z "$lt_cv_prog_cc_pic"; then
- echo "$as_me:5274: result: none" >&5
+ echo "$as_me:5278: result: none" >&5
echo "${ECHO_T}none" >&6
else
- echo "$as_me:5277: result: $lt_cv_prog_cc_pic" >&5
+ echo "$as_me:5281: 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:5281: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
+ echo "$as_me:5285: 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
@@ -5286,7 +5290,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
cat >conftest.$ac_ext <<_ACEOF
-#line 5289 "configure"
+#line 5293 "configure"
#include "confdefs.h"
int
@@ -5298,7 +5302,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:5301: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:5305: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
case $host_os in
hpux9* | hpux10* | hpux11*)
# On HP-UX, both CC and GCC only warn that PIC is supported... then
@@ -5333,23 +5337,23 @@ fi
lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
fi
- echo "$as_me:5336: result: $lt_cv_prog_cc_pic_works" >&5
+ echo "$as_me:5340: 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:5342: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:5346: 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:5346: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:5350: 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:5352: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
+echo "$as_me:5356: 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
@@ -5358,7 +5362,7 @@ else
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
cat >conftest.$ac_ext <<_ACEOF
-#line 5361 "configure"
+#line 5365 "configure"
#include "confdefs.h"
int
@@ -5370,7 +5374,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:5373: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5377: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lt_cv_prog_cc_static_works=yes
else
echo "$as_me: failed program was:" >&5
@@ -5383,7 +5387,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:5386: result: $lt_cv_prog_cc_static_works" >&5
+echo "$as_me:5390: 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"
@@ -5394,7 +5398,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:5397: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:5401: 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
@@ -5414,7 +5418,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:5417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:5421: \"$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
@@ -5438,12 +5442,12 @@ $rm -r conftest 2>/dev/null
fi
compiler_c_o=$lt_cv_compiler_c_o
-echo "$as_me:5441: result: $compiler_c_o" >&5
+echo "$as_me:5445: 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:5446: checking if $compiler supports -c -o file.lo" >&5
+ echo "$as_me:5450: 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
@@ -5453,7 +5457,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -c -o conftest.lo"
cat >conftest.$ac_ext <<_ACEOF
-#line 5456 "configure"
+#line 5460 "configure"
#include "confdefs.h"
int
@@ -5465,7 +5469,7 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:5468: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:5472: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$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 conftest.err; then
@@ -5484,7 +5488,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
fi
compiler_o_lo=$lt_cv_compiler_o_lo
- echo "$as_me:5487: result: $compiler_c_lo" >&5
+ echo "$as_me:5491: result: $compiler_c_lo" >&5
echo "${ECHO_T}$compiler_c_lo" >&6
else
compiler_o_lo=no
@@ -5494,7 +5498,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:5497: checking if we can lock with hard links" >&5
+ echo "$as_me:5501: 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*
@@ -5502,10 +5506,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:5505: result: $hard_links" >&5
+ echo "$as_me:5509: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:5508: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:5512: 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
@@ -5515,14 +5519,14 @@ fi
if test "$GCC" = yes; then
# Check to see if options -fno-rtti -fno-exceptions are supported by compiler
- echo "$as_me:5518: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:5522: 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 5525 "configure"
+#line 5529 "configure"
#include "confdefs.h"
int
@@ -5534,7 +5538,7 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:5537: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:5541: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$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 conftest.err; then
@@ -5549,7 +5553,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
- echo "$as_me:5552: result: $compiler_rtti_exceptions" >&5
+ echo "$as_me:5556: result: $compiler_rtti_exceptions" >&5
echo "${ECHO_T}$compiler_rtti_exceptions" >&6
if test "$compiler_rtti_exceptions" = "yes"; then
@@ -5560,7 +5564,7 @@ echo "${ECHO_T}$compiler_rtti_exceptions" >&6
fi
# See if the linker supports building shared libraries.
-echo "$as_me:5563: checking whether the linker ($LD) supports shared libraries" >&5
+echo "$as_me:5567: 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=
@@ -6122,12 +6126,12 @@ else
;;
esac
fi
-echo "$as_me:6125: result: $ld_shlibs" >&5
+echo "$as_me:6129: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
# Check hardcoding attributes.
-echo "$as_me:6130: checking how to hardcode library paths into programs" >&5
+echo "$as_me:6134: 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" || \
@@ -6151,20 +6155,20 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:6154: result: $hardcode_action" >&5
+echo "$as_me:6158: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
striplib=
old_striplib=
-echo "$as_me:6159: checking whether stripping libraries is possible" >&5
+echo "$as_me:6163: 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:6164: result: yes" >&5
+ echo "$as_me:6168: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:6167: result: no" >&5
+ echo "$as_me:6171: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6172,7 +6176,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:6175: checking dynamic linker characteristics" >&5
+echo "$as_me:6179: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -6535,14 +6539,14 @@ sysv4*MP*)
dynamic_linker=no
;;
esac
-echo "$as_me:6538: result: $dynamic_linker" >&5
+echo "$as_me:6542: 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:6543: checking if libtool supports shared libraries" >&5
+echo "$as_me:6547: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:6545: result: $can_build_shared" >&5
+echo "$as_me:6549: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
if test "$hardcode_action" = relink; then
@@ -6581,7 +6585,7 @@ else
*)
-echo "$as_me:6584: checking for dlopen in -ldl" >&5
+echo "$as_me:6588: 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
@@ -6589,7 +6593,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6592 "configure"
+#line 6596 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6608,7 +6612,7 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6611: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6615: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_dl_dlopen=yes
else
echo "$as_me: failed program was:" >&5
@@ -6618,18 +6622,18 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6621: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:6625: 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:6626: checking for dlopen" >&5
+ echo "$as_me:6630: 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 6632 "configure"
+#line 6636 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -6660,7 +6664,7 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6663: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6667: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_dlopen=yes
else
echo "$as_me: failed program was:" >&5
@@ -6669,18 +6673,18 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6672: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:6676: 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:6677: checking for shl_load" >&5
+ echo "$as_me:6681: 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 6683 "configure"
+#line 6687 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -6711,7 +6715,7 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6714: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6718: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_shl_load=yes
else
echo "$as_me: failed program was:" >&5
@@ -6720,13 +6724,13 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6723: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:6727: 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:6729: checking for dlopen in -lsvld" >&5
+echo "$as_me:6733: 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
@@ -6734,7 +6738,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6737 "configure"
+#line 6741 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6753,7 +6757,7 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6756: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6760: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_svld_dlopen=yes
else
echo "$as_me: failed program was:" >&5
@@ -6763,13 +6767,13 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6766: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:6770: 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:6772: checking for shl_load in -ldld" >&5
+echo "$as_me:6776: 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
@@ -6777,7 +6781,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6780 "configure"
+#line 6784 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6796,7 +6800,7 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6799: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6803: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_dld_shl_load=yes
else
echo "$as_me: failed program was:" >&5
@@ -6806,7 +6810,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6809: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:6813: 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="dld_link" lt_cv_dlopen_libs="-dld"
@@ -6841,7 +6845,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:6844: checking whether a program can dlopen itself" >&5
+ echo "$as_me:6848: 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
@@ -6852,7 +6856,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6855 "configure"
+#line 6859 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6913,7 +6917,7 @@ int main ()
exit (status);
}
EOF
- if { (eval echo $as_me:6916: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
+ if { (eval echo $as_me:6920: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
case x$lt_status in
@@ -6929,12 +6933,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:6932: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:6936: 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:6937: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:6941: 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
@@ -6945,7 +6949,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6948 "configure"
+#line 6952 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -7006,7 +7010,7 @@ int main ()
exit (status);
}
EOF
- if { (eval echo $as_me:7009: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
+ if { (eval echo $as_me:7013: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
case x$lt_status in
@@ -7022,7 +7026,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:7025: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:7029: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -7052,7 +7056,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:7055: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:7059: 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
@@ -7060,7 +7064,7 @@ else
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo $as_me:7063: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ if { (eval echo $as_me:7067: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
soname=conftest
lib=conftest
libobjs=conftest.$ac_objext
@@ -7073,7 +7077,7 @@ else
libname=conftest
save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { (eval echo $as_me:7076: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") >&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
+ if { (eval echo $as_me:7080: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") >&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
then
lt_cv_archive_cmds_need_lc=no
else
@@ -7085,7 +7089,7 @@ else
fi
fi
- echo "$as_me:7088: result: $lt_cv_archive_cmds_need_lc" >&5
+ echo "$as_me:7092: result: $lt_cv_archive_cmds_need_lc" >&5
echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
;;
esac
@@ -7684,7 +7688,7 @@ case $host in
# it, and remove if not.
case "$path" in
*mmx*)
- echo "$as_me:7687: checking if the assembler knows about MMX instructions" >&5
+ echo "$as_me:7691: 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
@@ -7694,7 +7698,7 @@ else
movq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:7697: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:7701: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_x86_mmx=yes
case $host in
@@ -7704,7 +7708,7 @@ case $host in
gmp_cv_asm_x86_mmx=movq-bug
fi
else
- { echo "$as_me:7707: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+ { echo "$as_me:7711: 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
@@ -7717,44 +7721,44 @@ fi
rm -f conftest*
fi
-echo "$as_me:7720: result: $gmp_cv_asm_x86_mmx" >&5
+echo "$as_me:7724: 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:7725: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7729: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
- { echo "$as_me:7727: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:7731: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: warning: | WARNING WARNING WARNING" >&2; }
- { echo "$as_me:7729: WARNING: | Host CPU has MMX code, but the assembler" >&5
+ { echo "$as_me:7733: 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:7731: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:7735: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: warning: | $CCAS $CFLAGS" >&2; }
- { echo "$as_me:7733: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5
+ { echo "$as_me:7737: 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:7735: WARNING: | movq operands are reversed." >&5
+ { echo "$as_me:7739: WARNING: | movq operands are reversed." >&5
echo "$as_me: warning: | movq operands are reversed." >&2; }
- { echo "$as_me:7737: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:7741: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: warning: | Non-MMX replacements will be used." >&2; }
- { echo "$as_me:7739: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:7743: WARNING: | This will be an inferior build." >&5
echo "$as_me: warning: | This will be an inferior build." >&2; }
- { echo "$as_me:7741: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7745: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
;;
no)
- { echo "$as_me:7745: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7749: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
- { echo "$as_me:7747: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:7751: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: warning: | WARNING WARNING WARNING" >&2; }
- { echo "$as_me:7749: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+ { echo "$as_me:7753: 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:7751: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:7755: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: warning: | $CCAS $CFLAGS" >&2; }
- { echo "$as_me:7753: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:7757: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: warning: | Non-MMX replacements will be used." >&2; }
- { echo "$as_me:7755: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:7759: WARNING: | This will be an inferior build." >&5
echo "$as_me: warning: | This will be an inferior build." >&2; }
- { echo "$as_me:7757: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7761: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
;;
esac
@@ -7781,13 +7785,13 @@ esac
# The library and header checks are mostly for the benefit of supplementary
# programs. libgmp doesn't use anything weird.
-echo "$as_me:7784: checking for ANSI C header files" >&5
+echo "$as_me:7788: 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 7790 "configure"
+#line 7794 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7796,7 +7800,7 @@ else
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:7799: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7803: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -7819,7 +7823,7 @@ rm -f conftest*
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 7822 "configure"
+#line 7826 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7837,7 +7841,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 7840 "configure"
+#line 7844 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7858,7 +7862,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7861 "configure"
+#line 7865 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7884,7 +7888,7 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:7887: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:7891: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -7901,7 +7905,7 @@ fi
fi
fi
-echo "$as_me:7904: result: $ac_cv_header_stdc" >&5
+echo "$as_me:7908: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -7911,13 +7915,13 @@ EOF
fi
-echo "$as_me:7914: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:7918: 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 7920 "configure"
+#line 7924 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -7932,7 +7936,7 @@ struct tm *tp;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7935: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7939: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_header_time=yes
else
echo "$as_me: failed program was:" >&5
@@ -7941,7 +7945,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7944: result: $ac_cv_header_time" >&5
+echo "$as_me:7948: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -7951,23 +7955,23 @@ EOF
fi
-for ac_header in unistd.h sys/mman.h sys/param.h sys/resource.h sys/sysctl.h sys/systemcfg.h sys/time.h sys/times.h
+for ac_header in unistd.h sys/mman.h sys/param.h sys/processor.h sys/resource.h sys/sysctl.h sys/systemcfg.h sys/time.h sys/times.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:7958: checking for $ac_header" >&5
+echo "$as_me:7962: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7964 "configure"
+#line 7968 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:7970: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7974: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
@@ -7988,7 +7992,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7991: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:7995: result: `eval echo '${'$ac_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
if test `eval echo '${'$ac_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -7999,13 +8003,13 @@ fi
done
# optarg should be in unistd.h, which is already in the default includes
-echo "$as_me:8002: checking whether optarg is declared" >&5
+echo "$as_me:8006: 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 8008 "configure"
+#line 8012 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8020,7 +8024,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8023: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8027: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_have_decl_optarg=yes
else
echo "$as_me: failed program was:" >&5
@@ -8029,7 +8033,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8032: result: $ac_cv_have_decl_optarg" >&5
+echo "$as_me:8036: 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
@@ -8044,13 +8048,13 @@ EOF
fi
-echo "$as_me:8047: checking return type of signal handlers" >&5
+echo "$as_me:8051: 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 8053 "configure"
+#line 8057 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -8072,7 +8076,7 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8075: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8079: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_signal=void
else
echo "$as_me: failed program was:" >&5
@@ -8081,20 +8085,20 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8084: result: $ac_cv_type_signal" >&5
+echo "$as_me:8088: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF
-echo "$as_me:8091: checking for void" >&5
+echo "$as_me:8095: checking for void" >&5
echo $ECHO_N "checking for void... $ECHO_C" >&6
if test "${ac_cv_type_void+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8097 "configure"
+#line 8101 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8109,7 +8113,7 @@ if (sizeof (void))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8112: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8116: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_void=yes
else
echo "$as_me: failed program was:" >&5
@@ -8118,7 +8122,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8121: result: $ac_cv_type_void" >&5
+echo "$as_me:8125: result: $ac_cv_type_void" >&5
echo "${ECHO_T}$ac_cv_type_void" >&6
if test $ac_cv_type_void = yes; then
@@ -8128,13 +8132,13 @@ EOF
fi
-echo "$as_me:8131: checking for preprocessor stringizing operator" >&5
+echo "$as_me:8135: 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 8137 "configure"
+#line 8141 "configure"
#include "confdefs.h"
#define x(y) #y
@@ -8149,7 +8153,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8152: result: $ac_cv_c_stringize" >&5
+echo "$as_me:8156: result: $ac_cv_c_stringize" >&5
echo "${ECHO_T}$ac_cv_c_stringize" >&6
if test "${ac_cv_c_stringize}" = yes; then
@@ -8159,7 +8163,7 @@ EOF
fi
-echo "$as_me:8162: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:8166: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8167,7 +8171,7 @@ else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
-#line 8170 "configure"
+#line 8174 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -8216,7 +8220,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8219: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8223: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_stdc=$ac_arg
rm -f conftest.$ac_ext conftest.$ac_objext
break
@@ -8232,15 +8236,15 @@ fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:8235: result: none needed" >&5
+ echo "$as_me:8239: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:8238: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:8242: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:8243: checking for inline" >&5
+echo "$as_me:8247: 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
@@ -8248,7 +8252,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 8251 "configure"
+#line 8255 "configure"
#include "confdefs.h"
#ifndef __cplusplus
$ac_kw int foo () {return 0; }
@@ -8256,7 +8260,7 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8259: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8263: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_c_inline=$ac_kw; break
else
echo "$as_me: failed program was:" >&5
@@ -8266,7 +8270,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:8269: result: $ac_cv_c_inline" >&5
+echo "$as_me:8273: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -8298,7 +8302,7 @@ case $host in
;;
*-ncr-sysv4.3*)
-echo "$as_me:8301: checking for _mwvalidcheckl in -lmw" >&5
+echo "$as_me:8305: 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
@@ -8306,7 +8310,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8309 "configure"
+#line 8313 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -8325,7 +8329,7 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:8328: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8332: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_mw__mwvalidcheckl=yes
else
echo "$as_me: failed program was:" >&5
@@ -8335,13 +8339,13 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8338: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:8342: 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:8344: checking for main in -lm" >&5
+echo "$as_me:8348: 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
@@ -8349,7 +8353,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8352 "configure"
+#line 8356 "configure"
#include "confdefs.h"
int
@@ -8361,7 +8365,7 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:8364: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8368: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_m_main=yes
else
echo "$as_me: failed program was:" >&5
@@ -8371,7 +8375,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8374: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:8378: 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"
@@ -8380,7 +8384,7 @@ fi
;;
*)
-echo "$as_me:8383: checking for main in -lm" >&5
+echo "$as_me:8387: 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
@@ -8388,7 +8392,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8391 "configure"
+#line 8395 "configure"
#include "confdefs.h"
int
@@ -8400,7 +8404,7 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:8403: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8407: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_m_main=yes
else
echo "$as_me: failed program was:" >&5
@@ -8410,7 +8414,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:8413: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:8417: 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"
@@ -8421,13 +8425,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:8424: checking for working alloca.h" >&5
+echo "$as_me:8428: 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 8430 "configure"
+#line 8434 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -8439,7 +8443,7 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:8442: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8446: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
gmp_cv_header_alloca=yes
else
echo "$as_me: failed program was:" >&5
@@ -8448,7 +8452,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8451: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:8455: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -8458,13 +8462,13 @@ EOF
fi
-echo "$as_me:8461: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:8465: 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 8467 "configure"
+#line 8471 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE 1
#include "$srcdir/gmp-h.in"
@@ -8478,7 +8482,7 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:8481: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8485: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
gmp_cv_func_alloca=yes
else
echo "$as_me: failed program was:" >&5
@@ -8487,7 +8491,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8490: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:8494: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -8517,13 +8521,13 @@ esac
for ac_func in getpagesize getrusage gettimeofday mprotect popen processor_info read_real_time strtoul sysconf sysctl sysctlbyname times
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8520: checking for $ac_func" >&5
+echo "$as_me:8524: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8526 "configure"
+#line 8530 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8554,7 +8558,7 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:8557: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8561: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
@@ -8563,7 +8567,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8566: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8570: result: `eval echo '${'$ac_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
if test `eval echo '${'$ac_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -8711,7 +8715,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
-echo "$as_me:8714: checking for suitable m4" >&5
+echo "$as_me:8718: 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
@@ -8754,11 +8758,11 @@ EOF
rm -f conftest.m4
fi
fi
-echo "$as_me:8757: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:8761: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
-echo "$as_me:8761: checking if m4wrap produces spurious output" >&5
+echo "$as_me:8765: 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
@@ -8780,7 +8784,7 @@ else
fi
fi
-echo "$as_me:8783: result: $gmp_cv_m4_m4wrap_spurious" >&5
+echo "$as_me:8787: 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
@@ -8795,7 +8799,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:8798: checking how to switch to text section" >&5
+ echo "$as_me:8802: 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
@@ -8807,11 +8811,11 @@ else
esac
fi
-echo "$as_me:8810: result: $gmp_cv_asm_text" >&5
+echo "$as_me:8814: 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:8814: checking how to switch to data section" >&5
+ echo "$as_me:8818: 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
@@ -8822,26 +8826,156 @@ else
esac
fi
-echo "$as_me:8825: result: $gmp_cv_asm_data" >&5
+echo "$as_me:8829: 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:8829: checking how to switch to read-only data section" >&5
+ echo "$as_me:8833: 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
+else
+ case $host in
+ *-*-hpux*) gmp_cv_asm_label_suffix= ;;
+ *) gmp_cv_asm_label_suffix=: ;;
+esac
+
+fi
+echo "$as_me:8844: 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:8848: 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
+else
+ case $host in
+ *-*-hpux*) gmp_cv_asm_globl=".export" ;;
+ *) gmp_cv_asm_globl=".globl" ;;
+esac
+
+fi
+echo "$as_me:8859: 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:8863: 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
+else
+ cat >conftes1.c <<EOF
+#ifdef __cplusplus
+extern "C" { void underscore_test(); }
+#endif
+main () { underscore_test(); }
+EOF
+for tmp_underscore in "" "_"; do
+ cat >conftes2.s <<EOF
+ $gmp_cv_asm_text
+ $gmp_cv_asm_globl ${tmp_underscore}underscore_test
+${tmp_underscore}underscore_test$gmp_cv_asm_label_suffix
+EOF
+ case $host in
+ *-*-aix*)
+ cat >>conftes2.s <<EOF
+ $gmp_cv_asm_globl .${tmp_underscore}underscore_test
+.${tmp_underscore}underscore_test$gmp_cv_asm_label_suffix
+EOF
+ ;;
+ esac
+ gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s 1>&5"
+ if { (eval echo $as_me:8889: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+ eval tmp_result$tmp_underscore=yes
+ else
+ eval tmp_result$tmp_underscore=no
+ fi
+done
+
+if test $tmp_result_ = yes; then
+ if test $tmp_result = yes; then
+ { echo "$as_me: error: Test program unexpectedly links both with and without underscore." >&2
+ { false; exit; }; }
+ else
+ gmp_cv_asm_underscore=yes
+ fi
+else
+ if test $tmp_result = yes; then
+ gmp_cv_asm_underscore=no
+ else
+ { echo "$as_me: error: Test program links neither with nor without underscore." >&2
+ { false; exit; }; }
+ fi
+fi
+rm -f conftes1* conftes2* a.out
+
+fi
+echo "$as_me:8914: result: $gmp_cv_asm_underscore" >&5
+echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
+if test "$gmp_cv_asm_underscore" = "yes"; then
+
+echo 'define(<GSYM_PREFIX>, <_>)' >>$gmp_tmpconfigm4
+
+ :
+else
+
+echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
+
+ :
+fi
+
+echo "$as_me:8928: 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
else
- case $host in
+
+case $host in
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*) gmp_cv_asm_rodata="$gmp_cv_asm_data" ;;
*) gmp_cv_asm_rodata="$gmp_cv_asm_text" ;;
esac
+cat >conftest.c <<EOF
+const int foo = 123;
+EOF
+echo "Test program:" >&5
+cat conftest.c >&5
+gmp_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c >&5"
+if { (eval echo $as_me:8945: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+ echo "Compiler output:" >&5
+ cat conftest.s >&5
+ # must see our label
+ if test $gmp_cv_asm_underscore = yes; then
+ tmp_gsym_prefix=_
+ else
+ tmp_gsym_prefix=
+ fi
+ if grep "^${tmp_gsym_prefix}foo$gmp_cv_asm_label_suffix" conftest.s >/dev/null 2>&5; then
+ # take the last directive before our label (hence skipping segments
+ # getting debugging info etc)
+ tmp_match=`sed -n "/^${tmp_gsym_prefix}foo$gmp_cv_asm_label_suffix/q
+ /^[. ]*data/p
+ /^[. ]*rdata/p
+ /^[. ]*text/p
+ /^[. ]*section/p
+ /^[. ]*csect/p
+ /^[. ]*CSECT/p" conftest.s | sed -n '$p'`
+ echo "Match: $tmp_match" >&5
+ if test -n "$tmp_match"; then
+ gmp_cv_asm_rodata=$tmp_match
+ fi
+ else
+ echo "Couldn't find label: ^${tmp_gsym_prefix}foo$gmp_cv_asm_label_suffix" >&5
+ fi
+fi
+
fi
-echo "$as_me:8840: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:8974: 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:8844: checking how to export a symbol" >&5
+ echo "$as_me:8978: 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
@@ -8852,11 +8986,11 @@ else
esac
fi
-echo "$as_me:8855: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:8989: 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:8859: checking if the export directive needs an attribute" >&5
+ echo "$as_me:8993: 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
@@ -8867,11 +9001,11 @@ else
esac
fi
-echo "$as_me:8870: result: $gmp_cv_asm_globl_attr" >&5
+echo "$as_me:9004: 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:8874: checking what assembly label suffix to use" >&5
+ echo "$as_me:9008: 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
@@ -8882,11 +9016,11 @@ else
esac
fi
-echo "$as_me:8885: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:9019: 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:8889: checking how the .type assembly directive should be used" >&5
+ echo "$as_me:9023: 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
@@ -8896,7 +9030,7 @@ else
.type sym,${gmp_tmp_prefix}function
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8899: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9033: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_type=".type \$1,${gmp_tmp_prefix}\$2"
break
@@ -8915,11 +9049,11 @@ if test -z "$gmp_cv_asm_type"; then
fi
fi
-echo "$as_me:8918: result: $gmp_cv_asm_type" >&5
+echo "$as_me:9052: 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:8922: checking if the .size assembly directive works" >&5
+ echo "$as_me:9056: 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
@@ -8928,7 +9062,7 @@ else
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8931: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9065: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_size=".size \$1,\$2"
else
@@ -8940,11 +9074,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:8943: result: $gmp_cv_asm_size" >&5
+echo "$as_me:9077: 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:8947: checking what prefix to use for a local label" >&5
+echo "$as_me:9081: 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
@@ -8959,11 +9093,11 @@ ${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:8962: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9096: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
$NM conftest.o >&5 2>&5
if test $? != 0; then
- { echo "$as_me:8966: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:9100: 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
@@ -8984,16 +9118,16 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:8987: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:9121: 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:8992: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:9126: 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
-echo "$as_me:8996: checking how to define a 32-bit word" >&5
+echo "$as_me:9130: 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
@@ -9018,7 +9152,7 @@ foo$gmp_cv_asm_label_suffix
.byte 0
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9021: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9155: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
sed -e 's;[[][0-9][]]\(.*\);\1;' -e 's;[^1-9]*\([0-9]*\).*;\1;'`
@@ -9044,11 +9178,11 @@ if test -z "$gmp_cv_asm_w32"; then
fi
fi
-echo "$as_me:9047: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:9181: 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:9051: checking if globals are prefixed by underscore" >&5
+echo "$as_me:9185: 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
@@ -9074,7 +9208,7 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s 1>&5"
- if { (eval echo $as_me:9077: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+ if { (eval echo $as_me:9211: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
eval tmp_result$tmp_underscore=yes
else
eval tmp_result$tmp_underscore=no
@@ -9099,7 +9233,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:9102: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:9236: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -9113,7 +9247,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
underscore=no
fi
-echo "$as_me:9116: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:9250: 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
@@ -9128,7 +9262,7 @@ foo$gmp_cv_asm_label_suffix
.byte 2
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9131: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9265: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
sed -e 's;[[][0-9][]]\(.*\);\1;' -e 's;[^1-9]*\([0-9]*\).*;\1;'`
@@ -9147,7 +9281,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:9150: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:9284: 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
@@ -9161,7 +9295,7 @@ fi
case $host in
m68*-*-*)
-echo "$as_me:9164: checking assembler instruction and register style" >&5
+echo "$as_me:9298: 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
@@ -9173,7 +9307,7 @@ 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:9176: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9310: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_m68k_instruction=$i
rm -f conftest*
@@ -9189,7 +9323,7 @@ rm -f conftest*
done
fi
-echo "$as_me:9192: result: $gmp_cv_asm_m68k_instruction" >&5
+echo "$as_me:9326: 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 ;;
@@ -9204,7 +9338,7 @@ echo "define(<WANT_REGISTER_PERCENT>, <\`$want_register_percent'>)" >> $gmp_tmpc
echo "define(<WANT_DOT_SIZE>, <\`$want_dot_size'>)" >> $gmp_tmpconfigm4
-echo "$as_me:9207: checking assembler addressing style" >&5
+echo "$as_me:9341: 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
@@ -9226,7 +9360,7 @@ cat >conftest.s <<EOF
$movel $dreg, $areg@-
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9229: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9363: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=mit
else
@@ -9238,7 +9372,7 @@ else
$movel $dreg, -($areg)
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9241: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9375: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=motorola
else
@@ -9254,12 +9388,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:9257: result: $gmp_cv_asm_m68k_addressing" >&5
+echo "$as_me:9391: 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:9262: checking assembler shortest branches" >&5
+echo "$as_me:9396: 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
@@ -9272,7 +9406,7 @@ foo$gmp_cv_asm_label_suffix
$i foo
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9275: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9409: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_m68k_branches=$i
rm -f conftest*
@@ -9288,7 +9422,7 @@ rm -f conftest*
done
fi
-echo "$as_me:9291: result: $gmp_cv_asm_m68k_branches" >&5
+echo "$as_me:9425: 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: error: cannot determine assembler branching style" >&2
@@ -9300,7 +9434,7 @@ echo "define(<WANT_BRANCHES>, <\`$gmp_cv_asm_m68k_branches'>)" >> $gmp_tmpconfig
;;
power*-*-*)
-echo "$as_me:9303: checking if the assembler needs r on registers" >&5
+echo "$as_me:9437: 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
@@ -9310,7 +9444,7 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9313: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9447: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
else
@@ -9322,7 +9456,7 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9325: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9459: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
else
@@ -9338,7 +9472,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:9341: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:9475: 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
@@ -9357,7 +9491,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:9360: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:9494: 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
@@ -9369,7 +9503,7 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9372: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9506: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
if grep "Warning: Fill parameter ignored for executable section" conftest.out >/dev/null; then
echo "Supressing this warning by omitting 0x90" 1>&5
@@ -9386,12 +9520,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:9389: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:9523: 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:9394: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:9528: 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
@@ -9401,7 +9535,7 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:9404: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:9538: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
else
@@ -9413,7 +9547,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:9416: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:9550: 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
@@ -9427,7 +9561,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:9430: checking how to call x86 mcount" >&5
+echo "$as_me:9564: 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();}
@@ -9435,7 +9569,7 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo $as_me:9438: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
+ if { (eval echo $as_me:9572: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
if grep '\.data' conftest.s >/dev/null; then
mcount_nonpic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
else
@@ -9454,7 +9588,7 @@ 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:9457: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
+ if { (eval echo $as_me:9591: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
if grep '\.data' conftest.s >/dev/null; then
mcount_pic_reg=`sed -n 's/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p' conftest.s`
else
@@ -9480,7 +9614,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:9483: result: determined" >&5
+echo "$as_me:9617: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -9518,13 +9652,13 @@ fi
if grep "^#define BITS_PER_MP_LIMB" $gmp_mparam_source >/dev/null \
&& grep "^#define BYTES_PER_MP_LIMB" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:9521: checking for mp_limb_t" >&5
+ echo "$as_me:9655: 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 9527 "configure"
+#line 9661 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1
@@ -9542,7 +9676,7 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9545: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9679: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_mp_limb_t=yes
else
echo "$as_me: failed program was:" >&5
@@ -9551,10 +9685,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9554: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:9688: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:9557: checking size of mp_limb_t" >&5
+echo "$as_me:9691: 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
@@ -9563,7 +9697,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 9566 "configure"
+#line 9700 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1
@@ -9578,11 +9712,11 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9581: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9715: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_lo=0 ac_try=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9585 "configure"
+#line 9719 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1
@@ -9597,7 +9731,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9600: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9734: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_hi=$ac_try; break
else
echo "$as_me: failed program was:" >&5
@@ -9612,7 +9746,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9615 "configure"
+#line 9749 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1
@@ -9627,7 +9761,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9630: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9764: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_lo=$ac_try; break
else
echo "$as_me: failed program was:" >&5
@@ -9642,7 +9776,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
while test "x$ac_lo" != "x$ac_hi"; do
ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 9645 "configure"
+#line 9779 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1
@@ -9657,7 +9791,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9660: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9794: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_hi=$ac_try
else
echo "$as_me: failed program was:" >&5
@@ -9669,7 +9803,7 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9672 "configure"
+#line 9806 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1
@@ -9687,7 +9821,7 @@ fprintf (f, "%d\n", (sizeof (mp_limb_t)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9690: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9824: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9705,7 +9839,7 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:9708: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:9842: 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
@@ -9738,13 +9872,13 @@ if grep "^#define BITS_PER_ULONG" $gmp_mparam_source >/dev/null; then : ;
else
case $limb_chosen in
longlong)
- echo "$as_me:9741: checking for unsigned long" >&5
+ echo "$as_me:9875: 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 9747 "configure"
+#line 9881 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9759,7 +9893,7 @@ if (sizeof (unsigned long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9762: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9896: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_unsigned_long=yes
else
echo "$as_me: failed program was:" >&5
@@ -9768,10 +9902,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9771: result: $ac_cv_type_unsigned_long" >&5
+echo "$as_me:9905: result: $ac_cv_type_unsigned_long" >&5
echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
-echo "$as_me:9774: checking size of unsigned long" >&5
+echo "$as_me:9908: 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
@@ -9780,7 +9914,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 9783 "configure"
+#line 9917 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9792,11 +9926,11 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9795: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9929: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_lo=0 ac_try=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9799 "configure"
+#line 9933 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9808,7 +9942,7 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9811: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9945: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_hi=$ac_try; break
else
echo "$as_me: failed program was:" >&5
@@ -9823,7 +9957,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9826 "configure"
+#line 9960 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9835,7 +9969,7 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9838: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9972: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_lo=$ac_try; break
else
echo "$as_me: failed program was:" >&5
@@ -9850,7 +9984,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
while test "x$ac_lo" != "x$ac_hi"; do
ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 9853 "configure"
+#line 9987 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9862,7 +9996,7 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9865: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9999: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_hi=$ac_try
else
echo "$as_me: failed program was:" >&5
@@ -9874,7 +10008,7 @@ done
ac_cv_sizeof_unsigned_long=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9877 "configure"
+#line 10011 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9889,7 +10023,7 @@ fprintf (f, "%d\n", (sizeof (unsigned long)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9892: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:10026: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9907,7 +10041,7 @@ else
ac_cv_sizeof_unsigned_long=0
fi
fi
-echo "$as_me:9910: result: $ac_cv_sizeof_unsigned_long" >&5
+echo "$as_me:10044: 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
@@ -9928,13 +10062,13 @@ EOF
esac
fi
-echo "$as_me:9931: checking whether gcc __attribute__ ((noreturn)) works" >&5
+echo "$as_me:10065: 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 9937 "configure"
+#line 10071 "configure"
#include "confdefs.h"
void foo (int x) __attribute__ ((noreturn));
int
@@ -9946,7 +10080,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9949: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:10083: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
gmp_cv_c_attribute_noreturn=yes
else
echo "$as_me: failed program was:" >&5
@@ -9956,7 +10090,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9959: result: $gmp_cv_c_attribute_noreturn" >&5
+echo "$as_me:10093: 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
@@ -9966,13 +10100,13 @@ EOF
fi
-echo "$as_me:9969: checking whether gcc __attribute__ ((const)) works" >&5
+echo "$as_me:10103: 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 9975 "configure"
+#line 10109 "configure"
#include "confdefs.h"
int foo (int x) __attribute__ ((const));
int
@@ -9984,7 +10118,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9987: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:10121: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
gmp_cv_c_attribute_const=yes
else
echo "$as_me: failed program was:" >&5
@@ -9994,7 +10128,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9997: result: $gmp_cv_c_attribute_const" >&5
+echo "$as_me:10131: 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
@@ -10062,9 +10196,6 @@ else
EOF
fi
-ac_config_headers="$ac_config_headers demos/expr/expr-impl.h:demos/expr/expr-impl-h.in"
-
- ac_config_commands="$ac_config_commands default-5"
# Create config.m4.
@@ -10203,7 +10334,7 @@ sed '/^$/d;s/^/| /' confdefs.h >&5
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:10206: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:10337: creating $CONFIG_STATUS" >&5
echo "creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<\_ACEOF
#! /bin/sh
@@ -10417,10 +10548,10 @@ Try \`$0 --help' for more information." >&2
'default-3' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-3" ;;
'default-4' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-4" ;;
'default-5' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-5" ;;
- 'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
'gmp.h' ) CONFIG_HEADERS="$CONFIG_HEADERS gmp.h:gmp-h.in" ;;
'mp.h' ) CONFIG_HEADERS="$CONFIG_HEADERS mp.h:mp-h.in" ;;
'demos/expr/expr-impl.h' ) CONFIG_HEADERS="$CONFIG_HEADERS demos/expr/expr-impl.h:demos/expr/expr-impl-h.in" ;;
+ 'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
# This is an error.
-*) { echo "$as_me: error: unrecognized option: $1
@@ -10474,7 +10605,7 @@ cat >>$CONFIG_STATUS <<EOF
#
am_indx=1
- for am_file in config.h:config.in; do
+ for am_file in gmp.h:gmp-h.in; do
case " $CONFIG_HEADERS " in
*" $am_file "*)
echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
@@ -10483,7 +10614,7 @@ am_indx=1
am_indx=\`expr \$am_indx + 1\`
done
am_indx=1
- for am_file in gmp.h:gmp-h.in; do
+ for am_file in mp.h:mp-h.in; do
case " $CONFIG_HEADERS " in
*" $am_file "*)
echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
@@ -10492,7 +10623,7 @@ am_indx=1
am_indx=\`expr \$am_indx + 1\`
done
am_indx=1
- for am_file in mp.h:mp-h.in; do
+ for am_file in demos/expr/expr-impl.h:demos/expr/expr-impl-h.in; do
case " $CONFIG_HEADERS " in
*" $am_file "*)
echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
@@ -10500,10 +10631,8 @@ am_indx=1
esac
am_indx=\`expr \$am_indx + 1\`
done
-AMDEP="$AMDEP"
-ac_aux_dir="$ac_aux_dir"
am_indx=1
- for am_file in demos/expr/expr-impl.h:demos/expr/expr-impl-h.in; do
+ for am_file in config.h:config.in; do
case " $CONFIG_HEADERS " in
*" $am_file "*)
echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
@@ -10511,6 +10640,8 @@ am_indx=1
esac
am_indx=\`expr \$am_indx + 1\`
done
+AMDEP="$AMDEP"
+ac_aux_dir="$ac_aux_dir"
EOF
@@ -10719,7 +10850,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:10722: creating $ac_file" >&5
+ { echo "$as_me:10853: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -10812,7 +10943,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:10815: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:10946: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -10951,7 +11082,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:10954: $ac_file is unchanged" >&5
+ { echo "$as_me:11085: $ac_file is unchanged" >&5
echo "$ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -10997,7 +11128,7 @@ 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:11000: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:11131: linking $srcdir/$ac_source to $ac_dest" >&5
echo "linking $srcdir/$ac_source to $ac_dest" >&6;}
if test ! -r $srcdir/$ac_source; then
@@ -11061,8 +11192,9 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
case $ac_dest in
default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
default-2 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
- default-3 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
- default-4 )
+ default-3 ) test -z "$CONFIG_HEADERS" || echo timestamp > demos/expr/stamp-h ;;
+ default-4 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
+ default-5 )
test x"$AMDEP" != x"" ||
for mf in $CONFIG_FILES; do
case "$mf" in
@@ -11101,7 +11233,6 @@ for mf in $CONFIG_FILES; do
done
done
;;
- default-5 ) test -z "$CONFIG_HEADERS" || echo timestamp > demos/expr/stamp-h ;;
esac
done
EOF