summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-03-12 22:20:39 +0100
committerKevin Ryde <user42@zip.com.au>2000-03-12 22:20:39 +0100
commitb50cacb795d7533f0ca7833dc2d8c518ca5c66e9 (patch)
tree70d9c6641f246d4120cf2fd3ca09b011ba05e427 /configure
parent18ea8bcad219e44dd09a1caa1f244fe1a3084471 (diff)
downloadgmp-b50cacb795d7533f0ca7833dc2d8c518ca5c66e9.tar.gz
Regenerate
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure154
1 files changed, 76 insertions, 78 deletions
diff --git a/configure b/configure
index 69af8c83e..a20a2fe7e 100755
--- a/configure
+++ b/configure
@@ -2105,7 +2105,7 @@ case ${target} in
path="x86/pentium x86"
family=x86;;
pentiummmx-*-*)
- path="x86/pentium"
+ path=
echo $ac_n "checking if the assembler knows about MMX instructions... $ac_c" 1>&6
@@ -2128,12 +2128,12 @@ rm -f conftest*
fi
echo "$ac_t""$gmp_cv_check_asm_mmx" 1>&6
if test "$gmp_cv_check_asm_mmx" = "yes"; then
- path="$path x86/mmx"
+ path="$path x86/pentium/mmx"
else
:
fi
- path="$path x86"
+ path="$path x86/pentium x86"
family=x86;;
i686*-*-* | pentiumpro-*-*)
path="x86/p6 x86"
@@ -2141,7 +2141,7 @@ fi
gmp_mf_aorsmul_1="addmul_1 submul_1"
family=x86;;
pentium[23]-*-*)
- path="x86/p6"
+ path=
echo $ac_n "checking if the assembler knows about MMX instructions... $ac_c" 1>&6
@@ -2164,12 +2164,12 @@ rm -f conftest*
fi
echo "$ac_t""$gmp_cv_check_asm_mmx" 1>&6
if test "$gmp_cv_check_asm_mmx" = "yes"; then
- path="$path x86/mmx"
+ path="$path x86/p6/mmx"
else
:
fi
- path="$path x86"
+ path="x86/p6 x86"
gmp_mulfunc_files="aorsmul_1"
gmp_mf_aorsmul_1="addmul_1 submul_1"
family=x86;;
@@ -2202,10 +2202,8 @@ else
fi
path=
- test "$tmp_mmx" = "yes" && path="x86/k6/mmx"
- path="$path x86/k6"
- test "$tmp_mmx" = "yes" && path="$path x86/mmx"
- path="$path x86"
+ test "$tmp_mmx" = "yes" && path="$path x86/k6/mmx"
+ path="$path x86/k6 x86"
gmp_mulfunc_files="aors_n aorsmul_1"
gmp_mf_aors_n="add_n sub_n"
@@ -2219,11 +2217,11 @@ fi
family=x86;;
athlon-*-*)
- path="x86/k7"
+ path=
echo $ac_n "checking if the assembler knows about MMX instructions... $ac_c" 1>&6
-echo "configure:2227: checking if the assembler knows about MMX instructions" 1>&5
+echo "configure:2225: checking if the assembler knows about MMX instructions" 1>&5
if test "${gmp_cv_check_asm_mmx+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2232,7 +2230,7 @@ else
por %mm0, %mm0
EOF
ac_assemble="$CCAS $CFLAGS conftest.s 1>&5"
-if { (eval echo configure:2236: \"$ac_assemble\") 1>&5; (eval $ac_assemble) 2>&5; }; then
+if { (eval echo configure:2234: \"$ac_assemble\") 1>&5; (eval $ac_assemble) 2>&5; }; then
gmp_cv_check_asm_mmx=yes
else
gmp_cv_check_asm_mmx=no
@@ -2242,12 +2240,12 @@ rm -f conftest*
fi
echo "$ac_t""$gmp_cv_check_asm_mmx" 1>&6
if test "$gmp_cv_check_asm_mmx" = "yes"; then
- path="$path x86/mmx"
+ path="$path x86/k7/mmx"
else
:
fi
- path="$path x86"
+ path="x86/k7 x86"
gmp_mulfunc_files="aors_n aorsmul_1"
gmp_mf_aors_n="add_n sub_n"
gmp_mf_aorsmul_1="addmul_1 submul_1"
@@ -2304,7 +2302,7 @@ if test -n "$optcflags"; then
CFLAGS_save="$CFLAGS"
CFLAGS="$CFLAGS $optcflags"
echo $ac_n "checking whether $CC accepts $optcflags... $ac_c" 1>&6
-echo "configure:2308: checking whether $CC accepts $optcflags" 1>&5
+echo "configure:2306: checking whether $CC accepts $optcflags" 1>&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
@@ -2314,12 +2312,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat >conftest.$ac_ext <<EOF
-#line 2318 "configure"
+#line 2316 "configure"
#include "confdefs.h"
int main(){return(0);}
EOF
-if { (eval echo configure:2323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
optok=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -2342,7 +2340,7 @@ rm -fr conftest*
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works... $ac_c" 1>&6
-echo "configure:2346: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
+echo "configure:2344: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -2353,12 +2351,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat >conftest.$ac_ext <<EOF
-#line 2357 "configure"
+#line 2355 "configure"
#include "confdefs.h"
int main(){return(0);}
EOF
-if { (eval echo configure:2362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -2384,12 +2382,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 77; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler... $ac_c" 1>&6
-echo "configure:2388: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
+echo "configure:2386: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C... $ac_c" 1>&6
-echo "configure:2393: checking whether we are using GNU C" 1>&5
+echo "configure:2391: checking whether we are using GNU C" 1>&5
if test "${ac_cv_prog_gcc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2398,7 +2396,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -2415,12 +2413,12 @@ fi
echo $ac_n "checking for Cygwin environment... $ac_c" 1>&6
-echo "configure:2419: checking for Cygwin environment" 1>&5
+echo "configure:2417: checking for Cygwin environment" 1>&5
if test "${ac_cv_cygwin+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2424 "configure"
+#line 2422 "configure"
#include "confdefs.h"
int
@@ -2434,7 +2432,7 @@ return __CYGWIN__;
return 0;
}
EOF
-if { (eval echo configure:2438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_cygwin=yes
else
@@ -2449,12 +2447,12 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment... $ac_c" 1>&6
-echo "configure:2453: checking for mingw32 environment" 1>&5
+echo "configure:2451: checking for mingw32 environment" 1>&5
if test "${ac_cv_mingw32+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2458 "configure"
+#line 2456 "configure"
#include "confdefs.h"
int
@@ -2465,7 +2463,7 @@ return __MINGW32__;
return 0;
}
EOF
-if { (eval echo configure:2469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_mingw32=yes
else
@@ -2480,12 +2478,12 @@ echo "$ac_t""$ac_cv_mingw32" 1>&6
MINGW32=
test "$ac_cv_mingw32" = yes && MINGW32=yes
echo $ac_n "checking for EMX OS/2 environment... $ac_c" 1>&6
-echo "configure:2484: checking for EMX OS/2 environment" 1>&5
+echo "configure:2482: checking for EMX OS/2 environment" 1>&5
if test "${ac_cv_emxos2+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2489 "configure"
+#line 2487 "configure"
#include "confdefs.h"
int
@@ -2496,7 +2494,7 @@ return __EMX__;
return 0;
}
EOF
-if { (eval echo configure:2500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_emxos2=yes
else
@@ -2511,7 +2509,7 @@ echo "$ac_t""$ac_cv_emxos2" 1>&6
EMXOS2=
test "$ac_cv_emxos2" = yes && EMXOS2=yes
echo $ac_n "checking for executable suffix... $ac_c" 1>&6
-echo "configure:2515: checking for executable suffix" 1>&5
+echo "configure:2513: checking for executable suffix" 1>&5
if test "${ac_cv_exeext+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2521,7 +2519,7 @@ else
rm -f conftest*
echo 'int main () { return 0; }' >conftest.$ac_ext
ac_cv_exeext=
- if { (eval echo configure:2525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+ if { (eval echo configure:2523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for ac_file in conftest.*; do
case $ac_file in
*.c | *.C | *.o | *.obj | *.xcoff) ;;
@@ -2542,13 +2540,13 @@ echo "$ac_t""${ac_cv_exeext}" 1>&6
ac_exeext=$EXEEXT
echo $ac_n "checking for object suffix... $ac_c" 1>&6
-echo "configure:2546: checking for object suffix" 1>&5
+echo "configure:2544: checking for object suffix" 1>&5
if test "${ac_cv_objext+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
rm -f conftest*
echo 'int i = 1;' >conftest.$ac_ext
-if { (eval echo configure:2552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
for ac_file in conftest.*; do
case $ac_file in
*.c) ;;
@@ -2649,7 +2647,7 @@ ac_prog=ld
if test "$ac_cv_prog_gcc" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
-echo "configure:2653: checking for ld used by GCC" 1>&5
+echo "configure:2651: checking for ld used by GCC" 1>&5
case $lt_target in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
@@ -2679,10 +2677,10 @@ echo "configure:2653: checking for ld used by GCC" 1>&5
esac
elif test "$with_gnu_ld" = yes; then
echo $ac_n "checking for GNU ld... $ac_c" 1>&6
-echo "configure:2683: checking for GNU ld" 1>&5
+echo "configure:2681: checking for GNU ld" 1>&5
else
echo $ac_n "checking for non-GNU ld... $ac_c" 1>&6
-echo "configure:2686: checking for non-GNU ld" 1>&5
+echo "configure:2684: checking for non-GNU ld" 1>&5
fi
if test "${ac_cv_path_LD+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2717,7 +2715,7 @@ else
fi
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6
-echo "configure:2721: checking if the linker ($LD) is GNU ld" 1>&5
+echo "configure:2719: checking if the linker ($LD) is GNU ld" 1>&5
if test "${ac_cv_prog_gnu_ld+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2732,7 +2730,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
with_gnu_ld=$ac_cv_prog_gnu_ld
echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
-echo "configure:2736: checking for $LD option to reload object files" 1>&5
+echo "configure:2734: checking for $LD option to reload object files" 1>&5
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2743,7 +2741,7 @@ reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
-echo "configure:2747: checking for BSD-compatible nm" 1>&5
+echo "configure:2745: checking for BSD-compatible nm" 1>&5
if test "${ac_cv_path_NM+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2779,7 +2777,7 @@ NM="$ac_cv_path_NM"
echo "$ac_t""$NM" 1>&6
echo $ac_n "checking how to recognise dependant libraries... $ac_c" 1>&6
-echo "configure:2783: checking how to recognise dependant libraries" 1>&5
+echo "configure:2781: checking how to recognise dependant libraries" 1>&5
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2896,7 +2894,7 @@ case "$deplibs_check_method" in
file_magic*)
if test "$file_magic_cmd" = '$FILE'; then
echo $ac_n "checking for ${ac_tool_prefix}file... $ac_c" 1>&6
-echo "configure:2900: checking for ${ac_tool_prefix}file" 1>&5
+echo "configure:2898: checking for ${ac_tool_prefix}file" 1>&5
if test "${lt_cv_path_FILE+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2958,7 +2956,7 @@ fi
if test -z "$lt_cv_path_FILE"; then
if test -n "$ac_tool_prefix"; then
echo $ac_n "checking for file... $ac_c" 1>&6
-echo "configure:2962: checking for file" 1>&5
+echo "configure:2960: checking for file" 1>&5
if test "${lt_cv_path_FILE+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3034,7 +3032,7 @@ esac
# 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 $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3038: checking for $ac_word" 1>&5
+echo "configure:3036: checking for $ac_word" 1>&5
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3065,7 +3063,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3069: checking for $ac_word" 1>&5
+echo "configure:3067: checking for $ac_word" 1>&5
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3100,7 +3098,7 @@ fi
# 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 $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3104: checking for $ac_word" 1>&5
+echo "configure:3102: checking for $ac_word" 1>&5
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3131,7 +3129,7 @@ if test -z "$ac_cv_prog_STRIP"; then
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3135: checking for $ac_word" 1>&5
+echo "configure:3133: checking for $ac_word" 1>&5
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3196,8 +3194,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case "$lt_target" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 3200 "configure"' > conftest.$ac_ext
- if { (eval echo configure:3201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 3198 "configure"' > conftest.$ac_ext
+ if { (eval echo configure:3199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -3218,12 +3216,12 @@ case "$lt_target" in
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
echo $ac_n "checking whether the C compiler needs -belf... $ac_c" 1>&6
-echo "configure:3222: checking whether the C compiler needs -belf" 1>&5
+echo "configure:3220: checking whether the C compiler needs -belf" 1>&5
if test "${lt_cv_cc_needs_belf+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3227 "configure"
+#line 3225 "configure"
#include "confdefs.h"
int
@@ -3234,7 +3232,7 @@ main()
return 0;
}
EOF
-if { (eval echo configure:3238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
lt_cv_cc_needs_belf=yes
else
@@ -3270,7 +3268,7 @@ esac
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3274: checking for $ac_word" 1>&5
+echo "configure:3272: checking for $ac_word" 1>&5
if test "${ac_cv_prog_CC+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3300,7 +3298,7 @@ fi
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3304: checking for $ac_word" 1>&5
+echo "configure:3302: checking for $ac_word" 1>&5
if test "${ac_cv_prog_CC+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3351,7 +3349,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:3355: checking for $ac_word" 1>&5
+echo "configure:3353: checking for $ac_word" 1>&5
if test "${ac_cv_prog_CC+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3386,7 +3384,7 @@ done
test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works... $ac_c" 1>&6
-echo "configure:3390: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
+echo "configure:3388: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -3397,12 +3395,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat >conftest.$ac_ext <<EOF
-#line 3401 "configure"
+#line 3399 "configure"
#include "confdefs.h"
int main(){return(0);}
EOF
-if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -3428,12 +3426,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 77; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler... $ac_c" 1>&6
-echo "configure:3432: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
+echo "configure:3430: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C... $ac_c" 1>&6
-echo "configure:3437: checking whether we are using GNU C" 1>&5
+echo "configure:3435: checking whether we are using GNU C" 1>&5
if test "${ac_cv_prog_gcc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3442,7 +3440,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3446: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -3460,7 +3458,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g... $ac_c" 1>&6
-echo "configure:3464: checking whether ${CC-cc} accepts -g" 1>&5
+echo "configure:3462: checking whether ${CC-cc} accepts -g" 1>&5
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3493,7 +3491,7 @@ fi
depcc="$CC"
depcpp="$CPP"
echo $ac_n "checking dependency style of $depcc... $ac_c" 1>&6
-echo "configure:3497: checking dependency style of $depcc" 1>&5
+echo "configure:3495: checking dependency style of $depcc" 1>&5
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3621,12 +3619,12 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
exec 5>>./config.log
echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6
-echo "configure:3625: checking for ANSI C header files" 1>&5
+echo "configure:3623: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3630 "configure"
+#line 3628 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -3635,7 +3633,7 @@ else
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3652,7 +3650,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 <<EOF
-#line 3656 "configure"
+#line 3654 "configure"
#include "confdefs.h"
#include <string.h>
@@ -3671,7 +3669,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 <<EOF
-#line 3675 "configure"
+#line 3673 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -3693,7 +3691,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 3697 "configure"
+#line 3695 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -3718,7 +3716,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:3722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@@ -3742,17 +3740,17 @@ EOF
fi
echo $ac_n "checking if symbols are prefixed by underscore... $ac_c" 1>&6
-echo "configure:3746: checking if symbols are prefixed by underscore" 1>&5
+echo "configure:3744: checking if symbols are prefixed by underscore" 1>&5
if test "${gmp_cv_check_asm_underscore+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3751 "configure"
+#line 3749 "configure"
#include "confdefs.h"
void underscore_test(void) {
return; }
EOF
-if { (eval echo configure:3756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if grep _underscore_test conftest* >/dev/null; then
gmp_cv_check_asm_underscore=yes
else
@@ -3779,7 +3777,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >> $gmp_tmpconfigm4
fi
echo $ac_n "checking if .align assembly directive is logarithmic... $ac_c" 1>&6
-echo "configure:3783: checking if .align assembly directive is logarithmic" 1>&5
+echo "configure:3781: checking if .align assembly directive is logarithmic" 1>&5
if test "${gmp_cv_check_asm_align_log+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3797,7 +3795,7 @@ foo$gmp_cv_check_asm_label_suffix
.byte 2
EOF
ac_assemble="$CCAS $CFLAGS conftest.s 1>&5"
-if { (eval echo configure:3801: \"$ac_assemble\") 1>&5; (eval $ac_assemble) 2>&5; }; then
+if { (eval echo configure:3799: \"$ac_assemble\") 1>&5; (eval $ac_assemble) 2>&5; }; then
gmp_tmp_val=`$NM conftest.o | grep foo | sed -e 's;[[][0-9][]]\(.*\);\1;' \
-e 's;[^1-9]*\([0-9]*\).*;\1;'`