summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-12-29 18:06:31 +0100
committertege <tege@gmplib.org>2000-12-29 18:06:31 +0100
commitaf107c5c82550773adea449c7f7ebd5f94b5a541 (patch)
tree46e48cccee7f805f9785f1a9a8ff4beb1a0af59c
parente092e4e910dd7e33961311a8bb79ce1398a9bf2c (diff)
downloadgmp-af107c5c82550773adea449c7f7ebd5f94b5a541.tar.gz
Regenerate for:
* configure.in: Detect T90-ieee systems; move Cray path selection to after AC_PROG_CC. Invoke AC_PROG_CPP.
-rwxr-xr-xconfigure872
1 files changed, 523 insertions, 349 deletions
diff --git a/configure b/configure
index 10bdf6c9f..aa7bb24f2 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.224 .
+# From configure.in Revision: 1.225 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.49b.
#
@@ -1700,6 +1700,8 @@ echo "include_mpn(\`alpha/unicos.m4')" >> $gmp_tmpconfigm4i
# Don't perform any assembly syntax tests on this beast.
gmp_asm_syntax_testing=no
+ # tune/alpha.asm assumes int==4bytes but unicos uses int=8bytes
+ SPEED_CYCLECOUNTER_OBJ=
;;
*-*-osf*)
cc_cflags_optlist="cpu"
@@ -1720,12 +1722,10 @@ echo "include_mpn(\`alpha/default.m4')" >> $gmp_tmpconfigm4i
# This must come after alpha* so that we can recognize present and future
# vector processors with a wildcard.
*-cray-unicos*)
- # Don't perform any assembly syntax tests on this beast.
gmp_asm_syntax_testing=no
cclist="cc"
cc_cflags="-O3 -htask0 -Wa,-B"
path="cray"
- extra_functions="mulww"
;;
arm*-*-*)
@@ -3205,12 +3205,186 @@ echo "$as_me:3204: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
+echo "$as_me:3208: 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'
+ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+ CPP=
+fi
+if test -z "$CPP"; then
+ if test "${ac_cv_prog_CPP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ # Double quotes because CPP needs to be expanded
+ for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
+ do
+ # Use a header file that comes with gcc, so configuring glibc
+# with a fresh cross-compiler works.
+# 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 3231 "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:3238: \"$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
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+
+# Now check whether non-existent headers can be detected and how
+# 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 3252 "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:3257: \"$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
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+
+ if test -z "$ac_cpp_err"; then
+ # cannot detect missing includes at all
+ ac_cpp_err=yes
+ else
+ if test "x$ac_cpp_err" = xmaybe; then
+ ac_c_preproc_warn_flag=yes
+ else
+ ac_c_preproc_warn_flag=
+ fi
+ ac_cpp_err=
+ fi
+fi
+rm -f conftest*
+
+ if test -z "$ac_cpp_err"; then
+ break
+ fi
+ done
+ ac_cv_prog_CPP=$CPP
+
+fi
+ CPP=$ac_cv_prog_CPP
+else
+ # Use a header file that comes with gcc, so configuring glibc
+# with a fresh cross-compiler works.
+# 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 3295 "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:3302: \"$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
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+
+# Now check whether non-existent headers can be detected and how
+# 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 3316 "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:3321: \"$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
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+
+ if test -z "$ac_cpp_err"; then
+ # cannot detect missing includes at all
+ ac_cpp_err=yes
+ else
+ if test "x$ac_cpp_err" = xmaybe; then
+ ac_c_preproc_warn_flag=yes
+ else
+ ac_c_preproc_warn_flag=
+ fi
+ ac_cpp_err=
+ fi
+fi
+rm -f conftest*
+
+ ac_cv_prog_CPP=$CPP
+fi
+echo "$as_me:3347: 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
+ { false; exit; }; }
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+case $host_cpu in
+ c90 | t90)
+
+cat >conftest.$ac_ext <<_ACEOF
+#line 3363 "configure"
+#include "confdefs.h"
+#ifdef _CRAYIEEE
+ yes
+ #endif
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ egrep "yes" >/dev/null 2>&1; then
+ path="cray/ieee $path"
+else
+ path="cray/cfp $path"; extra_functions="mulwwc90"
+fi
+rm -f conftest*
+;;
+ j90 | sv1)
+ extra_functions="mulwwj90"
+ path="cray/cfp $path";;
+esac
+
# Automake ansi2knr support. This needs to be before compiler feature tests
# because it will change CC/CFLAGS to put the compiler into ansi mode, if it
# needs to, and if it can.
#
-echo "$as_me:3213: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:3387: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${am_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3228,7 +3402,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<_ACEOF
-#line 3231 "configure"
+#line 3405 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -3270,7 +3444,7 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:3273: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:3447: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
echo "$as_me: failed program was:" >&5
@@ -3283,10 +3457,10 @@ CC="$ac_save_CC"
fi
if test -z "$am_cv_prog_cc_stdc"; then
- echo "$as_me:3286: result: none needed" >&5
+ echo "$as_me:3460: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
else
- echo "$as_me:3289: result: $am_cv_prog_cc_stdc" >&5
+ echo "$as_me:3463: result: $am_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
fi
case "x$am_cv_prog_cc_stdc" in
@@ -3294,10 +3468,10 @@ case "x$am_cv_prog_cc_stdc" in
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:3297: checking for function prototypes" >&5
+echo "$as_me:3471: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
if test "$am_cv_prog_cc_stdc" != no; then
- echo "$as_me:3300: result: yes" >&5
+ echo "$as_me:3474: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -3306,17 +3480,17 @@ EOF
U= ANSI2KNR=
else
- echo "$as_me:3309: result: no" >&5
+ echo "$as_me:3483: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
# Ensure some checks needed by ansi2knr itself.
- echo "$as_me:3313: checking for ANSI C header files" >&5
+ echo "$as_me:3487: 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 3319 "configure"
+#line 3493 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -3325,7 +3499,7 @@ else
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:3328: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3502: \"$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
@@ -3348,7 +3522,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 3351 "configure"
+#line 3525 "configure"
#include "confdefs.h"
#include <string.h>
@@ -3366,7 +3540,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 3369 "configure"
+#line 3543 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -3387,7 +3561,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3390 "configure"
+#line 3564 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -3413,7 +3587,7 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:3416: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:3590: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -3430,7 +3604,7 @@ fi
fi
fi
-echo "$as_me:3433: result: $ac_cv_header_stdc" >&5
+echo "$as_me:3607: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -3444,19 +3618,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:3447: checking for $ac_header" >&5
+echo "$as_me:3621: 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 3453 "configure"
+#line 3627 "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:3459: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:3633: \"$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
@@ -3477,7 +3651,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:3480: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:3654: 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
@@ -3493,7 +3667,7 @@ gmp_user_AR=$AR
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
-echo "$as_me:3496: checking for $ac_word" >&5
+echo "$as_me:3670: 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
@@ -3515,10 +3689,10 @@ fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:3518: result: $AR" >&5
+ echo "$as_me:3692: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:3521: result: no" >&5
+ echo "$as_me:3695: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3527,7 +3701,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:3530: checking for $ac_word" >&5
+echo "$as_me:3704: 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
@@ -3550,10 +3724,10 @@ fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:3553: result: $ac_ct_AR" >&5
+ echo "$as_me:3727: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:3556: result: no" >&5
+ echo "$as_me:3730: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3571,7 +3745,7 @@ if test -z "$gmp_user_AR"; then
fi
gmp_user_NM=$NM
-echo "$as_me:3574: checking for BSD-compatible nm" >&5
+echo "$as_me:3748: 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
@@ -3607,7 +3781,7 @@ fi
fi
NM="$ac_cv_path_NM"
-echo "$as_me:3610: result: $NM" >&5
+echo "$as_me:3784: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
if test -z "$gmp_user_NM"; then
@@ -3733,7 +3907,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:3736: checking for ld used by GCC" >&5
+ echo "$as_me:3910: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -3763,10 +3937,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:3766: checking for GNU ld" >&5
+ echo "$as_me:3940: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:3769: checking for non-GNU ld" >&5
+ echo "$as_me:3943: 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
@@ -3796,15 +3970,15 @@ fi
LD="$ac_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:3799: result: $LD" >&5
+ echo "$as_me:3973: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:3802: result: no" >&5
+ echo "$as_me:3976: 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:3807: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:3981: 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
@@ -3816,23 +3990,23 @@ else
ac_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:3819: result: $ac_cv_prog_gnu_ld" >&5
+echo "$as_me:3993: 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:3823: checking for $LD option to reload object files" >&5
+echo "$as_me:3997: 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:3830: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:4004: 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:3835: checking whether ln -s works" >&5
+echo "$as_me:4009: 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
@@ -3851,14 +4025,14 @@ fi
LN_S=$ac_cv_prog_LN_S
if test "$ac_cv_prog_LN_S" = "ln -s"; then
- echo "$as_me:3854: result: yes" >&5
+ echo "$as_me:4028: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:3857: result: no, using $LN_S" >&5
+ echo "$as_me:4031: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:3861: checking how to recognise dependant libraries" >&5
+echo "$as_me:4035: 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
@@ -3996,13 +4170,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
esac
fi
-echo "$as_me:3999: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:4173: 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:4005: checking command to parse $NM output" >&5
+echo "$as_me:4179: 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
@@ -4079,10 +4253,10 @@ void nm_test_func(){}
main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo $as_me:4082: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ if { (eval echo $as_me:4256: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo $as_me:4085: \"$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:4259: \"$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"
@@ -4133,7 +4307,7 @@ EOF
save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$no_builtin_flag"
- if { (eval echo $as_me:4136: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+ if { (eval echo $as_me:4310: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest; then
pipe_works=yes
fi
LIBS="$save_LIBS"
@@ -4171,10 +4345,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:4174: result: failed" >&5
+ echo "$as_me:4348: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:4177: result: ok" >&5
+ echo "$as_me:4351: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
@@ -4182,7 +4356,7 @@ fi
case "$deplibs_check_method" in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:4185: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:4359: 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
@@ -4237,16 +4411,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:4240: result: $MAGIC_CMD" >&5
+ echo "$as_me:4414: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:4243: result: no" >&5
+ echo "$as_me:4417: 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:4249: checking for file" >&5
+ echo "$as_me:4423: 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
@@ -4301,10 +4475,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:4304: result: $MAGIC_CMD" >&5
+ echo "$as_me:4478: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:4307: result: no" >&5
+ echo "$as_me:4481: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4320,7 +4494,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:4323: checking for $ac_word" >&5
+echo "$as_me:4497: 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
@@ -4342,10 +4516,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:4345: result: $RANLIB" >&5
+ echo "$as_me:4519: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:4348: result: no" >&5
+ echo "$as_me:4522: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4354,7 +4528,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:4357: checking for $ac_word" >&5
+echo "$as_me:4531: 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
@@ -4377,10 +4551,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:4380: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:4554: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:4383: result: no" >&5
+ echo "$as_me:4557: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4392,7 +4566,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:4395: checking for $ac_word" >&5
+echo "$as_me:4569: 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
@@ -4414,10 +4588,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:4417: result: $STRIP" >&5
+ echo "$as_me:4591: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:4420: result: no" >&5
+ echo "$as_me:4594: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4426,7 +4600,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:4429: checking for $ac_word" >&5
+echo "$as_me:4603: 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
@@ -4449,10 +4623,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:4452: result: $ac_ct_STRIP" >&5
+ echo "$as_me:4626: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:4455: result: no" >&5
+ echo "$as_me:4629: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4476,8 +4650,8 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case "$host" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4479 "configure"' > conftest.$ac_ext
- if { (eval echo $as_me:4480: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 4653 "configure"' > conftest.$ac_ext
+ if { (eval echo $as_me:4654: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.$ac_objext`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -4497,7 +4671,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:4500: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:4674: 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
@@ -4510,7 +4684,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 4513 "configure"
+#line 4687 "configure"
#include "confdefs.h"
int
@@ -4522,7 +4696,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:4525: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:4699: \"$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
@@ -4537,7 +4711,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:4540: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:4714: 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
@@ -4630,7 +4804,7 @@ fi
set dummy $CC
compiler="$2"
-echo "$as_me:4633: checking for objdir" >&5
+echo "$as_me:4807: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6
rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null
@@ -4641,7 +4815,7 @@ else
objdir=_libs
fi
rmdir .libs 2>/dev/null
-echo "$as_me:4644: result: $objdir" >&5
+echo "$as_me:4818: result: $objdir" >&5
echo "${ECHO_T}$objdir" >&6
# Check whether --with-pic or --without-pic was given.
@@ -4656,7 +4830,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:4659: checking for $compiler option to produce PIC" >&5
+echo "$as_me:4833: 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
@@ -4783,14 +4957,14 @@ else
fi
if test -z "$ac_cv_prog_cc_pic"; then
- echo "$as_me:4786: result: none" >&5
+ echo "$as_me:4960: result: none" >&5
echo "${ECHO_T}none" >&6
else
- echo "$as_me:4789: result: $ac_cv_prog_cc_pic" >&5
+ echo "$as_me:4963: 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:4793: checking if $compiler PIC flag $ac_cv_prog_cc_pic works" >&5
+ echo "$as_me:4967: 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
@@ -4798,7 +4972,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $ac_cv_prog_cc_pic -DPIC"
cat >conftest.$ac_ext <<_ACEOF
-#line 4801 "configure"
+#line 4975 "configure"
#include "confdefs.h"
int
@@ -4810,7 +4984,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:4813: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:4987: \"$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
@@ -4845,23 +5019,23 @@ fi
ac_cv_prog_cc_pic=" $ac_cv_prog_cc_pic"
fi
- echo "$as_me:4848: result: $ac_cv_prog_cc_pic_works" >&5
+ echo "$as_me:5022: 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:4854: WARNING: \`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:5028: 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:4858: WARNING: add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:5032: 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:4864: checking if $compiler static flag $ac_cv_prog_cc_static works" >&5
+echo "$as_me:5038: 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
@@ -4870,7 +5044,7 @@ else
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ac_cv_prog_cc_static"
cat >conftest.$ac_ext <<_ACEOF
-#line 4873 "configure"
+#line 5047 "configure"
#include "confdefs.h"
int
@@ -4882,7 +5056,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:4885: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:5059: \"$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
@@ -4895,7 +5069,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:4898: result: $ac_cv_prog_cc_static_works" >&5
+echo "$as_me:5072: 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"
@@ -4906,7 +5080,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:4909: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:5083: 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
@@ -4922,7 +5096,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:4925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:5099: \"$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
@@ -4935,7 +5109,7 @@ else
cat out/conftest.err 1>&5
compiler_c_o=no
fi
-echo "$as_me:4938: result: $compiler_c_o" >&5
+echo "$as_me:5112: result: $compiler_c_o" >&5
echo "${ECHO_T}$compiler_c_o" >&6
CFLAGS="$save_CFLAGS"
chmod u+w .
@@ -4947,13 +5121,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:4950: checking if $compiler supports -c -o file.lo" >&5
+ echo "$as_me:5124: 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 4956 "configure"
+#line 5130 "configure"
#include "confdefs.h"
int
@@ -4965,7 +5139,7 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:4968: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:5142: \"$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
@@ -4979,7 +5153,7 @@ else
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
- echo "$as_me:4982: result: $compiler_c_o" >&5
+ echo "$as_me:5156: result: $compiler_c_o" >&5
echo "${ECHO_T}$compiler_c_o" >&6
CFLAGS="$save_CFLAGS"
else
@@ -4990,7 +5164,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:4993: checking if we can lock with hard links" >&5
+ echo "$as_me:5167: 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*
@@ -4998,10 +5172,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:5001: result: $hard_links" >&5
+ echo "$as_me:5175: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:5004: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:5178: 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
@@ -5011,14 +5185,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:5014: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:5188: 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 5021 "configure"
+#line 5195 "configure"
#include "confdefs.h"
int
@@ -5030,7 +5204,7 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:5033: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:5207: \"$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
@@ -5045,7 +5219,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
- echo "$as_me:5048: result: $compiler_rtti_exceptions" >&5
+ echo "$as_me:5222: result: $compiler_rtti_exceptions" >&5
echo "${ECHO_T}$compiler_rtti_exceptions" >&6
if test "$compiler_rtti_exceptions" = "yes"; then
@@ -5056,7 +5230,7 @@ echo "${ECHO_T}$compiler_rtti_exceptions" >&6
fi
# See if the linker supports building shared libraries.
-echo "$as_me:5059: checking whether the linker ($LD) supports shared libraries" >&5
+echo "$as_me:5233: 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=
@@ -5589,12 +5763,12 @@ else
;;
esac
fi
-echo "$as_me:5592: result: $ld_shlibs" >&5
+echo "$as_me:5766: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
# Check hardcoding attributes.
-echo "$as_me:5597: checking how to hardcode library paths into programs" >&5
+echo "$as_me:5771: 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" || \
@@ -5618,20 +5792,20 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:5621: result: $hardcode_action" >&5
+echo "$as_me:5795: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
striplib=
old_striplib=
-echo "$as_me:5626: checking whether stripping libraries is possible" >&5
+echo "$as_me:5800: 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:5631: result: yes" >&5
+ echo "$as_me:5805: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:5634: result: no" >&5
+ echo "$as_me:5808: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5639,7 +5813,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:5642: checking dynamic linker characteristics" >&5
+echo "$as_me:5816: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -5964,14 +6138,14 @@ sysv4*MP*)
dynamic_linker=no
;;
esac
-echo "$as_me:5967: result: $dynamic_linker" >&5
+echo "$as_me:6141: 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:5972: checking if libtool supports shared libraries" >&5
+echo "$as_me:6146: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:5974: result: $can_build_shared" >&5
+echo "$as_me:6148: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
if test "$hardcode_action" = relink; then
@@ -5996,7 +6170,7 @@ else
lt_cv_dlopen=no
lt_cv_dlopen_libs=
-echo "$as_me:5999: checking for dlopen in -ldl" >&5
+echo "$as_me:6173: 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
@@ -6004,7 +6178,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6007 "configure"
+#line 6181 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6023,7 +6197,7 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6026: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6200: \"$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
@@ -6033,18 +6207,18 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6036: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:6210: 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:6041: checking for dlopen" >&5
+ echo "$as_me:6215: 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 6047 "configure"
+#line 6221 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -6075,7 +6249,7 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6078: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6252: \"$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
@@ -6084,18 +6258,18 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6087: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:6261: 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:6092: checking for shl_load" >&5
+ echo "$as_me:6266: 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 6098 "configure"
+#line 6272 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -6126,7 +6300,7 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6129: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6303: \"$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
@@ -6135,13 +6309,13 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6138: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:6312: 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:6144: checking for dlopen in -lsvld" >&5
+echo "$as_me:6318: 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
@@ -6149,7 +6323,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6152 "configure"
+#line 6326 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6168,7 +6342,7 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6171: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6345: \"$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
@@ -6178,13 +6352,13 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6181: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:6355: 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:6187: checking for shl_load in -ldld" >&5
+echo "$as_me:6361: 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
@@ -6192,7 +6366,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6195 "configure"
+#line 6369 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6211,7 +6385,7 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:6214: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:6388: \"$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
@@ -6221,7 +6395,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6224: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:6398: 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"
@@ -6249,19 +6423,19 @@ fi
save_LDFLAGS="$LD_FLAGS"
save_LIBS="$LIBS"
-echo "$as_me:6252: checking for dlfcn.h" >&5
+echo "$as_me:6426: 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 6258 "configure"
+#line 6432 "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:6264: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:6438: \"$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
@@ -6282,7 +6456,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:6285: result: $ac_cv_header_dlfcn_h" >&5
+echo "$as_me:6459: 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"
@@ -6291,13 +6465,13 @@ fi
eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:6294: checking whether a program can dlopen itself" >&5
+ echo "$as_me:6468: 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 6300 "configure"
+#line 6474 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6345,7 +6519,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:6348: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:6522: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -6360,18 +6534,18 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
- echo "$as_me:6363: result: $lt_cv_dlopen_self" >&5
+ echo "$as_me:6537: 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:6368: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:6542: 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 6374 "configure"
+#line 6548 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6419,7 +6593,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:6422: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:6596: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -6434,7 +6608,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
- echo "$as_me:6437: result: $lt_cv_dlopen_self_static" >&5
+ echo "$as_me:6611: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
CPPFLAGS="$save_CPPFLAGS"
@@ -6463,7 +6637,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:6466: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:6640: 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
@@ -6471,7 +6645,7 @@ else
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo $as_me:6474: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ if { (eval echo $as_me:6648: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
soname=conftest
lib=conftest
libobjs=conftest.$ac_objext
@@ -6484,7 +6658,7 @@ else
libname=conftest
save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { (eval echo $as_me:6487: \"$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:6661: \"$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
@@ -6496,7 +6670,7 @@ else
fi
fi
- echo "$as_me:6499: result: $ac_cv_archive_cmds_need_lc" >&5
+ echo "$as_me:6673: result: $ac_cv_archive_cmds_need_lc" >&5
echo "${ECHO_T}$ac_cv_archive_cmds_need_lc" >&6
;;
esac
@@ -7082,7 +7256,7 @@ case $host in
# it, and remove if not.
case "$path" in
*mmx*)
- echo "$as_me:7085: checking if the assembler knows about MMX instructions" >&5
+ echo "$as_me:7259: 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
@@ -7092,7 +7266,7 @@ else
movq %mm0, %mm1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:7095: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:7269: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_x86_mmx=yes
case $host in
@@ -7102,7 +7276,7 @@ case $host in
gmp_cv_asm_x86_mmx=movq-bug
fi
else
- { echo "$as_me:7105: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5
+ { echo "$as_me:7279: 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
@@ -7115,42 +7289,42 @@ fi
rm -f conftest*
fi
-echo "$as_me:7118: result: $gmp_cv_asm_x86_mmx" >&5
+echo "$as_me:7292: 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:7123: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7297: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
- { echo "$as_me:7125: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:7299: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: warning: | WARNING WARNING WARNING" >&2; }
- { echo "$as_me:7127: WARNING: | Host CPU has MMX code, but the assembler" >&5
+ { echo "$as_me:7301: 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:7129: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:7303: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: warning: | $CCAS $CFLAGS" >&2; }
- { echo "$as_me:7131: WARNING: | has the Solaris 2.6 bug where reg->reg movqs are reversed." >&5
+ { echo "$as_me:7305: 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:7133: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:7307: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: warning: | Non-MMX replacements will be used." >&2; }
- { echo "$as_me:7135: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:7309: WARNING: | This will be an inferior build." >&5
echo "$as_me: warning: | This will be an inferior build." >&2; }
- { echo "$as_me:7137: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7311: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
;;
no)
- { echo "$as_me:7141: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7315: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
- { echo "$as_me:7143: WARNING: | WARNING WARNING WARNING" >&5
+ { echo "$as_me:7317: WARNING: | WARNING WARNING WARNING" >&5
echo "$as_me: warning: | WARNING WARNING WARNING" >&2; }
- { echo "$as_me:7145: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5
+ { echo "$as_me:7319: 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:7147: WARNING: | $CCAS $CFLAGS" >&5
+ { echo "$as_me:7321: WARNING: | $CCAS $CFLAGS" >&5
echo "$as_me: warning: | $CCAS $CFLAGS" >&2; }
- { echo "$as_me:7149: WARNING: | Non-MMX replacements will be used." >&5
+ { echo "$as_me:7323: WARNING: | Non-MMX replacements will be used." >&5
echo "$as_me: warning: | Non-MMX replacements will be used." >&2; }
- { echo "$as_me:7151: WARNING: | This will be an inferior build." >&5
+ { echo "$as_me:7325: WARNING: | This will be an inferior build." >&5
echo "$as_me: warning: | This will be an inferior build." >&2; }
- { echo "$as_me:7153: WARNING: +----------------------------------------------------------" >&5
+ { echo "$as_me:7327: WARNING: +----------------------------------------------------------" >&5
echo "$as_me: warning: +----------------------------------------------------------" >&2; }
;;
esac
@@ -7177,13 +7351,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:7180: checking for ANSI C header files" >&5
+echo "$as_me:7354: 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 7186 "configure"
+#line 7360 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7192,7 +7366,7 @@ else
_ACEOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
-if { (eval echo $as_me:7195: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7369: \"$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
@@ -7215,7 +7389,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 7218 "configure"
+#line 7392 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7233,7 +7407,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 7236 "configure"
+#line 7410 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7254,7 +7428,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7257 "configure"
+#line 7431 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7280,7 +7454,7 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:7283: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:7457: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -7297,7 +7471,7 @@ fi
fi
fi
-echo "$as_me:7300: result: $ac_cv_header_stdc" >&5
+echo "$as_me:7474: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -7307,13 +7481,13 @@ EOF
fi
-echo "$as_me:7310: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:7484: 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 7316 "configure"
+#line 7490 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -7328,7 +7502,7 @@ struct tm *tp;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7331: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7505: \"$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
@@ -7337,7 +7511,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7340: result: $ac_cv_header_time" >&5
+echo "$as_me:7514: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -7351,19 +7525,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:7354: checking for $ac_header" >&5
+echo "$as_me:7528: 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 7360 "configure"
+#line 7534 "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:7366: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+if { (eval echo $as_me:7540: \"$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
@@ -7384,7 +7558,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7387: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:7561: 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
@@ -7394,13 +7568,13 @@ EOF
fi
done
-echo "$as_me:7397: checking whether optarg is declared" >&5
+echo "$as_me:7571: 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 7403 "configure"
+#line 7577 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -7415,7 +7589,7 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7418: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7592: \"$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
@@ -7424,7 +7598,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7427: result: $ac_cv_have_decl_optarg" >&5
+echo "$as_me:7601: 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
@@ -7439,13 +7613,13 @@ EOF
fi
-echo "$as_me:7442: checking return type of signal handlers" >&5
+echo "$as_me:7616: 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 7448 "configure"
+#line 7622 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -7467,7 +7641,7 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7470: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7644: \"$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
@@ -7476,20 +7650,20 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7479: result: $ac_cv_type_signal" >&5
+echo "$as_me:7653: 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:7486: checking for void" >&5
+echo "$as_me:7660: 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 7492 "configure"
+#line 7666 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -7504,7 +7678,7 @@ if (sizeof (void))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7507: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7681: \"$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
@@ -7513,7 +7687,7 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7516: result: $ac_cv_type_void" >&5
+echo "$as_me:7690: result: $ac_cv_type_void" >&5
echo "${ECHO_T}$ac_cv_type_void" >&6
if test $ac_cv_type_void = yes; then
@@ -7523,13 +7697,13 @@ EOF
fi
-echo "$as_me:7526: checking for preprocessor stringizing operator" >&5
+echo "$as_me:7700: 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 7532 "configure"
+#line 7706 "configure"
#include "confdefs.h"
#define x(y) #y
@@ -7544,7 +7718,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7547: result: $ac_cv_c_stringize" >&5
+echo "$as_me:7721: result: $ac_cv_c_stringize" >&5
echo "${ECHO_T}$ac_cv_c_stringize" >&6
if test "${ac_cv_c_stringize}" = yes; then
@@ -7554,7 +7728,7 @@ EOF
fi
-echo "$as_me:7557: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:7731: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7562,7 +7736,7 @@ else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
-#line 7565 "configure"
+#line 7739 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -7611,7 +7785,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7614: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7788: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_stdc=$ac_arg
rm -f conftest.$ac_ext conftest.$ac_objext
break
@@ -7627,15 +7801,15 @@ fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:7630: result: none needed" >&5
+ echo "$as_me:7804: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:7633: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:7807: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:7638: checking for inline" >&5
+echo "$as_me:7812: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7643,7 +7817,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 7646 "configure"
+#line 7820 "configure"
#include "confdefs.h"
#ifndef __cplusplus
$ac_kw int foo () {return 0; }
@@ -7651,7 +7825,7 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:7654: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:7828: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_c_inline=$ac_kw; break
else
echo "$as_me: failed program was:" >&5
@@ -7661,7 +7835,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:7664: result: $ac_cv_c_inline" >&5
+echo "$as_me:7838: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -7693,7 +7867,7 @@ case "$host" in
;;
*-ncr-sysv4.3*)
-echo "$as_me:7696: checking for _mwvalidcheckl in -lmw" >&5
+echo "$as_me:7870: 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
@@ -7701,7 +7875,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7704 "configure"
+#line 7878 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -7720,7 +7894,7 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7723: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7897: \"$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
@@ -7730,13 +7904,13 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7733: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:7907: 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:7739: checking for main in -lm" >&5
+echo "$as_me:7913: 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
@@ -7744,7 +7918,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7747 "configure"
+#line 7921 "configure"
#include "confdefs.h"
int
@@ -7756,7 +7930,7 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7759: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7933: \"$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
@@ -7766,7 +7940,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7769: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:7943: 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"
@@ -7775,7 +7949,7 @@ fi
;;
*)
-echo "$as_me:7778: checking for main in -lm" >&5
+echo "$as_me:7952: 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
@@ -7783,7 +7957,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7786 "configure"
+#line 7960 "configure"
#include "confdefs.h"
int
@@ -7795,7 +7969,7 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7798: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:7972: \"$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
@@ -7805,7 +7979,7 @@ fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:7808: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:7982: 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"
@@ -7816,13 +7990,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:7819: checking for working alloca.h" >&5
+echo "$as_me:7993: 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 7825 "configure"
+#line 7999 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -7834,7 +8008,7 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7837: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8011: \"$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
@@ -7843,7 +8017,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7846: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:8020: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -7853,13 +8027,13 @@ EOF
fi
-echo "$as_me:7856: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:8030: 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 7862 "configure"
+#line 8036 "configure"
#include "confdefs.h"
#define GMP_FUNC_ALLOCA_TEST 1
#include "gmp.h"
@@ -7873,7 +8047,7 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7876: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8050: \"$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
@@ -7882,7 +8056,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7885: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:8059: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -7900,13 +8074,13 @@ fi
for ac_func in 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:7903: checking for $ac_func" >&5
+echo "$as_me:8077: 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 7909 "configure"
+#line 8083 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7937,7 +8111,7 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo $as_me:7940: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+if { (eval echo $as_me:8114: \"$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
@@ -7946,7 +8120,7 @@ else
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7949: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8123: 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
@@ -8112,7 +8286,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
- echo "$as_me:8115: checking for suitable m4" >&5
+ echo "$as_me:8289: 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
@@ -8158,7 +8332,7 @@ EOF
rm -f conftest.m4
fi
fi
-echo "$as_me:8161: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:8335: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
@@ -8172,7 +8346,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:8175: checking how to switch to text section" >&5
+ echo "$as_me:8349: 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
@@ -8184,11 +8358,11 @@ else
esac
fi
-echo "$as_me:8187: result: $gmp_cv_asm_text" >&5
+echo "$as_me:8361: 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:8191: checking how to switch to data section" >&5
+ echo "$as_me:8365: 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
@@ -8199,11 +8373,11 @@ else
esac
fi
-echo "$as_me:8202: result: $gmp_cv_asm_data" >&5
+echo "$as_me:8376: 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:8206: checking how to switch to read-only data section" >&5
+echo "$as_me:8380: 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
@@ -8214,11 +8388,11 @@ i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*) gmp_cv_asm_rodata="$gmp_cv_
esac
fi
-echo "$as_me:8217: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:8391: 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:8221: checking how to export a symbol" >&5
+ echo "$as_me:8395: 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
@@ -8229,11 +8403,11 @@ else
esac
fi
-echo "$as_me:8232: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:8406: 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:8236: checking what assembly label suffix to use" >&5
+ echo "$as_me:8410: 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
@@ -8244,11 +8418,11 @@ else
esac
fi
-echo "$as_me:8247: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:8421: 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:8251: checking how the .type assembly directive should be used" >&5
+ echo "$as_me:8425: 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
@@ -8258,7 +8432,7 @@ else
.type sym,${gmp_tmp_prefix}function
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:8435: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_type=".type \$1,${gmp_tmp_prefix}\$2"
break
@@ -8277,11 +8451,11 @@ if test -z "$gmp_cv_asm_type"; then
fi
fi
-echo "$as_me:8280: result: $gmp_cv_asm_type" >&5
+echo "$as_me:8454: 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:8284: checking if the .size assembly directive works" >&5
+ echo "$as_me:8458: 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
@@ -8290,7 +8464,7 @@ else
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8293: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8467: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_size=".size \$1,\$2"
else
@@ -8302,11 +8476,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:8305: result: $gmp_cv_asm_size" >&5
+echo "$as_me:8479: 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:8309: checking what prefix to use for a local label" >&5
+echo "$as_me:8483: 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
@@ -8321,11 +8495,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:8324: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8498: \"$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:8328: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:8502: 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
@@ -8346,16 +8520,16 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:8349: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:8523: 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:8354: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:8528: 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:8358: checking how to define a 32-bit word" >&5
+echo "$as_me:8532: 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
@@ -8380,7 +8554,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:8383: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8557: \"$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;'`
@@ -8406,11 +8580,11 @@ if test -z "$gmp_cv_asm_w32"; then
fi
fi
-echo "$as_me:8409: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:8583: 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:8413: checking if globals are prefixed by underscore" >&5
+echo "$as_me:8587: 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
@@ -8433,7 +8607,7 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s 1>&5"
- if { (eval echo $as_me:8436: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
+ if { (eval echo $as_me:8610: \"$gmp_compile\") >&5; (eval $gmp_compile) 2>&5; }; then
eval tmp_result$tmp_underscore=yes
else
eval tmp_result$tmp_underscore=no
@@ -8458,7 +8632,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:8461: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:8635: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -8472,7 +8646,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
underscore=no
fi
-echo "$as_me:8475: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:8649: 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
@@ -8487,7 +8661,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:8490: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8664: \"$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;'`
@@ -8506,7 +8680,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8509: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:8683: 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
@@ -8520,7 +8694,7 @@ fi
case $host in
powerpc*-*-*)
-echo "$as_me:8523: checking if the assembler needs r on registers" >&5
+echo "$as_me:8697: 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
@@ -8530,7 +8704,7 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8533: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8707: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
else
@@ -8542,7 +8716,7 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8545: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8719: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
else
@@ -8558,7 +8732,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8561: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:8735: 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
@@ -8577,7 +8751,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:8580: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:8754: 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
@@ -8589,7 +8763,7 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8592: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8766: \"$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
@@ -8606,12 +8780,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:8609: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:8783: 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:8614: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:8788: 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
@@ -8621,7 +8795,7 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo $as_me:8624: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
+if { (eval echo $as_me:8798: \"$gmp_assemble\") >&5; (eval $gmp_assemble) 2>&5; }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
else
@@ -8633,7 +8807,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:8636: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:8810: 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
@@ -8647,7 +8821,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:8650: checking how to call x86 mcount" >&5
+echo "$as_me:8824: 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();}
@@ -8655,7 +8829,7 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo $as_me:8658: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
+ if { (eval echo $as_me:8832: \"$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
@@ -8674,7 +8848,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:8677: \"$gmp_asmout_compile\") >&5; (eval $gmp_asmout_compile) 2>&5; }; then
+ if { (eval echo $as_me:8851: \"$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
@@ -8700,7 +8874,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:8703: result: determined" >&5
+echo "$as_me:8877: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -8752,13 +8926,13 @@ fi
if grep "^#define BITS_PER_LONGINT" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:8755: checking for long" >&5
+ echo "$as_me:8929: 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 8761 "configure"
+#line 8935 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8773,7 +8947,7 @@ if (sizeof (long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8776: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8950: \"$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
@@ -8782,10 +8956,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8785: result: $ac_cv_type_long" >&5
+echo "$as_me:8959: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
-echo "$as_me:8788: checking size of long" >&5
+echo "$as_me:8962: 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
@@ -8794,7 +8968,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 8797 "configure"
+#line 8971 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8806,11 +8980,11 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8809: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8983: \"$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 8813 "configure"
+#line 8987 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8822,7 +8996,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8825: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:8999: \"$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
@@ -8837,7 +9011,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 8840 "configure"
+#line 9014 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8849,7 +9023,7 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8852: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9026: \"$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
@@ -8864,7 +9038,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 8867 "configure"
+#line 9041 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8876,7 +9050,7 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8879: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9053: \"$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
@@ -8888,7 +9062,7 @@ done
ac_cv_sizeof_long=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8891 "configure"
+#line 9065 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8903,7 +9077,7 @@ fprintf (f, "%d\n", (sizeof (long)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:8906: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9080: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -8921,7 +9095,7 @@ else
ac_cv_sizeof_long=0
fi
fi
-echo "$as_me:8924: result: $ac_cv_sizeof_long" >&5
+echo "$as_me:9098: 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
@@ -8935,13 +9109,13 @@ fi
if grep "^#define BITS_PER_INT" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:8938: checking for int" >&5
+ echo "$as_me:9112: 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 8944 "configure"
+#line 9118 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8956,7 +9130,7 @@ if (sizeof (int))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8959: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9133: \"$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
@@ -8965,10 +9139,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8968: result: $ac_cv_type_int" >&5
+echo "$as_me:9142: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
-echo "$as_me:8971: checking size of int" >&5
+echo "$as_me:9145: 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
@@ -8977,7 +9151,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 8980 "configure"
+#line 9154 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8989,11 +9163,11 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:8992: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9166: \"$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 8996 "configure"
+#line 9170 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9005,7 +9179,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9008: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9182: \"$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
@@ -9020,7 +9194,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9023 "configure"
+#line 9197 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9032,7 +9206,7 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9035: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9209: \"$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
@@ -9047,7 +9221,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 9050 "configure"
+#line 9224 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9059,7 +9233,7 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9062: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9236: \"$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
@@ -9071,7 +9245,7 @@ done
ac_cv_sizeof_int=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9074 "configure"
+#line 9248 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9086,7 +9260,7 @@ fprintf (f, "%d\n", (sizeof (int)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9089: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9263: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9104,7 +9278,7 @@ else
ac_cv_sizeof_int=0
fi
fi
-echo "$as_me:9107: result: $ac_cv_sizeof_int" >&5
+echo "$as_me:9281: 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
@@ -9118,13 +9292,13 @@ fi
if grep "^#define BITS_PER_SHORTINT" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:9121: checking for short" >&5
+ echo "$as_me:9295: 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 9127 "configure"
+#line 9301 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9139,7 +9313,7 @@ if (sizeof (short))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9142: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9316: \"$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
@@ -9148,10 +9322,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9151: result: $ac_cv_type_short" >&5
+echo "$as_me:9325: result: $ac_cv_type_short" >&5
echo "${ECHO_T}$ac_cv_type_short" >&6
-echo "$as_me:9154: checking size of short" >&5
+echo "$as_me:9328: 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
@@ -9160,7 +9334,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 9163 "configure"
+#line 9337 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9172,11 +9346,11 @@ int _array_ [1 - 2 * !((sizeof (short)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9175: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9349: \"$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 9179 "configure"
+#line 9353 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9188,7 +9362,7 @@ int _array_ [1 - 2 * !((sizeof (short)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9191: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9365: \"$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
@@ -9203,7 +9377,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9206 "configure"
+#line 9380 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9215,7 +9389,7 @@ int _array_ [1 - 2 * !((sizeof (short)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9218: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9392: \"$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
@@ -9230,7 +9404,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 9233 "configure"
+#line 9407 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9242,7 +9416,7 @@ int _array_ [1 - 2 * !((sizeof (short)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9245: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9419: \"$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
@@ -9254,7 +9428,7 @@ done
ac_cv_sizeof_short=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9257 "configure"
+#line 9431 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -9269,7 +9443,7 @@ fprintf (f, "%d\n", (sizeof (short)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9272: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9446: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9287,7 +9461,7 @@ else
ac_cv_sizeof_short=0
fi
fi
-echo "$as_me:9290: result: $ac_cv_sizeof_short" >&5
+echo "$as_me:9464: 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
@@ -9301,13 +9475,13 @@ fi
if grep "^#define BITS_PER_MP_LIMB" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:9304: checking for mp_limb_t" >&5
+ echo "$as_me:9478: 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 9310 "configure"
+#line 9484 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9324,7 +9498,7 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9327: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9501: \"$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
@@ -9333,10 +9507,10 @@ else
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9336: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:9510: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:9339: checking size of mp_limb_t" >&5
+echo "$as_me:9513: 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
@@ -9345,7 +9519,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 9348 "configure"
+#line 9522 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9359,11 +9533,11 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9362: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9536: \"$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 9366 "configure"
+#line 9540 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9377,7 +9551,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9380: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9554: \"$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
@@ -9392,7 +9566,7 @@ else
ac_hi=-1 ac_try=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 9395 "configure"
+#line 9569 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9406,7 +9580,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9409: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9583: \"$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
@@ -9421,7 +9595,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 9424 "configure"
+#line 9598 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9435,7 +9609,7 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_try)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo $as_me:9438: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+if { (eval echo $as_me:9612: \"$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
@@ -9447,7 +9621,7 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9450 "configure"
+#line 9624 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "gmp.h"
@@ -9464,7 +9638,7 @@ fprintf (f, "%d\n", (sizeof (mp_limb_t)));
}
_ACEOF
rm -f conftest$ac_exeext
-{ (eval echo $as_me:9467: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+{ (eval echo $as_me:9641: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
(./conftest$ac_exeext) >&5 2>&1;
ac_status=$?
if test $ac_status = 0; then
@@ -9482,7 +9656,7 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:9485: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:9659: 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
@@ -9676,7 +9850,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:9679: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:9853: creating $CONFIG_STATUS" >&5
echo "creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<\_ACEOF
#! /bin/sh
@@ -10154,7 +10328,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:10157: creating $ac_file" >&5
+ { echo "$as_me:10331: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -10247,7 +10421,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:10250: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:10424: creating $ac_file" >&5
echo "creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -10386,7 +10560,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:10389: $ac_file is unchanged" >&5
+ { echo "$as_me:10563: $ac_file is unchanged" >&5
echo "$ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -10432,7 +10606,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:10435: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:10609: linking $srcdir/$ac_source to $ac_dest" >&5
echo "linking $srcdir/$ac_source to $ac_dest" >&6;}
if test ! -r $srcdir/$ac_source; then