diff options
author | tege <tege@gmplib.org> | 2002-05-18 11:59:19 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2002-05-18 11:59:19 +0200 |
commit | 72ca5ac355859eb4c3b4bb7ec7243d5880d084a8 (patch) | |
tree | 94dbbf4543cdd3994abb7aaba139c93f2668534f | |
parent | 5caa6161197d0b7893bfbee3034dbce7f389807b (diff) | |
download | gmp-72ca5ac355859eb4c3b4bb7ec7243d5880d084a8.tar.gz |
Regenerate for:
(*-cray-unicos*): Back again to -hscalar0.
(gmp_mpn_functions_optional): Add mul_3, mul_4, addmul_2, addmul_3,
and addmul_4.
-rwxr-xr-x | configure | 2490 |
1 files changed, 1246 insertions, 1244 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.424 . +# From configure.in Revision: 1.425 . # # # @@ -2058,7 +2058,8 @@ echo "include_mpn(\`alpha/default.m4')" >> $gmp_tmpconfigm4i *-cray-unicos*) gmp_asm_syntax_testing=no cclist="cc" - cc_cflags="-O3 -hnofastmd -htask0 -Wa,-B" + # The -hscalar0 is a workaround for miscompilation of mpz/import.c. + cc_cflags="-O3 -hscalar0 -htask0 -Wa,-B" path="cray" ;; @@ -2645,13 +2646,13 @@ CFLAGS_or_unset=${CFLAGS-'(unset)'} CPPFLAGS_or_unset=${CPPFLAGS-'(unset)'} cat >&5 <<EOF -configure:1013: User: +configure:1014: User: ABI=$ABI CC=$CC CFLAGS=$CFLAGS_or_unset CPPFLAGS=$CPPFLAGS_or_unset MPN_PATH=$MPN_PATH -configure:1019: GMP: +configure:1020: GMP: abilist=$abilist cclist=$cclist EOF @@ -2672,7 +2673,7 @@ if test -n "$ABI"; then if test $abi = "$ABI"; then found=yes; break; fi done if test $found = no; then - { { echo "$as_me:2675: error: ABI=$ABI is not among the following valid choices: $abilist" >&5 + { { echo "$as_me:2676: error: ABI=$ABI is not among the following valid choices: $abilist" >&5 echo "$as_me: error: ABI=$ABI is not among the following valid choices: $abilist" >&2;} { (exit 1); exit 1; }; } fi @@ -2762,15 +2763,15 @@ for abi in $abilist; do #endif EOF gmp_compile="$cc -c conftest.c >&5" -if { (eval echo "$as_me:2765: \"$gmp_compile\"") >&5 +if { (eval echo "$as_me:2766: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:2768: \$? = $ac_status" >&5 + echo "$as_me:2769: \$? = $ac_status" >&5 (exit $ac_status); }; then rm -f conftest* - echo "$as_me:2771: checking whether $cc is gcc" >&5 + echo "$as_me:2772: checking whether $cc is gcc" >&5 echo $ECHO_N "checking whether $cc is gcc... $ECHO_C" >&6 - echo "$as_me:2773: result: yes" >&5 + echo "$as_me:2774: result: yes" >&5 echo "${ECHO_T}yes" >&6 ccbase=gcc else @@ -2784,14 +2785,14 @@ fi # then change $ccbase and make the default xlc flags available. if test $ccbase != xlc; then gmp_command="$cc 2>&1 | grep xlc >/dev/null" -if { (eval echo "$as_me:2787: \"$gmp_command\"") >&5 +if { (eval echo "$as_me:2788: \"$gmp_command\"") >&5 (eval $gmp_command) 2>&5 ac_status=$? - echo "$as_me:2790: \$? = $ac_status" >&5 + echo "$as_me:2791: \$? = $ac_status" >&5 (exit $ac_status); }; then - echo "$as_me:2792: checking whether $cc is xlc" >&5 + echo "$as_me:2793: checking whether $cc is xlc" >&5 echo $ECHO_N "checking whether $cc is xlc... $ECHO_C" >&6 - echo "$as_me:2794: result: yes" >&5 + echo "$as_me:2795: result: yes" >&5 echo "${ECHO_T}yes" >&6 ccbase=xlc else @@ -2818,7 +2819,7 @@ fi gprof) cflags="$cflags -pg" ;; esac - echo "$as_me:2821: checking compiler $cc $cflags $cppflags" >&5 + echo "$as_me:2822: checking compiler $cc $cflags $cppflags" >&5 echo $ECHO_N "checking compiler $cc $cflags $cppflags... $ECHO_C" >&6 cat >conftest.c <<EOF @@ -2846,17 +2847,17 @@ int main () { return 0; } EOF gmp_prog_cc_works=no gmp_compile="$cc $cflags $cppflags conftest.c >&5" -if { (eval echo "$as_me:2849: \"$gmp_compile\"") >&5 +if { (eval echo "$as_me:2850: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:2852: \$? = $ac_status" >&5 + echo "$as_me:2853: \$? = $ac_status" >&5 (exit $ac_status); }; then if test "$cross_compiling" = no; then if { ac_try='./a.out || ./a.exe || ./conftest' - { (eval echo "$as_me:2856: \"$ac_try\"") >&5 + { (eval echo "$as_me:2857: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2859: \$? = $ac_status" >&5 + echo "$as_me:2860: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_prog_cc_works=yes fi @@ -2865,7 +2866,7 @@ if { (eval echo "$as_me:2849: \"$gmp_compile\"") >&5 fi fi rm -f conftest* a.out a.exe -echo "$as_me:2868: result: $gmp_prog_cc_works" >&5 +echo "$as_me:2869: result: $gmp_prog_cc_works" >&5 echo "${ECHO_T}$gmp_prog_cc_works" >&6 if test $gmp_prog_cc_works = yes; then : @@ -2880,7 +2881,7 @@ fi testlist_pass=yes for tst in $testlist; do case $tst in - hpc-hppa-2-0) echo "$as_me:2883: checking whether HP compiler $cc is good for 64-bits" >&5 + hpc-hppa-2-0) echo "$as_me:2884: checking whether HP compiler $cc is good for 64-bits" >&5 echo $ECHO_N "checking whether HP compiler $cc is good for 64-bits... $ECHO_C" >&6 # Bad compiler output: # ccom: HP92453-01 G.10.32.05 HP C Compiler @@ -2923,7 +2924,7 @@ fi gmp_hpc_64bit=$gmp_compare_ge fi -echo "$as_me:2926: result: $gmp_hpc_64bit" >&5 +echo "$as_me:2927: result: $gmp_hpc_64bit" >&5 echo "${ECHO_T}$gmp_hpc_64bit" >&6 if test $gmp_hpc_64bit = yes; then : @@ -2931,7 +2932,7 @@ else testlist_pass=no fi ;; - gcc-arm-umodsi) echo "$as_me:2934: checking whether gcc unsigned division works" >&5 + gcc-arm-umodsi) echo "$as_me:2935: checking whether gcc unsigned division works" >&5 echo $ECHO_N "checking whether gcc unsigned division works... $ECHO_C" >&6 tmp_version=`($cc --version) 2>&5` echo "$cc --version '$tmp_version'" >&5 @@ -2946,7 +2947,7 @@ subminor=`(echo "$tmp_version" | sed -n 's/^[a-z-]*[0-9][0-9]*\.[0-9][0-9]*\.\([ echo " subminor '$subminor'" >&5 if test -z "$major"; then - { echo "$as_me:2949: WARNING: unrecognised gcc version string: $tmp_version" >&5 + { echo "$as_me:2950: WARNING: unrecognised gcc version string: $tmp_version" >&5 echo "$as_me: WARNING: unrecognised gcc version string: $tmp_version" >&2;} gmp_compare_ge=error else @@ -2983,10 +2984,10 @@ yes) testlist_pass=no gmp_gcc_arm_umodsi_result="no, gcc <= 2.95.3" ;; esac -echo "$as_me:2986: result: $gmp_gcc_arm_umodsi_result" >&5 +echo "$as_me:2987: result: $gmp_gcc_arm_umodsi_result" >&5 echo "${ECHO_T}$gmp_gcc_arm_umodsi_result" >&6 ;; - gcc-mips-o32) echo "$as_me:2989: checking whether gcc supports o32" >&5 + gcc-mips-o32) echo "$as_me:2990: checking whether gcc supports o32" >&5 echo $ECHO_N "checking whether gcc supports o32... $ECHO_C" >&6 echo 'int x;' >conftest.c echo "$cc -mabi=32 -c conftest.c" >&5 @@ -3001,7 +3002,7 @@ else fi fi rm -f conftest.* -echo "$as_me:3004: result: $result" >&5 +echo "$as_me:3005: result: $result" >&5 echo "${ECHO_T}$result" >&6 if test $result = yes; then : @@ -3039,7 +3040,7 @@ done # C on MS-DOS systems). # if test $found_compiler = no && test -n "$path"; then - { { echo "$as_me:3042: error: could not find a working compiler" >&5 + { { echo "$as_me:3043: error: could not find a working compiler" >&5 echo "$as_me: error: could not find a working compiler" >&2;} { (exit 1); exit 1; }; } fi @@ -3066,7 +3067,7 @@ if test $found_compiler = yes; then case $flag in -march=pentiumpro) # tickles stack slot bugs on some gcc, exclude as necessary - echo "$as_me:3069: checking whether gcc -march=pentiumpro is good" >&5 + echo "$as_me:3070: checking whether gcc -march=pentiumpro is good" >&5 echo $ECHO_N "checking whether gcc -march=pentiumpro is good... $ECHO_C" >&6 if test "${gmp_cv_gcc_march_pentiumpro+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3084,7 +3085,7 @@ subminor=`(echo "$tmp_version" | sed -n 's/^[a-z-]*[0-9][0-9]*\.[0-9][0-9]*\.\([ echo " subminor '$subminor'" >&5 if test -z "$major"; then - { echo "$as_me:3087: WARNING: unrecognised gcc version string: $tmp_version" >&5 + { echo "$as_me:3088: WARNING: unrecognised gcc version string: $tmp_version" >&5 echo "$as_me: WARNING: unrecognised gcc version string: $tmp_version" >&2;} gmp_compare_ge=error else @@ -3118,7 +3119,7 @@ yes|no) gmp_cv_gcc_march_pentiumpro=$gmp_compare_ge ;; error|*) gmp_cv_gcc_march_pentiumpro=no ;; esac fi -echo "$as_me:3121: result: $gmp_cv_gcc_march_pentiumpro" >&5 +echo "$as_me:3122: result: $gmp_cv_gcc_march_pentiumpro" >&5 echo "${ECHO_T}$gmp_cv_gcc_march_pentiumpro" >&6 if test $gmp_cv_gcc_march_pentiumpro = yes; then : @@ -3143,17 +3144,17 @@ esac -no-cpp-precomp) # special check, avoiding a warning if test "$ccbase" = gcc; then - echo "$as_me:3146: checking compiler $cc $cflags -no-cpp-precomp" >&5 + echo "$as_me:3147: checking compiler $cc $cflags -no-cpp-precomp" >&5 echo $ECHO_N "checking compiler $cc $cflags -no-cpp-precomp... $ECHO_C" >&6 result=no cat >conftest.c <<EOF int main () { return 0; } EOF gmp_compile="$cc $cflags -no-cpp-precomp conftest.c >conftest.out 2>&1" - if { (eval echo "$as_me:3153: \"$gmp_compile\"") >&5 + if { (eval echo "$as_me:3154: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:3156: \$? = $ac_status" >&5 + echo "$as_me:3157: \$? = $ac_status" >&5 (exit $ac_status); }; then if grep "unrecognized option.*-no-cpp-precomp" conftest.out >/dev/null; then : ; else @@ -3162,7 +3163,7 @@ EOF fi cat conftest.out >&5 rm -f conftest* a.out - echo "$as_me:3165: result: $result" >&5 + echo "$as_me:3166: result: $result" >&5 echo "${ECHO_T}$result" >&6 if test "$result" = yes; then cflags="$cflags $flag" @@ -3175,7 +3176,7 @@ fi ;; esac - echo "$as_me:3178: checking compiler $cc $cflags $cppflags $flag" >&5 + echo "$as_me:3179: checking compiler $cc $cflags $cppflags $flag" >&5 echo $ECHO_N "checking compiler $cc $cflags $cppflags $flag... $ECHO_C" >&6 cat >conftest.c <<EOF @@ -3203,17 +3204,17 @@ int main () { return 0; } EOF gmp_prog_cc_works=no gmp_compile="$cc $cflags $cppflags $flag conftest.c >&5" -if { (eval echo "$as_me:3206: \"$gmp_compile\"") >&5 +if { (eval echo "$as_me:3207: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:3209: \$? = $ac_status" >&5 + echo "$as_me:3210: \$? = $ac_status" >&5 (exit $ac_status); }; then if test "$cross_compiling" = no; then if { ac_try='./a.out || ./a.exe || ./conftest' - { (eval echo "$as_me:3213: \"$ac_try\"") >&5 + { (eval echo "$as_me:3214: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3216: \$? = $ac_status" >&5 + echo "$as_me:3217: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_prog_cc_works=yes fi @@ -3222,7 +3223,7 @@ if { (eval echo "$as_me:3206: \"$gmp_compile\"") >&5 fi fi rm -f conftest* a.out a.exe -echo "$as_me:3225: result: $gmp_prog_cc_works" >&5 +echo "$as_me:3226: result: $gmp_prog_cc_works" >&5 echo "${ECHO_T}$gmp_prog_cc_works" >&6 if test $gmp_prog_cc_works = yes; then cflags="$cflags $flag" @@ -3318,7 +3319,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:3321: checking for $ac_word" >&5 +echo "$as_me:3322: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3333,7 +3334,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:3336: found $ac_dir/$ac_word" >&5 +echo "$as_me:3337: found $ac_dir/$ac_word" >&5 break done @@ -3341,10 +3342,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:3344: result: $CC" >&5 + echo "$as_me:3345: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:3347: result: no" >&5 + echo "$as_me:3348: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3353,7 +3354,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:3356: checking for $ac_word" >&5 +echo "$as_me:3357: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3368,7 +3369,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:3371: found $ac_dir/$ac_word" >&5 +echo "$as_me:3372: found $ac_dir/$ac_word" >&5 break done @@ -3376,10 +3377,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:3379: result: $ac_ct_CC" >&5 + echo "$as_me:3380: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:3382: result: no" >&5 + echo "$as_me:3383: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3392,7 +3393,7 @@ if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:3395: checking for $ac_word" >&5 +echo "$as_me:3396: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3407,7 +3408,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:3410: found $ac_dir/$ac_word" >&5 +echo "$as_me:3411: found $ac_dir/$ac_word" >&5 break done @@ -3415,10 +3416,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:3418: result: $CC" >&5 + echo "$as_me:3419: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:3421: result: no" >&5 + echo "$as_me:3422: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3427,7 +3428,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:3430: checking for $ac_word" >&5 +echo "$as_me:3431: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3442,7 +3443,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:3445: found $ac_dir/$ac_word" >&5 +echo "$as_me:3446: found $ac_dir/$ac_word" >&5 break done @@ -3450,10 +3451,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:3453: result: $ac_ct_CC" >&5 + echo "$as_me:3454: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:3456: result: no" >&5 + echo "$as_me:3457: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3466,7 +3467,7 @@ fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:3469: checking for $ac_word" >&5 +echo "$as_me:3470: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3486,7 +3487,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then continue fi ac_cv_prog_CC="cc" -echo "$as_me:3489: found $ac_dir/$ac_word" >&5 +echo "$as_me:3490: found $ac_dir/$ac_word" >&5 break done @@ -3508,10 +3509,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:3511: result: $CC" >&5 + echo "$as_me:3512: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:3514: result: no" >&5 + echo "$as_me:3515: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3522,7 +3523,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:3525: checking for $ac_word" >&5 +echo "$as_me:3526: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3537,7 +3538,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:3540: found $ac_dir/$ac_word" >&5 +echo "$as_me:3541: found $ac_dir/$ac_word" >&5 break done @@ -3545,10 +3546,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:3548: result: $CC" >&5 + echo "$as_me:3549: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:3551: result: no" >&5 + echo "$as_me:3552: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3561,7 +3562,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:3564: checking for $ac_word" >&5 +echo "$as_me:3565: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3576,7 +3577,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:3579: found $ac_dir/$ac_word" >&5 +echo "$as_me:3580: found $ac_dir/$ac_word" >&5 break done @@ -3584,10 +3585,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:3587: result: $ac_ct_CC" >&5 + echo "$as_me:3588: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:3590: result: no" >&5 + echo "$as_me:3591: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3599,32 +3600,32 @@ fi fi -test -z "$CC" && { { echo "$as_me:3602: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:3603: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:3607:" \ +echo "$as_me:3608:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:3610: \"$ac_compiler --version </dev/null >&5\"") >&5 +{ (eval echo "$as_me:3611: \"$ac_compiler --version </dev/null >&5\"") >&5 (eval $ac_compiler --version </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:3613: \$? = $ac_status" >&5 + echo "$as_me:3614: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:3615: \"$ac_compiler -v </dev/null >&5\"") >&5 +{ (eval echo "$as_me:3616: \"$ac_compiler -v </dev/null >&5\"") >&5 (eval $ac_compiler -v </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:3618: \$? = $ac_status" >&5 + echo "$as_me:3619: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:3620: \"$ac_compiler -V </dev/null >&5\"") >&5 +{ (eval echo "$as_me:3621: \"$ac_compiler -V </dev/null >&5\"") >&5 (eval $ac_compiler -V </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:3623: \$? = $ac_status" >&5 + echo "$as_me:3624: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF -#line 3627 "configure" +#line 3628 "configure" #include "confdefs.h" int @@ -3640,13 +3641,13 @@ ac_clean_files="$ac_clean_files a.out a.exe" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -echo "$as_me:3643: checking for C compiler default output" >&5 +echo "$as_me:3644: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:3646: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:3647: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:3649: \$? = $ac_status" >&5 + echo "$as_me:3650: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last @@ -3669,34 +3670,34 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:3672: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:3673: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:3678: result: $ac_file" >&5 +echo "$as_me:3679: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:3683: checking whether the C compiler works" >&5 +echo "$as_me:3684: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:3689: \"$ac_try\"") >&5 + { (eval echo "$as_me:3690: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3692: \$? = $ac_status" >&5 + echo "$as_me:3693: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:3699: error: cannot run C compiled programs. + { { echo "$as_me:3700: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -3704,24 +3705,24 @@ If you meant to cross compile, use \`--host'." >&2;} fi fi fi -echo "$as_me:3707: result: yes" >&5 +echo "$as_me:3708: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:3714: checking whether we are cross compiling" >&5 +echo "$as_me:3715: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:3716: result: $cross_compiling" >&5 +echo "$as_me:3717: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:3719: checking for executable suffix" >&5 +echo "$as_me:3720: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:3721: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3722: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3724: \$? = $ac_status" >&5 + echo "$as_me:3725: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -3737,25 +3738,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:3740: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:3741: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:3746: result: $ac_cv_exeext" >&5 +echo "$as_me:3747: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:3752: checking for object suffix" >&5 +echo "$as_me:3753: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3758 "configure" +#line 3759 "configure" #include "confdefs.h" int @@ -3767,10 +3768,10 @@ main () } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:3770: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3771: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3773: \$? = $ac_status" >&5 + echo "$as_me:3774: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -3782,24 +3783,24 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:3785: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:3786: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:3792: result: $ac_cv_objext" >&5 +echo "$as_me:3793: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:3796: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:3797: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3802 "configure" +#line 3803 "configure" #include "confdefs.h" int @@ -3814,16 +3815,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3817: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3818: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3820: \$? = $ac_status" >&5 + echo "$as_me:3821: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3823: \"$ac_try\"") >&5 + { (eval echo "$as_me:3824: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3826: \$? = $ac_status" >&5 + echo "$as_me:3827: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -3835,19 +3836,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:3838: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:3839: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:3844: checking whether $CC accepts -g" >&5 +echo "$as_me:3845: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3850 "configure" +#line 3851 "configure" #include "confdefs.h" int @@ -3859,16 +3860,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3862: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3863: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3865: \$? = $ac_status" >&5 + echo "$as_me:3866: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3868: \"$ac_try\"") >&5 + { (eval echo "$as_me:3869: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3871: \$? = $ac_status" >&5 + echo "$as_me:3872: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -3878,7 +3879,7 @@ ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:3881: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:3882: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -3905,16 +3906,16 @@ cat >conftest.$ac_ext <<_ACEOF #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3908: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3909: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3911: \$? = $ac_status" >&5 + echo "$as_me:3912: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3914: \"$ac_try\"") >&5 + { (eval echo "$as_me:3915: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3917: \$? = $ac_status" >&5 + echo "$as_me:3918: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -3926,7 +3927,7 @@ if { (eval echo "$as_me:3908: \"$ac_compile\"") >&5 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 3929 "configure" +#line 3930 "configure" #include "confdefs.h" #include <stdlib.h> $ac_declaration @@ -3939,16 +3940,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3942: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3943: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3945: \$? = $ac_status" >&5 + echo "$as_me:3946: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3948: \"$ac_try\"") >&5 + { (eval echo "$as_me:3949: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3951: \$? = $ac_status" >&5 + echo "$as_me:3952: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -3958,7 +3959,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 3961 "configure" +#line 3962 "configure" #include "confdefs.h" $ac_declaration int @@ -3970,16 +3971,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3973: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3974: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3976: \$? = $ac_status" >&5 + echo "$as_me:3977: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3979: \"$ac_try\"") >&5 + { (eval echo "$as_me:3980: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3982: \$? = $ac_status" >&5 + echo "$as_me:3983: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -4014,7 +4015,7 @@ doit: @echo done END # If we don't find an include directive, just comment out the code. -echo "$as_me:4017: checking for style of include used by $am_make" >&5 +echo "$as_me:4018: checking for style of include used by $am_make" >&5 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 am__include='#' am__quote= @@ -4041,13 +4042,13 @@ if test "$am__include" = "#"; then fi fi -echo "$as_me:4044: result: $_am_result" >&5 +echo "$as_me:4045: result: $_am_result" >&5 echo "${ECHO_T}$_am_result" >&6 rm -f confinc confmf depcc="$CC" am_compiler_list= -echo "$as_me:4050: checking dependency style of $depcc" >&5 +echo "$as_me:4051: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4109,11 +4110,11 @@ else fi fi -echo "$as_me:4112: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "$as_me:4113: 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:4116: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:4117: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $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 @@ -4121,7 +4122,7 @@ else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 4124 "configure" +#line 4125 "configure" #include "confdefs.h" #include <stdarg.h> #include <stdio.h> @@ -4170,16 +4171,16 @@ 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:4173: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4174: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4176: \$? = $ac_status" >&5 + echo "$as_me:4177: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4179: \"$ac_try\"") >&5 + { (eval echo "$as_me:4180: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4182: \$? = $ac_status" >&5 + echo "$as_me:4183: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break @@ -4196,10 +4197,10 @@ fi case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:4199: result: none needed" >&5 + echo "$as_me:4200: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:4202: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:4203: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac @@ -4209,7 +4210,7 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:4212: checking how to run the C preprocessor" >&5 +echo "$as_me:4213: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -4230,18 +4231,18 @@ do # 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 4233 "configure" +#line 4234 "configure" #include "confdefs.h" #include <assert.h> Syntax error _ACEOF -if { (eval echo "$as_me:4238: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4239: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4244: \$? = $ac_status" >&5 + echo "$as_me:4245: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4264,17 +4265,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 4267 "configure" +#line 4268 "configure" #include "confdefs.h" #include <ac_nonexistent.h> _ACEOF -if { (eval echo "$as_me:4271: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4272: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4277: \$? = $ac_status" >&5 + echo "$as_me:4278: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4311,7 +4312,7 @@ fi else ac_cv_prog_CPP=$CPP fi -echo "$as_me:4314: result: $CPP" >&5 +echo "$as_me:4315: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -4321,18 +4322,18 @@ do # 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 4324 "configure" +#line 4325 "configure" #include "confdefs.h" #include <assert.h> Syntax error _ACEOF -if { (eval echo "$as_me:4329: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4330: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4335: \$? = $ac_status" >&5 + echo "$as_me:4336: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4355,17 +4356,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 4358 "configure" +#line 4359 "configure" #include "confdefs.h" #include <ac_nonexistent.h> _ACEOF -if { (eval echo "$as_me:4362: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4363: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4368: \$? = $ac_status" >&5 + echo "$as_me:4369: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4393,7 +4394,7 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:4396: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:4397: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -4409,7 +4410,7 @@ case $ac_cv_prog_cc_stdc in ;; *) cat >conftest.$ac_ext <<_ACEOF -#line 4412 "configure" +#line 4413 "configure" #include "confdefs.h" #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ #define GMP_NAIL_BITS $GMP_NAIL_BITS @@ -4431,22 +4432,22 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4434: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4435: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4437: \$? = $ac_status" >&5 + echo "$as_me:4438: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4440: \"$ac_try\"") >&5 + { (eval echo "$as_me:4441: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4443: \$? = $ac_status" >&5 + echo "$as_me:4444: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ echo "$as_me:4449: WARNING: gmp.h doesnt recognise compiler as ANSI, prototypes and \"const\" will be unavailable" >&5 +{ echo "$as_me:4450: WARNING: gmp.h doesnt recognise compiler as ANSI, prototypes and \"const\" will be unavailable" >&5 echo "$as_me: WARNING: gmp.h doesnt recognise compiler as ANSI, prototypes and \"const\" will be unavailable" >&2;} fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -4467,7 +4468,7 @@ if test -n "$ac_tool_prefix"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:4470: checking for $ac_word" >&5 +echo "$as_me:4471: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4482,7 +4483,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" -echo "$as_me:4485: found $ac_dir/$ac_word" >&5 +echo "$as_me:4486: found $ac_dir/$ac_word" >&5 break done @@ -4490,10 +4491,10 @@ fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then - echo "$as_me:4493: result: $CXX" >&5 + echo "$as_me:4494: result: $CXX" >&5 echo "${ECHO_T}$CXX" >&6 else - echo "$as_me:4496: result: no" >&5 + echo "$as_me:4497: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -4506,7 +4507,7 @@ if test -z "$CXX"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:4509: checking for $ac_word" >&5 +echo "$as_me:4510: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4521,7 +4522,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CXX="$ac_prog" -echo "$as_me:4524: found $ac_dir/$ac_word" >&5 +echo "$as_me:4525: found $ac_dir/$ac_word" >&5 break done @@ -4529,10 +4530,10 @@ fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then - echo "$as_me:4532: result: $ac_ct_CXX" >&5 + echo "$as_me:4533: result: $ac_ct_CXX" >&5 echo "${ECHO_T}$ac_ct_CXX" >&6 else - echo "$as_me:4535: result: no" >&5 + echo "$as_me:4536: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -4544,32 +4545,32 @@ test -n "$ac_ct_CXX" || ac_ct_CXX="g++" fi # Provide some information about the compiler. -echo "$as_me:4547:" \ +echo "$as_me:4548:" \ "checking for C++ compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:4550: \"$ac_compiler --version </dev/null >&5\"") >&5 +{ (eval echo "$as_me:4551: \"$ac_compiler --version </dev/null >&5\"") >&5 (eval $ac_compiler --version </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:4553: \$? = $ac_status" >&5 + echo "$as_me:4554: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:4555: \"$ac_compiler -v </dev/null >&5\"") >&5 +{ (eval echo "$as_me:4556: \"$ac_compiler -v </dev/null >&5\"") >&5 (eval $ac_compiler -v </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:4558: \$? = $ac_status" >&5 + echo "$as_me:4559: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:4560: \"$ac_compiler -V </dev/null >&5\"") >&5 +{ (eval echo "$as_me:4561: \"$ac_compiler -V </dev/null >&5\"") >&5 (eval $ac_compiler -V </dev/null >&5) 2>&5 ac_status=$? - echo "$as_me:4563: \$? = $ac_status" >&5 + echo "$as_me:4564: \$? = $ac_status" >&5 (exit $ac_status); } -echo "$as_me:4566: checking whether we are using the GNU C++ compiler" >&5 +echo "$as_me:4567: checking whether we are using the GNU C++ compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4572 "configure" +#line 4573 "configure" #include "confdefs.h" int @@ -4584,16 +4585,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4587: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4588: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4590: \$? = $ac_status" >&5 + echo "$as_me:4591: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4593: \"$ac_try\"") >&5 + { (eval echo "$as_me:4594: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4596: \$? = $ac_status" >&5 + echo "$as_me:4597: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -4605,19 +4606,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:4608: result: $ac_cv_cxx_compiler_gnu" >&5 +echo "$as_me:4609: result: $ac_cv_cxx_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 GXX=`test $ac_compiler_gnu = yes && echo yes` ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS CXXFLAGS="-g" -echo "$as_me:4614: checking whether $CXX accepts -g" >&5 +echo "$as_me:4615: checking whether $CXX accepts -g" >&5 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cxx_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4620 "configure" +#line 4621 "configure" #include "confdefs.h" int @@ -4629,16 +4630,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4632: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4633: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4635: \$? = $ac_status" >&5 + echo "$as_me:4636: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4638: \"$ac_try\"") >&5 + { (eval echo "$as_me:4639: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4641: \$? = $ac_status" >&5 + echo "$as_me:4642: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cxx_g=yes else @@ -4648,7 +4649,7 @@ ac_cv_prog_cxx_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4651: result: $ac_cv_prog_cxx_g" >&5 +echo "$as_me:4652: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS @@ -4675,7 +4676,7 @@ for ac_declaration in \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 4678 "configure" +#line 4679 "configure" #include "confdefs.h" #include <stdlib.h> $ac_declaration @@ -4688,16 +4689,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4691: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4692: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4694: \$? = $ac_status" >&5 + echo "$as_me:4695: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4697: \"$ac_try\"") >&5 + { (eval echo "$as_me:4698: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4700: \$? = $ac_status" >&5 + echo "$as_me:4701: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -4707,7 +4708,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 4710 "configure" +#line 4711 "configure" #include "confdefs.h" $ac_declaration int @@ -4719,16 +4720,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4722: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4723: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4725: \$? = $ac_status" >&5 + echo "$as_me:4726: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4728: \"$ac_try\"") >&5 + { (eval echo "$as_me:4729: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4731: \$? = $ac_status" >&5 + echo "$as_me:4732: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -4752,7 +4753,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= -echo "$as_me:4755: checking dependency style of $depcc" >&5 +echo "$as_me:4756: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4814,7 +4815,7 @@ else fi fi -echo "$as_me:4817: result: $am_cv_CXX_dependencies_compiler_type" >&5 +echo "$as_me:4818: result: $am_cv_CXX_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type" @@ -4842,7 +4843,7 @@ CXXDEPMODE="depmode=$am_cv_CXX_dependencies_compiler_type" # for cxxflags_choice in $cxxflags_list; do eval CXXFLAGS=\"\$cxxflags_$cxxflags_choice\" - echo "$as_me:4845: checking C++ compiler $CXX $CXXFLAGS" >&5 + echo "$as_me:4846: checking C++ compiler $CXX $CXXFLAGS" >&5 echo $ECHO_N "checking C++ compiler $CXX $CXXFLAGS... $ECHO_C" >&6 cat >conftest.cc <<EOF #include <iostream> @@ -4857,19 +4858,19 @@ main (void) EOF gmp_cxxcompile="$CXX $CXXFLAGS conftest.cc -o conftest >&5" -if { (eval echo "$as_me:4860: \"$gmp_cxxcompile\"") >&5 +if { (eval echo "$as_me:4861: \"$gmp_cxxcompile\"") >&5 (eval $gmp_cxxcompile) 2>&5 ac_status=$? - echo "$as_me:4863: \$? = $ac_status" >&5 + echo "$as_me:4864: \$? = $ac_status" >&5 (exit $ac_status); }; then rm -f conftest* - echo "$as_me:4866: result: yes" >&5 + echo "$as_me:4867: result: yes" >&5 echo "${ECHO_T}yes" >&6 want_cxx=yes break else rm -f conftest* - echo "$as_me:4872: result: no" >&5 + echo "$as_me:4873: result: no" >&5 echo "${ECHO_T}no" >&6 : fi @@ -4878,7 +4879,7 @@ fi # If --enable-cxx=yes but a C++ compiler can't be found, then abort. if test $want_cxx = no && test $enable_cxx = yes; then - { { echo "$as_me:4881: error: C++ compiler not available" >&5 + { { echo "$as_me:4882: error: C++ compiler not available" >&5 echo "$as_me: error: C++ compiler not available" >&2;} { (exit 1); exit 1; }; } fi @@ -4903,7 +4904,7 @@ ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -echo "$as_me:4906: checking how to run the C++ preprocessor" >&5 +echo "$as_me:4907: checking how to run the C++ preprocessor" >&5 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then @@ -4920,18 +4921,18 @@ do # 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 4923 "configure" +#line 4924 "configure" #include "confdefs.h" #include <assert.h> Syntax error _ACEOF -if { (eval echo "$as_me:4928: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4929: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4934: \$? = $ac_status" >&5 + echo "$as_me:4935: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -4954,17 +4955,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 4957 "configure" +#line 4958 "configure" #include "confdefs.h" #include <ac_nonexistent.h> _ACEOF -if { (eval echo "$as_me:4961: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4962: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4967: \$? = $ac_status" >&5 + echo "$as_me:4968: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -5001,7 +5002,7 @@ fi else ac_cv_prog_CXXCPP=$CXXCPP fi -echo "$as_me:5004: result: $CXXCPP" >&5 +echo "$as_me:5005: result: $CXXCPP" >&5 echo "${ECHO_T}$CXXCPP" >&6 ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes @@ -5011,18 +5012,18 @@ do # 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 5014 "configure" +#line 5015 "configure" #include "confdefs.h" #include <assert.h> Syntax error _ACEOF -if { (eval echo "$as_me:5019: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5020: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5025: \$? = $ac_status" >&5 + echo "$as_me:5026: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -5045,17 +5046,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 5048 "configure" +#line 5049 "configure" #include "confdefs.h" #include <ac_nonexistent.h> _ACEOF -if { (eval echo "$as_me:5052: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5053: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5058: \$? = $ac_status" >&5 + echo "$as_me:5059: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -5083,7 +5084,7 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:5086: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 + { { echo "$as_me:5087: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -5100,7 +5101,7 @@ case $host_cpu in c90 | t90) cat >conftest.$ac_ext <<_ACEOF -#line 5103 "configure" +#line 5104 "configure" #include "confdefs.h" #ifdef _CRAYIEEE yes @@ -5136,7 +5137,7 @@ if test $GMP_NAIL_BITS != 0 && test -z "$MPN_PATH"; then fi cat >&5 <<EOF -configure:1409: Decided: +configure:1410: Decided: ABI=$ABI CC=$CC CFLAGS=$CFLAGS @@ -5158,7 +5159,7 @@ echo " MPN_PATH=\"$path\"" # Automake ansi2knr support. -echo "$as_me:5161: checking for ${CC-cc} option to accept ANSI C" >&5 +echo "$as_me:5162: 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 @@ -5176,7 +5177,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 5179 "configure" +#line 5180 "configure" #include "confdefs.h" #include <stdarg.h> #include <stdio.h> @@ -5218,16 +5219,16 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5221: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5222: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5224: \$? = $ac_status" >&5 + echo "$as_me:5225: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5227: \"$ac_try\"") >&5 + { (eval echo "$as_me:5228: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5230: \$? = $ac_status" >&5 + echo "$as_me:5231: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_prog_cc_stdc="$ac_arg"; break else @@ -5241,10 +5242,10 @@ CC="$ac_save_CC" fi if test -z "$am_cv_prog_cc_stdc"; then - echo "$as_me:5244: result: none needed" >&5 + echo "$as_me:5245: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 else - echo "$as_me:5247: result: $am_cv_prog_cc_stdc" >&5 + echo "$as_me:5248: 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 @@ -5252,10 +5253,10 @@ case "x$am_cv_prog_cc_stdc" in *) CC="$CC $am_cv_prog_cc_stdc" ;; esac -echo "$as_me:5255: checking for function prototypes" >&5 +echo "$as_me:5256: 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:5258: result: yes" >&5 + echo "$as_me:5259: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF @@ -5264,18 +5265,18 @@ EOF U= ANSI2KNR= else - echo "$as_me:5267: result: no" >&5 + echo "$as_me:5268: result: no" >&5 echo "${ECHO_T}no" >&6 U=_ ANSI2KNR=./ansi2knr fi # Ensure some checks needed by ansi2knr itself. -echo "$as_me:5272: checking for ANSI C header files" >&5 +echo "$as_me:5273: 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 5278 "configure" +#line 5279 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -5283,13 +5284,13 @@ else #include <float.h> _ACEOF -if { (eval echo "$as_me:5286: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5287: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5292: \$? = $ac_status" >&5 + echo "$as_me:5293: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5311,7 +5312,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 5314 "configure" +#line 5315 "configure" #include "confdefs.h" #include <string.h> @@ -5329,7 +5330,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 5332 "configure" +#line 5333 "configure" #include "confdefs.h" #include <stdlib.h> @@ -5350,7 +5351,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 5353 "configure" +#line 5354 "configure" #include "confdefs.h" #include <ctype.h> #if ((' ' & 0x0FF) == 0x020) @@ -5376,15 +5377,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5379: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5380: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5382: \$? = $ac_status" >&5 + echo "$as_me:5383: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5384: \"$ac_try\"") >&5 + { (eval echo "$as_me:5385: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5387: \$? = $ac_status" >&5 + echo "$as_me:5388: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -5397,7 +5398,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:5400: result: $ac_cv_header_stdc" >&5 +echo "$as_me:5401: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -5410,23 +5411,23 @@ fi for ac_header in string.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:5413: checking for $ac_header" >&5 +echo "$as_me:5414: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5419 "configure" +#line 5420 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5423: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5424: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5429: \$? = $ac_status" >&5 + echo "$as_me:5430: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5445,7 +5446,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5448: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:5449: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -5459,7 +5460,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:5462: checking for $ac_word" >&5 +echo "$as_me:5463: 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 @@ -5474,7 +5475,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_AR="${ac_tool_prefix}ar" -echo "$as_me:5477: found $ac_dir/$ac_word" >&5 +echo "$as_me:5478: found $ac_dir/$ac_word" >&5 break done @@ -5482,10 +5483,10 @@ fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then - echo "$as_me:5485: result: $AR" >&5 + echo "$as_me:5486: result: $AR" >&5 echo "${ECHO_T}$AR" >&6 else - echo "$as_me:5488: result: no" >&5 + echo "$as_me:5489: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -5494,7 +5495,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:5497: checking for $ac_word" >&5 +echo "$as_me:5498: 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 @@ -5509,7 +5510,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_AR="ar" -echo "$as_me:5512: found $ac_dir/$ac_word" >&5 +echo "$as_me:5513: found $ac_dir/$ac_word" >&5 break done @@ -5518,10 +5519,10 @@ fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then - echo "$as_me:5521: result: $ac_ct_AR" >&5 + echo "$as_me:5522: result: $ac_ct_AR" >&5 echo "${ECHO_T}$ac_ct_AR" >&6 else - echo "$as_me:5524: result: no" >&5 + echo "$as_me:5525: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -5534,10 +5535,10 @@ if test -z "$gmp_user_AR"; then eval arflags=\"\$ar${abi1}_flags\" test -n "$arflags" || eval arflags=\"\$ar${abi2}_flags\" if test -n "$arflags"; then - echo "$as_me:5537: checking for extra ar flags" >&5 + echo "$as_me:5538: checking for extra ar flags" >&5 echo $ECHO_N "checking for extra ar flags... $ECHO_C" >&6 AR="$AR $arflags" - echo "$as_me:5540: result: $arflags" >&5 + echo "$as_me:5541: result: $arflags" >&5 echo "${ECHO_T}$arflags" >&6 fi fi @@ -5546,7 +5547,7 @@ if test -z "$AR_FLAGS"; then fi gmp_user_NM=$NM -echo "$as_me:5549: checking for BSD-compatible nm" >&5 +echo "$as_me:5550: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 if test "${lt_cv_path_NM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5581,7 +5582,7 @@ else test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi fi -echo "$as_me:5584: result: $lt_cv_path_NM" >&5 +echo "$as_me:5585: result: $lt_cv_path_NM" >&5 echo "${ECHO_T}$lt_cv_path_NM" >&6 NM="$lt_cv_path_NM" @@ -5597,7 +5598,7 @@ if test -z "$gmp_user_NM" && test -n "$ac_tool_prefix" && test "$NM" = nm; then gmp_save_ac_tool_prefix=$ac_tool_prefix ac_tool_prefix= NM= - echo "$as_me:5600: checking for BSD-compatible nm" >&5 + echo "$as_me:5601: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 if test "${lt_cv_path_NM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5632,7 +5633,7 @@ else test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi fi -echo "$as_me:5635: result: $lt_cv_path_NM" >&5 +echo "$as_me:5636: result: $lt_cv_path_NM" >&5 echo "${ECHO_T}$lt_cv_path_NM" >&6 NM="$lt_cv_path_NM" @@ -5643,10 +5644,10 @@ if test -z "$gmp_user_NM"; then eval nmflags=\"\$nm${abi1}_flags\" test -n "$nmflags" || eval nmflags=\"\$nm${abi2}_flags\" if test -n "$nmflags"; then - echo "$as_me:5646: checking for extra nm flags" >&5 + echo "$as_me:5647: checking for extra nm flags" >&5 echo $ECHO_N "checking for extra nm flags... $ECHO_C" >&6 NM="$NM $nmflags" - echo "$as_me:5649: result: $nmflags" >&5 + echo "$as_me:5650: result: $nmflags" >&5 echo "${ECHO_T}$nmflags" >&6 fi fi @@ -5720,7 +5721,7 @@ case $host in fi # Don't allow both static and DLL. if test "$enable_shared" != no && test "$enable_static" != no; then - { { echo "$as_me:5723: error: cannot build both static and DLL, since gmp.h is different for each. + { { echo "$as_me:5724: error: cannot build both static and DLL, since gmp.h is different for each. Use \"--disable-static --enable-shared\" to build just a DLL." >&5 echo "$as_me: error: cannot build both static and DLL, since gmp.h is different for each. Use \"--disable-static --enable-shared\" to build just a DLL." >&2;} @@ -5744,7 +5745,7 @@ case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32*) if test "$cross_compiling" != no && test "$enable_shared" != no; then -echo "$as_me:5747: checking for HOST_CC build system compiler" >&5 +echo "$as_me:5748: checking for HOST_CC build system compiler" >&5 echo $ECHO_N "checking for HOST_CC build system compiler... $ECHO_C" >&6 if test "${gmp_cv_prog_host_cc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5769,7 +5770,7 @@ EOF done rm -f conftest* if test -z "$gmp_cv_prog_host_cc"; then - { { echo "$as_me:5772: error: cannot find a build system compiler" >&5 + { { echo "$as_me:5773: error: cannot find a build system compiler" >&5 echo "$as_me: error: cannot find a build system compiler" >&2;} { (exit 1); exit 1; }; } fi @@ -5777,7 +5778,7 @@ echo "$as_me: error: cannot find a build system compiler" >&2;} fi fi -echo "$as_me:5780: result: $gmp_cv_prog_host_cc" >&5 +echo "$as_me:5781: result: $gmp_cv_prog_host_cc" >&5 echo "${ECHO_T}$gmp_cv_prog_host_cc" >&6 HOST_CC=$gmp_cv_prog_host_cc @@ -5883,7 +5884,7 @@ fi; ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. - echo "$as_me:5886: checking for ld used by GCC" >&5 + echo "$as_me:5887: checking for ld used by GCC" >&5 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6 case $host in *-*-mingw*) @@ -5913,10 +5914,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6 ;; esac elif test "$with_gnu_ld" = yes; then - echo "$as_me:5916: checking for GNU ld" >&5 + echo "$as_me:5917: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 else - echo "$as_me:5919: checking for non-GNU ld" >&5 + echo "$as_me:5920: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 fi if test "${lt_cv_path_LD+set}" = set; then @@ -5947,16 +5948,16 @@ fi LD="$lt_cv_path_LD" if test -n "$LD"; then - echo "$as_me:5950: result: $LD" >&5 + echo "$as_me:5951: result: $LD" >&5 echo "${ECHO_T}$LD" >&6 else - echo "$as_me:5953: result: no" >&5 + echo "$as_me:5954: result: no" >&5 echo "${ECHO_T}no" >&6 fi -test -z "$LD" && { { echo "$as_me:5956: error: no acceptable ld found in \$PATH" >&5 +test -z "$LD" && { { echo "$as_me:5957: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:5959: checking if the linker ($LD) is GNU ld" >&5 +echo "$as_me:5960: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 if test "${lt_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5968,18 +5969,18 @@ else lt_cv_prog_gnu_ld=no fi fi -echo "$as_me:5971: result: $lt_cv_prog_gnu_ld" >&5 +echo "$as_me:5972: result: $lt_cv_prog_gnu_ld" >&5 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 with_gnu_ld=$lt_cv_prog_gnu_ld -echo "$as_me:5975: checking for $LD option to reload object files" >&5 +echo "$as_me:5976: 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:5982: result: $lt_cv_ld_reload_flag" >&5 +echo "$as_me:5983: result: $lt_cv_ld_reload_flag" >&5 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 reload_flag=$lt_cv_ld_reload_flag case $reload_flag in @@ -5988,18 +5989,18 @@ case $reload_flag in esac reload_cmds='$LD$reload_flag -o $output$reload_objs' -echo "$as_me:5991: checking whether ln -s works" >&5 +echo "$as_me:5992: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - echo "$as_me:5995: result: yes" >&5 + echo "$as_me:5996: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:5998: result: no, using $LN_S" >&5 + echo "$as_me:5999: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6 fi -echo "$as_me:6002: checking how to recognise dependant libraries" >&5 +echo "$as_me:6003: 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 @@ -6186,7 +6187,7 @@ sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*) esac fi -echo "$as_me:6189: result: $lt_cv_deplibs_check_method" >&5 +echo "$as_me:6190: 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 @@ -6212,10 +6213,10 @@ case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext - if { (eval echo "$as_me:6215: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:6216: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6218: \$? = $ac_status" >&5 + echo "$as_me:6219: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) @@ -6230,11 +6231,11 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 6233 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:6234: \"$ac_compile\"") >&5 + echo '#line 6234 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:6235: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6237: \$? = $ac_status" >&5 + echo "$as_me:6238: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) @@ -6255,7 +6256,7 @@ ia64-*-hpux*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" - echo "$as_me:6258: checking whether the C compiler needs -belf" >&5 + echo "$as_me:6259: 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 @@ -6267,7 +6268,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >conftest.$ac_ext <<_ACEOF -#line 6270 "configure" +#line 6271 "configure" #include "confdefs.h" int @@ -6279,16 +6280,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6282: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6283: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6285: \$? = $ac_status" >&5 + echo "$as_me:6286: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6288: \"$ac_try\"") >&5 + { (eval echo "$as_me:6289: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6291: \$? = $ac_status" >&5 + echo "$as_me:6292: \$? = $ac_status" >&5 (exit $ac_status); }; }; then lt_cv_cc_needs_belf=yes else @@ -6304,7 +6305,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi -echo "$as_me:6307: result: $lt_cv_cc_needs_belf" >&5 +echo "$as_me:6308: 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 @@ -6315,7 +6316,7 @@ echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 -echo "$as_me:6318: checking for $ac_word" >&5 +echo "$as_me:6319: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_DLLTOOL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6330,7 +6331,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" -echo "$as_me:6333: found $ac_dir/$ac_word" >&5 +echo "$as_me:6334: found $ac_dir/$ac_word" >&5 break done @@ -6338,10 +6339,10 @@ fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then - echo "$as_me:6341: result: $DLLTOOL" >&5 + echo "$as_me:6342: result: $DLLTOOL" >&5 echo "${ECHO_T}$DLLTOOL" >&6 else - echo "$as_me:6344: result: no" >&5 + echo "$as_me:6345: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6350,7 +6351,7 @@ if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 -echo "$as_me:6353: checking for $ac_word" >&5 +echo "$as_me:6354: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6365,7 +6366,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_DLLTOOL="dlltool" -echo "$as_me:6368: found $ac_dir/$ac_word" >&5 +echo "$as_me:6369: found $ac_dir/$ac_word" >&5 break done @@ -6374,10 +6375,10 @@ fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then - echo "$as_me:6377: result: $ac_ct_DLLTOOL" >&5 + echo "$as_me:6378: result: $ac_ct_DLLTOOL" >&5 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6 else - echo "$as_me:6380: result: no" >&5 + echo "$as_me:6381: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6389,7 +6390,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 -echo "$as_me:6392: checking for $ac_word" >&5 +echo "$as_me:6393: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_AS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6404,7 +6405,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_AS="${ac_tool_prefix}as" -echo "$as_me:6407: found $ac_dir/$ac_word" >&5 +echo "$as_me:6408: found $ac_dir/$ac_word" >&5 break done @@ -6412,10 +6413,10 @@ fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then - echo "$as_me:6415: result: $AS" >&5 + echo "$as_me:6416: result: $AS" >&5 echo "${ECHO_T}$AS" >&6 else - echo "$as_me:6418: result: no" >&5 + echo "$as_me:6419: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6424,7 +6425,7 @@ if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 -echo "$as_me:6427: checking for $ac_word" >&5 +echo "$as_me:6428: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6439,7 +6440,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_AS="as" -echo "$as_me:6442: found $ac_dir/$ac_word" >&5 +echo "$as_me:6443: found $ac_dir/$ac_word" >&5 break done @@ -6448,10 +6449,10 @@ fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then - echo "$as_me:6451: result: $ac_ct_AS" >&5 + echo "$as_me:6452: result: $ac_ct_AS" >&5 echo "${ECHO_T}$ac_ct_AS" >&6 else - echo "$as_me:6454: result: no" >&5 + echo "$as_me:6455: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6463,7 +6464,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 -echo "$as_me:6466: checking for $ac_word" >&5 +echo "$as_me:6467: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_OBJDUMP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6478,7 +6479,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" -echo "$as_me:6481: found $ac_dir/$ac_word" >&5 +echo "$as_me:6482: found $ac_dir/$ac_word" >&5 break done @@ -6486,10 +6487,10 @@ fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then - echo "$as_me:6489: result: $OBJDUMP" >&5 + echo "$as_me:6490: result: $OBJDUMP" >&5 echo "${ECHO_T}$OBJDUMP" >&6 else - echo "$as_me:6492: result: no" >&5 + echo "$as_me:6493: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6498,7 +6499,7 @@ if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 -echo "$as_me:6501: checking for $ac_word" >&5 +echo "$as_me:6502: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6513,7 +6514,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_OBJDUMP="objdump" -echo "$as_me:6516: found $ac_dir/$ac_word" >&5 +echo "$as_me:6517: found $ac_dir/$ac_word" >&5 break done @@ -6522,10 +6523,10 @@ fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then - echo "$as_me:6525: result: $ac_ct_OBJDUMP" >&5 + echo "$as_me:6526: result: $ac_ct_OBJDUMP" >&5 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6 else - echo "$as_me:6528: result: no" >&5 + echo "$as_me:6529: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -6536,13 +6537,13 @@ fi # recent cygwin and mingw systems supply a stub DllMain which the user # can override, but on older systems we have to supply one - echo "$as_me:6539: checking if libtool should supply DllMain function" >&5 + echo "$as_me:6540: checking if libtool should supply DllMain function" >&5 echo $ECHO_N "checking if libtool should supply DllMain function... $ECHO_C" >&6 if test "${lt_cv_need_dllmain+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6545 "configure" +#line 6546 "configure" #include "confdefs.h" int @@ -6555,16 +6556,16 @@ extern int __attribute__((__stdcall__)) DllMain(void*, int, void*); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6558: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6559: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6561: \$? = $ac_status" >&5 + echo "$as_me:6562: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6564: \"$ac_try\"") >&5 + { (eval echo "$as_me:6565: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6567: \$? = $ac_status" >&5 + echo "$as_me:6568: \$? = $ac_status" >&5 (exit $ac_status); }; }; then lt_cv_need_dllmain=no else @@ -6574,7 +6575,7 @@ lt_cv_need_dllmain=yes fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6577: result: $lt_cv_need_dllmain" >&5 +echo "$as_me:6578: result: $lt_cv_need_dllmain" >&5 echo "${ECHO_T}$lt_cv_need_dllmain" >&6 case $host/$CC in @@ -6583,13 +6584,13 @@ echo "${ECHO_T}$lt_cv_need_dllmain" >&6 # require "-mdll" SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -mdll" - echo "$as_me:6586: checking how to link DLLs" >&5 + echo "$as_me:6587: checking how to link DLLs" >&5 echo $ECHO_N "checking how to link DLLs... $ECHO_C" >&6 if test "${lt_cv_cc_dll_switch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6592 "configure" +#line 6593 "configure" #include "confdefs.h" int @@ -6601,16 +6602,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6604: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6605: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6607: \$? = $ac_status" >&5 + echo "$as_me:6608: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6610: \"$ac_try\"") >&5 + { (eval echo "$as_me:6611: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6613: \$? = $ac_status" >&5 + echo "$as_me:6614: \$? = $ac_status" >&5 (exit $ac_status); }; }; then lt_cv_cc_dll_switch=-mdll else @@ -6620,7 +6621,7 @@ lt_cv_cc_dll_switch=-dll fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6623: result: $lt_cv_cc_dll_switch" >&5 +echo "$as_me:6624: result: $lt_cv_cc_dll_switch" >&5 echo "${ECHO_T}$lt_cv_cc_dll_switch" >&6 CFLAGS="$SAVE_CFLAGS" ;; *-*-cygwin* | *-*-pw32*) @@ -6637,23 +6638,23 @@ need_locks="$enable_libtool_lock" for ac_header in dlfcn.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:6640: checking for $ac_header" >&5 +echo "$as_me:6641: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6646 "configure" +#line 6647 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:6650: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6651: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6656: \$? = $ac_status" >&5 + echo "$as_me:6657: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6672,7 +6673,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6675: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:6676: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -6685,7 +6686,7 @@ done # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! # find the maximum length of command line arguments -echo "$as_me:6688: checking the maximum length of command line arguments" >&5 +echo "$as_me:6689: checking the maximum length of command line arguments" >&5 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 if test "${lt_cv_sys_max_cmd_len+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6734,15 +6735,15 @@ else fi if test -n $lt_cv_sys_max_cmd_len ; then - echo "$as_me:6737: result: $lt_cv_sys_max_cmd_len" >&5 + echo "$as_me:6738: result: $lt_cv_sys_max_cmd_len" >&5 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 else - echo "$as_me:6740: result: none" >&5 + echo "$as_me:6741: result: none" >&5 echo "${ECHO_T}none" >&6 fi # Check for command to grab the raw symbol name followed by C symbol from nm. -echo "$as_me:6745: checking command to parse $NM output from $compiler object" >&5 +echo "$as_me:6746: checking command to parse $NM output from $compiler object" >&5 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6827,17 +6828,17 @@ void nm_test_func(){} int main(){nm_test_var='a';nm_test_func();return(0);} EOF - if { (eval echo "$as_me:6830: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:6831: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6833: \$? = $ac_status" >&5 + echo "$as_me:6834: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. nlist=conftest.nm - if { (eval echo "$as_me:6837: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 + if { (eval echo "$as_me:6838: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? - echo "$as_me:6840: \$? = $ac_status" >&5 + echo "$as_me:6841: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then @@ -6889,10 +6890,10 @@ EOF lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" - if { (eval echo "$as_me:6892: \"$ac_link\"") >&5 + if { (eval echo "$as_me:6893: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6895: \$? = $ac_status" >&5 + echo "$as_me:6896: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext}; then pipe_works=yes fi @@ -6927,14 +6928,14 @@ if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then - echo "$as_me:6930: result: failed" >&5 + echo "$as_me:6931: result: failed" >&5 echo "${ECHO_T}failed" >&6 else - echo "$as_me:6933: result: ok" >&5 + echo "$as_me:6934: result: ok" >&5 echo "${ECHO_T}ok" >&6 fi -echo "$as_me:6937: checking for objdir" >&5 +echo "$as_me:6938: checking for objdir" >&5 echo $ECHO_N "checking for objdir... $ECHO_C" >&6 if test "${lt_cv_objdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6949,7 +6950,7 @@ else fi rmdir .libs 2>/dev/null fi -echo "$as_me:6952: result: $lt_cv_objdir" >&5 +echo "$as_me:6953: result: $lt_cv_objdir" >&5 echo "${ECHO_T}$lt_cv_objdir" >&6 objdir=$lt_cv_objdir @@ -6997,7 +6998,7 @@ with_gnu_ld="$lt_cv_prog_gnu_ld" 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:7000: checking for $ac_word" >&5 +echo "$as_me:7001: 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 @@ -7012,7 +7013,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:7015: found $ac_dir/$ac_word" >&5 +echo "$as_me:7016: found $ac_dir/$ac_word" >&5 break done @@ -7020,10 +7021,10 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:7023: result: $RANLIB" >&5 + echo "$as_me:7024: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:7026: result: no" >&5 + echo "$as_me:7027: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7032,7 +7033,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:7035: checking for $ac_word" >&5 +echo "$as_me:7036: 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 @@ -7047,7 +7048,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_RANLIB="ranlib" -echo "$as_me:7050: found $ac_dir/$ac_word" >&5 +echo "$as_me:7051: found $ac_dir/$ac_word" >&5 break done @@ -7056,10 +7057,10 @@ fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:7059: result: $ac_ct_RANLIB" >&5 + echo "$as_me:7060: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:7062: result: no" >&5 + echo "$as_me:7063: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7071,7 +7072,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:7074: checking for $ac_word" >&5 +echo "$as_me:7075: 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 @@ -7086,7 +7087,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_STRIP="${ac_tool_prefix}strip" -echo "$as_me:7089: found $ac_dir/$ac_word" >&5 +echo "$as_me:7090: found $ac_dir/$ac_word" >&5 break done @@ -7094,10 +7095,10 @@ fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - echo "$as_me:7097: result: $STRIP" >&5 + echo "$as_me:7098: result: $STRIP" >&5 echo "${ECHO_T}$STRIP" >&6 else - echo "$as_me:7100: result: no" >&5 + echo "$as_me:7101: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7106,7 +7107,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:7109: checking for $ac_word" >&5 +echo "$as_me:7110: 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 @@ -7121,7 +7122,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_STRIP="strip" -echo "$as_me:7124: found $ac_dir/$ac_word" >&5 +echo "$as_me:7125: found $ac_dir/$ac_word" >&5 break done @@ -7130,10 +7131,10 @@ fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - echo "$as_me:7133: result: $ac_ct_STRIP" >&5 + echo "$as_me:7134: result: $ac_ct_STRIP" >&5 echo "${ECHO_T}$ac_ct_STRIP" >&6 else - echo "$as_me:7136: result: no" >&5 + echo "$as_me:7137: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7182,7 +7183,7 @@ fi case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then - echo "$as_me:7185: checking for ${ac_tool_prefix}file" >&5 + echo "$as_me:7186: 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 @@ -7235,16 +7236,16 @@ fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then - echo "$as_me:7238: result: $MAGIC_CMD" >&5 + echo "$as_me:7239: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6 else - echo "$as_me:7241: result: no" >&5 + echo "$as_me:7242: 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:7247: checking for file" >&5 + echo "$as_me:7248: 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 @@ -7297,10 +7298,10 @@ fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then - echo "$as_me:7300: result: $MAGIC_CMD" >&5 + echo "$as_me:7301: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6 else - echo "$as_me:7303: result: no" >&5 + echo "$as_me:7304: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7373,11 +7374,11 @@ if test "$GCC" = no; then esac fi if test -n "$lt_prog_cc_shlib"; then - { echo "$as_me:7376: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 + { echo "$as_me:7377: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;} if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then : else - { echo "$as_me:7380: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 + { echo "$as_me:7381: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;} lt_cv_prog_cc_can_build_shared=no fi @@ -7386,7 +7387,7 @@ fi # # Check to make sure the static flag actually works. # -echo "$as_me:7389: checking if $compiler static flag $lt_prog_compiler_static works" >&5 +echo "$as_me:7390: checking if $compiler static flag $lt_prog_compiler_static works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6 if test "${lt_prog_compiler_static_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7409,7 +7410,7 @@ else LDFLAGS="$save_LDFLAGS" fi -echo "$as_me:7412: result: $lt_prog_compiler_static_works" >&5 +echo "$as_me:7413: result: $lt_prog_compiler_static_works" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 if test x"$lt_prog_compiler_static_works" = xyes; then @@ -7423,7 +7424,7 @@ lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' - echo "$as_me:7426: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 + echo "$as_me:7427: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7448,7 +7449,7 @@ else CFLAGS="$save_CFLAGS" fi -echo "$as_me:7451: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "$as_me:7452: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then @@ -7463,7 +7464,7 @@ lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= -echo "$as_me:7466: checking for $compiler option to produce PIC" >&5 +echo "$as_me:7467: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 if test "$GCC" = yes; then @@ -7616,14 +7617,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 esac fi -echo "$as_me:7619: result: $lt_prog_compiler_pic" >&5 +echo "$as_me:7620: result: $lt_prog_compiler_pic" >&5 echo "${ECHO_T}$lt_prog_compiler_pic" >&6 # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then - echo "$as_me:7626: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 + echo "$as_me:7627: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7648,7 +7649,7 @@ else CFLAGS="$save_CFLAGS" fi -echo "$as_me:7651: result: $lt_prog_compiler_pic_works" >&5 +echo "$as_me:7652: result: $lt_prog_compiler_pic_works" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 if test x"$lt_prog_compiler_pic_works" = xyes; then @@ -7672,7 +7673,7 @@ case "$host_os" in ;; esac -echo "$as_me:7675: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo "$as_me:7676: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_c_o+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7713,13 +7714,13 @@ else $rm conftest* fi -echo "$as_me:7716: result: $lt_cv_prog_compiler_c_o" >&5 +echo "$as_me:7717: result: $lt_cv_prog_compiler_c_o" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - echo "$as_me:7722: checking if we can lock with hard links" >&5 + echo "$as_me:7723: 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* @@ -7727,10 +7728,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:7730: result: $hard_links" >&5 + echo "$as_me:7731: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6 if test "$hard_links" = no; then - { echo "$as_me:7733: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 + { echo "$as_me:7734: 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 @@ -7738,7 +7739,7 @@ else need_locks=no fi -echo "$as_me:7741: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo "$as_me:7742: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 runpath_var= @@ -8088,7 +8089,7 @@ EOF allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF -#line 8091 "configure" +#line 8092 "configure" #include "confdefs.h" int @@ -8100,16 +8101,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8103: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8104: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8106: \$? = $ac_status" >&5 + echo "$as_me:8107: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8109: \"$ac_try\"") >&5 + { (eval echo "$as_me:8110: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8112: \$? = $ac_status" >&5 + echo "$as_me:8113: \$? = $ac_status" >&5 (exit $ac_status); }; }; then aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } @@ -8134,7 +8135,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF -#line 8137 "configure" +#line 8138 "configure" #include "confdefs.h" int @@ -8146,16 +8147,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8149: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8150: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8152: \$? = $ac_status" >&5 + echo "$as_me:8153: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8155: \"$ac_try\"") >&5 + { (eval echo "$as_me:8156: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8158: \$? = $ac_status" >&5 + echo "$as_me:8159: \$? = $ac_status" >&5 (exit $ac_status); }; }; then aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } @@ -8522,7 +8523,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi esac fi -echo "$as_me:8525: result: $ld_shlibs" >&5 +echo "$as_me:8526: result: $ld_shlibs" >&5 echo "${ECHO_T}$ld_shlibs" >&6 test "$ld_shlibs" = no && can_build_shared=no @@ -8544,15 +8545,15 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - echo "$as_me:8547: checking whether -lc should be explicitly linked in" >&5 + echo "$as_me:8548: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 $rm conftest* echo 'static int dummy;' > conftest.$ac_ext - if { (eval echo "$as_me:8552: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:8553: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8555: \$? = $ac_status" >&5 + echo "$as_me:8556: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -8566,10 +8567,10 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >& libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= - if { (eval echo "$as_me:8569: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + if { (eval echo "$as_me:8570: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:8572: \$? = $ac_status" >&5 + echo "$as_me:8573: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc=no @@ -8581,13 +8582,13 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >& cat conftest.err 1>&5 fi $rm conftest* - echo "$as_me:8584: result: $archive_cmds_need_lc" >&5 + echo "$as_me:8585: result: $archive_cmds_need_lc" >&5 echo "${ECHO_T}$archive_cmds_need_lc" >&6 ;; esac fi -echo "$as_me:8590: checking how to hardcode library paths into programs" >&5 +echo "$as_me:8591: 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" || \ @@ -8611,7 +8612,7 @@ else # directories. hardcode_action=unsupported fi -echo "$as_me:8614: result: $hardcode_action" >&5 +echo "$as_me:8615: result: $hardcode_action" >&5 echo "${ECHO_T}$hardcode_action" >&6 if test "$hardcode_action" = relink; then @@ -8625,19 +8626,19 @@ fi striplib= old_striplib= -echo "$as_me:8628: checking whether stripping libraries is possible" >&5 +echo "$as_me:8629: 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:8633: result: yes" >&5 + echo "$as_me:8634: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:8636: result: no" >&5 + echo "$as_me:8637: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:8640: checking dynamic linker characteristics" >&5 +echo "$as_me:8641: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' @@ -9076,7 +9077,7 @@ uts4*) dynamic_linker=no ;; esac -echo "$as_me:9079: result: $dynamic_linker" >&5 +echo "$as_me:9080: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no @@ -9101,13 +9102,13 @@ else ;; *) - echo "$as_me:9104: checking for shl_load" >&5 + echo "$as_me:9105: 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 9110 "configure" +#line 9111 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. */ @@ -9138,16 +9139,16 @@ f = shl_load; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9141: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9142: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9144: \$? = $ac_status" >&5 + echo "$as_me:9145: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9147: \"$ac_try\"") >&5 + { (eval echo "$as_me:9148: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9150: \$? = $ac_status" >&5 + echo "$as_me:9151: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shl_load=yes else @@ -9157,12 +9158,12 @@ ac_cv_func_shl_load=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9160: result: $ac_cv_func_shl_load" >&5 +echo "$as_me:9161: 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:9165: checking for shl_load in -ldld" >&5 + echo "$as_me:9166: 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 @@ -9170,7 +9171,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9173 "configure" +#line 9174 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9189,16 +9190,16 @@ shl_load (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9192: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9193: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9195: \$? = $ac_status" >&5 + echo "$as_me:9196: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9198: \"$ac_try\"") >&5 + { (eval echo "$as_me:9199: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9201: \$? = $ac_status" >&5 + echo "$as_me:9202: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_shl_load=yes else @@ -9209,18 +9210,18 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9212: result: $ac_cv_lib_dld_shl_load" >&5 +echo "$as_me:9213: result: $ac_cv_lib_dld_shl_load" >&5 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" else - echo "$as_me:9217: checking for dlopen" >&5 + echo "$as_me:9218: 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 9223 "configure" +#line 9224 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. */ @@ -9251,16 +9252,16 @@ f = dlopen; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9254: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9255: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9257: \$? = $ac_status" >&5 + echo "$as_me:9258: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9260: \"$ac_try\"") >&5 + { (eval echo "$as_me:9261: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9263: \$? = $ac_status" >&5 + echo "$as_me:9264: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_dlopen=yes else @@ -9270,12 +9271,12 @@ ac_cv_func_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9273: result: $ac_cv_func_dlopen" >&5 +echo "$as_me:9274: 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:9278: checking for dlopen in -ldl" >&5 + echo "$as_me:9279: 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 @@ -9283,7 +9284,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9286 "configure" +#line 9287 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9302,16 +9303,16 @@ dlopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9305: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9306: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9308: \$? = $ac_status" >&5 + echo "$as_me:9309: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9311: \"$ac_try\"") >&5 + { (eval echo "$as_me:9312: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9314: \$? = $ac_status" >&5 + echo "$as_me:9315: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_dlopen=yes else @@ -9322,12 +9323,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9325: result: $ac_cv_lib_dl_dlopen" >&5 +echo "$as_me:9326: 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:9330: checking for dlopen in -lsvld" >&5 + echo "$as_me:9331: 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 @@ -9335,7 +9336,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9338 "configure" +#line 9339 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9354,16 +9355,16 @@ dlopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9357: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9358: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9360: \$? = $ac_status" >&5 + echo "$as_me:9361: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9363: \"$ac_try\"") >&5 + { (eval echo "$as_me:9364: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9366: \$? = $ac_status" >&5 + echo "$as_me:9367: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_svld_dlopen=yes else @@ -9374,12 +9375,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9377: result: $ac_cv_lib_svld_dlopen" >&5 +echo "$as_me:9378: 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:9382: checking for dld_link in -ldld" >&5 + echo "$as_me:9383: checking for dld_link in -ldld" >&5 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 if test "${ac_cv_lib_dld_dld_link+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9387,7 +9388,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9390 "configure" +#line 9391 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9406,16 +9407,16 @@ dld_link (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9409: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9410: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9412: \$? = $ac_status" >&5 + echo "$as_me:9413: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9415: \"$ac_try\"") >&5 + { (eval echo "$as_me:9416: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9418: \$? = $ac_status" >&5 + echo "$as_me:9419: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_dld_link=yes else @@ -9426,7 +9427,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9429: result: $ac_cv_lib_dld_dld_link" >&5 +echo "$as_me:9430: result: $ac_cv_lib_dld_dld_link" >&5 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" @@ -9462,7 +9463,7 @@ fi save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" - echo "$as_me:9465: checking whether a program can dlopen itself" >&5 + echo "$as_me:9466: checking whether a program can dlopen itself" >&5 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9473,7 +9474,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 9476 "configure" +#line 9477 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -9534,10 +9535,10 @@ int main () exit (status); } EOF - if { (eval echo "$as_me:9537: \"$ac_link\"") >&5 + if { (eval echo "$as_me:9538: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9540: \$? = $ac_status" >&5 + echo "$as_me:9541: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? @@ -9554,12 +9555,12 @@ fi rm -fr conftest* fi -echo "$as_me:9557: result: $lt_cv_dlopen_self" >&5 +echo "$as_me:9558: result: $lt_cv_dlopen_self" >&5 echo "${ECHO_T}$lt_cv_dlopen_self" >&6 if test "x$lt_cv_dlopen_self" = xyes; then LDFLAGS="$LDFLAGS $link_static_flag" - echo "$as_me:9562: checking whether a statically linked program can dlopen itself" >&5 + echo "$as_me:9563: checking whether a statically linked program can dlopen itself" >&5 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self_static+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9570,7 +9571,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 9573 "configure" +#line 9574 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -9631,10 +9632,10 @@ int main () exit (status); } EOF - if { (eval echo "$as_me:9634: \"$ac_link\"") >&5 + if { (eval echo "$as_me:9635: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9637: \$? = $ac_status" >&5 + echo "$as_me:9638: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? @@ -9651,7 +9652,7 @@ fi rm -fr conftest* fi -echo "$as_me:9654: result: $lt_cv_dlopen_self_static" >&5 +echo "$as_me:9655: result: $lt_cv_dlopen_self_static" >&5 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 fi @@ -9673,12 +9674,12 @@ echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 fi # Report which librarie types wil actually be built -echo "$as_me:9676: checking if libtool supports shared libraries" >&5 +echo "$as_me:9677: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 -echo "$as_me:9678: result: $can_build_shared" >&5 +echo "$as_me:9679: result: $can_build_shared" >&5 echo "${ECHO_T}$can_build_shared" >&6 -echo "$as_me:9681: checking whether to build shared libraries" >&5 +echo "$as_me:9682: checking whether to build shared libraries" >&5 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 test "$can_build_shared" = "no" && enable_shared=no @@ -9699,14 +9700,14 @@ aix4*) fi ;; esac -echo "$as_me:9702: result: $enable_shared" >&5 +echo "$as_me:9703: result: $enable_shared" >&5 echo "${ECHO_T}$enable_shared" >&6 -echo "$as_me:9705: checking whether to build static libraries" >&5 +echo "$as_me:9706: checking whether to build static libraries" >&5 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes -echo "$as_me:9709: result: $enable_static" >&5 +echo "$as_me:9710: result: $enable_static" >&5 echo "${ECHO_T}$enable_static" >&6 # The else clause should only fire when bootstrapping the @@ -9786,7 +9787,7 @@ if test -f "$ltmain"; then cfgfile="${ofile}T" trap "$rm \"$cfgfile\"; exit 1" 1 2 15 $rm -f "$cfgfile" - { echo "$as_me:9789: creating $ofile" >&5 + { echo "$as_me:9790: creating $ofile" >&5 echo "$as_me: creating $ofile" >&6;} cat <<__EOF__ >> "$cfgfile" @@ -10344,17 +10345,17 @@ fi; if test -f "$ltmain" && test -n "$tagnames"; then if test ! -f "${ofile}"; then - { echo "$as_me:10347: WARNING: output file \`$ofile' does not exist" >&5 + { echo "$as_me:10348: WARNING: output file \`$ofile' does not exist" >&5 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} fi if test -z "$LTCC"; then eval "`$SHELL ${ofile} --config | grep '^LTCC='`" if test -z "$LTCC"; then - { echo "$as_me:10354: WARNING: output file \`$ofile' does not look like a libtool script" >&5 + { echo "$as_me:10355: WARNING: output file \`$ofile' does not look like a libtool script" >&5 echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} else - { echo "$as_me:10357: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 + { echo "$as_me:10358: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} fi fi @@ -10369,7 +10370,7 @@ echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} # Check whether tagname contains only valid characters case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in "") ;; - *) { { echo "$as_me:10372: error: invalid tag name: $tagname" >&5 + *) { { echo "$as_me:10373: error: invalid tag name: $tagname" >&5 echo "$as_me: error: invalid tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; @@ -10377,7 +10378,7 @@ echo "$as_me: error: invalid tag name: $tagname" >&2;} if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null then - { { echo "$as_me:10380: error: tag name \"$tagname\" already exists" >&5 + { { echo "$as_me:10381: error: tag name \"$tagname\" already exists" >&5 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} { (exit 1); exit 1; }; } fi @@ -10504,7 +10505,7 @@ else fi # PORTME: fill in a description of your system's C++ link characteristics -echo "$as_me:10507: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo "$as_me:10508: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 ld_shlibs_CXX=yes case $host_os in @@ -10595,7 +10596,7 @@ case $host_os in allow_undefined_flag_CXX='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF -#line 10598 "configure" +#line 10599 "configure" #include "confdefs.h" int @@ -10607,16 +10608,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10610: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10611: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10613: \$? = $ac_status" >&5 + echo "$as_me:10614: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10616: \"$ac_try\"") >&5 + { (eval echo "$as_me:10617: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10619: \$? = $ac_status" >&5 + echo "$as_me:10620: \$? = $ac_status" >&5 (exit $ac_status); }; }; then aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } @@ -10642,7 +10643,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF -#line 10645 "configure" +#line 10646 "configure" #include "confdefs.h" int @@ -10654,16 +10655,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10657: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10658: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10660: \$? = $ac_status" >&5 + echo "$as_me:10661: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10663: \"$ac_try\"") >&5 + { (eval echo "$as_me:10664: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10666: \$? = $ac_status" >&5 + echo "$as_me:10667: \$? = $ac_status" >&5 (exit $ac_status); }; }; then aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } @@ -11161,7 +11162,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ld_shlibs_CXX=no ;; esac -echo "$as_me:11164: result: $ld_shlibs_CXX" >&5 +echo "$as_me:11165: result: $ld_shlibs_CXX" >&5 echo "${ECHO_T}$ld_shlibs_CXX" >&6 test "$ld_shlibs_CXX" = no && can_build_shared=no @@ -11177,10 +11178,10 @@ private: }; EOF -if { (eval echo "$as_me:11180: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11181: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11183: \$? = $ac_status" >&5 + echo "$as_me:11184: \$? = $ac_status" >&5 (exit $ac_status); }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. @@ -11280,7 +11281,7 @@ lt_prog_compiler_wl_CXX= lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= -echo "$as_me:11283: checking for $compiler option to produce PIC" >&5 +echo "$as_me:11284: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 # C++ specific cases for pic, static, wl, etc. @@ -11516,14 +11517,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 esac fi -echo "$as_me:11519: result: $lt_prog_compiler_pic_CXX" >&5 +echo "$as_me:11520: result: $lt_prog_compiler_pic_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then - echo "$as_me:11526: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 + echo "$as_me:11527: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11548,7 +11549,7 @@ else CFLAGS="$save_CFLAGS" fi -echo "$as_me:11551: result: $lt_prog_compiler_pic_works_CXX" >&5 +echo "$as_me:11552: result: $lt_prog_compiler_pic_works_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then @@ -11572,7 +11573,7 @@ case "$host_os" in ;; esac -echo "$as_me:11575: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo "$as_me:11576: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11613,13 +11614,13 @@ else $rm conftest* fi -echo "$as_me:11616: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +echo "$as_me:11617: result: $lt_cv_prog_compiler_c_o_CXX" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - echo "$as_me:11622: checking if we can lock with hard links" >&5 + echo "$as_me:11623: 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* @@ -11627,10 +11628,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:11630: result: $hard_links" >&5 + echo "$as_me:11631: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6 if test "$hard_links" = no; then - { echo "$as_me:11633: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 + { echo "$as_me:11634: 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 @@ -11638,7 +11639,7 @@ else need_locks=no fi -echo "$as_me:11641: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo "$as_me:11642: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols' @@ -11660,7 +11661,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar ;; esac -echo "$as_me:11663: result: $ld_shlibs_CXX" >&5 +echo "$as_me:11664: result: $ld_shlibs_CXX" >&5 echo "${ECHO_T}$ld_shlibs_CXX" >&6 test "$ld_shlibs_CXX" = no && can_build_shared=no @@ -11682,15 +11683,15 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - echo "$as_me:11685: checking whether -lc should be explicitly linked in" >&5 + echo "$as_me:11686: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 $rm conftest* echo 'static int dummy;' > conftest.$ac_ext - if { (eval echo "$as_me:11690: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:11691: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11693: \$? = $ac_status" >&5 + echo "$as_me:11694: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -11704,10 +11705,10 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >& libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_CXX allow_undefined_flag_CXX= - if { (eval echo "$as_me:11707: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + if { (eval echo "$as_me:11708: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:11710: \$? = $ac_status" >&5 + echo "$as_me:11711: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_CXX=no @@ -11719,13 +11720,13 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >& cat conftest.err 1>&5 fi $rm conftest* - echo "$as_me:11722: result: $archive_cmds_need_lc_CXX" >&5 + echo "$as_me:11723: result: $archive_cmds_need_lc_CXX" >&5 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 ;; esac fi -echo "$as_me:11728: checking how to hardcode library paths into programs" >&5 +echo "$as_me:11729: 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_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || \ @@ -11749,7 +11750,7 @@ else # directories. hardcode_action_CXX=unsupported fi -echo "$as_me:11752: result: $hardcode_action_CXX" >&5 +echo "$as_me:11753: result: $hardcode_action_CXX" >&5 echo "${ECHO_T}$hardcode_action_CXX" >&6 if test "$hardcode_action_CXX" = relink; then @@ -11763,19 +11764,19 @@ fi striplib= old_striplib= -echo "$as_me:11766: checking whether stripping libraries is possible" >&5 +echo "$as_me:11767: 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:11771: result: yes" >&5 + echo "$as_me:11772: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:11774: result: no" >&5 + echo "$as_me:11775: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:11778: checking dynamic linker characteristics" >&5 +echo "$as_me:11779: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' @@ -12214,7 +12215,7 @@ uts4*) dynamic_linker=no ;; esac -echo "$as_me:12217: result: $dynamic_linker" >&5 +echo "$as_me:12218: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no @@ -12239,13 +12240,13 @@ else ;; *) - echo "$as_me:12242: checking for shl_load" >&5 + echo "$as_me:12243: 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 12248 "configure" +#line 12249 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. */ @@ -12276,16 +12277,16 @@ f = shl_load; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12279: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12280: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12282: \$? = $ac_status" >&5 + echo "$as_me:12283: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12285: \"$ac_try\"") >&5 + { (eval echo "$as_me:12286: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12288: \$? = $ac_status" >&5 + echo "$as_me:12289: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shl_load=yes else @@ -12295,12 +12296,12 @@ ac_cv_func_shl_load=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12298: result: $ac_cv_func_shl_load" >&5 +echo "$as_me:12299: 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:12303: checking for shl_load in -ldld" >&5 + echo "$as_me:12304: 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 @@ -12308,7 +12309,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12311 "configure" +#line 12312 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12327,16 +12328,16 @@ shl_load (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12330: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12331: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12333: \$? = $ac_status" >&5 + echo "$as_me:12334: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12336: \"$ac_try\"") >&5 + { (eval echo "$as_me:12337: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12339: \$? = $ac_status" >&5 + echo "$as_me:12340: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_shl_load=yes else @@ -12347,18 +12348,18 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12350: result: $ac_cv_lib_dld_shl_load" >&5 +echo "$as_me:12351: result: $ac_cv_lib_dld_shl_load" >&5 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" else - echo "$as_me:12355: checking for dlopen" >&5 + echo "$as_me:12356: 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 12361 "configure" +#line 12362 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. */ @@ -12389,16 +12390,16 @@ f = dlopen; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12392: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12393: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12395: \$? = $ac_status" >&5 + echo "$as_me:12396: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12398: \"$ac_try\"") >&5 + { (eval echo "$as_me:12399: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12401: \$? = $ac_status" >&5 + echo "$as_me:12402: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_dlopen=yes else @@ -12408,12 +12409,12 @@ ac_cv_func_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:12411: result: $ac_cv_func_dlopen" >&5 +echo "$as_me:12412: 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:12416: checking for dlopen in -ldl" >&5 + echo "$as_me:12417: 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 @@ -12421,7 +12422,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12424 "configure" +#line 12425 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12440,16 +12441,16 @@ dlopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12443: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12444: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12446: \$? = $ac_status" >&5 + echo "$as_me:12447: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12449: \"$ac_try\"") >&5 + { (eval echo "$as_me:12450: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12452: \$? = $ac_status" >&5 + echo "$as_me:12453: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_dlopen=yes else @@ -12460,12 +12461,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12463: result: $ac_cv_lib_dl_dlopen" >&5 +echo "$as_me:12464: 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:12468: checking for dlopen in -lsvld" >&5 + echo "$as_me:12469: 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 @@ -12473,7 +12474,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12476 "configure" +#line 12477 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12492,16 +12493,16 @@ dlopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12495: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12496: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12498: \$? = $ac_status" >&5 + echo "$as_me:12499: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12501: \"$ac_try\"") >&5 + { (eval echo "$as_me:12502: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12504: \$? = $ac_status" >&5 + echo "$as_me:12505: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_svld_dlopen=yes else @@ -12512,12 +12513,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12515: result: $ac_cv_lib_svld_dlopen" >&5 +echo "$as_me:12516: 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:12520: checking for dld_link in -ldld" >&5 + echo "$as_me:12521: checking for dld_link in -ldld" >&5 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 if test "${ac_cv_lib_dld_dld_link+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -12525,7 +12526,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 12528 "configure" +#line 12529 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -12544,16 +12545,16 @@ dld_link (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12547: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12548: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12550: \$? = $ac_status" >&5 + echo "$as_me:12551: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12553: \"$ac_try\"") >&5 + { (eval echo "$as_me:12554: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12556: \$? = $ac_status" >&5 + echo "$as_me:12557: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_dld_link=yes else @@ -12564,7 +12565,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:12567: result: $ac_cv_lib_dld_dld_link" >&5 +echo "$as_me:12568: result: $ac_cv_lib_dld_dld_link" >&5 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" @@ -12600,7 +12601,7 @@ fi save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" - echo "$as_me:12603: checking whether a program can dlopen itself" >&5 + echo "$as_me:12604: checking whether a program can dlopen itself" >&5 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -12611,7 +12612,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 12614 "configure" +#line 12615 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12672,10 +12673,10 @@ int main () exit (status); } EOF - if { (eval echo "$as_me:12675: \"$ac_link\"") >&5 + if { (eval echo "$as_me:12676: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12678: \$? = $ac_status" >&5 + echo "$as_me:12679: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? @@ -12692,12 +12693,12 @@ fi rm -fr conftest* fi -echo "$as_me:12695: result: $lt_cv_dlopen_self" >&5 +echo "$as_me:12696: result: $lt_cv_dlopen_self" >&5 echo "${ECHO_T}$lt_cv_dlopen_self" >&6 if test "x$lt_cv_dlopen_self" = xyes; then LDFLAGS="$LDFLAGS $link_static_flag" - echo "$as_me:12700: checking whether a statically linked program can dlopen itself" >&5 + echo "$as_me:12701: checking whether a statically linked program can dlopen itself" >&5 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self_static+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -12708,7 +12709,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 12711 "configure" +#line 12712 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12769,10 +12770,10 @@ int main () exit (status); } EOF - if { (eval echo "$as_me:12772: \"$ac_link\"") >&5 + if { (eval echo "$as_me:12773: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12775: \$? = $ac_status" >&5 + echo "$as_me:12776: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? @@ -12789,7 +12790,7 @@ fi rm -fr conftest* fi -echo "$as_me:12792: result: $lt_cv_dlopen_self_static" >&5 +echo "$as_me:12793: result: $lt_cv_dlopen_self_static" >&5 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 fi @@ -13222,7 +13223,7 @@ lt_prog_compiler_no_builtin_flag_GCJ= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' - echo "$as_me:13225: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 + echo "$as_me:13226: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13247,7 +13248,7 @@ else CFLAGS="$save_CFLAGS" fi -echo "$as_me:13250: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "$as_me:13251: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then @@ -13262,7 +13263,7 @@ lt_prog_compiler_wl_GCJ= lt_prog_compiler_pic_GCJ= lt_prog_compiler_static_GCJ= -echo "$as_me:13265: checking for $compiler option to produce PIC" >&5 +echo "$as_me:13266: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 if test "$GCC" = yes; then @@ -13415,14 +13416,14 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 esac fi -echo "$as_me:13418: result: $lt_prog_compiler_pic_GCJ" >&5 +echo "$as_me:13419: result: $lt_prog_compiler_pic_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_GCJ"; then - echo "$as_me:13425: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 + echo "$as_me:13426: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13447,7 +13448,7 @@ else CFLAGS="$save_CFLAGS" fi -echo "$as_me:13450: result: $lt_prog_compiler_pic_works_GCJ" >&5 +echo "$as_me:13451: result: $lt_prog_compiler_pic_works_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then @@ -13471,7 +13472,7 @@ case "$host_os" in ;; esac -echo "$as_me:13474: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo "$as_me:13475: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13512,13 +13513,13 @@ else $rm conftest* fi -echo "$as_me:13515: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 +echo "$as_me:13516: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user - echo "$as_me:13521: checking if we can lock with hard links" >&5 + echo "$as_me:13522: 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* @@ -13526,10 +13527,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:13529: result: $hard_links" >&5 + echo "$as_me:13530: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6 if test "$hard_links" = no; then - { echo "$as_me:13532: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 + { echo "$as_me:13533: 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 @@ -13537,7 +13538,7 @@ else need_locks=no fi -echo "$as_me:13540: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo "$as_me:13541: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 runpath_var= @@ -13887,7 +13888,7 @@ EOF allow_undefined_flag_GCJ='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF -#line 13890 "configure" +#line 13891 "configure" #include "confdefs.h" int @@ -13899,16 +13900,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13902: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13903: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13905: \$? = $ac_status" >&5 + echo "$as_me:13906: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13908: \"$ac_try\"") >&5 + { (eval echo "$as_me:13909: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13911: \$? = $ac_status" >&5 + echo "$as_me:13912: \$? = $ac_status" >&5 (exit $ac_status); }; }; then aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } @@ -13933,7 +13934,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF -#line 13936 "configure" +#line 13937 "configure" #include "confdefs.h" int @@ -13945,16 +13946,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13948: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13949: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13951: \$? = $ac_status" >&5 + echo "$as_me:13952: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13954: \"$ac_try\"") >&5 + { (eval echo "$as_me:13955: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13957: \$? = $ac_status" >&5 + echo "$as_me:13958: \$? = $ac_status" >&5 (exit $ac_status); }; }; then aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } @@ -14321,7 +14322,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi esac fi -echo "$as_me:14324: result: $ld_shlibs_GCJ" >&5 +echo "$as_me:14325: result: $ld_shlibs_GCJ" >&5 echo "${ECHO_T}$ld_shlibs_GCJ" >&6 test "$ld_shlibs_GCJ" = no && can_build_shared=no @@ -14343,15 +14344,15 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - echo "$as_me:14346: checking whether -lc should be explicitly linked in" >&5 + echo "$as_me:14347: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 $rm conftest* echo 'static int dummy;' > conftest.$ac_ext - if { (eval echo "$as_me:14351: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:14352: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:14354: \$? = $ac_status" >&5 + echo "$as_me:14355: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest @@ -14365,10 +14366,10 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >& libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ allow_undefined_flag_GCJ= - if { (eval echo "$as_me:14368: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + if { (eval echo "$as_me:14369: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? - echo "$as_me:14371: \$? = $ac_status" >&5 + echo "$as_me:14372: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_GCJ=no @@ -14380,13 +14381,13 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >& cat conftest.err 1>&5 fi $rm conftest* - echo "$as_me:14383: result: $archive_cmds_need_lc_GCJ" >&5 + echo "$as_me:14384: result: $archive_cmds_need_lc_GCJ" >&5 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 ;; esac fi -echo "$as_me:14389: checking how to hardcode library paths into programs" >&5 +echo "$as_me:14390: 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_GCJ= if test -n "$hardcode_libdir_flag_spec_GCJ" || \ @@ -14410,7 +14411,7 @@ else # directories. hardcode_action_GCJ=unsupported fi -echo "$as_me:14413: result: $hardcode_action_GCJ" >&5 +echo "$as_me:14414: result: $hardcode_action_GCJ" >&5 echo "${ECHO_T}$hardcode_action_GCJ" >&6 if test "$hardcode_action_GCJ" = relink; then @@ -14424,19 +14425,19 @@ fi striplib= old_striplib= -echo "$as_me:14427: checking whether stripping libraries is possible" >&5 +echo "$as_me:14428: 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:14432: result: yes" >&5 + echo "$as_me:14433: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:14435: result: no" >&5 + echo "$as_me:14436: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:14439: checking dynamic linker characteristics" >&5 +echo "$as_me:14440: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' @@ -14875,7 +14876,7 @@ uts4*) dynamic_linker=no ;; esac -echo "$as_me:14878: result: $dynamic_linker" >&5 +echo "$as_me:14879: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no @@ -14900,13 +14901,13 @@ else ;; *) - echo "$as_me:14903: checking for shl_load" >&5 + echo "$as_me:14904: 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 14909 "configure" +#line 14910 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. */ @@ -14937,16 +14938,16 @@ f = shl_load; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14940: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14941: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14943: \$? = $ac_status" >&5 + echo "$as_me:14944: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14946: \"$ac_try\"") >&5 + { (eval echo "$as_me:14947: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14949: \$? = $ac_status" >&5 + echo "$as_me:14950: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shl_load=yes else @@ -14956,12 +14957,12 @@ ac_cv_func_shl_load=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:14959: result: $ac_cv_func_shl_load" >&5 +echo "$as_me:14960: 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:14964: checking for shl_load in -ldld" >&5 + echo "$as_me:14965: 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 @@ -14969,7 +14970,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 14972 "configure" +#line 14973 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -14988,16 +14989,16 @@ shl_load (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14991: \"$ac_link\"") >&5 +if { (eval echo "$as_me:14992: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14994: \$? = $ac_status" >&5 + echo "$as_me:14995: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14997: \"$ac_try\"") >&5 + { (eval echo "$as_me:14998: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15000: \$? = $ac_status" >&5 + echo "$as_me:15001: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_shl_load=yes else @@ -15008,18 +15009,18 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15011: result: $ac_cv_lib_dld_shl_load" >&5 +echo "$as_me:15012: result: $ac_cv_lib_dld_shl_load" >&5 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" else - echo "$as_me:15016: checking for dlopen" >&5 + echo "$as_me:15017: 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 15022 "configure" +#line 15023 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. */ @@ -15050,16 +15051,16 @@ f = dlopen; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15053: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15054: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15056: \$? = $ac_status" >&5 + echo "$as_me:15057: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15059: \"$ac_try\"") >&5 + { (eval echo "$as_me:15060: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15062: \$? = $ac_status" >&5 + echo "$as_me:15063: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_dlopen=yes else @@ -15069,12 +15070,12 @@ ac_cv_func_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:15072: result: $ac_cv_func_dlopen" >&5 +echo "$as_me:15073: 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:15077: checking for dlopen in -ldl" >&5 + echo "$as_me:15078: 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 @@ -15082,7 +15083,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15085 "configure" +#line 15086 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15101,16 +15102,16 @@ dlopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15104: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15105: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15107: \$? = $ac_status" >&5 + echo "$as_me:15108: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15110: \"$ac_try\"") >&5 + { (eval echo "$as_me:15111: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15113: \$? = $ac_status" >&5 + echo "$as_me:15114: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_dlopen=yes else @@ -15121,12 +15122,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15124: result: $ac_cv_lib_dl_dlopen" >&5 +echo "$as_me:15125: 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:15129: checking for dlopen in -lsvld" >&5 + echo "$as_me:15130: 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 @@ -15134,7 +15135,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15137 "configure" +#line 15138 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15153,16 +15154,16 @@ dlopen (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15156: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15157: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15159: \$? = $ac_status" >&5 + echo "$as_me:15160: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15162: \"$ac_try\"") >&5 + { (eval echo "$as_me:15163: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15165: \$? = $ac_status" >&5 + echo "$as_me:15166: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_svld_dlopen=yes else @@ -15173,12 +15174,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15176: result: $ac_cv_lib_svld_dlopen" >&5 +echo "$as_me:15177: 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:15181: checking for dld_link in -ldld" >&5 + echo "$as_me:15182: checking for dld_link in -ldld" >&5 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 if test "${ac_cv_lib_dld_dld_link+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15186,7 +15187,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 15189 "configure" +#line 15190 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -15205,16 +15206,16 @@ dld_link (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:15208: \"$ac_link\"") >&5 +if { (eval echo "$as_me:15209: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15211: \$? = $ac_status" >&5 + echo "$as_me:15212: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:15214: \"$ac_try\"") >&5 + { (eval echo "$as_me:15215: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:15217: \$? = $ac_status" >&5 + echo "$as_me:15218: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_dld_link=yes else @@ -15225,7 +15226,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:15228: result: $ac_cv_lib_dld_dld_link" >&5 +echo "$as_me:15229: result: $ac_cv_lib_dld_dld_link" >&5 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" @@ -15261,7 +15262,7 @@ fi save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" - echo "$as_me:15264: checking whether a program can dlopen itself" >&5 + echo "$as_me:15265: checking whether a program can dlopen itself" >&5 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15272,7 +15273,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 15275 "configure" +#line 15276 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15333,10 +15334,10 @@ int main () exit (status); } EOF - if { (eval echo "$as_me:15336: \"$ac_link\"") >&5 + if { (eval echo "$as_me:15337: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15339: \$? = $ac_status" >&5 + echo "$as_me:15340: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? @@ -15353,12 +15354,12 @@ fi rm -fr conftest* fi -echo "$as_me:15356: result: $lt_cv_dlopen_self" >&5 +echo "$as_me:15357: result: $lt_cv_dlopen_self" >&5 echo "${ECHO_T}$lt_cv_dlopen_self" >&6 if test "x$lt_cv_dlopen_self" = xyes; then LDFLAGS="$LDFLAGS $link_static_flag" - echo "$as_me:15361: checking whether a statically linked program can dlopen itself" >&5 + echo "$as_me:15362: checking whether a statically linked program can dlopen itself" >&5 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self_static+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -15369,7 +15370,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 15372 "configure" +#line 15373 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15430,10 +15431,10 @@ int main () exit (status); } EOF - if { (eval echo "$as_me:15433: \"$ac_link\"") >&5 + if { (eval echo "$as_me:15434: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:15436: \$? = $ac_status" >&5 + echo "$as_me:15437: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? @@ -15450,7 +15451,7 @@ fi rm -fr conftest* fi -echo "$as_me:15453: result: $lt_cv_dlopen_self_static" >&5 +echo "$as_me:15454: result: $lt_cv_dlopen_self_static" >&5 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 fi @@ -16250,7 +16251,7 @@ CC="$lt_save_CC" ;; *) - { { echo "$as_me:16253: error: Unsupported tag name: $tagname" >&5 + { { echo "$as_me:16254: error: Unsupported tag name: $tagname" >&5 echo "$as_me: error: Unsupported tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; @@ -16268,7 +16269,7 @@ echo "$as_me: error: Unsupported tag name: $tagname" >&2;} chmod +x "$ofile" else rm -f "${ofile}T" - { { echo "$as_me:16271: error: unable to update list of available tagged configurations." >&5 + { { echo "$as_me:16272: error: unable to update list of available tagged configurations." >&5 echo "$as_me: error: unable to update list of available tagged configurations." >&2;} { (exit 1); exit 1; }; } fi @@ -16289,7 +16290,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' if test "$enable_shared" = yes && test "$enable_static" = yes; then case $library_names_spec in *libname.a*) - { { echo "$as_me:16292: error: cannot create both shared and static libraries on this system, --disable one of the two" >&5 + { { echo "$as_me:16293: error: cannot create both shared and static libraries on this system, --disable one of the two" >&5 echo "$as_me: error: cannot create both shared and static libraries on this system, --disable one of the two" >&2;} { (exit 1); exit 1; }; } ;; @@ -16307,7 +16308,7 @@ case $host in # If there's any sse2 or mmx in the path, check whether the assembler # supports it, and remove if not. case "$path" in - *mmx*) echo "$as_me:16310: checking if the assembler knows about MMX instructions" >&5 + *mmx*) echo "$as_me:16311: 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 @@ -16317,10 +16318,10 @@ else movq %mm0, %mm1 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:16320: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:16321: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:16323: \$? = $ac_status" >&5 + echo "$as_me:16324: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_x86_mmx=yes @@ -16331,7 +16332,7 @@ case $host in gmp_cv_asm_x86_mmx=movq-bug fi else - { echo "$as_me:16334: WARNING: \"dis\" not available to check for \"as\" movq bug" >&5 + { echo "$as_me:16335: 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 @@ -16344,44 +16345,44 @@ fi rm -f conftest* fi -echo "$as_me:16347: result: $gmp_cv_asm_x86_mmx" >&5 +echo "$as_me:16348: 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:16352: WARNING: +----------------------------------------------------------" >&5 + { echo "$as_me:16353: WARNING: +----------------------------------------------------------" >&5 echo "$as_me: WARNING: +----------------------------------------------------------" >&2;} - { echo "$as_me:16354: WARNING: | WARNING WARNING WARNING" >&5 + { echo "$as_me:16355: WARNING: | WARNING WARNING WARNING" >&5 echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;} - { echo "$as_me:16356: WARNING: | Host CPU has MMX code, but the assembler" >&5 + { echo "$as_me:16357: 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:16358: WARNING: | $CCAS $CFLAGS" >&5 + { echo "$as_me:16359: WARNING: | $CCAS $CFLAGS" >&5 echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;} - { echo "$as_me:16360: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5 + { echo "$as_me:16361: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&5 echo "$as_me: WARNING: | has the Solaris 2.6 and 2.7 bug where register to register" >&2;} - { echo "$as_me:16362: WARNING: | movq operands are reversed." >&5 + { echo "$as_me:16363: WARNING: | movq operands are reversed." >&5 echo "$as_me: WARNING: | movq operands are reversed." >&2;} - { echo "$as_me:16364: WARNING: | Non-MMX replacements will be used." >&5 + { echo "$as_me:16365: WARNING: | Non-MMX replacements will be used." >&5 echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;} - { echo "$as_me:16366: WARNING: | This will be an inferior build." >&5 + { echo "$as_me:16367: WARNING: | This will be an inferior build." >&5 echo "$as_me: WARNING: | This will be an inferior build." >&2;} - { echo "$as_me:16368: WARNING: +----------------------------------------------------------" >&5 + { echo "$as_me:16369: WARNING: +----------------------------------------------------------" >&5 echo "$as_me: WARNING: +----------------------------------------------------------" >&2;} ;; no) - { echo "$as_me:16372: WARNING: +----------------------------------------------------------" >&5 + { echo "$as_me:16373: WARNING: +----------------------------------------------------------" >&5 echo "$as_me: WARNING: +----------------------------------------------------------" >&2;} - { echo "$as_me:16374: WARNING: | WARNING WARNING WARNING" >&5 + { echo "$as_me:16375: WARNING: | WARNING WARNING WARNING" >&5 echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;} - { echo "$as_me:16376: WARNING: | Host CPU has MMX code, but it can't be assembled by" >&5 + { echo "$as_me:16377: 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:16378: WARNING: | $CCAS $CFLAGS" >&5 + { echo "$as_me:16379: WARNING: | $CCAS $CFLAGS" >&5 echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;} - { echo "$as_me:16380: WARNING: | Non-MMX replacements will be used." >&5 + { echo "$as_me:16381: WARNING: | Non-MMX replacements will be used." >&5 echo "$as_me: WARNING: | Non-MMX replacements will be used." >&2;} - { echo "$as_me:16382: WARNING: | This will be an inferior build." >&5 + { echo "$as_me:16383: WARNING: | This will be an inferior build." >&5 echo "$as_me: WARNING: | This will be an inferior build." >&2;} - { echo "$as_me:16384: WARNING: +----------------------------------------------------------" >&5 + { echo "$as_me:16385: WARNING: +----------------------------------------------------------" >&5 echo "$as_me: WARNING: +----------------------------------------------------------" >&2;} ;; esac @@ -16401,7 +16402,7 @@ fi ;; esac case "$path" in - *sse2*) echo "$as_me:16404: checking if the assembler knows about SSE2 instructions" >&5 + *sse2*) echo "$as_me:16405: checking if the assembler knows about SSE2 instructions" >&5 echo $ECHO_N "checking if the assembler knows about SSE2 instructions... $ECHO_C" >&6 if test "${gmp_cv_asm_x86_sse2+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -16411,10 +16412,10 @@ else paddq %mm0, %mm1 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:16414: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:16415: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:16417: \$? = $ac_status" >&5 + echo "$as_me:16418: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_x86_sse2=yes @@ -16427,26 +16428,26 @@ fi rm -f conftest* fi -echo "$as_me:16430: result: $gmp_cv_asm_x86_sse2" >&5 +echo "$as_me:16431: result: $gmp_cv_asm_x86_sse2" >&5 echo "${ECHO_T}$gmp_cv_asm_x86_sse2" >&6 case $gmp_cv_asm_x86_sse2 in yes) : ;; *) - { echo "$as_me:16437: WARNING: +----------------------------------------------------------" >&5 + { echo "$as_me:16438: WARNING: +----------------------------------------------------------" >&5 echo "$as_me: WARNING: +----------------------------------------------------------" >&2;} - { echo "$as_me:16439: WARNING: | WARNING WARNING WARNING" >&5 + { echo "$as_me:16440: WARNING: | WARNING WARNING WARNING" >&5 echo "$as_me: WARNING: | WARNING WARNING WARNING" >&2;} - { echo "$as_me:16441: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5 + { echo "$as_me:16442: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&5 echo "$as_me: WARNING: | Host CPU has SSE2 code, but it can't be assembled by" >&2;} - { echo "$as_me:16443: WARNING: | $CCAS $CFLAGS" >&5 + { echo "$as_me:16444: WARNING: | $CCAS $CFLAGS" >&5 echo "$as_me: WARNING: | $CCAS $CFLAGS" >&2;} - { echo "$as_me:16445: WARNING: | Non-SSE2 replacements will be used." >&5 + { echo "$as_me:16446: WARNING: | Non-SSE2 replacements will be used." >&5 echo "$as_me: WARNING: | Non-SSE2 replacements will be used." >&2;} - { echo "$as_me:16447: WARNING: | This will be an inferior build." >&5 + { echo "$as_me:16448: WARNING: | This will be an inferior build." >&5 echo "$as_me: WARNING: | This will be an inferior build." >&2;} - { echo "$as_me:16449: WARNING: +----------------------------------------------------------" >&5 + { echo "$as_me:16450: WARNING: +----------------------------------------------------------" >&5 echo "$as_me: WARNING: +----------------------------------------------------------" >&2;} tmp_path= for i in $path; do @@ -16467,13 +16468,13 @@ esac # The library and header checks are mostly for the benefit of supplementary # programs. libgmp doesn't use anything too weird. -echo "$as_me:16470: checking for ANSI C header files" >&5 +echo "$as_me:16471: 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 16476 "configure" +#line 16477 "configure" #include "confdefs.h" #include <stdlib.h> #include <stdarg.h> @@ -16481,13 +16482,13 @@ else #include <float.h> _ACEOF -if { (eval echo "$as_me:16484: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:16485: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:16490: \$? = $ac_status" >&5 + echo "$as_me:16491: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -16509,7 +16510,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 16512 "configure" +#line 16513 "configure" #include "confdefs.h" #include <string.h> @@ -16527,7 +16528,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 16530 "configure" +#line 16531 "configure" #include "confdefs.h" #include <stdlib.h> @@ -16548,7 +16549,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 16551 "configure" +#line 16552 "configure" #include "confdefs.h" #include <ctype.h> #if ((' ' & 0x0FF) == 0x020) @@ -16574,15 +16575,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:16577: \"$ac_link\"") >&5 +if { (eval echo "$as_me:16578: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:16580: \$? = $ac_status" >&5 + echo "$as_me:16581: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:16582: \"$ac_try\"") >&5 + { (eval echo "$as_me:16583: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16585: \$? = $ac_status" >&5 + echo "$as_me:16586: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -16595,7 +16596,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:16598: result: $ac_cv_header_stdc" >&5 +echo "$as_me:16599: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -16605,13 +16606,13 @@ EOF fi -echo "$as_me:16608: checking whether time.h and sys/time.h may both be included" >&5 +echo "$as_me:16609: 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 16614 "configure" +#line 16615 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/time.h> @@ -16627,16 +16628,16 @@ return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16630: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16631: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16633: \$? = $ac_status" >&5 + echo "$as_me:16634: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16636: \"$ac_try\"") >&5 + { (eval echo "$as_me:16637: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16639: \$? = $ac_status" >&5 + echo "$as_me:16640: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes else @@ -16646,7 +16647,7 @@ ac_cv_header_time=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:16649: result: $ac_cv_header_time" >&5 +echo "$as_me:16650: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -16672,23 +16673,23 @@ fi for ac_header in fcntl.h locale.h sys/mman.h sys/param.h sys/processor.h sys/resource.h sys/sysctl.h sys/syssgi.h sys/systemcfg.h sys/time.h sys/times.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:16675: checking for $ac_header" >&5 +echo "$as_me:16676: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16681 "configure" +#line 16682 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:16685: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:16686: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:16691: \$? = $ac_status" >&5 + echo "$as_me:16692: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -16707,7 +16708,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:16710: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:16711: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -16724,28 +16725,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:16727: checking for $ac_header" >&5 +echo "$as_me:16728: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16733 "configure" +#line 16734 "configure" #include "confdefs.h" $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16739: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16740: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16742: \$? = $ac_status" >&5 + echo "$as_me:16743: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16745: \"$ac_try\"") >&5 + { (eval echo "$as_me:16746: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16748: \$? = $ac_status" >&5 + echo "$as_me:16749: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -16755,7 +16756,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:16758: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:16759: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -16765,13 +16766,13 @@ EOF fi done -echo "$as_me:16768: checking whether fgetc is declared" >&5 +echo "$as_me:16769: checking whether fgetc is declared" >&5 echo $ECHO_N "checking whether fgetc is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_fgetc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16774 "configure" +#line 16775 "configure" #include "confdefs.h" $ac_includes_default int @@ -16786,16 +16787,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16789: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16790: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16792: \$? = $ac_status" >&5 + echo "$as_me:16793: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16795: \"$ac_try\"") >&5 + { (eval echo "$as_me:16796: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16798: \$? = $ac_status" >&5 + echo "$as_me:16799: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_fgetc=yes else @@ -16805,7 +16806,7 @@ ac_cv_have_decl_fgetc=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:16808: result: $ac_cv_have_decl_fgetc" >&5 +echo "$as_me:16809: result: $ac_cv_have_decl_fgetc" >&5 echo "${ECHO_T}$ac_cv_have_decl_fgetc" >&6 if test $ac_cv_have_decl_fgetc = yes; then @@ -16819,13 +16820,13 @@ else EOF fi -echo "$as_me:16822: checking whether fscanf is declared" >&5 +echo "$as_me:16823: checking whether fscanf is declared" >&5 echo $ECHO_N "checking whether fscanf is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_fscanf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16828 "configure" +#line 16829 "configure" #include "confdefs.h" $ac_includes_default int @@ -16840,16 +16841,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16843: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16844: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16846: \$? = $ac_status" >&5 + echo "$as_me:16847: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16849: \"$ac_try\"") >&5 + { (eval echo "$as_me:16850: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16852: \$? = $ac_status" >&5 + echo "$as_me:16853: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_fscanf=yes else @@ -16859,7 +16860,7 @@ ac_cv_have_decl_fscanf=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:16862: result: $ac_cv_have_decl_fscanf" >&5 +echo "$as_me:16863: result: $ac_cv_have_decl_fscanf" >&5 echo "${ECHO_T}$ac_cv_have_decl_fscanf" >&6 if test $ac_cv_have_decl_fscanf = yes; then @@ -16873,13 +16874,13 @@ else EOF fi -echo "$as_me:16876: checking whether optarg is declared" >&5 +echo "$as_me:16877: 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 16882 "configure" +#line 16883 "configure" #include "confdefs.h" $ac_includes_default int @@ -16894,16 +16895,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16897: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16898: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16900: \$? = $ac_status" >&5 + echo "$as_me:16901: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16903: \"$ac_try\"") >&5 + { (eval echo "$as_me:16904: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16906: \$? = $ac_status" >&5 + echo "$as_me:16907: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_optarg=yes else @@ -16913,7 +16914,7 @@ ac_cv_have_decl_optarg=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:16916: result: $ac_cv_have_decl_optarg" >&5 +echo "$as_me:16917: 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 @@ -16927,13 +16928,13 @@ else EOF fi -echo "$as_me:16930: checking whether ungetc is declared" >&5 +echo "$as_me:16931: checking whether ungetc is declared" >&5 echo $ECHO_N "checking whether ungetc is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_ungetc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16936 "configure" +#line 16937 "configure" #include "confdefs.h" $ac_includes_default int @@ -16948,16 +16949,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:16951: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:16952: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:16954: \$? = $ac_status" >&5 + echo "$as_me:16955: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:16957: \"$ac_try\"") >&5 + { (eval echo "$as_me:16958: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:16960: \$? = $ac_status" >&5 + echo "$as_me:16961: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_ungetc=yes else @@ -16967,7 +16968,7 @@ ac_cv_have_decl_ungetc=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:16970: result: $ac_cv_have_decl_ungetc" >&5 +echo "$as_me:16971: result: $ac_cv_have_decl_ungetc" >&5 echo "${ECHO_T}$ac_cv_have_decl_ungetc" >&6 if test $ac_cv_have_decl_ungetc = yes; then @@ -16981,13 +16982,13 @@ else EOF fi -echo "$as_me:16984: checking whether vfprintf is declared" >&5 +echo "$as_me:16985: checking whether vfprintf is declared" >&5 echo $ECHO_N "checking whether vfprintf is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_vfprintf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 16990 "configure" +#line 16991 "configure" #include "confdefs.h" $ac_includes_default int @@ -17002,16 +17003,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17005: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17006: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17008: \$? = $ac_status" >&5 + echo "$as_me:17009: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17011: \"$ac_try\"") >&5 + { (eval echo "$as_me:17012: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17014: \$? = $ac_status" >&5 + echo "$as_me:17015: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_vfprintf=yes else @@ -17021,7 +17022,7 @@ ac_cv_have_decl_vfprintf=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17024: result: $ac_cv_have_decl_vfprintf" >&5 +echo "$as_me:17025: result: $ac_cv_have_decl_vfprintf" >&5 echo "${ECHO_T}$ac_cv_have_decl_vfprintf" >&6 if test $ac_cv_have_decl_vfprintf = yes; then @@ -17036,13 +17037,13 @@ EOF fi -echo "$as_me:17039: checking return type of signal handlers" >&5 +echo "$as_me:17040: 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 17045 "configure" +#line 17046 "configure" #include "confdefs.h" #include <sys/types.h> #include <signal.h> @@ -17064,16 +17065,16 @@ int i; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17067: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17068: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17070: \$? = $ac_status" >&5 + echo "$as_me:17071: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17073: \"$ac_try\"") >&5 + { (eval echo "$as_me:17074: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17076: \$? = $ac_status" >&5 + echo "$as_me:17077: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signal=void else @@ -17083,7 +17084,7 @@ ac_cv_type_signal=int fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17086: result: $ac_cv_type_signal" >&5 +echo "$as_me:17087: result: $ac_cv_type_signal" >&5 echo "${ECHO_T}$ac_cv_type_signal" >&6 cat >>confdefs.h <<EOF @@ -17091,13 +17092,13 @@ cat >>confdefs.h <<EOF EOF # the default includes are sufficient for all these types -echo "$as_me:17094: checking for intmax_t" >&5 +echo "$as_me:17095: checking for intmax_t" >&5 echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6 if test "${ac_cv_type_intmax_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17100 "configure" +#line 17101 "configure" #include "confdefs.h" $ac_includes_default int @@ -17112,16 +17113,16 @@ if (sizeof (intmax_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17115: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17116: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17118: \$? = $ac_status" >&5 + echo "$as_me:17119: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17121: \"$ac_try\"") >&5 + { (eval echo "$as_me:17122: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17124: \$? = $ac_status" >&5 + echo "$as_me:17125: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_intmax_t=yes else @@ -17131,7 +17132,7 @@ ac_cv_type_intmax_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17134: result: $ac_cv_type_intmax_t" >&5 +echo "$as_me:17135: result: $ac_cv_type_intmax_t" >&5 echo "${ECHO_T}$ac_cv_type_intmax_t" >&6 if test $ac_cv_type_intmax_t = yes; then @@ -17140,13 +17141,13 @@ cat >>confdefs.h <<EOF EOF fi -echo "$as_me:17143: checking for long double" >&5 +echo "$as_me:17144: checking for long double" >&5 echo $ECHO_N "checking for long double... $ECHO_C" >&6 if test "${ac_cv_type_long_double+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17149 "configure" +#line 17150 "configure" #include "confdefs.h" $ac_includes_default int @@ -17161,16 +17162,16 @@ if (sizeof (long double)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17164: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17165: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17167: \$? = $ac_status" >&5 + echo "$as_me:17168: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17170: \"$ac_try\"") >&5 + { (eval echo "$as_me:17171: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17173: \$? = $ac_status" >&5 + echo "$as_me:17174: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long_double=yes else @@ -17180,7 +17181,7 @@ ac_cv_type_long_double=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17183: result: $ac_cv_type_long_double" >&5 +echo "$as_me:17184: result: $ac_cv_type_long_double" >&5 echo "${ECHO_T}$ac_cv_type_long_double" >&6 if test $ac_cv_type_long_double = yes; then @@ -17189,13 +17190,13 @@ cat >>confdefs.h <<EOF EOF fi -echo "$as_me:17192: checking for long long" >&5 +echo "$as_me:17193: checking for long long" >&5 echo $ECHO_N "checking for long long... $ECHO_C" >&6 if test "${ac_cv_type_long_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17198 "configure" +#line 17199 "configure" #include "confdefs.h" $ac_includes_default int @@ -17210,16 +17211,16 @@ if (sizeof (long long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17213: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17214: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17216: \$? = $ac_status" >&5 + echo "$as_me:17217: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17219: \"$ac_try\"") >&5 + { (eval echo "$as_me:17220: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17222: \$? = $ac_status" >&5 + echo "$as_me:17223: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long_long=yes else @@ -17229,7 +17230,7 @@ ac_cv_type_long_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17232: result: $ac_cv_type_long_long" >&5 +echo "$as_me:17233: result: $ac_cv_type_long_long" >&5 echo "${ECHO_T}$ac_cv_type_long_long" >&6 if test $ac_cv_type_long_long = yes; then @@ -17238,13 +17239,13 @@ cat >>confdefs.h <<EOF EOF fi -echo "$as_me:17241: checking for ptrdiff_t" >&5 +echo "$as_me:17242: checking for ptrdiff_t" >&5 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 if test "${ac_cv_type_ptrdiff_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17247 "configure" +#line 17248 "configure" #include "confdefs.h" $ac_includes_default int @@ -17259,16 +17260,16 @@ if (sizeof (ptrdiff_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17262: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17263: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17265: \$? = $ac_status" >&5 + echo "$as_me:17266: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17268: \"$ac_try\"") >&5 + { (eval echo "$as_me:17269: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17271: \$? = $ac_status" >&5 + echo "$as_me:17272: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ptrdiff_t=yes else @@ -17278,7 +17279,7 @@ ac_cv_type_ptrdiff_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17281: result: $ac_cv_type_ptrdiff_t" >&5 +echo "$as_me:17282: result: $ac_cv_type_ptrdiff_t" >&5 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 if test $ac_cv_type_ptrdiff_t = yes; then @@ -17287,13 +17288,13 @@ cat >>confdefs.h <<EOF EOF fi -echo "$as_me:17290: checking for quad_t" >&5 +echo "$as_me:17291: checking for quad_t" >&5 echo $ECHO_N "checking for quad_t... $ECHO_C" >&6 if test "${ac_cv_type_quad_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17296 "configure" +#line 17297 "configure" #include "confdefs.h" $ac_includes_default int @@ -17308,16 +17309,16 @@ if (sizeof (quad_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17311: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17312: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17314: \$? = $ac_status" >&5 + echo "$as_me:17315: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17317: \"$ac_try\"") >&5 + { (eval echo "$as_me:17318: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17320: \$? = $ac_status" >&5 + echo "$as_me:17321: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_quad_t=yes else @@ -17327,7 +17328,7 @@ ac_cv_type_quad_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17330: result: $ac_cv_type_quad_t" >&5 +echo "$as_me:17331: result: $ac_cv_type_quad_t" >&5 echo "${ECHO_T}$ac_cv_type_quad_t" >&6 if test $ac_cv_type_quad_t = yes; then @@ -17337,13 +17338,13 @@ EOF fi -echo "$as_me:17340: checking for preprocessor stringizing operator" >&5 +echo "$as_me:17341: 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 17346 "configure" +#line 17347 "configure" #include "confdefs.h" #define x(y) #y @@ -17358,7 +17359,7 @@ fi rm -f conftest* fi -echo "$as_me:17361: result: $ac_cv_c_stringize" >&5 +echo "$as_me:17362: result: $ac_cv_c_stringize" >&5 echo "${ECHO_T}$ac_cv_c_stringize" >&6 if test $ac_cv_c_stringize = yes; then @@ -17368,13 +17369,13 @@ EOF fi -echo "$as_me:17371: checking whether <stdarg.h> exists and works" >&5 +echo "$as_me:17372: checking whether <stdarg.h> exists and works" >&5 echo $ECHO_N "checking whether <stdarg.h> exists and works... $ECHO_C" >&6 if test "${gmp_cv_c_stdarg+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17377 "configure" +#line 17378 "configure" #include "confdefs.h" #include <stdarg.h> int foo (int x, ...) @@ -17395,16 +17396,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17398: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17399: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17401: \$? = $ac_status" >&5 + echo "$as_me:17402: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17404: \"$ac_try\"") >&5 + { (eval echo "$as_me:17405: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17407: \$? = $ac_status" >&5 + echo "$as_me:17408: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_c_stdarg=yes else @@ -17415,7 +17416,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17418: result: $gmp_cv_c_stdarg" >&5 +echo "$as_me:17419: result: $gmp_cv_c_stdarg" >&5 echo "${ECHO_T}$gmp_cv_c_stdarg" >&6 if test $gmp_cv_c_stdarg = yes; then @@ -17425,13 +17426,13 @@ EOF fi -echo "$as_me:17428: checking whether gcc __attribute__ ((const)) works" >&5 +echo "$as_me:17429: checking whether gcc __attribute__ ((const)) works" >&5 echo $ECHO_N "checking whether gcc __attribute__ ((const)) works... $ECHO_C" >&6 if test "${gmp_cv_c_attribute_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17434 "configure" +#line 17435 "configure" #include "confdefs.h" int foo (int x) __attribute__ ((const)); int @@ -17443,16 +17444,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17446: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17447: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17449: \$? = $ac_status" >&5 + echo "$as_me:17450: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17452: \"$ac_try\"") >&5 + { (eval echo "$as_me:17453: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17455: \$? = $ac_status" >&5 + echo "$as_me:17456: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_c_attribute_const=yes else @@ -17463,7 +17464,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17466: result: $gmp_cv_c_attribute_const" >&5 +echo "$as_me:17467: result: $gmp_cv_c_attribute_const" >&5 echo "${ECHO_T}$gmp_cv_c_attribute_const" >&6 if test $gmp_cv_c_attribute_const = yes; then @@ -17473,7 +17474,7 @@ EOF fi -echo "$as_me:17476: checking whether gcc __attribute__ ((malloc)) works" >&5 +echo "$as_me:17477: checking whether gcc __attribute__ ((malloc)) works" >&5 echo $ECHO_N "checking whether gcc __attribute__ ((malloc)) works... $ECHO_C" >&6 if test "${gmp_cv_c_attribute_malloc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -17482,10 +17483,10 @@ else void *foo (int x) __attribute__ ((malloc)); EOF gmp_compile="$CC $CFLAGS $CPPFLAGS -c conftest.c >conftest.out 2>&1" -if { (eval echo "$as_me:17485: \"$gmp_compile\"") >&5 +if { (eval echo "$as_me:17486: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:17488: \$? = $ac_status" >&5 + echo "$as_me:17489: \$? = $ac_status" >&5 (exit $ac_status); }; then if grep "attribute directive ignored" conftest.out >/dev/null; then gmp_cv_c_attribute_malloc=no @@ -17499,7 +17500,7 @@ cat conftest.out >&5 rm -f conftest* fi -echo "$as_me:17502: result: $gmp_cv_c_attribute_malloc" >&5 +echo "$as_me:17503: result: $gmp_cv_c_attribute_malloc" >&5 echo "${ECHO_T}$gmp_cv_c_attribute_malloc" >&6 if test $gmp_cv_c_attribute_malloc = yes; then @@ -17509,13 +17510,13 @@ EOF fi -echo "$as_me:17512: checking whether gcc __attribute__ ((mode (XX))) works" >&5 +echo "$as_me:17513: checking whether gcc __attribute__ ((mode (XX))) works" >&5 echo $ECHO_N "checking whether gcc __attribute__ ((mode (XX))) works... $ECHO_C" >&6 if test "${gmp_cv_c_attribute_mode+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17518 "configure" +#line 17519 "configure" #include "confdefs.h" typedef int SItype __attribute__ ((mode (SI))); int @@ -17527,16 +17528,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17530: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17531: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17533: \$? = $ac_status" >&5 + echo "$as_me:17534: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17536: \"$ac_try\"") >&5 + { (eval echo "$as_me:17537: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17539: \$? = $ac_status" >&5 + echo "$as_me:17540: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_c_attribute_mode=yes else @@ -17547,7 +17548,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17550: result: $gmp_cv_c_attribute_mode" >&5 +echo "$as_me:17551: result: $gmp_cv_c_attribute_mode" >&5 echo "${ECHO_T}$gmp_cv_c_attribute_mode" >&6 if test $gmp_cv_c_attribute_mode = yes; then @@ -17557,13 +17558,13 @@ EOF fi -echo "$as_me:17560: checking whether gcc __attribute__ ((noreturn)) works" >&5 +echo "$as_me:17561: checking whether gcc __attribute__ ((noreturn)) works" >&5 echo $ECHO_N "checking whether gcc __attribute__ ((noreturn)) works... $ECHO_C" >&6 if test "${gmp_cv_c_attribute_noreturn+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 17566 "configure" +#line 17567 "configure" #include "confdefs.h" void foo (int x) __attribute__ ((noreturn)); int @@ -17575,16 +17576,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17578: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17579: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17581: \$? = $ac_status" >&5 + echo "$as_me:17582: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17584: \"$ac_try\"") >&5 + { (eval echo "$as_me:17585: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17587: \$? = $ac_status" >&5 + echo "$as_me:17588: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_c_attribute_noreturn=yes else @@ -17595,7 +17596,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:17598: result: $gmp_cv_c_attribute_noreturn" >&5 +echo "$as_me:17599: result: $gmp_cv_c_attribute_noreturn" >&5 echo "${ECHO_T}$gmp_cv_c_attribute_noreturn" >&6 if test $gmp_cv_c_attribute_noreturn = yes; then @@ -17605,7 +17606,7 @@ EOF fi -echo "$as_me:17608: checking for restrict" >&5 +echo "$as_me:17609: checking for restrict" >&5 echo $ECHO_N "checking for restrict... $ECHO_C" >&6 if test "${gmp_cv_c_restrict+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -17613,7 +17614,7 @@ else gmp_cv_c_restrict=no for r in restrict __restrict__ __restrict; do cat >conftest.$ac_ext <<_ACEOF -#line 17616 "configure" +#line 17617 "configure" #include "confdefs.h" int @@ -17625,16 +17626,16 @@ char * $r foo; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17628: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17629: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17631: \$? = $ac_status" >&5 + echo "$as_me:17632: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17634: \"$ac_try\"") >&5 + { (eval echo "$as_me:17635: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17637: \$? = $ac_status" >&5 + echo "$as_me:17638: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_c_restrict=$r break @@ -17649,7 +17650,7 @@ if test $gmp_cv_c_restrict = restrict; then fi fi -echo "$as_me:17652: result: $gmp_cv_c_restrict" >&5 +echo "$as_me:17653: result: $gmp_cv_c_restrict" >&5 echo "${ECHO_T}$gmp_cv_c_restrict" >&6 case $gmp_cv_c_restrict in restrict | yes) ;; @@ -17664,7 +17665,7 @@ EOF ;; esac -echo "$as_me:17667: checking for inline" >&5 +echo "$as_me:17668: checking for inline" >&5 echo $ECHO_N "checking for inline... $ECHO_C" >&6 if test "${gmp_cv_c_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -17672,7 +17673,7 @@ else gmp_cv_c_inline=no for i in inline __inline__ __inline; do cat >conftest.$ac_ext <<_ACEOF -#line 17675 "configure" +#line 17676 "configure" #include "confdefs.h" #ifndef __cplusplus typedef int foo_t; @@ -17688,16 +17689,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17691: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17692: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17694: \$? = $ac_status" >&5 + echo "$as_me:17695: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17697: \"$ac_try\"") >&5 + { (eval echo "$as_me:17698: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17700: \$? = $ac_status" >&5 + echo "$as_me:17701: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_c_inline=$i break @@ -17712,7 +17713,7 @@ if test $gmp_cv_c_inline = inline; then fi fi -echo "$as_me:17715: result: $gmp_cv_c_inline" >&5 +echo "$as_me:17716: result: $gmp_cv_c_inline" >&5 echo "${ECHO_T}$gmp_cv_c_inline" >&6 case $gmp_cv_c_inline in inline | yes) ;; @@ -17731,7 +17732,7 @@ case $gmp_cv_c_inline in no) ;; *) cat >conftest.$ac_ext <<_ACEOF -#line 17734 "configure" +#line 17735 "configure" #include "confdefs.h" #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ #define GMP_NAIL_BITS $GMP_NAIL_BITS @@ -17753,16 +17754,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:17756: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:17757: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:17759: \$? = $ac_status" >&5 + echo "$as_me:17760: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:17762: \"$ac_try\"") >&5 + { (eval echo "$as_me:17763: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17765: \$? = $ac_status" >&5 + echo "$as_me:17766: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -17772,7 +17773,7 @@ case $gmp_cv_c_inline in yes) tmp_inline=inline ;; *) tmp_inline=$gmp_cv_c_inline ;; esac - { echo "$as_me:17775: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5 + { echo "$as_me:17776: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5 echo "$as_me: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&2;} fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -17786,7 +17787,7 @@ case $host in # These system don't have libm ;; *-ncr-sysv4.3*) - echo "$as_me:17789: checking for _mwvalidcheckl in -lmw" >&5 + echo "$as_me:17790: 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 @@ -17794,7 +17795,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmw $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17797 "configure" +#line 17798 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -17813,16 +17814,16 @@ _mwvalidcheckl (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17816: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17817: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17819: \$? = $ac_status" >&5 + echo "$as_me:17820: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17822: \"$ac_try\"") >&5 + { (eval echo "$as_me:17823: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17825: \$? = $ac_status" >&5 + echo "$as_me:17826: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mw__mwvalidcheckl=yes else @@ -17833,13 +17834,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17836: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 +echo "$as_me:17837: 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:17842: checking for main in -lm" >&5 + echo "$as_me:17843: 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 @@ -17847,7 +17848,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17850 "configure" +#line 17851 "configure" #include "confdefs.h" int @@ -17859,16 +17860,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17862: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17863: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17865: \$? = $ac_status" >&5 + echo "$as_me:17866: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17868: \"$ac_try\"") >&5 + { (eval echo "$as_me:17869: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17871: \$? = $ac_status" >&5 + echo "$as_me:17872: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_main=yes else @@ -17879,7 +17880,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17882: result: $ac_cv_lib_m_main" >&5 +echo "$as_me:17883: 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" @@ -17887,7 +17888,7 @@ fi ;; *) - echo "$as_me:17890: checking for main in -lm" >&5 + echo "$as_me:17891: 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 @@ -17895,7 +17896,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 17898 "configure" +#line 17899 "configure" #include "confdefs.h" int @@ -17907,16 +17908,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17910: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17911: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17913: \$? = $ac_status" >&5 + echo "$as_me:17914: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17916: \"$ac_try\"") >&5 + { (eval echo "$as_me:17917: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17919: \$? = $ac_status" >&5 + echo "$as_me:17920: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_main=yes else @@ -17927,7 +17928,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:17930: result: $ac_cv_lib_m_main" >&5 +echo "$as_me:17931: 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" @@ -17938,13 +17939,13 @@ esac # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:17941: checking for working alloca.h" >&5 +echo "$as_me:17942: 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 17947 "configure" +#line 17948 "configure" #include "confdefs.h" #include <alloca.h> int @@ -17956,16 +17957,16 @@ char *p = (char *) alloca (2 * sizeof (int)); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:17959: \"$ac_link\"") >&5 +if { (eval echo "$as_me:17960: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:17962: \$? = $ac_status" >&5 + echo "$as_me:17963: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:17965: \"$ac_try\"") >&5 + { (eval echo "$as_me:17966: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:17968: \$? = $ac_status" >&5 + echo "$as_me:17969: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_header_alloca=yes else @@ -17975,7 +17976,7 @@ gmp_cv_header_alloca=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:17978: result: $gmp_cv_header_alloca" >&5 +echo "$as_me:17979: result: $gmp_cv_header_alloca" >&5 echo "${ECHO_T}$gmp_cv_header_alloca" >&6 if test $gmp_cv_header_alloca = yes; then @@ -17985,13 +17986,13 @@ EOF fi -echo "$as_me:17988: checking for alloca (via gmp-impl.h)" >&5 +echo "$as_me:17989: 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 17994 "configure" +#line 17995 "configure" #include "confdefs.h" #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ #define GMP_NAIL_BITS $GMP_NAIL_BITS @@ -18011,16 +18012,16 @@ char *p = (char *) alloca (1); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18014: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18015: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18017: \$? = $ac_status" >&5 + echo "$as_me:18018: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18020: \"$ac_try\"") >&5 + { (eval echo "$as_me:18021: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18023: \$? = $ac_status" >&5 + echo "$as_me:18024: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gmp_cv_func_alloca=yes else @@ -18030,7 +18031,7 @@ gmp_cv_func_alloca=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:18033: result: $gmp_cv_func_alloca" >&5 +echo "$as_me:18034: result: $gmp_cv_func_alloca" >&5 echo "${ECHO_T}$gmp_cv_func_alloca" >&6 if test $gmp_cv_func_alloca = yes; then @@ -18040,7 +18041,7 @@ EOF fi -echo "$as_me:18043: checking how to allocate temporary memory" >&5 +echo "$as_me:18044: checking how to allocate temporary memory" >&5 echo $ECHO_N "checking how to allocate temporary memory... $ECHO_C" >&6 if test "${gmp_cv_option_alloca+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18064,12 +18065,12 @@ else esac fi -echo "$as_me:18067: result: $gmp_cv_option_alloca" >&5 +echo "$as_me:18068: result: $gmp_cv_option_alloca" >&5 echo "${ECHO_T}$gmp_cv_option_alloca" >&6 case $gmp_cv_option_alloca in alloca) if test $gmp_cv_func_alloca = no; then - { { echo "$as_me:18072: error: --enable-alloca=alloca specified, but alloca not available" >&5 + { { echo "$as_me:18073: error: --enable-alloca=alloca specified, but alloca not available" >&5 echo "$as_me: error: --enable-alloca=alloca specified, but alloca not available" >&2;} { (exit 1); exit 1; }; } fi @@ -18105,14 +18106,14 @@ EOF ;; *) # checks at the start of configure.in should protect us - { { echo "$as_me:18108: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5 + { { echo "$as_me:18109: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5 echo "$as_me: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&2;} { (exit 1); exit 1; }; } ;; esac cat >conftest.$ac_ext <<_ACEOF -#line 18115 "configure" +#line 18116 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -18135,22 +18136,22 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18138: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18139: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18141: \$? = $ac_status" >&5 + echo "$as_me:18142: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18144: \"$ac_try\"") >&5 + { (eval echo "$as_me:18145: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18147: \$? = $ac_status" >&5 + echo "$as_me:18148: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ echo "$as_me:18153: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5 +{ echo "$as_me:18154: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5 echo "$as_me: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&2;} fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -18169,7 +18170,7 @@ case $host in ;; *) cat >conftest.$ac_ext <<_ACEOF -#line 18172 "configure" +#line 18173 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -18193,27 +18194,27 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18196: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18197: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18199: \$? = $ac_status" >&5 + echo "$as_me:18200: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18202: \"$ac_try\"") >&5 + { (eval echo "$as_me:18203: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18205: \$? = $ac_status" >&5 + echo "$as_me:18206: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - { echo "$as_me:18212: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&5 + { echo "$as_me:18213: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&5 echo "$as_me: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&2;} - { echo "$as_me:18214: WARNING: If your CPU floats are in fact IEEE then you" >&5 + { echo "$as_me:18215: WARNING: If your CPU floats are in fact IEEE then you" >&5 echo "$as_me: WARNING: If your CPU floats are in fact IEEE then you" >&2;} - { echo "$as_me:18216: WARNING: might like to augment the tests there." >&5 + { echo "$as_me:18217: WARNING: might like to augment the tests there." >&5 echo "$as_me: WARNING: might like to augment the tests there." >&2;} fi @@ -18228,7 +18229,7 @@ esac if test "$cross_compiling" = yes; then ac_cv_c_bigendian=unknown fi -echo "$as_me:18231: checking whether byte ordering is bigendian" >&5 +echo "$as_me:18232: checking whether byte ordering is bigendian" >&5 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 if test "${ac_cv_c_bigendian+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18236,7 +18237,7 @@ else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. cat >conftest.$ac_ext <<_ACEOF -#line 18239 "configure" +#line 18240 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> @@ -18253,20 +18254,20 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18256: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18257: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18259: \$? = $ac_status" >&5 + echo "$as_me:18260: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18262: \"$ac_try\"") >&5 + { (eval echo "$as_me:18263: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18265: \$? = $ac_status" >&5 + echo "$as_me:18266: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # It does; now see whether it defined to BIG_ENDIAN or not. cat >conftest.$ac_ext <<_ACEOF -#line 18269 "configure" +#line 18270 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> @@ -18283,16 +18284,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:18286: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:18287: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:18289: \$? = $ac_status" >&5 + echo "$as_me:18290: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:18292: \"$ac_try\"") >&5 + { (eval echo "$as_me:18293: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18295: \$? = $ac_status" >&5 + echo "$as_me:18296: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=yes else @@ -18308,12 +18309,12 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then if test "$cross_compiling" = yes; then - { { echo "$as_me:18311: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:18312: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 18316 "configure" +#line 18317 "configure" #include "confdefs.h" int main () @@ -18329,15 +18330,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:18332: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18333: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18335: \$? = $ac_status" >&5 + echo "$as_me:18336: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:18337: \"$ac_try\"") >&5 + { (eval echo "$as_me:18338: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18340: \$? = $ac_status" >&5 + echo "$as_me:18341: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else @@ -18350,7 +18351,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:18353: result: $ac_cv_c_bigendian" >&5 +echo "$as_me:18354: result: $ac_cv_c_bigendian" >&5 echo "${ECHO_T}$ac_cv_c_bigendian" >&6 if test $ac_cv_c_bigendian = yes; then @@ -18372,12 +18373,12 @@ EOF EOF ;; unknown) ;; - *) { { echo "$as_me:18375: error: Oops, unrecognised ac_cv_c_bigendian" >&5 + *) { { echo "$as_me:18376: error: Oops, unrecognised ac_cv_c_bigendian" >&5 echo "$as_me: error: Oops, unrecognised ac_cv_c_bigendian" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:18380: checking format of \`double' floating point" >&5 +echo "$as_me:18381: checking format of \`double' floating point" >&5 echo $ECHO_N "checking format of \`double' floating point... $ECHO_C" >&6 if test "${gmp_cv_c_double_format+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18395,10 +18396,10 @@ struct { }; EOF gmp_compile="$CC $CFLAGS $CPPFLAGS -c conftest.c >&5 2>&1" -if { (eval echo "$as_me:18398: \"$gmp_compile\"") >&5 +if { (eval echo "$as_me:18399: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:18401: \$? = $ac_status" >&5 + echo "$as_me:18402: \$? = $ac_status" >&5 (exit $ac_status); }; then cat >conftest.awk <<\EOF @@ -18534,12 +18535,12 @@ EOF ;; esac else - { echo "$as_me:18537: WARNING: oops, cannot compile test program" >&5 + { echo "$as_me:18538: WARNING: oops, cannot compile test program" >&5 echo "$as_me: WARNING: oops, cannot compile test program" >&2;} fi fi -echo "$as_me:18542: result: $gmp_cv_c_double_format" >&5 +echo "$as_me:18543: result: $gmp_cv_c_double_format" >&5 echo "${ECHO_T}$gmp_cv_c_double_format" >&6 case $gmp_cv_c_double_format in @@ -18576,7 +18577,7 @@ EOF unknown*) ;; *) - { echo "$as_me:18579: WARNING: oops, unrecognised float format: $gmp_cv_c_double_format" >&5 + { echo "$as_me:18580: WARNING: oops, unrecognised float format: $gmp_cv_c_double_format" >&5 echo "$as_me: WARNING: oops, unrecognised float format: $gmp_cv_c_double_format" >&2;} ;; esac @@ -18617,13 +18618,13 @@ esac for ac_func in alarm clock clock_gettime cputime getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time sigaction sigaltstack sigstack syssgi strchr strnlen strtoul sysconf sysctl sysctlbyname times do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:18620: checking for $ac_func" >&5 +echo "$as_me:18621: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18626 "configure" +#line 18627 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -18654,16 +18655,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18657: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18658: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18660: \$? = $ac_status" >&5 + echo "$as_me:18661: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18663: \"$ac_try\"") >&5 + { (eval echo "$as_me:18664: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18666: \$? = $ac_status" >&5 + echo "$as_me:18667: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -18673,7 +18674,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:18676: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:18677: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<EOF @@ -18686,13 +18687,13 @@ done # FIXME: Would have done this with an AM_CONDITIONAL, but automake 1.5 # doesn't like that under libgmp_la_DEPENDENCIES. -echo "$as_me:18689: checking for vsnprintf" >&5 +echo "$as_me:18690: checking for vsnprintf" >&5 echo $ECHO_N "checking for vsnprintf... $ECHO_C" >&6 if test "${ac_cv_func_vsnprintf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 18695 "configure" +#line 18696 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vsnprintf (); below. */ @@ -18723,16 +18724,16 @@ f = vsnprintf; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:18726: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18727: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18729: \$? = $ac_status" >&5 + echo "$as_me:18730: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:18732: \"$ac_try\"") >&5 + { (eval echo "$as_me:18733: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18735: \$? = $ac_status" >&5 + echo "$as_me:18736: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_vsnprintf=yes else @@ -18742,7 +18743,7 @@ ac_cv_func_vsnprintf=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:18745: result: $ac_cv_func_vsnprintf" >&5 +echo "$as_me:18746: result: $ac_cv_func_vsnprintf" >&5 echo "${ECHO_T}$ac_cv_func_vsnprintf" >&6 if test $ac_cv_func_vsnprintf = yes; then gmp_vsnprintf_exists=yes @@ -18753,7 +18754,7 @@ fi if test "$gmp_vsnprintf_exists" = no; then gmp_cv_func_vsnprintf=no else - echo "$as_me:18756: checking whether vsnprintf works" >&5 + echo "$as_me:18757: checking whether vsnprintf works" >&5 echo $ECHO_N "checking whether vsnprintf works... $ECHO_C" >&6 if test "${gmp_cv_func_vsnprintf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18764,7 +18765,7 @@ else gmp_cv_func_vsnprintf=probably; break else cat >conftest.$ac_ext <<_ACEOF -#line 18767 "configure" +#line 18768 "configure" #include "confdefs.h" #include <string.h> /* for strcmp */ @@ -18817,15 +18818,15 @@ $i _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:18820: \"$ac_link\"") >&5 +if { (eval echo "$as_me:18821: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:18823: \$? = $ac_status" >&5 + echo "$as_me:18824: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:18825: \"$ac_try\"") >&5 + { (eval echo "$as_me:18826: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:18828: \$? = $ac_status" >&5 + echo "$as_me:18829: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -18839,10 +18840,10 @@ fi done fi -echo "$as_me:18842: result: $gmp_cv_func_vsnprintf" >&5 +echo "$as_me:18843: result: $gmp_cv_func_vsnprintf" >&5 echo "${ECHO_T}$gmp_cv_func_vsnprintf" >&6 if test "$gmp_cv_func_vsnprintf" = probably; then - { echo "$as_me:18845: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5 + { echo "$as_me:18846: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5 echo "$as_me: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&2;} fi if test "$gmp_cv_func_vsnprintf" != no; then @@ -18861,7 +18862,7 @@ if test "$gmp_cv_func_vsnprintf" = no; then fi -echo "$as_me:18864: checking whether sscanf needs writable input" >&5 +echo "$as_me:18865: checking whether sscanf needs writable input" >&5 echo $ECHO_N "checking whether sscanf needs writable input... $ECHO_C" >&6 if test "${gmp_cv_func_sscanf_writable_input+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -18873,7 +18874,7 @@ else esac fi -echo "$as_me:18876: result: $gmp_cv_func_sscanf_writable_input" >&5 +echo "$as_me:18877: result: $gmp_cv_func_sscanf_writable_input" >&5 echo "${ECHO_T}$gmp_cv_func_sscanf_writable_input" >&6 case $gmp_cv_func_sscanf_writable_input in yes) @@ -18882,7 +18883,7 @@ cat >>confdefs.h <<\EOF EOF ;; no) ;; - *) { { echo "$as_me:18885: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&5 + *) { { echo "$as_me:18886: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&5 echo "$as_me: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -18911,9 +18912,10 @@ esac # can optionally provide the latter as an extra entrypoint. Likewise # divrem_1 and pre_divrem_1. -gmp_mpn_functions_optional="copyi copyd com_n \ - and_n andn_n nand_n ior_n iorn_n nior_n xor_n xnor_n \ - gcd_finda invert_limb mul_2 sqr_diagonal" +gmp_mpn_functions_optional="copyi copyd com_n + and_n andn_n nand_n ior_n iorn_n nior_n xor_n xnor_n \ + gcd_finda invert_limb sqr_diagonal \ + mul_2 mul_3 mul_4 addmul_2 addmul_3 addmul_4" gmp_mpn_functions="$extra_functions \ add add_1 add_n sub sub_1 sub_n mul_1 addmul_1 \ @@ -19064,7 +19066,7 @@ EOF fi done if test $found = no; then - { { echo "$as_me:19067: error: no version of $tmp_fn found in path: $path" >&5 + { { echo "$as_me:19069: error: no version of $tmp_fn found in path: $path" >&5 echo "$as_me: error: no version of $tmp_fn found in path: $path" >&2;} { (exit 1); exit 1; }; } fi @@ -19079,7 +19081,7 @@ fi # Don't demand an m4 unless it's actually needed. if test $found_asm = yes; then -echo "$as_me:19082: checking for suitable m4" >&5 +echo "$as_me:19084: 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 @@ -19115,7 +19117,7 @@ EOF done IFS="$ac_save_ifs" if test -z "$gmp_cv_prog_m4"; then - { { echo "$as_me:19118: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5 + { { echo "$as_me:19120: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5 echo "$as_me: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&2;} { (exit 1); exit 1; }; } fi @@ -19123,11 +19125,11 @@ echo "$as_me: error: No usable m4 in \$PATH or /usr/5bin (see config.log for rea rm -f conftest.m4 fi fi -echo "$as_me:19126: result: $gmp_cv_prog_m4" >&5 +echo "$as_me:19128: result: $gmp_cv_prog_m4" >&5 echo "${ECHO_T}$gmp_cv_prog_m4" >&6 M4="$gmp_cv_prog_m4" -echo "$as_me:19130: checking if m4wrap produces spurious output" >&5 +echo "$as_me:19132: checking if m4wrap produces spurious output" >&5 echo $ECHO_N "checking if m4wrap produces spurious output... $ECHO_C" >&6 if test "${gmp_cv_m4_m4wrap_spurious+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19149,7 +19151,7 @@ else fi fi -echo "$as_me:19152: result: $gmp_cv_m4_m4wrap_spurious" >&5 +echo "$as_me:19154: result: $gmp_cv_m4_m4wrap_spurious" >&5 echo "${ECHO_T}$gmp_cv_m4_m4wrap_spurious" >&6 echo "define(<M4WRAP_SPURIOUS>,<$gmp_cv_m4_m4wrap_spurious>)" >> $gmp_tmpconfigm4 @@ -19164,7 +19166,7 @@ if test $found_asm = no && test $found_S = no; then fi if test "$gmp_asm_syntax_testing" != no; then - echo "$as_me:19167: checking how to switch to text section" >&5 + echo "$as_me:19169: 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 @@ -19176,11 +19178,11 @@ else esac fi -echo "$as_me:19179: result: $gmp_cv_asm_text" >&5 +echo "$as_me:19181: 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:19183: checking how to switch to data section" >&5 + echo "$as_me:19185: 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 @@ -19191,11 +19193,11 @@ else esac fi -echo "$as_me:19194: result: $gmp_cv_asm_data" >&5 +echo "$as_me:19196: 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:19198: checking what assembly label suffix to use" >&5 + echo "$as_me:19200: 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 @@ -19207,11 +19209,11 @@ else esac fi -echo "$as_me:19210: result: $gmp_cv_asm_label_suffix" >&5 +echo "$as_me:19212: 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:19214: checking how to export a symbol" >&5 + echo "$as_me:19216: 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 @@ -19222,11 +19224,11 @@ else esac fi -echo "$as_me:19225: result: $gmp_cv_asm_globl" >&5 +echo "$as_me:19227: 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:19229: checking if globals are prefixed by underscore" >&5 +echo "$as_me:19231: 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 @@ -19252,10 +19254,10 @@ EOF ;; esac gmp_compile="$CC $CFLAGS $CPPFLAGS -c conftes1.c >&5 && $CCAS $CFLAGS conftes2.s >&5 && $CC $CFLAGS conftes1.$OBJEXT conftes2.$OBJEXT >&5" - if { (eval echo "$as_me:19255: \"$gmp_compile\"") >&5 + if { (eval echo "$as_me:19257: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:19258: \$? = $ac_status" >&5 + echo "$as_me:19260: \$? = $ac_status" >&5 (exit $ac_status); }; then eval tmp_result$tmp_underscore=yes else @@ -19265,7 +19267,7 @@ done if test $tmp_result_ = yes; then if test $tmp_result = yes; then - { { echo "$as_me:19268: error: Test program unexpectedly links both with and without underscore." >&5 + { { echo "$as_me:19270: error: Test program unexpectedly links both with and without underscore." >&5 echo "$as_me: error: Test program unexpectedly links both with and without underscore." >&2;} { (exit 1); exit 1; }; } else @@ -19275,7 +19277,7 @@ else if test $tmp_result = yes; then gmp_cv_asm_underscore=no else - { { echo "$as_me:19278: error: Test program links neither with nor without underscore." >&5 + { { echo "$as_me:19280: error: Test program links neither with nor without underscore." >&5 echo "$as_me: error: Test program links neither with nor without underscore." >&2;} { (exit 1); exit 1; }; } fi @@ -19283,7 +19285,7 @@ fi rm -f conftes1* conftes2* a.out fi -echo "$as_me:19286: result: $gmp_cv_asm_underscore" >&5 +echo "$as_me:19288: result: $gmp_cv_asm_underscore" >&5 echo "${ECHO_T}$gmp_cv_asm_underscore" >&6 if test "$gmp_cv_asm_underscore" = "yes"; then @@ -19295,7 +19297,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4 fi -echo "$as_me:19298: checking how to switch to read-only data section" >&5 +echo "$as_me:19300: 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 @@ -19312,10 +19314,10 @@ EOF echo "Test program:" >&5 cat conftest.c >&5 gmp_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c >&5" -if { (eval echo "$as_me:19315: \"$gmp_compile\"") >&5 +if { (eval echo "$as_me:19317: \"$gmp_compile\"") >&5 (eval $gmp_compile) 2>&5 ac_status=$? - echo "$as_me:19318: \$? = $ac_status" >&5 + echo "$as_me:19320: \$? = $ac_status" >&5 (exit $ac_status); }; then echo "Compiler output:" >&5 cat conftest.s >&5 @@ -19345,11 +19347,11 @@ if { (eval echo "$as_me:19315: \"$gmp_compile\"") >&5 fi fi -echo "$as_me:19348: result: $gmp_cv_asm_rodata" >&5 +echo "$as_me:19350: 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:19352: checking if the export directive needs an attribute" >&5 + echo "$as_me:19354: checking if the export directive needs an attribute" >&5 echo $ECHO_N "checking if the export directive needs an attribute... $ECHO_C" >&6 if test "${gmp_cv_asm_globl_attr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19360,11 +19362,11 @@ else esac fi -echo "$as_me:19363: result: $gmp_cv_asm_globl_attr" >&5 +echo "$as_me:19365: result: $gmp_cv_asm_globl_attr" >&5 echo "${ECHO_T}$gmp_cv_asm_globl_attr" >&6 echo "define(<GLOBL_ATTR>, <$gmp_cv_asm_globl_attr>)" >> $gmp_tmpconfigm4 - echo "$as_me:19367: checking for assembler .type directive" >&5 + echo "$as_me:19369: checking for assembler .type directive" >&5 echo $ECHO_N "checking for assembler .type directive... $ECHO_C" >&6 if test "${gmp_cv_asm_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19375,10 +19377,10 @@ for gmp_tmp_prefix in @ \# %; do .type sym,${gmp_tmp_prefix}function EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19378: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19380: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19381: \$? = $ac_status" >&5 + echo "$as_me:19383: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 if grep "\.type pseudo-op used outside of \.def/\.endef ignored" conftest.out >/dev/null; then : ; @@ -19398,11 +19400,11 @@ done rm -f conftest* fi -echo "$as_me:19401: result: $gmp_cv_asm_type" >&5 +echo "$as_me:19403: 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:19405: checking for assembler .size directive" >&5 + echo "$as_me:19407: checking for assembler .size directive" >&5 echo $ECHO_N "checking for assembler .size directive... $ECHO_C" >&6 if test "${gmp_cv_asm_size+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19412,10 +19414,10 @@ cat >conftest.s <<EOF .size sym,1 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19415: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19417: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19418: \$? = $ac_status" >&5 + echo "$as_me:19420: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 if grep "\.size pseudo-op used outside of \.def/\.endef ignored" conftest.out >/dev/null; then : ; @@ -19431,11 +19433,11 @@ fi rm -f conftest* fi -echo "$as_me:19434: result: $gmp_cv_asm_size" >&5 +echo "$as_me:19436: 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:19438: checking what prefix to use for a local label" >&5 +echo "$as_me:19440: 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 @@ -19447,15 +19449,15 @@ dummy${gmp_cv_asm_label_suffix} ${gmp_tmp_pre}gurkmacka${gmp_cv_asm_label_suffix} EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19450: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19452: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19453: \$? = $ac_status" >&5 + echo "$as_me:19455: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 if $NM conftest.$OBJEXT >conftest.nm 2>&5; then : ; else cat conftest.nm >&5 - { echo "$as_me:19458: WARNING: \"$NM\" failure" >&5 + { echo "$as_me:19460: WARNING: \"$NM\" failure" >&5 echo "$as_me: WARNING: \"$NM\" failure" >&2;} break fi @@ -19484,12 +19486,12 @@ done rm -f conftest* if test -z "$gmp_cv_asm_lsym_prefix"; then gmp_cv_asm_lsym_prefix=L - { echo "$as_me:19487: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5 + { echo "$as_me:19489: 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:19492: result: $gmp_cv_asm_lsym_prefix" >&5 +echo "$as_me:19494: 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 @@ -19497,7 +19499,7 @@ cat >>confdefs.h <<EOF #define LSYM_PREFIX "$gmp_cv_asm_lsym_prefix" EOF -echo "$as_me:19500: checking how to define a 32-bit word" >&5 +echo "$as_me:19502: 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 @@ -19522,10 +19524,10 @@ foo$gmp_cv_asm_label_suffix .byte 0 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19525: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19527: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19528: \$? = $ac_status" >&5 + echo "$as_me:19530: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_tmp_val=`$NM conftest.$OBJEXT | grep foo | \ @@ -19547,17 +19549,17 @@ rm -f conftest* ;; esac if test -z "$gmp_cv_asm_w32"; then - { { echo "$as_me:19550: error: cannot determine how to define a 32-bit word" >&5 + { { echo "$as_me:19552: error: cannot determine how to define a 32-bit word" >&5 echo "$as_me: error: cannot determine how to define a 32-bit word" >&2;} { (exit 1); exit 1; }; } fi fi -echo "$as_me:19556: result: $gmp_cv_asm_w32" >&5 +echo "$as_me:19558: 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:19560: checking if .align assembly directive is logarithmic" >&5 +echo "$as_me:19562: 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 @@ -19572,10 +19574,10 @@ foo$gmp_cv_asm_label_suffix .byte 2 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19575: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19577: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19578: \$? = $ac_status" >&5 + echo "$as_me:19580: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_tmp_val=`$NM conftest.$OBJEXT | grep foo | \ @@ -19589,14 +19591,14 @@ else cat conftest.out >&5 echo "configure: failed program was:" >&5 cat conftest.s >&5 - { { echo "$as_me:19592: error: cannot assemble alignment test" >&5 + { { echo "$as_me:19594: error: cannot assemble alignment test" >&5 echo "$as_me: error: cannot assemble alignment test" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest* fi -echo "$as_me:19599: result: $gmp_cv_asm_align_log" >&5 +echo "$as_me:19601: 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 @@ -19604,7 +19606,7 @@ echo "define(<ALIGN_LOGARITHMIC>,<$gmp_cv_asm_align_log>)" >> $gmp_tmpconfigm4 case $host in m68*-*-*) -echo "$as_me:19607: checking assembler instruction and register style" >&5 +echo "$as_me:19609: checking assembler instruction and register style" >&5 echo $ECHO_N "checking assembler instruction and register style... $ECHO_C" >&6 if test "${gmp_cv_asm_m68k_instruction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19616,10 +19618,10 @@ for i in "addl %d0,%d1" "add.l %d0,%d1" "addl d0,d1" "add.l d0,d1"; do $i EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19619: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19621: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19622: \$? = $ac_status" >&5 + echo "$as_me:19624: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_m68k_instruction=$i @@ -19636,14 +19638,14 @@ rm -f conftest* done fi -echo "$as_me:19639: result: $gmp_cv_asm_m68k_instruction" >&5 +echo "$as_me:19641: result: $gmp_cv_asm_m68k_instruction" >&5 echo "${ECHO_T}$gmp_cv_asm_m68k_instruction" >&6 case $gmp_cv_asm_m68k_instruction in "addl d0,d1") want_dot_size=no; want_register_percent=no ;; "addl %d0,%d1") want_dot_size=no; want_register_percent=yes ;; "add.l d0,d1") want_dot_size=yes; want_register_percent=no ;; "add.l %d0,%d1") want_dot_size=yes; want_register_percent=yes ;; -*) { { echo "$as_me:19646: error: cannot determine assembler instruction and register style" >&5 +*) { { echo "$as_me:19648: error: cannot determine assembler instruction and register style" >&5 echo "$as_me: error: cannot determine assembler instruction and register style" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -19652,7 +19654,7 @@ echo "define(<WANT_REGISTER_PERCENT>, <\`$want_register_percent'>)" >> $gmp_tmpc echo "define(<WANT_DOT_SIZE>, <\`$want_dot_size'>)" >> $gmp_tmpconfigm4 -echo "$as_me:19655: checking assembler addressing style" >&5 +echo "$as_me:19657: checking assembler addressing style" >&5 echo $ECHO_N "checking assembler addressing style... $ECHO_C" >&6 if test "${gmp_cv_asm_m68k_addressing+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19660,14 +19662,14 @@ else case $gmp_cv_asm_m68k_instruction in addl*) movel=movel ;; add.l*) movel=move.l ;; -*) { { echo "$as_me:19663: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5 +*) { { echo "$as_me:19665: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5 echo "$as_me: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&2;} { (exit 1); exit 1; }; } ;; esac case $gmp_cv_asm_m68k_instruction in *"%d0,%d1") dreg=%d0; areg=%a0 ;; *"d0,d1") dreg=d0; areg=a0 ;; -*) { { echo "$as_me:19670: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5 +*) { { echo "$as_me:19672: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5 echo "$as_me: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&2;} { (exit 1); exit 1; }; } ;; esac @@ -19676,10 +19678,10 @@ cat >conftest.s <<EOF $movel $dreg, $areg@- EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19679: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19681: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19682: \$? = $ac_status" >&5 + echo "$as_me:19684: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_m68k_addressing=mit @@ -19692,10 +19694,10 @@ else $movel $dreg, -($areg) EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19695: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19697: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19698: \$? = $ac_status" >&5 + echo "$as_me:19700: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_m68k_addressing=motorola @@ -19703,7 +19705,7 @@ else cat conftest.out >&5 echo "configure: failed program was:" >&5 cat conftest.s >&5 - { { echo "$as_me:19706: error: cannot determine assembler addressing style" >&5 + { { echo "$as_me:19708: error: cannot determine assembler addressing style" >&5 echo "$as_me: error: cannot determine assembler addressing style" >&2;} { (exit 1); exit 1; }; } fi @@ -19713,12 +19715,12 @@ fi rm -f conftest* fi -echo "$as_me:19716: result: $gmp_cv_asm_m68k_addressing" >&5 +echo "$as_me:19718: result: $gmp_cv_asm_m68k_addressing" >&5 echo "${ECHO_T}$gmp_cv_asm_m68k_addressing" >&6 echo "define(<WANT_ADDRESSING>, <\`$gmp_cv_asm_m68k_addressing'>)" >> $gmp_tmpconfigm4 -echo "$as_me:19721: checking assembler shortest branches" >&5 +echo "$as_me:19723: checking assembler shortest branches" >&5 echo $ECHO_N "checking assembler shortest branches... $ECHO_C" >&6 if test "${gmp_cv_asm_m68k_branches+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -19731,10 +19733,10 @@ foo$gmp_cv_asm_label_suffix $i foo EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19734: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19736: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19737: \$? = $ac_status" >&5 + echo "$as_me:19739: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_m68k_branches=$i @@ -19751,10 +19753,10 @@ rm -f conftest* done fi -echo "$as_me:19754: result: $gmp_cv_asm_m68k_branches" >&5 +echo "$as_me:19756: result: $gmp_cv_asm_m68k_branches" >&5 echo "${ECHO_T}$gmp_cv_asm_m68k_branches" >&6 if test "$gmp_cv_asm_m68k_branches" = unknown; then - { { echo "$as_me:19757: error: cannot determine assembler branching style" >&5 + { { echo "$as_me:19759: error: cannot determine assembler branching style" >&5 echo "$as_me: error: cannot determine assembler branching style" >&2;} { (exit 1); exit 1; }; } fi @@ -19764,7 +19766,7 @@ echo "define(<WANT_BRANCHES>, <\`$gmp_cv_asm_m68k_branches'>)" >> $gmp_tmpconfig ;; powerpc*-*-*) -echo "$as_me:19767: checking if the assembler needs r on registers" >&5 +echo "$as_me:19769: 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 @@ -19774,10 +19776,10 @@ else mtctr 6 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19777: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19779: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19780: \$? = $ac_status" >&5 + echo "$as_me:19782: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_powerpc_r_registers=no @@ -19790,10 +19792,10 @@ else mtctr r6 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19793: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19795: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19796: \$? = $ac_status" >&5 + echo "$as_me:19798: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_powerpc_r_registers=yes @@ -19801,7 +19803,7 @@ else cat conftest.out >&5 echo "configure: failed program was:" >&5 cat conftest.s >&5 - { { echo "$as_me:19804: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5 + { { echo "$as_me:19806: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5 echo "$as_me: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&2;} { (exit 1); exit 1; }; } fi @@ -19811,7 +19813,7 @@ fi rm -f conftest* fi -echo "$as_me:19814: result: $gmp_cv_asm_powerpc_r_registers" >&5 +echo "$as_me:19816: 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 @@ -19838,7 +19840,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i ;; i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*) -echo "$as_me:19841: checking if the .align directive accepts an 0x90 fill in .text" >&5 +echo "$as_me:19843: 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 @@ -19850,10 +19852,10 @@ else .align 4, 0x90 EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19853: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19855: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19856: \$? = $ac_status" >&5 + echo "$as_me:19858: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 if grep "Warning: Fill parameter ignored for executable section" conftest.out >/dev/null; then @@ -19871,12 +19873,12 @@ fi rm -f conftest* fi -echo "$as_me:19874: result: $gmp_cv_asm_align_fill_0x90" >&5 +echo "$as_me:19876: 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:19879: checking if the assembler takes cl with shldl" >&5 +echo "$as_me:19881: 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 @@ -19886,10 +19888,10 @@ else shldl %cl, %eax, %ebx EOF gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1" -if { (eval echo "$as_me:19889: \"$gmp_assemble\"") >&5 +if { (eval echo "$as_me:19891: \"$gmp_assemble\"") >&5 (eval $gmp_assemble) 2>&5 ac_status=$? - echo "$as_me:19892: \$? = $ac_status" >&5 + echo "$as_me:19894: \$? = $ac_status" >&5 (exit $ac_status); }; then cat conftest.out >&5 gmp_cv_asm_x86_shldl_cl=yes @@ -19902,7 +19904,7 @@ fi rm -f conftest* fi -echo "$as_me:19905: result: $gmp_cv_asm_x86_shldl_cl" >&5 +echo "$as_me:19907: 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 @@ -19916,7 +19918,7 @@ fi if test "$enable_profiling" != no; then -echo "$as_me:19919: checking how to call x86 mcount" >&5 +echo "$as_me:19921: 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();} @@ -19924,10 +19926,10 @@ EOF if test "$enable_static" = yes; then gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5" - if { (eval echo "$as_me:19927: \"$gmp_asmout_compile\"") >&5 + if { (eval echo "$as_me:19929: \"$gmp_asmout_compile\"") >&5 (eval $gmp_asmout_compile) 2>&5 ac_status=$? - echo "$as_me:19930: \$? = $ac_status" >&5 + echo "$as_me:19932: \$? = $ac_status" >&5 (exit $ac_status); }; then if grep '\.data' conftest.s >/dev/null; then mcount_nonpic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s` @@ -19936,12 +19938,12 @@ if test "$enable_static" = yes; then fi mcount_nonpic_call=`grep 'call.*mcount' conftest.s` if test -z "$mcount_nonpic_call"; then - { { echo "$as_me:19939: error: Cannot find mcount call for non-PIC" >&5 + { { echo "$as_me:19941: error: Cannot find mcount call for non-PIC" >&5 echo "$as_me: error: Cannot find mcount call for non-PIC" >&2;} { (exit 1); exit 1; }; } fi else - { { echo "$as_me:19944: error: Cannot compile test program for non-PIC" >&5 + { { echo "$as_me:19946: error: Cannot compile test program for non-PIC" >&5 echo "$as_me: error: Cannot compile test program for non-PIC" >&2;} { (exit 1); exit 1; }; } fi @@ -19949,10 +19951,10 @@ fi if test "$enable_shared" = yes; then gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS $lt_prog_compiler_pic -S conftest.c 1>&5" - if { (eval echo "$as_me:19952: \"$gmp_asmout_compile\"") >&5 + if { (eval echo "$as_me:19954: \"$gmp_asmout_compile\"") >&5 (eval $gmp_asmout_compile) 2>&5 ac_status=$? - echo "$as_me:19955: \$? = $ac_status" >&5 + echo "$as_me:19957: \$? = $ac_status" >&5 (exit $ac_status); }; then if grep '\.data' conftest.s >/dev/null; then case $lt_prog_compiler_pic in @@ -19969,12 +19971,12 @@ if test "$enable_shared" = yes; then fi mcount_pic_call=`grep 'call.*mcount' conftest.s` if test -z "$mcount_pic_call"; then - { { echo "$as_me:19972: error: Cannot find mcount call for PIC" >&5 + { { echo "$as_me:19974: error: Cannot find mcount call for PIC" >&5 echo "$as_me: error: Cannot find mcount call for PIC" >&2;} { (exit 1); exit 1; }; } fi else - { { echo "$as_me:19977: error: Cannot compile test program for PIC" >&5 + { { echo "$as_me:19979: error: Cannot compile test program for PIC" >&5 echo "$as_me: error: Cannot compile test program for PIC" >&2;} { (exit 1); exit 1; }; } fi @@ -19989,7 +19991,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:19992: result: determined" >&5 +echo "$as_me:19994: result: determined" >&5 echo "${ECHO_T}determined" >&6 fi @@ -20011,7 +20013,7 @@ for gmp_mparam_dir in $path; do fi done if test -z "$gmp_mparam_source"; then - { { echo "$as_me:20014: error: no version of gmp-mparam.h found in path: $path" >&5 + { { echo "$as_me:20016: error: no version of gmp-mparam.h found in path: $path" >&5 echo "$as_me: error: no version of gmp-mparam.h found in path: $path" >&2;} { (exit 1); exit 1; }; } fi @@ -20043,13 +20045,13 @@ BITS_PER_MP_LIMB=`sed -n 's/^#define BITS_PER_MP_LIMB[ ][ ]*\([0-9]*\).*$/\1/p if test -n "$BITS_PER_MP_LIMB" \ && grep "^#define BYTES_PER_MP_LIMB" $gmp_mparam_source >/dev/null; then : ; else - echo "$as_me:20046: checking for mp_limb_t" >&5 + echo "$as_me:20048: 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 20052 "configure" +#line 20054 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -20071,16 +20073,16 @@ if (sizeof (mp_limb_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20074: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20076: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20077: \$? = $ac_status" >&5 + echo "$as_me:20079: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20080: \"$ac_try\"") >&5 + { (eval echo "$as_me:20082: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20083: \$? = $ac_status" >&5 + echo "$as_me:20085: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_mp_limb_t=yes else @@ -20090,10 +20092,10 @@ ac_cv_type_mp_limb_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:20093: result: $ac_cv_type_mp_limb_t" >&5 +echo "$as_me:20095: result: $ac_cv_type_mp_limb_t" >&5 echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6 -echo "$as_me:20096: checking size of mp_limb_t" >&5 +echo "$as_me:20098: 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 @@ -20102,7 +20104,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 20105 "configure" +#line 20107 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -20121,21 +20123,21 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20124: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20126: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20127: \$? = $ac_status" >&5 + echo "$as_me:20129: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20130: \"$ac_try\"") >&5 + { (eval echo "$as_me:20132: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20133: \$? = $ac_status" >&5 + echo "$as_me:20135: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 20138 "configure" +#line 20140 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -20154,16 +20156,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20157: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20159: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20160: \$? = $ac_status" >&5 + echo "$as_me:20162: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20163: \"$ac_try\"") >&5 + { (eval echo "$as_me:20165: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20166: \$? = $ac_status" >&5 + echo "$as_me:20168: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -20179,7 +20181,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 20182 "configure" +#line 20184 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -20198,16 +20200,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20201: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20203: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20204: \$? = $ac_status" >&5 + echo "$as_me:20206: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20207: \"$ac_try\"") >&5 + { (eval echo "$as_me:20209: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20210: \$? = $ac_status" >&5 + echo "$as_me:20212: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -20223,7 +20225,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 20226 "configure" +#line 20228 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -20242,16 +20244,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20245: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20247: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20248: \$? = $ac_status" >&5 + echo "$as_me:20250: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20251: \"$ac_try\"") >&5 + { (eval echo "$as_me:20253: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20254: \$? = $ac_status" >&5 + echo "$as_me:20256: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -20264,12 +20266,12 @@ done ac_cv_sizeof_mp_limb_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:20267: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:20269: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 20272 "configure" +#line 20274 "configure" #include "confdefs.h" #include <stdio.h> #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */ @@ -20292,15 +20294,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20295: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20297: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20298: \$? = $ac_status" >&5 + echo "$as_me:20300: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20300: \"$ac_try\"") >&5 + { (eval echo "$as_me:20302: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20303: \$? = $ac_status" >&5 + echo "$as_me:20305: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_mp_limb_t=`cat conftest.val` else @@ -20316,14 +20318,14 @@ else ac_cv_sizeof_mp_limb_t=0 fi fi -echo "$as_me:20319: result: $ac_cv_sizeof_mp_limb_t" >&5 +echo "$as_me:20321: result: $ac_cv_sizeof_mp_limb_t" >&5 echo "${ECHO_T}$ac_cv_sizeof_mp_limb_t" >&6 cat >>confdefs.h <<EOF #define SIZEOF_MP_LIMB_T $ac_cv_sizeof_mp_limb_t EOF if test "$ac_cv_sizeof_mp_limb_t" = 0; then - { { echo "$as_me:20326: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5 + { { echo "$as_me:20328: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5 echo "$as_me: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&2;} { (exit 1); exit 1; }; } fi @@ -20344,13 +20346,13 @@ if grep "^#define BITS_PER_ULONG" $gmp_mparam_source >/dev/null; then : ; else case $limb_chosen in longlong) - echo "$as_me:20347: checking for unsigned long" >&5 + echo "$as_me:20349: checking for unsigned long" >&5 echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6 if test "${ac_cv_type_unsigned_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20353 "configure" +#line 20355 "configure" #include "confdefs.h" $ac_includes_default int @@ -20365,16 +20367,16 @@ if (sizeof (unsigned long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20368: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20370: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20371: \$? = $ac_status" >&5 + echo "$as_me:20373: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20374: \"$ac_try\"") >&5 + { (eval echo "$as_me:20376: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20377: \$? = $ac_status" >&5 + echo "$as_me:20379: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_unsigned_long=yes else @@ -20384,10 +20386,10 @@ ac_cv_type_unsigned_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:20387: result: $ac_cv_type_unsigned_long" >&5 +echo "$as_me:20389: result: $ac_cv_type_unsigned_long" >&5 echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6 -echo "$as_me:20390: checking size of unsigned long" >&5 +echo "$as_me:20392: checking size of unsigned long" >&5 echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6 if test "${ac_cv_sizeof_unsigned_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20396,7 +20398,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 20399 "configure" +#line 20401 "configure" #include "confdefs.h" $ac_includes_default int @@ -20408,21 +20410,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20411: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20413: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20414: \$? = $ac_status" >&5 + echo "$as_me:20416: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20417: \"$ac_try\"") >&5 + { (eval echo "$as_me:20419: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20420: \$? = $ac_status" >&5 + echo "$as_me:20422: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 20425 "configure" +#line 20427 "configure" #include "confdefs.h" $ac_includes_default int @@ -20434,16 +20436,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20437: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20439: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20440: \$? = $ac_status" >&5 + echo "$as_me:20442: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20443: \"$ac_try\"") >&5 + { (eval echo "$as_me:20445: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20446: \$? = $ac_status" >&5 + echo "$as_me:20448: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -20459,7 +20461,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 20462 "configure" +#line 20464 "configure" #include "confdefs.h" $ac_includes_default int @@ -20471,16 +20473,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20474: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20476: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20477: \$? = $ac_status" >&5 + echo "$as_me:20479: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20480: \"$ac_try\"") >&5 + { (eval echo "$as_me:20482: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20483: \$? = $ac_status" >&5 + echo "$as_me:20485: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -20496,7 +20498,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 20499 "configure" +#line 20501 "configure" #include "confdefs.h" $ac_includes_default int @@ -20508,16 +20510,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20511: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20513: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20514: \$? = $ac_status" >&5 + echo "$as_me:20516: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20517: \"$ac_try\"") >&5 + { (eval echo "$as_me:20519: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20520: \$? = $ac_status" >&5 + echo "$as_me:20522: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -20530,12 +20532,12 @@ done ac_cv_sizeof_unsigned_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:20533: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:20535: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 20538 "configure" +#line 20540 "configure" #include "confdefs.h" $ac_includes_default int @@ -20551,15 +20553,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20554: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20556: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20557: \$? = $ac_status" >&5 + echo "$as_me:20559: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20559: \"$ac_try\"") >&5 + { (eval echo "$as_me:20561: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20562: \$? = $ac_status" >&5 + echo "$as_me:20564: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_unsigned_long=`cat conftest.val` else @@ -20575,7 +20577,7 @@ else ac_cv_sizeof_unsigned_long=0 fi fi -echo "$as_me:20578: result: $ac_cv_sizeof_unsigned_long" >&5 +echo "$as_me:20580: result: $ac_cv_sizeof_unsigned_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6 cat >>confdefs.h <<EOF #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long @@ -20630,13 +20632,13 @@ esac for ac_func in strcasecmp do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:20633: checking for $ac_func" >&5 +echo "$as_me:20635: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20639 "configure" +#line 20641 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -20667,16 +20669,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20670: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20672: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20673: \$? = $ac_status" >&5 + echo "$as_me:20675: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20676: \"$ac_try\"") >&5 + { (eval echo "$as_me:20678: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20679: \$? = $ac_status" >&5 + echo "$as_me:20681: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -20686,7 +20688,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20689: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:20691: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<EOF @@ -20701,7 +20703,7 @@ done case $host in alpha*-*-*) saved_CFLAGS="$CFLAGS" - echo "$as_me:20704: checking for IEEE-754 switches" >&5 + echo "$as_me:20706: checking for IEEE-754 switches" >&5 echo $ECHO_N "checking for IEEE-754 switches... $ECHO_C" >&6 if test "${mpfr_cv_ieee_switches+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20714,7 +20716,7 @@ else fi CFLAGS="$CFLAGS $mpfr_cv_ieee_switches" cat >conftest.$ac_ext <<_ACEOF -#line 20717 "configure" +#line 20719 "configure" #include "confdefs.h" int @@ -20726,16 +20728,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:20729: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20731: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20732: \$? = $ac_status" >&5 + echo "$as_me:20734: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:20735: \"$ac_try\"") >&5 + { (eval echo "$as_me:20737: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20738: \$? = $ac_status" >&5 + echo "$as_me:20740: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -20746,7 +20748,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:20749: result: $mpfr_cv_ieee_switches" >&5 +echo "$as_me:20751: result: $mpfr_cv_ieee_switches" >&5 echo "${ECHO_T}$mpfr_cv_ieee_switches" >&6 if test "$mpfr_cv_ieee_switches" = "none"; then CFLAGS="$saved_CFLAGS" @@ -20758,23 +20760,23 @@ esac for ac_header in fpu_control.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:20761: checking for $ac_header" >&5 +echo "$as_me:20763: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20767 "configure" +#line 20769 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20771: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:20773: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:20777: \$? = $ac_status" >&5 + echo "$as_me:20779: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20793,7 +20795,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:20796: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:20798: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<EOF @@ -20803,7 +20805,7 @@ EOF fi done -echo "$as_me:20806: checking for fesetround" >&5 +echo "$as_me:20808: checking for fesetround" >&5 echo $ECHO_N "checking for fesetround... $ECHO_C" >&6 if test "${mpfr_cv_have_fesetround+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20812,7 +20814,7 @@ else saved_LIBS="$LIBS" LIBS="$LIBS $LM9X" cat >conftest.$ac_ext <<_ACEOF -#line 20815 "configure" +#line 20817 "configure" #include "confdefs.h" #include <fenv.h> int @@ -20824,16 +20826,16 @@ fesetround(FE_TONEAREST); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20827: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20829: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20830: \$? = $ac_status" >&5 + echo "$as_me:20832: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20833: \"$ac_try\"") >&5 + { (eval echo "$as_me:20835: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20836: \$? = $ac_status" >&5 + echo "$as_me:20838: \$? = $ac_status" >&5 (exit $ac_status); }; }; then mpfr_cv_have_fesetround=yes else @@ -20845,7 +20847,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS="$saved_LIBS" fi -echo "$as_me:20848: result: $mpfr_cv_have_fesetround" >&5 +echo "$as_me:20850: result: $mpfr_cv_have_fesetround" >&5 echo "${ECHO_T}$mpfr_cv_have_fesetround" >&6 if test "$mpfr_cv_have_fesetround" = "yes"; then LIBS="$LIBS $LM9X" @@ -20859,13 +20861,13 @@ fi for ac_func in lrand48 do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:20862: checking for $ac_func" >&5 +echo "$as_me:20864: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 20868 "configure" +#line 20870 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -20896,16 +20898,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:20899: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20901: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20902: \$? = $ac_status" >&5 + echo "$as_me:20904: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:20905: \"$ac_try\"") >&5 + { (eval echo "$as_me:20907: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20908: \$? = $ac_status" >&5 + echo "$as_me:20910: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -20915,7 +20917,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:20918: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:20920: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<EOF @@ -20925,7 +20927,7 @@ EOF fi done -echo "$as_me:20928: checking for valid NaN" >&5 +echo "$as_me:20930: checking for valid NaN" >&5 echo $ECHO_N "checking for valid NaN... $ECHO_C" >&6 if test "${mpfr_cv_valid_nan+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20935,7 +20937,7 @@ if test "$cross_compiling" = yes; then mpfr_cv_valid_nan=no else cat >conftest.$ac_ext <<_ACEOF -#line 20938 "configure" +#line 20940 "configure" #include "confdefs.h" #include <math.h> @@ -20947,15 +20949,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:20950: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20952: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20953: \$? = $ac_status" >&5 + echo "$as_me:20955: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:20955: \"$ac_try\"") >&5 + { (eval echo "$as_me:20957: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20958: \$? = $ac_status" >&5 + echo "$as_me:20960: \$? = $ac_status" >&5 (exit $ac_status); }; }; then mpfr_cv_valid_nan=yes else @@ -20968,7 +20970,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:20971: result: $mpfr_cv_valid_nan" >&5 +echo "$as_me:20973: result: $mpfr_cv_valid_nan" >&5 echo "${ECHO_T}$mpfr_cv_valid_nan" >&6 if test "$mpfr_cv_valid_nan" = "yes"; then @@ -20979,7 +20981,7 @@ EOF fi if test -n "$GCC"; then - echo "$as_me:20982: checking for gcc float-conversion bug" >&5 + echo "$as_me:20984: checking for gcc float-conversion bug" >&5 echo $ECHO_N "checking for gcc float-conversion bug... $ECHO_C" >&6 if test "${mpfr_cv_gcc_floatconv_bug+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20989,7 +20991,7 @@ else mpfr_cv_gcc_floatconv_bug="cannot test, use -ffloat-store" else cat >conftest.$ac_ext <<_ACEOF -#line 20992 "configure" +#line 20994 "configure" #include "confdefs.h" int main() @@ -21003,15 +21005,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:21006: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21008: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21009: \$? = $ac_status" >&5 + echo "$as_me:21011: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:21011: \"$ac_try\"") >&5 + { (eval echo "$as_me:21013: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21014: \$? = $ac_status" >&5 + echo "$as_me:21016: \$? = $ac_status" >&5 (exit $ac_status); }; }; then mpfr_cv_gcc_floatconv_bug="yes, use -ffloat-store" else @@ -21024,14 +21026,14 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:21027: result: $mpfr_cv_gcc_floatconv_bug" >&5 +echo "$as_me:21029: result: $mpfr_cv_gcc_floatconv_bug" >&5 echo "${ECHO_T}$mpfr_cv_gcc_floatconv_bug" >&6 if test "$mpfr_cv_gcc_floatconv_bug" != "no"; then CFLAGS="$CFLAGS -ffloat-store" fi fi -echo "$as_me:21034: checking for denormalized numbers" >&5 +echo "$as_me:21036: checking for denormalized numbers" >&5 echo $ECHO_N "checking for denormalized numbers... $ECHO_C" >&6 if test "${mpfr_cv_have_denorms+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21041,7 +21043,7 @@ if test "$cross_compiling" = yes; then mpfr_cv_have_denorms=no else cat >conftest.$ac_ext <<_ACEOF -#line 21044 "configure" +#line 21046 "configure" #include "confdefs.h" #include <math.h> @@ -21055,15 +21057,15 @@ int main() _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:21058: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21060: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21061: \$? = $ac_status" >&5 + echo "$as_me:21063: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:21063: \"$ac_try\"") >&5 + { (eval echo "$as_me:21065: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21066: \$? = $ac_status" >&5 + echo "$as_me:21068: \$? = $ac_status" >&5 (exit $ac_status); }; }; then mpfr_cv_have_denorms=yes else @@ -21076,7 +21078,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:21079: result: $mpfr_cv_have_denorms" >&5 +echo "$as_me:21081: result: $mpfr_cv_have_denorms" >&5 echo "${ECHO_T}$mpfr_cv_have_denorms" >&6 if test "$mpfr_cv_have_denorms" = "yes"; then @@ -21179,13 +21181,13 @@ yes) HAVE_SYS_RESOURCE_H_01=1 no) HAVE_SYS_RESOURCE_H_01=0 ;; esac -echo "$as_me:21182: checking for stack_t" >&5 +echo "$as_me:21184: checking for stack_t" >&5 echo $ECHO_N "checking for stack_t... $ECHO_C" >&6 if test "${ac_cv_type_stack_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 21188 "configure" +#line 21190 "configure" #include "confdefs.h" #include <signal.h> @@ -21201,16 +21203,16 @@ if (sizeof (stack_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:21204: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21206: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21207: \$? = $ac_status" >&5 + echo "$as_me:21209: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:21210: \"$ac_try\"") >&5 + { (eval echo "$as_me:21212: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21213: \$? = $ac_status" >&5 + echo "$as_me:21215: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_stack_t=yes else @@ -21220,7 +21222,7 @@ ac_cv_type_stack_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:21223: result: $ac_cv_type_stack_t" >&5 +echo "$as_me:21225: result: $ac_cv_type_stack_t" >&5 echo "${ECHO_T}$ac_cv_type_stack_t" >&6 if test $ac_cv_type_stack_t = yes; then @@ -21243,7 +21245,7 @@ ac_config_files="$ac_config_files demos/calc/calc-config.h:demos/calc/calc-confi use_readline=$with_readline if test $with_readline = detect; then - echo "$as_me:21246: checking for readline in -lreadline" >&5 + echo "$as_me:21248: checking for readline in -lreadline" >&5 echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6 if test "${ac_cv_lib_readline_readline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21251,7 +21253,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lreadline $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21254 "configure" +#line 21256 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21270,16 +21272,16 @@ readline (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21273: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21275: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21276: \$? = $ac_status" >&5 + echo "$as_me:21278: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21279: \"$ac_try\"") >&5 + { (eval echo "$as_me:21281: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21282: \$? = $ac_status" >&5 + echo "$as_me:21284: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_readline_readline=yes else @@ -21290,7 +21292,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21293: result: $ac_cv_lib_readline_readline" >&5 +echo "$as_me:21295: result: $ac_cv_lib_readline_readline" >&5 echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6 if test $ac_cv_lib_readline_readline = yes; then use_readline=yes @@ -21309,7 +21311,7 @@ for ac_prog in 'bison -y' byacc do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:21312: checking for $ac_word" >&5 +echo "$as_me:21314: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_YACC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21324,7 +21326,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_YACC="$ac_prog" -echo "$as_me:21327: found $ac_dir/$ac_word" >&5 +echo "$as_me:21329: found $ac_dir/$ac_word" >&5 break done @@ -21332,10 +21334,10 @@ fi fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then - echo "$as_me:21335: result: $YACC" >&5 + echo "$as_me:21337: result: $YACC" >&5 echo "${ECHO_T}$YACC" >&6 else - echo "$as_me:21338: result: no" >&5 + echo "$as_me:21340: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -21347,7 +21349,7 @@ for ac_prog in flex lex do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:21350: checking for $ac_word" >&5 +echo "$as_me:21352: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_LEX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21362,7 +21364,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_LEX="$ac_prog" -echo "$as_me:21365: found $ac_dir/$ac_word" >&5 +echo "$as_me:21367: found $ac_dir/$ac_word" >&5 break done @@ -21370,10 +21372,10 @@ fi fi LEX=$ac_cv_prog_LEX if test -n "$LEX"; then - echo "$as_me:21373: result: $LEX" >&5 + echo "$as_me:21375: result: $LEX" >&5 echo "${ECHO_T}$LEX" >&6 else - echo "$as_me:21376: result: no" >&5 + echo "$as_me:21378: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -21383,7 +21385,7 @@ test -n "$LEX" || LEX=":" if test -z "$LEXLIB" then - echo "$as_me:21386: checking for yywrap in -lfl" >&5 + echo "$as_me:21388: checking for yywrap in -lfl" >&5 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 if test "${ac_cv_lib_fl_yywrap+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21391,7 +21393,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lfl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21394 "configure" +#line 21396 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21410,16 +21412,16 @@ yywrap (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21413: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21415: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21416: \$? = $ac_status" >&5 + echo "$as_me:21418: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21419: \"$ac_try\"") >&5 + { (eval echo "$as_me:21421: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21422: \$? = $ac_status" >&5 + echo "$as_me:21424: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_fl_yywrap=yes else @@ -21430,12 +21432,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21433: result: $ac_cv_lib_fl_yywrap" >&5 +echo "$as_me:21435: result: $ac_cv_lib_fl_yywrap" >&5 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 if test $ac_cv_lib_fl_yywrap = yes; then LEXLIB="-lfl" else - echo "$as_me:21438: checking for yywrap in -ll" >&5 + echo "$as_me:21440: checking for yywrap in -ll" >&5 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 if test "${ac_cv_lib_l_yywrap+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21443,7 +21445,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ll $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 21446 "configure" +#line 21448 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21462,16 +21464,16 @@ yywrap (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21465: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21467: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21468: \$? = $ac_status" >&5 + echo "$as_me:21470: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21471: \"$ac_try\"") >&5 + { (eval echo "$as_me:21473: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21474: \$? = $ac_status" >&5 + echo "$as_me:21476: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_l_yywrap=yes else @@ -21482,7 +21484,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:21485: result: $ac_cv_lib_l_yywrap" >&5 +echo "$as_me:21487: result: $ac_cv_lib_l_yywrap" >&5 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 if test $ac_cv_lib_l_yywrap = yes; then LEXLIB="-ll" @@ -21493,7 +21495,7 @@ fi fi if test "x$LEX" != "x:"; then - echo "$as_me:21496: checking lex output file root" >&5 + echo "$as_me:21498: checking lex output file root" >&5 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 if test "${ac_cv_prog_lex_root+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21507,16 +21509,16 @@ if test -f lex.yy.c; then elif test -f lexyy.c; then ac_cv_prog_lex_root=lexyy else - { { echo "$as_me:21510: error: cannot find output from $LEX; giving up" >&5 + { { echo "$as_me:21512: error: cannot find output from $LEX; giving up" >&5 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} { (exit 1); exit 1; }; } fi fi -echo "$as_me:21515: result: $ac_cv_prog_lex_root" >&5 +echo "$as_me:21517: result: $ac_cv_prog_lex_root" >&5 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root -echo "$as_me:21519: checking whether yytext is a pointer" >&5 +echo "$as_me:21521: checking whether yytext is a pointer" >&5 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21532,16 +21534,16 @@ cat >conftest.$ac_ext <<_ACEOF `cat $LEX_OUTPUT_ROOT.c` _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:21535: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21537: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21538: \$? = $ac_status" >&5 + echo "$as_me:21540: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:21541: \"$ac_try\"") >&5 + { (eval echo "$as_me:21543: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21544: \$? = $ac_status" >&5 + echo "$as_me:21546: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_lex_yytext_pointer=yes else @@ -21553,7 +21555,7 @@ LIBS=$ac_save_LIBS rm -f "${LEX_OUTPUT_ROOT}.c" fi -echo "$as_me:21556: result: $ac_cv_prog_lex_yytext_pointer" >&5 +echo "$as_me:21558: result: $ac_cv_prog_lex_yytext_pointer" >&5 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 if test $ac_cv_prog_lex_yytext_pointer = yes; then @@ -21693,7 +21695,7 @@ DEFS=-DHAVE_CONFIG_H : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:21696: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:21698: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -21872,7 +21874,7 @@ cat >>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:21875: error: ambiguous option: $1 + { { echo "$as_me:21877: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -21891,7 +21893,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:21894: error: unrecognized option: $1 + -*) { { echo "$as_me:21896: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -21970,7 +21972,7 @@ do "gmp-mparam.h" ) CONFIG_LINKS="$CONFIG_LINKS gmp-mparam.h:mpn/$gmp_mparam_dir/gmp-mparam.h" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; - *) { { echo "$as_me:21973: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:21975: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -22277,7 +22279,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:22280: creating $ac_file" >&5 + { echo "$as_me:22282: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -22295,7 +22297,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:22298: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:22300: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -22308,7 +22310,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:22311: error: cannot find input file: $f" >&5 + { { echo "$as_me:22313: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -22369,7 +22371,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:22372: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:22374: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -22380,7 +22382,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:22383: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:22385: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -22393,7 +22395,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:22396: error: cannot find input file: $f" >&5 + { { echo "$as_me:22398: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -22510,7 +22512,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:22513: $ac_file is unchanged" >&5 + { echo "$as_me:22515: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -22567,11 +22569,11 @@ for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue ac_dest=`echo "$ac_file" | sed 's,:.*,,'` ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - { echo "$as_me:22570: linking $srcdir/$ac_source to $ac_dest" >&5 + { echo "$as_me:22572: linking $srcdir/$ac_source to $ac_dest" >&5 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;} if test ! -r $srcdir/$ac_source; then - { { echo "$as_me:22574: error: $srcdir/$ac_source: File not found" >&5 + { { echo "$as_me:22576: error: $srcdir/$ac_source: File not found" >&5 echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;} { (exit 1); exit 1; }; } fi @@ -22621,7 +22623,7 @@ done; } # Make a symlink if possible; otherwise try a hard link. ln -s $ac_rel_source $ac_dest 2>/dev/null || ln $srcdir/$ac_source $ac_dest || - { { echo "$as_me:22624: error: cannot link $ac_dest to $srcdir/$ac_source" >&5 + { { echo "$as_me:22626: error: cannot link $ac_dest to $srcdir/$ac_source" >&5 echo "$as_me: error: cannot link $ac_dest to $srcdir/$ac_source" >&2;} { (exit 1); exit 1; }; } done |