summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-12-05 01:03:57 +0100
committertege <tege@gmplib.org>2000-12-05 01:03:57 +0100
commit9c099a08484089bcb7b73d914fc801da422239fc (patch)
tree98cc1f8f63962abfa81927cdaf2236ae5d30d41e /configure
parent56ef3334551bef73b7f71722e64efafc57c997d0 (diff)
downloadgmp-9c099a08484089bcb7b73d914fc801da422239fc.tar.gz
Regenerate for:
configure.in: Generate mp.h from mp-h.in like we handle gmp-h.in/gmp.h.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure785
1 files changed, 394 insertions, 391 deletions
diff --git a/configure b/configure
index 2f438132a..0186fa98f 100755
--- a/configure
+++ b/configure
@@ -2445,7 +2445,7 @@ else
path="$tmp generic"
fi
-# Instantiate gmp.h, setting _LONG_LONG_LIMB if necessary.
+# Instantiate gmp.h and mp.h, setting _LONG_LONG_LIMB if necessary.
#
# This could probably be done with AC_CONFIG_HEADERS and config.status, but
# we want a working gmp.h for GMP_FUNC_ALLOCA, which is earlier than
@@ -2460,9 +2460,12 @@ esac
echo "/* Generated by configure from gmp-h.in - DO NOT EDIT */" >gmp.h
echo "" >>gmp.h
sed "s:@define_LONG_LONG_LIMB@:$tmp:" $srcdir/gmp-h.in >>gmp.h
+echo "/* Generated by configure from mp-h.in - DO NOT EDIT */" >mp.h
+echo "" >>mp.h
+sed "s:@define_LONG_LONG_LIMB@:$tmp:" $srcdir/mp-h.in >>mp.h
cat >&5 <<EOF
-configure:927: Decided:
+configure:930: Decided:
ABI=$ABI
CC=$CC
CFLAGS=$CFLAGS
@@ -2481,7 +2484,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:2484: checking for $ac_word" >&5
+echo "$as_me:2487: 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
@@ -2503,10 +2506,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2506: result: $CC" >&5
+ echo "$as_me:2509: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2509: result: no" >&5
+ echo "$as_me:2512: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2515,7 +2518,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:2518: checking for $ac_word" >&5
+echo "$as_me:2521: 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
@@ -2537,10 +2540,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:2540: result: $ac_ct_CC" >&5
+ echo "$as_me:2543: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:2543: result: no" >&5
+ echo "$as_me:2546: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2553,7 +2556,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:2556: checking for $ac_word" >&5
+echo "$as_me:2559: 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
@@ -2575,10 +2578,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2578: result: $CC" >&5
+ echo "$as_me:2581: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2581: result: no" >&5
+ echo "$as_me:2584: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2587,7 +2590,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:2590: checking for $ac_word" >&5
+echo "$as_me:2593: 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
@@ -2609,10 +2612,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:2612: result: $ac_ct_CC" >&5
+ echo "$as_me:2615: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:2615: result: no" >&5
+ echo "$as_me:2618: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2625,7 +2628,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:2628: checking for $ac_word" >&5
+echo "$as_me:2631: 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
@@ -2666,10 +2669,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2669: result: $CC" >&5
+ echo "$as_me:2672: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2672: result: no" >&5
+ echo "$as_me:2675: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2680,7 +2683,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:2683: checking for $ac_word" >&5
+echo "$as_me:2686: 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
@@ -2702,10 +2705,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:2705: result: $CC" >&5
+ echo "$as_me:2708: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:2708: result: no" >&5
+ echo "$as_me:2711: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2718,7 +2721,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:2721: checking for $ac_word" >&5
+echo "$as_me:2724: 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
@@ -2740,10 +2743,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:2743: result: $ac_ct_CC" >&5
+ echo "$as_me:2746: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:2746: result: no" >&5
+ echo "$as_me:2749: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2758,10 +2761,10 @@ fi
test -z "$CC" && { echo "$as_me: error: no acceptable cc found in \$PATH" >&2
{ false; exit; }; }
-echo "$as_me:2761: checking whether the C compiler works" >&5
+echo "$as_me:2764: 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 2764 "configure"
+#line 2767 "configure"
#include "confdefs.h"
int
@@ -2773,11 +2776,11 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:2776: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:2779: \"$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:2780: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
+ if { ac_try='./conftest$ac_exeext'; { (eval echo $as_me:2783: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
@@ -2789,29 +2792,29 @@ To enable cross compilation, use \`--host'." >&2
fi
fi
fi
-echo "$as_me:2792: result: yes" >&5
+echo "$as_me:2795: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
- echo "$as_me:2797: result: no" >&5
+ echo "$as_me:2800: 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:2803: checking whether we are cross compiling" >&5
+echo "$as_me:2806: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:2805: result: $cross_compiling" >&5
+echo "$as_me:2808: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:2808: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:2811: 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 2814 "configure"
+#line 2817 "configure"
#include "confdefs.h"
int
@@ -2826,7 +2829,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:2829: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:2832: \"$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
@@ -2837,16 +2840,16 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:2840: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:2843: 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:2843: checking for object suffix" >&5
+echo "$as_me:2846: 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 2849 "configure"
+#line 2852 "configure"
#include "confdefs.h"
int
@@ -2857,7 +2860,7 @@ main ()
return 0;
}
_ACEOF
-if { (eval echo $as_me:2860: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo $as_me:2863: \"$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" : '.*\.\(.*\)'`;;
@@ -2871,13 +2874,13 @@ else
{ false; exit; }; }
fi
fi
-echo "$as_me:2874: result: $ac_cv_objext" >&5
+echo "$as_me:2877: 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:2880: checking for executable suffix" >&5
+echo "$as_me:2883: 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
@@ -2886,7 +2889,7 @@ else
*yes*) ac_cv_exeext=.exe ;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 2889 "configure"
+#line 2892 "configure"
#include "confdefs.h"
int
@@ -2898,7 +2901,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:2901: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:2904: \"$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
@@ -2917,7 +2920,7 @@ rm -f conftest$ac_exeext conftest.$ac_ext
test -n "$ac_cv_exeext" && ac_cv_exeext=no;;
esac
fi
-echo "$as_me:2920: result: $ac_cv_exeext" >&5
+echo "$as_me:2923: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
EXEEXT=
test "$ac_cv_exeext" != no && EXEEXT=$ac_cv_exeext
@@ -2926,13 +2929,13 @@ ac_exeext=$EXEEXT
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
-echo "$as_me:2929: checking whether ${CC-cc} accepts -g" >&5
+echo "$as_me:2932: 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 2935 "configure"
+#line 2938 "configure"
#include "confdefs.h"
int
@@ -2944,7 +2947,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:2947: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:2950: \"$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
@@ -2953,7 +2956,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2956: result: $ac_cv_prog_cc_g" >&5
+echo "$as_me:2959: 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
@@ -2978,7 +2981,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_commands="$ac_config_commands default-2"
-echo "$as_me:2981: checking how to run the C preprocessor" >&5
+echo "$as_me:2984: 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'
@@ -3001,14 +3004,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 3004 "configure"
+#line 3007 "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:3011: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3014: \"$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
@@ -3022,12 +3025,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 3025 "configure"
+#line 3028 "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:3030: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3033: \"$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
@@ -3065,14 +3068,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 3068 "configure"
+#line 3071 "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:3075: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3078: \"$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
@@ -3086,12 +3089,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 3089 "configure"
+#line 3092 "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:3094: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3097: \"$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
@@ -3117,7 +3120,7 @@ rm -f conftest*
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:3120: result: $CPP" >&5
+echo "$as_me:3123: 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
@@ -3131,7 +3134,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
depcc="$CC"
depcpp="$CPP"
-echo "$as_me:3134: checking dependency style of $depcc" >&5
+echo "$as_me:3137: 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
@@ -3175,14 +3178,14 @@ fi
fi
-echo "$as_me:3178: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:3181: 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"
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:3185: checking for $ac_word" >&5
+echo "$as_me:3188: 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
@@ -3204,10 +3207,10 @@ fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:3207: result: $AR" >&5
+ echo "$as_me:3210: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:3210: result: no" >&5
+ echo "$as_me:3213: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3216,7 +3219,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:3219: checking for $ac_word" >&5
+echo "$as_me:3222: 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
@@ -3239,10 +3242,10 @@ fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:3242: result: $ac_ct_AR" >&5
+ echo "$as_me:3245: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:3245: result: no" >&5
+ echo "$as_me:3248: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3257,7 +3260,7 @@ if test -n "$arflags"; then
AR="$AR $arflags"
fi
-echo "$as_me:3260: checking for BSD-compatible nm" >&5
+echo "$as_me:3263: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${ac_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3293,7 +3296,7 @@ fi
fi
NM="$ac_cv_path_NM"
-echo "$as_me:3296: result: $NM" >&5
+echo "$as_me:3299: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
eval nmflags=\"\$nm${abi1}_flags\"
@@ -3399,7 +3402,7 @@ fi;
ac_prog=ld
if test "$ac_cv_c_compiler_gnu" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:3402: checking for ld used by GCC" >&5
+ echo "$as_me:3405: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -3429,10 +3432,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:3432: checking for GNU ld" >&5
+ echo "$as_me:3435: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:3435: checking for non-GNU ld" >&5
+ echo "$as_me:3438: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${ac_cv_path_LD+set}" = set; then
@@ -3462,15 +3465,15 @@ fi
LD="$ac_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:3465: result: $LD" >&5
+ echo "$as_me:3468: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:3468: result: no" >&5
+ echo "$as_me:3471: 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:3473: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:3476: 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 "${ac_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3482,23 +3485,23 @@ else
ac_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:3485: result: $ac_cv_prog_gnu_ld" >&5
+echo "$as_me:3488: result: $ac_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$ac_cv_prog_gnu_ld" >&6
with_gnu_ld=$ac_cv_prog_gnu_ld
-echo "$as_me:3489: checking for $LD option to reload object files" >&5
+echo "$as_me:3492: 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:3496: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:3499: 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:3501: checking whether ln -s works" >&5
+echo "$as_me:3504: 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
@@ -3517,14 +3520,14 @@ fi
LN_S=$ac_cv_prog_LN_S
if test "$ac_cv_prog_LN_S" = "ln -s"; then
- echo "$as_me:3520: result: yes" >&5
+ echo "$as_me:3523: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:3523: result: no, using $LN_S" >&5
+ echo "$as_me:3526: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:3527: checking how to recognise dependant libraries" >&5
+echo "$as_me:3530: 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
@@ -3662,13 +3665,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
esac
fi
-echo "$as_me:3665: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:3668: 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:3671: checking command to parse $NM output" >&5
+echo "$as_me:3674: checking command to parse $NM output" >&5
echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
if test "${ac_cv_sys_global_symbol_pipe+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3745,10 +3748,10 @@ void nm_test_func(){}
main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo $as_me:3748: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ if { (eval echo $as_me:3751: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo $as_me:3751: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $nlist\") >&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then
+ if { (eval echo $as_me:3754: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $nlist\") >&5; (eval $NM conftest.$ac_objext \| $ac_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"
@@ -3799,7 +3802,7 @@ EOF
save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$no_builtin_flag"
- if { (eval echo $as_me:3802: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+ if { (eval echo $as_me:3805: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest; then
pipe_works=yes
fi
LIBS="$save_LIBS"
@@ -3837,10 +3840,10 @@ else
global_symbol_to_cdecl="$ac_cv_global_symbol_to_cdecl"
fi
if test -z "$global_symbol_pipe$global_symbol_to_cdecl"; then
- echo "$as_me:3840: result: failed" >&5
+ echo "$as_me:3843: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:3843: result: ok" >&5
+ echo "$as_me:3846: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
@@ -3848,7 +3851,7 @@ fi
case "$deplibs_check_method" in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:3851: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:3854: 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
@@ -3903,16 +3906,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:3906: result: $MAGIC_CMD" >&5
+ echo "$as_me:3909: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:3909: result: no" >&5
+ echo "$as_me:3912: 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:3915: checking for file" >&5
+ echo "$as_me:3918: 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
@@ -3967,10 +3970,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:3970: result: $MAGIC_CMD" >&5
+ echo "$as_me:3973: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:3973: result: no" >&5
+ echo "$as_me:3976: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3986,7 +3989,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:3989: checking for $ac_word" >&5
+echo "$as_me:3992: 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
@@ -4008,10 +4011,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:4011: result: $RANLIB" >&5
+ echo "$as_me:4014: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:4014: result: no" >&5
+ echo "$as_me:4017: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4020,7 +4023,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:4023: checking for $ac_word" >&5
+echo "$as_me:4026: 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
@@ -4043,10 +4046,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:4046: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:4049: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:4049: result: no" >&5
+ echo "$as_me:4052: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4058,7 +4061,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:4061: checking for $ac_word" >&5
+echo "$as_me:4064: 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
@@ -4080,10 +4083,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:4083: result: $STRIP" >&5
+ echo "$as_me:4086: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:4086: result: no" >&5
+ echo "$as_me:4089: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4092,7 +4095,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:4095: checking for $ac_word" >&5
+echo "$as_me:4098: 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
@@ -4115,10 +4118,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:4118: result: $ac_ct_STRIP" >&5
+ echo "$as_me:4121: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:4121: result: no" >&5
+ echo "$as_me:4124: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4142,8 +4145,8 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case "$host" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4145 "configure"' > conftest.$ac_ext
- if { (eval echo $as_me:4146: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 4148 "configure"' > conftest.$ac_ext
+ if { (eval echo $as_me:4149: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.$ac_objext`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -4163,7 +4166,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:4166: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:4169: 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
@@ -4176,7 +4179,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 4179 "configure"
+#line 4182 "configure"
#include "confdefs.h"
int
@@ -4188,7 +4191,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:4191: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:4194: \"$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
@@ -4203,7 +4206,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:4206: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:4209: 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
@@ -4296,7 +4299,7 @@ fi
set dummy $CC
compiler="$2"
-echo "$as_me:4299: checking for objdir" >&5
+echo "$as_me:4302: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6
rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null
@@ -4307,7 +4310,7 @@ else
objdir=_libs
fi
rmdir .libs 2>/dev/null
-echo "$as_me:4310: result: $objdir" >&5
+echo "$as_me:4313: result: $objdir" >&5
echo "${ECHO_T}$objdir" >&6
# Check whether --with-pic or --without-pic was given.
@@ -4322,7 +4325,7 @@ test -z "$pic_mode" && pic_mode=default
# We assume here that the value for ac_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:4325: checking for $compiler option to produce PIC" >&5
+echo "$as_me:4328: checking for $compiler option to produce PIC" >&5
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
if test "${ac_cv_prog_cc_pic+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4449,14 +4452,14 @@ else
fi
if test -z "$ac_cv_prog_cc_pic"; then
- echo "$as_me:4452: result: none" >&5
+ echo "$as_me:4455: result: none" >&5
echo "${ECHO_T}none" >&6
else
- echo "$as_me:4455: result: $ac_cv_prog_cc_pic" >&5
+ echo "$as_me:4458: result: $ac_cv_prog_cc_pic" >&5
echo "${ECHO_T}$ac_cv_prog_cc_pic" >&6
# Check to make sure the pic_flag actually works.
- echo "$as_me:4459: checking if $compiler PIC flag $ac_cv_prog_cc_pic works" >&5
+ echo "$as_me:4462: checking if $compiler PIC flag $ac_cv_prog_cc_pic works" >&5
echo $ECHO_N "checking if $compiler PIC flag $ac_cv_prog_cc_pic works... $ECHO_C" >&6
if test "${ac_cv_prog_cc_pic_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4464,7 +4467,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $ac_cv_prog_cc_pic -DPIC"
cat >conftest.$ac_ext <<_ACEOF
-#line 4467 "configure"
+#line 4470 "configure"
#include "confdefs.h"
int
@@ -4476,7 +4479,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:4479: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:4482: \"$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
@@ -4511,23 +4514,23 @@ fi
ac_cv_prog_cc_pic=" $ac_cv_prog_cc_pic"
fi
- echo "$as_me:4514: result: $ac_cv_prog_cc_pic_works" >&5
+ echo "$as_me:4517: result: $ac_cv_prog_cc_pic_works" >&5
echo "${ECHO_T}$ac_cv_prog_cc_pic_works" >&6
fi
# Check for any special shared library compilation flags.
if test -n "$ac_cv_prog_cc_shlib"; then
- { echo "$as_me:4520: WARNING: \`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:4523: WARNING: \`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries" >&5
echo "$as_me: warning: \`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries" >&2; }
if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$ac_cv_prog_cc_shlib[ ]" >/dev/null; then :
else
- { echo "$as_me:4524: WARNING: add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:4527: WARNING: add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
echo "$as_me: warning: add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2; }
ac_cv_prog_cc_can_build_shared=no
fi
fi
-echo "$as_me:4530: checking if $compiler static flag $ac_cv_prog_cc_static works" >&5
+echo "$as_me:4533: checking if $compiler static flag $ac_cv_prog_cc_static works" >&5
echo $ECHO_N "checking if $compiler static flag $ac_cv_prog_cc_static works... $ECHO_C" >&6
if test "${ac_cv_prog_cc_static_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4536,7 +4539,7 @@ else
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ac_cv_prog_cc_static"
cat >conftest.$ac_ext <<_ACEOF
-#line 4539 "configure"
+#line 4542 "configure"
#include "confdefs.h"
int
@@ -4548,7 +4551,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:4551: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:4554: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_prog_cc_static_works=yes
else
echo "$as_me: failed program was:" >&5
@@ -4561,7 +4564,7 @@ fi
# Belt *and* braces to stop my trousers falling down:
test "X$ac_cv_prog_cc_static_works" = Xno && ac_cv_prog_cc_static=
-echo "$as_me:4564: result: $ac_cv_prog_cc_static_works" >&5
+echo "$as_me:4567: result: $ac_cv_prog_cc_static_works" >&5
echo "${ECHO_T}$ac_cv_prog_cc_static_works" >&6
pic_flag="$ac_cv_prog_cc_pic"
@@ -4572,7 +4575,7 @@ no_builtin_flag="$ac_cv_prog_cc_no_builtin"
can_build_shared="$ac_cv_prog_cc_can_build_shared"
# Check to see if options -o and -c are simultaneously supported by compiler
-echo "$as_me:4575: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:4578: 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
$rm -r conftest 2>/dev/null
mkdir conftest
@@ -4588,7 +4591,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:4591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:4594: \"$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
@@ -4601,7 +4604,7 @@ else
cat out/conftest.err 1>&5
compiler_c_o=no
fi
-echo "$as_me:4604: result: $compiler_c_o" >&5
+echo "$as_me:4607: result: $compiler_c_o" >&5
echo "${ECHO_T}$compiler_c_o" >&6
CFLAGS="$save_CFLAGS"
chmod u+w .
@@ -4613,13 +4616,13 @@ $rm -r conftest 2>/dev/null
if test x"$compiler_c_o" = x"yes"; then
# Check to see if we can write to a .lo
- echo "$as_me:4616: checking if $compiler supports -c -o file.lo" >&5
+ echo "$as_me:4619: checking if $compiler supports -c -o file.lo" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
compiler_o_lo=no
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -c -o conftest.lo"
cat >conftest.$ac_ext <<_ACEOF
-#line 4622 "configure"
+#line 4625 "configure"
#include "confdefs.h"
int
@@ -4631,7 +4634,7 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:4634: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:4637: \"$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
@@ -4645,7 +4648,7 @@ else
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
- echo "$as_me:4648: result: $compiler_c_o" >&5
+ echo "$as_me:4651: result: $compiler_c_o" >&5
echo "${ECHO_T}$compiler_c_o" >&6
CFLAGS="$save_CFLAGS"
else
@@ -4656,7 +4659,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:4659: checking if we can lock with hard links" >&5
+ echo "$as_me:4662: 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*
@@ -4664,10 +4667,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:4667: result: $hard_links" >&5
+ echo "$as_me:4670: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:4670: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:4673: 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
@@ -4677,14 +4680,14 @@ fi
if test "$ac_cv_c_compiler_gnu" = yes; then
# Check to see if options -fno-rtti -fno-exceptions are supported by compiler
- echo "$as_me:4680: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:4683: 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 4687 "configure"
+#line 4690 "configure"
#include "confdefs.h"
int
@@ -4696,7 +4699,7 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:4699: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:4702: \"$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
@@ -4711,7 +4714,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
- echo "$as_me:4714: result: $compiler_rtti_exceptions" >&5
+ echo "$as_me:4717: result: $compiler_rtti_exceptions" >&5
echo "${ECHO_T}$compiler_rtti_exceptions" >&6
if test "$compiler_rtti_exceptions" = "yes"; then
@@ -4722,7 +4725,7 @@ echo "${ECHO_T}$compiler_rtti_exceptions" >&6
fi
# See if the linker supports building shared libraries.
-echo "$as_me:4725: checking whether the linker ($LD) supports shared libraries" >&5
+echo "$as_me:4728: 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=
@@ -5255,12 +5258,12 @@ else
;;
esac
fi
-echo "$as_me:5258: result: $ld_shlibs" >&5
+echo "$as_me:5261: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
# Check hardcoding attributes.
-echo "$as_me:5263: checking how to hardcode library paths into programs" >&5
+echo "$as_me:5266: 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" || \
@@ -5284,20 +5287,20 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:5287: result: $hardcode_action" >&5
+echo "$as_me:5290: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
striplib=
old_striplib=
-echo "$as_me:5292: checking whether stripping libraries is possible" >&5
+echo "$as_me:5295: 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:5297: result: yes" >&5
+ echo "$as_me:5300: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:5300: result: no" >&5
+ echo "$as_me:5303: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5305,7 +5308,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:5308: checking dynamic linker characteristics" >&5
+echo "$as_me:5311: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -5630,14 +5633,14 @@ sysv4*MP*)
dynamic_linker=no
;;
esac
-echo "$as_me:5633: result: $dynamic_linker" >&5
+echo "$as_me:5636: 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:5638: checking if libtool supports shared libraries" >&5
+echo "$as_me:5641: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:5640: result: $can_build_shared" >&5
+echo "$as_me:5643: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
if test "$hardcode_action" = relink; then
@@ -5662,7 +5665,7 @@ else
lt_cv_dlopen=no
lt_cv_dlopen_libs=
-echo "$as_me:5665: checking for dlopen in -ldl" >&5
+echo "$as_me:5668: 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
@@ -5670,7 +5673,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5673 "configure"
+#line 5676 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5689,7 +5692,7 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:5692: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5695: \"$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
@@ -5699,18 +5702,18 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5702: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:5705: 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:5707: checking for dlopen" >&5
+ echo "$as_me:5710: 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 5713 "configure"
+#line 5716 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -5741,7 +5744,7 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:5744: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5747: \"$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
@@ -5750,18 +5753,18 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5753: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:5756: 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:5758: checking for shl_load" >&5
+ echo "$as_me:5761: 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 5764 "configure"
+#line 5767 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -5792,7 +5795,7 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:5795: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5798: \"$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
@@ -5801,13 +5804,13 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5804: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:5807: 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:5810: checking for dlopen in -lsvld" >&5
+echo "$as_me:5813: 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
@@ -5815,7 +5818,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5818 "configure"
+#line 5821 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5834,7 +5837,7 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:5837: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5840: \"$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
@@ -5844,13 +5847,13 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5847: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:5850: 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:5853: checking for shl_load in -ldld" >&5
+echo "$as_me:5856: 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
@@ -5858,7 +5861,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5861 "configure"
+#line 5864 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5877,7 +5880,7 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:5880: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5883: \"$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
@@ -5887,7 +5890,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5890: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:5893: 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"
@@ -5915,19 +5918,19 @@ fi
save_LDFLAGS="$LD_FLAGS"
save_LIBS="$LIBS"
-echo "$as_me:5918: checking for dlfcn.h" >&5
+echo "$as_me:5921: checking for dlfcn.h" >&5
echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6
if test "${ac_cv_header_dlfcn_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5924 "configure"
+#line 5927 "configure"
#include "confdefs.h"
#include <dlfcn.h>
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:5930: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:5933: \"$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
@@ -5948,7 +5951,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:5951: result: $ac_cv_header_dlfcn_h" >&5
+echo "$as_me:5954: result: $ac_cv_header_dlfcn_h" >&5
echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6
if test $ac_cv_header_dlfcn_h = yes; then
CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
@@ -5957,13 +5960,13 @@ fi
eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:5960: checking whether a program can dlopen itself" >&5
+ echo "$as_me:5963: checking whether a program can dlopen itself" >&5
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
if test "$cross_compiling" = yes; then
lt_cv_dlopen_self=cross
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5966 "configure"
+#line 5969 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6011,7 +6014,7 @@ main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:6014: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:6017: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -6026,18 +6029,18 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
- echo "$as_me:6029: result: $lt_cv_dlopen_self" >&5
+ echo "$as_me:6032: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$lt_cv_dlopen_self" >&6
if test "$lt_cv_dlopen_self" = yes; then
LDFLAGS="$LDFLAGS $link_static_flag"
- echo "$as_me:6034: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:6037: 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 "$cross_compiling" = yes; then
lt_cv_dlopen_self_static=cross
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6040 "configure"
+#line 6043 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6085,7 +6088,7 @@ main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:6088: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:6091: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -6100,7 +6103,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
- echo "$as_me:6103: result: $lt_cv_dlopen_self_static" >&5
+ echo "$as_me:6106: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
CPPFLAGS="$save_CPPFLAGS"
@@ -6129,7 +6132,7 @@ if test "$enable_shared" = yes && test "$ac_cv_c_compiler_gnu" = 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:6132: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:6135: 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 "${ac_cv_archive_cmds_need_lc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6137,7 +6140,7 @@ else
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo $as_me:6140: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ if { (eval echo $as_me:6143: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
soname=conftest
lib=conftest
libobjs=conftest.$ac_objext
@@ -6150,7 +6153,7 @@ else
libname=conftest
save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { (eval echo $as_me:6153: \"$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:6156: \"$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
ac_cv_archive_cmds_need_lc=no
else
@@ -6162,7 +6165,7 @@ else
fi
fi
- echo "$as_me:6165: result: $ac_cv_archive_cmds_need_lc" >&5
+ echo "$as_me:6168: result: $ac_cv_archive_cmds_need_lc" >&5
echo "${ECHO_T}$ac_cv_archive_cmds_need_lc" >&6
;;
esac
@@ -6750,7 +6753,7 @@ case $host in
# it, and remove if not.
case "$path" in
*mmx*)
- echo "$as_me:6753: checking if the assembler knows about MMX instructions" >&5
+ echo "$as_me:6756: 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
@@ -6760,7 +6763,7 @@ else
movq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:6763: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:6766: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_x86_mmx=yes
case $host in
@@ -6770,7 +6773,7 @@ case $host in
gmp_cv_asm_x86_mmx=movq-bug
fi
else
- { echo "$as_me:6773: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+ { echo "$as_me:6776: 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
@@ -6783,42 +6786,42 @@ fi
rm -f conftest*
fi
-echo "$as_me:6786: result: $gmp_cv_asm_x86_mmx" >&5
+echo "$as_me:6789: 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:6791: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:6794: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
- { echo "$as_me:6793: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:6796: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: warning: | WARNING WARNING WARNING" >&2; }
- { echo "$as_me:6795: WARNING: | Host CPU has MMX code, but the assembler" >&5
+ { echo "$as_me:6798: 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:6797: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:6800: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: warning: | $CCAS $CFLAGS" >&2; }
- { echo "$as_me:6799: WARNING: | has the Solaris 2.6 bug where reg->reg movqs are reversed." >&5
+ { echo "$as_me:6802: WARNING: | has the Solaris 2.6 bug where reg->reg movqs are reversed." >&5
echo "$as_me: warning: | has the Solaris 2.6 bug where reg->reg movqs are reversed." >&2; }
- { echo "$as_me:6801: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:6804: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: warning: | Non-MMX replacements will be used." >&2; }
- { echo "$as_me:6803: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:6806: WARNING: | This will be an inferior build." >&5
echo "$as_me: warning: | This will be an inferior build." >&2; }
- { echo "$as_me:6805: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:6808: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
;;
no)
- { echo "$as_me:6809: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:6812: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
- { echo "$as_me:6811: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:6814: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: warning: | WARNING WARNING WARNING" >&2; }
- { echo "$as_me:6813: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+ { echo "$as_me:6816: 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:6815: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:6818: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: warning: | $CCAS $CFLAGS" >&2; }
- { echo "$as_me:6817: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:6820: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: warning: | Non-MMX replacements will be used." >&2; }
- { echo "$as_me:6819: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:6822: WARNING: | This will be an inferior build." >&5
echo "$as_me: warning: | This will be an inferior build." >&2; }
- { echo "$as_me:6821: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:6824: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
;;
esac
@@ -6845,13 +6848,13 @@ esac
# The library and header checks are mostly for the benefit of supplementary
# programs. The library itself doesn't use anything weird.
-echo "$as_me:6848: checking for ANSI C header files" >&5
+echo "$as_me:6851: 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 6854 "configure"
+#line 6857 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -6860,7 +6863,7 @@ else
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:6863: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:6866: \"$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
@@ -6883,7 +6886,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 6886 "configure"
+#line 6889 "configure"
#include "confdefs.h"
#include <string.h>
@@ -6901,7 +6904,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 6904 "configure"
+#line 6907 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -6922,7 +6925,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6925 "configure"
+#line 6928 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -6948,7 +6951,7 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:6951: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:6954: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -6965,7 +6968,7 @@ fi
fi
fi
-echo "$as_me:6968: result: $ac_cv_header_stdc" >&5
+echo "$as_me:6971: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -6975,13 +6978,13 @@ EOF
fi
-echo "$as_me:6978: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:6981: 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 6984 "configure"
+#line 6987 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -6996,7 +6999,7 @@ struct tm *tp;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:6999: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7002: \"$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
@@ -7005,7 +7008,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7008: result: $ac_cv_header_time" >&5
+echo "$as_me:7011: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -7019,19 +7022,19 @@ for ac_header in getopt.h unistd.h sys/param.h sys/resource.h sys/sysctl.h sys/s
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:7022: checking for $ac_header" >&5
+echo "$as_me:7025: 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 7028 "configure"
+#line 7031 "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:7034: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7037: \"$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
@@ -7052,7 +7055,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7055: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:7058: 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
@@ -7062,13 +7065,13 @@ EOF
fi
done
-echo "$as_me:7065: checking whether optarg is declared" >&5
+echo "$as_me:7068: 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 7071 "configure"
+#line 7074 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -7083,7 +7086,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7086: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7089: \"$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
@@ -7092,7 +7095,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7095: result: $ac_cv_have_decl_optarg" >&5
+echo "$as_me:7098: 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
@@ -7107,13 +7110,13 @@ EOF
fi
-echo "$as_me:7110: checking return type of signal handlers" >&5
+echo "$as_me:7113: 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 7116 "configure"
+#line 7119 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -7135,7 +7138,7 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7138: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7141: \"$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
@@ -7144,20 +7147,20 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7147: result: $ac_cv_type_signal" >&5
+echo "$as_me:7150: 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:7154: checking for void" >&5
+echo "$as_me:7157: 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 7160 "configure"
+#line 7163 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -7172,7 +7175,7 @@ if (sizeof (void))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7175: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7178: \"$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
@@ -7181,7 +7184,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7184: result: $ac_cv_type_void" >&5
+echo "$as_me:7187: result: $ac_cv_type_void" >&5
echo "${ECHO_T}$ac_cv_type_void" >&6
if test $ac_cv_type_void = yes; then
@@ -7191,13 +7194,13 @@ EOF
fi
-echo "$as_me:7194: checking for preprocessor stringizing operator" >&5
+echo "$as_me:7197: 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 7200 "configure"
+#line 7203 "configure"
#include "confdefs.h"
#define x(y) #y
@@ -7212,7 +7215,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7215: result: $ac_cv_c_stringize" >&5
+echo "$as_me:7218: result: $ac_cv_c_stringize" >&5
echo "${ECHO_T}$ac_cv_c_stringize" >&6
if test "${ac_cv_c_stringize}" = yes; then
@@ -7230,7 +7233,7 @@ case "$host" in
;;
*-ncr-sysv4.3*)
-echo "$as_me:7233: checking for _mwvalidcheckl in -lmw" >&5
+echo "$as_me:7236: 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
@@ -7238,7 +7241,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7241 "configure"
+#line 7244 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -7257,7 +7260,7 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7260: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7263: \"$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
@@ -7267,13 +7270,13 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7270: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:7273: 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:7276: checking for main in -lm" >&5
+echo "$as_me:7279: 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
@@ -7281,7 +7284,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7284 "configure"
+#line 7287 "configure"
#include "confdefs.h"
int
@@ -7293,7 +7296,7 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7296: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7299: \"$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
@@ -7303,7 +7306,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7306: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:7309: 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"
@@ -7312,7 +7315,7 @@ fi
;;
*)
-echo "$as_me:7315: checking for main in -lm" >&5
+echo "$as_me:7318: 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
@@ -7320,7 +7323,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7323 "configure"
+#line 7326 "configure"
#include "confdefs.h"
int
@@ -7332,7 +7335,7 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7335: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7338: \"$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
@@ -7342,7 +7345,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7345: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:7348: 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"
@@ -7353,13 +7356,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:7356: checking for working alloca.h" >&5
+echo "$as_me:7359: 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 7362 "configure"
+#line 7365 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -7371,7 +7374,7 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7374: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7377: \"$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
@@ -7380,7 +7383,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7383: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:7386: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -7390,13 +7393,13 @@ EOF
fi
-echo "$as_me:7393: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:7396: 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 7399 "configure"
+#line 7402 "configure"
#include "confdefs.h"
#define GMP_FUNC_ALLOCA_TEST 1
#include "gmp.h"
@@ -7410,7 +7413,7 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7413: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7416: \"$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
@@ -7419,7 +7422,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7422: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:7425: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -7437,13 +7440,13 @@ fi
for ac_func in getopt_long getpagesize getrusage gettimeofday popen processor_info read_real_time srandom strtoul sysconf sysctl sysctlbyname times
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:7440: checking for $ac_func" >&5
+echo "$as_me:7443: 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 7446 "configure"
+#line 7449 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7474,7 +7477,7 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7477: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7480: \"$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
@@ -7483,7 +7486,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7486: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:7489: 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
@@ -7493,7 +7496,7 @@ EOF
fi
done
-echo "$as_me:7496: checking if ansi2knr should be used" >&5
+echo "$as_me:7499: checking if ansi2knr should be used" >&5
echo $ECHO_N "checking if ansi2knr should be used... $ECHO_C" >&6
if test "${gmp_cv_c_ansi2knr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7501,7 +7504,7 @@ else
cat >conftest.c <<EOF
int main (int argc, char *argv) { return 0; }
EOF
-if { (eval echo $as_me:7504: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo $as_me:7507: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
gmp_cv_c_ansi2knr=no
else
gmp_cv_c_ansi2knr=yes
@@ -7509,20 +7512,20 @@ fi
rm -f conftest.*
fi
-echo "$as_me:7512: result: $gmp_cv_c_ansi2knr" >&5
+echo "$as_me:7515: result: $gmp_cv_c_ansi2knr" >&5
echo "${ECHO_T}$gmp_cv_c_ansi2knr" >&6
if test $gmp_cv_c_ansi2knr = no; then
U= ANSI2KNR=
else
U=_ ANSI2KNR=./ansi2knr
# Ensure some checks needed by ansi2knr itself.
- echo "$as_me:7519: checking for ANSI C header files" >&5
+ echo "$as_me:7522: 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 7525 "configure"
+#line 7528 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7531,7 +7534,7 @@ else
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:7534: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7537: \"$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
@@ -7554,7 +7557,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 7557 "configure"
+#line 7560 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7572,7 +7575,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 7575 "configure"
+#line 7578 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7593,7 +7596,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7596 "configure"
+#line 7599 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7619,7 +7622,7 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:7622: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:7625: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -7636,7 +7639,7 @@ fi
fi
fi
-echo "$as_me:7639: result: $ac_cv_header_stdc" >&5
+echo "$as_me:7642: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -7650,19 +7653,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:7653: checking for $ac_header" >&5
+echo "$as_me:7656: 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 7659 "configure"
+#line 7662 "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:7665: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7668: \"$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
@@ -7683,7 +7686,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7686: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:7689: 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
@@ -7840,7 +7843,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
- echo "$as_me:7843: checking for suitable m4" >&5
+ echo "$as_me:7846: 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
@@ -7886,7 +7889,7 @@ EOF
rm -f conftest.m4
fi
fi
-echo "$as_me:7889: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:7892: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
@@ -7900,7 +7903,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:7903: checking how to switch to text section" >&5
+ echo "$as_me:7906: 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
@@ -7912,11 +7915,11 @@ else
esac
fi
-echo "$as_me:7915: result: $gmp_cv_asm_text" >&5
+echo "$as_me:7918: 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:7919: checking how to switch to data section" >&5
+ echo "$as_me:7922: 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
@@ -7927,11 +7930,11 @@ else
esac
fi
-echo "$as_me:7930: result: $gmp_cv_asm_data" >&5
+echo "$as_me:7933: 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:7934: checking how to switch to read-only data section" >&5
+echo "$as_me:7937: 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
@@ -7942,11 +7945,11 @@ i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*) gmp_cv_asm_rodata="$gmp_cv_
esac
fi
-echo "$as_me:7945: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:7948: 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:7949: checking how to export a symbol" >&5
+ echo "$as_me:7952: 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
@@ -7957,11 +7960,11 @@ else
esac
fi
-echo "$as_me:7960: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:7963: 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:7964: checking what assembly label suffix to use" >&5
+ echo "$as_me:7967: 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
@@ -7972,11 +7975,11 @@ else
esac
fi
-echo "$as_me:7975: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:7978: 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:7979: checking how the .type assembly directive should be used" >&5
+ echo "$as_me:7982: 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
@@ -7986,7 +7989,7 @@ else
.type sym,${gmp_tmp_prefix}function
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:7989: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:7992: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_type=".type \$1,${gmp_tmp_prefix}\$2"
break
@@ -8005,11 +8008,11 @@ if test -z "$gmp_cv_asm_type"; then
fi
fi
-echo "$as_me:8008: result: $gmp_cv_asm_type" >&5
+echo "$as_me:8011: 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:8012: checking if the .size assembly directive works" >&5
+ echo "$as_me:8015: 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
@@ -8018,7 +8021,7 @@ else
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8021: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8024: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_size=".size \$1,\$2"
else
@@ -8030,11 +8033,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:8033: result: $gmp_cv_asm_size" >&5
+echo "$as_me:8036: 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:8037: checking what prefix to use for a local label" >&5
+echo "$as_me:8040: 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
@@ -8049,11 +8052,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:8052: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8055: \"$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:8056: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:8059: 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
@@ -8074,16 +8077,16 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:8077: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:8080: 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:8082: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:8085: 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:8086: checking how to define a 32-bit word" >&5
+echo "$as_me:8089: 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
@@ -8108,7 +8111,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:8111: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8114: \"$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;'`
@@ -8134,11 +8137,11 @@ if test -z "$gmp_cv_asm_w32"; then
fi
fi
-echo "$as_me:8137: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:8140: 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:8141: checking if globals are prefixed by underscore" >&5
+echo "$as_me:8144: 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
@@ -8161,7 +8164,7 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s 1>&5"
- if { (eval echo $as_me:8164: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+ if { (eval echo $as_me:8167: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
eval tmp_result$tmp_underscore=yes
else
eval tmp_result$tmp_underscore=no
@@ -8186,7 +8189,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:8189: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:8192: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -8200,7 +8203,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
underscore=no
fi
-echo "$as_me:8203: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:8206: 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
@@ -8215,7 +8218,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:8218: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8221: \"$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;'`
@@ -8234,7 +8237,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8237: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:8240: 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
@@ -8248,7 +8251,7 @@ fi
case $host in
powerpc*-*-*)
-echo "$as_me:8251: checking if the assembler needs r on registers" >&5
+echo "$as_me:8254: 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
@@ -8258,7 +8261,7 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8261: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8264: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
else
@@ -8270,7 +8273,7 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8273: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8276: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
else
@@ -8286,7 +8289,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8289: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:8292: 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
@@ -8305,7 +8308,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:8308: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:8311: 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
@@ -8317,7 +8320,7 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8320: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8323: \"$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
@@ -8334,12 +8337,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:8337: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:8340: 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:8342: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:8345: 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
@@ -8349,7 +8352,7 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8352: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8355: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
else
@@ -8361,7 +8364,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8364: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:8367: 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
@@ -8375,7 +8378,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:8378: checking how to call x86 mcount" >&5
+echo "$as_me:8381: 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();}
@@ -8383,7 +8386,7 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo $as_me:8386: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
+ if { (eval echo $as_me:8389: \"$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
@@ -8402,7 +8405,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:8405: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
+ if { (eval echo $as_me:8408: \"$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
@@ -8428,7 +8431,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:8431: result: determined" >&5
+echo "$as_me:8434: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -8480,13 +8483,13 @@ fi
if grep "^#define BITS_PER_LONGINT" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:8483: checking for long" >&5
+ echo "$as_me:8486: checking for long" >&5
echo $ECHO_N "checking for long... $ECHO_C" >&6
if test "${ac_cv_type_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8489 "configure"
+#line 8492 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8501,7 +8504,7 @@ if (sizeof (long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8504: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8507: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_long=yes
else
echo "$as_me: failed program was:" >&5
@@ -8510,10 +8513,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8513: result: $ac_cv_type_long" >&5
+echo "$as_me:8516: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
-echo "$as_me:8516: checking size of long" >&5
+echo "$as_me:8519: checking size of long" >&5
echo $ECHO_N "checking size of long... $ECHO_C" >&6
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8522,7 +8525,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 8525 "configure"
+#line 8528 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8534,11 +8537,11 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8537: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8540: \"$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 8541 "configure"
+#line 8544 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8550,7 +8553,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8553: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8556: \"$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
@@ -8565,7 +8568,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 8568 "configure"
+#line 8571 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8577,7 +8580,7 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8580: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8583: \"$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
@@ -8592,7 +8595,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 8595 "configure"
+#line 8598 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8604,7 +8607,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8607: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8610: \"$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
@@ -8616,7 +8619,7 @@ done
ac_cv_sizeof_long=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8619 "configure"
+#line 8622 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8631,7 +8634,7 @@ fprintf (f, "%d\n", (sizeof (long)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:8634: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:8637: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -8649,7 +8652,7 @@ else
ac_cv_sizeof_long=0
fi
fi
-echo "$as_me:8652: result: $ac_cv_sizeof_long" >&5
+echo "$as_me:8655: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_LONG $ac_cv_sizeof_long
@@ -8663,13 +8666,13 @@ fi
if grep "^#define BITS_PER_INT" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:8666: checking for int" >&5
+ echo "$as_me:8669: checking for int" >&5
echo $ECHO_N "checking for int... $ECHO_C" >&6
if test "${ac_cv_type_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8672 "configure"
+#line 8675 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8684,7 +8687,7 @@ if (sizeof (int))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8687: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8690: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_int=yes
else
echo "$as_me: failed program was:" >&5
@@ -8693,10 +8696,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8696: result: $ac_cv_type_int" >&5
+echo "$as_me:8699: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
-echo "$as_me:8699: checking size of int" >&5
+echo "$as_me:8702: checking size of int" >&5
echo $ECHO_N "checking size of int... $ECHO_C" >&6
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8705,7 +8708,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 8708 "configure"
+#line 8711 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8717,11 +8720,11 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8720: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8723: \"$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 8724 "configure"
+#line 8727 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8733,7 +8736,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8736: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8739: \"$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
@@ -8748,7 +8751,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 8751 "configure"
+#line 8754 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8760,7 +8763,7 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8763: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8766: \"$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
@@ -8775,7 +8778,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 8778 "configure"
+#line 8781 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8787,7 +8790,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8790: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8793: \"$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
@@ -8799,7 +8802,7 @@ done
ac_cv_sizeof_int=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8802 "configure"
+#line 8805 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8814,7 +8817,7 @@ fprintf (f, "%d\n", (sizeof (int)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:8817: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:8820: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -8832,7 +8835,7 @@ else
ac_cv_sizeof_int=0
fi
fi
-echo "$as_me:8835: result: $ac_cv_sizeof_int" >&5
+echo "$as_me:8838: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_INT $ac_cv_sizeof_int
@@ -8846,13 +8849,13 @@ fi
if grep "^#define BITS_PER_SHORTINT" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:8849: checking for short" >&5
+ echo "$as_me:8852: checking for short" >&5
echo $ECHO_N "checking for short... $ECHO_C" >&6
if test "${ac_cv_type_short+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8855 "configure"
+#line 8858 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8867,7 +8870,7 @@ if (sizeof (short))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8870: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8873: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_short=yes
else
echo "$as_me: failed program was:" >&5
@@ -8876,10 +8879,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8879: result: $ac_cv_type_short" >&5
+echo "$as_me:8882: result: $ac_cv_type_short" >&5
echo "${ECHO_T}$ac_cv_type_short" >&6
-echo "$as_me:8882: checking size of short" >&5
+echo "$as_me:8885: checking size of short" >&5
echo $ECHO_N "checking size of short... $ECHO_C" >&6
if test "${ac_cv_sizeof_short+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8888,7 +8891,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 8891 "configure"
+#line 8894 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8900,11 +8903,11 @@ int _array_ [1 - 2 * !((sizeof (short)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8903: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8906: \"$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 8907 "configure"
+#line 8910 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8916,7 +8919,7 @@ int _array_ [1 - 2 * !((sizeof (short)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8919: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8922: \"$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
@@ -8931,7 +8934,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 8934 "configure"
+#line 8937 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8943,7 +8946,7 @@ int _array_ [1 - 2 * !((sizeof (short)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8946: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8949: \"$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
@@ -8958,7 +8961,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 8961 "configure"
+#line 8964 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8970,7 +8973,7 @@ int _array_ [1 - 2 * !((sizeof (short)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8973: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8976: \"$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
@@ -8982,7 +8985,7 @@ done
ac_cv_sizeof_short=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8985 "configure"
+#line 8988 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8997,7 +9000,7 @@ fprintf (f, "%d\n", (sizeof (short)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9000: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9003: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9015,7 +9018,7 @@ else
ac_cv_sizeof_short=0
fi
fi
-echo "$as_me:9018: result: $ac_cv_sizeof_short" >&5
+echo "$as_me:9021: result: $ac_cv_sizeof_short" >&5
echo "${ECHO_T}$ac_cv_sizeof_short" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_SHORT $ac_cv_sizeof_short
@@ -9029,13 +9032,13 @@ fi
if grep "^#define BITS_PER_MP_LIMB" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:9032: checking for mp_limb_t" >&5
+ echo "$as_me:9035: 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 9038 "configure"
+#line 9041 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9052,7 +9055,7 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9055: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9058: \"$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
@@ -9061,10 +9064,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9064: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:9067: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:9067: checking size of mp_limb_t" >&5
+echo "$as_me:9070: 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
@@ -9073,7 +9076,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 9076 "configure"
+#line 9079 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9087,11 +9090,11 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9090: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9093: \"$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 9094 "configure"
+#line 9097 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9105,7 +9108,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9108: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9111: \"$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
@@ -9120,7 +9123,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9123 "configure"
+#line 9126 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9134,7 +9137,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9137: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9140: \"$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
@@ -9149,7 +9152,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 9152 "configure"
+#line 9155 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9163,7 +9166,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9166: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9169: \"$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
@@ -9175,7 +9178,7 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9178 "configure"
+#line 9181 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9192,7 +9195,7 @@ fprintf (f, "%d\n", (sizeof (mp_limb_t)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9195: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9198: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9210,7 +9213,7 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:9213: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:9216: 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
@@ -9403,7 +9406,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:9406: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:9409: creating $CONFIG_STATUS" >&5
echo "creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<\_ACEOF
#! /bin/sh
@@ -9881,7 +9884,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:9884: creating $ac_file" >&5
+ { echo "$as_me:9887: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -9974,7 +9977,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:9977: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:9980: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -10113,7 +10116,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:10116: $ac_file is unchanged" >&5
+ { echo "$as_me:10119: $ac_file is unchanged" >&5
echo "$ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -10159,7 +10162,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:10162: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:10165: linking $srcdir/$ac_source to $ac_dest" >&5
echo "linking $srcdir/$ac_source to $ac_dest" >&6;}
if test ! -r $srcdir/$ac_source; then