summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure386
1 files changed, 219 insertions, 167 deletions
diff --git a/configure b/configure
index 84af9a0fd..c32343ce3 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.410 .
+# From configure.in Revision: 1.413 .
#
#
#
@@ -20520,94 +20520,28 @@ done
# Configs for mpfr.
#
if test $enable_mpfr = yes; then
- # Denorm support is necessary for mpfr_set_d and mpfr_get_d, and for the
- # various test programs. On alpha denorms cause SIGFPE by default.
- # -mieee-with-inexact is for gcc, -ieee_with_inexact is for DEC C.
- #
- CFLAGS_IEEE_WITH_INEXACT=
- case $host in
- alpha*-*-*)
- for i in -mieee-with-inexact -ieee_with_inexact; do
- echo "$as_me:20531: checking compiler $CC $CFLAGS $i" >&5
-echo $ECHO_N "checking compiler $CC $CFLAGS $i... $ECHO_C" >&6
-cat >conftest.c <<EOF
-
-/* The following provokes an internal error from gcc 2.95.2 -mpowerpc64
- (without -maix64), hence detecting an unusable compiler */
-void *g() { return (void *) 0; }
-void *f() { return g(); }
-
-/* The following provokes an invalid instruction syntax from i386 gcc
- -march=pentiumpro on Solaris 2.8. The native sun assembler
- requires a non-standard syntax for cmov which gcc (as of 2.95.2 at
- least) doesn't know. */
-int n;
-int cmov () { return (n >= 0 ? n : 0); }
-
-/* The following provokes a linker invocation problem with gcc 3.0.3
- on AIX 4.3 under "-maix64 -mpowerpc64 -mcpu=630". The -mcpu=630
- option causes gcc to incorrectly select the 32-bit libgcc.a, not
- the 64-bit one, and consequently it misses out on the __fixunsdfdi
- helper (double -> uint64 conversion). */
-double d;
-unsigned long gcc303 () { return (unsigned long) d; }
-
-int main () { return 0; }
-EOF
-gmp_prog_cc_works=no
-gmp_compile="$CC $CFLAGS $i conftest.c >&5"
-if { (eval echo "$as_me:20559: \"$gmp_compile\"") >&5
- (eval $gmp_compile) 2>&5
- ac_status=$?
- echo "$as_me:20562: \$? = $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:20566: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:20569: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- gmp_prog_cc_works=yes
- fi
- else
- gmp_prog_cc_works=yes
- fi
-fi
-rm -f conftest* a.out a.exe
-echo "$as_me:20578: result: $gmp_prog_cc_works" >&5
-echo "${ECHO_T}$gmp_prog_cc_works" >&6
-if test $gmp_prog_cc_works = yes; then
- CFLAGS_IEEE_WITH_INEXACT=$i
- break
-else
- :
-fi
-
- done
- ;;
- esac
+ gmp_save_CFLAGS=$CFLAGS
for ac_header in fpu_control.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:20594: checking for $ac_header" >&5
+echo "$as_me:20528: 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 20600 "configure"
+#line 20534 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:20604: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:20538: \"$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:20610: \$? = $ac_status" >&5
+ echo "$as_me:20544: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -20626,7 +20560,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:20629: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:20563: 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
@@ -20636,12 +20570,12 @@ EOF
fi
done
-echo "$as_me:20639: checking for fesetround" >&5
+echo "$as_me:20573: checking for fesetround" >&5
echo $ECHO_N "checking for fesetround... $ECHO_C" >&6
saved_LIBS="$LIBS"
LIBS="$LIBS $LM9X"
cat >conftest.$ac_ext <<_ACEOF
-#line 20644 "configure"
+#line 20578 "configure"
#include "confdefs.h"
#include <fenv.h>
int
@@ -20653,28 +20587,28 @@ fesetround(FE_TONEAREST);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20656: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20590: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20659: \$? = $ac_status" >&5
+ echo "$as_me:20593: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20662: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20596: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20665: \$? = $ac_status" >&5
+ echo "$as_me:20599: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo "$as_me:20667: result: yes" >&5
+ echo "$as_me:20601: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
-#define HAVE_FESETROUND 1
+#define MPFR_HAVE_FESETROUND 1
EOF
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:20677: result: no" >&5
+echo "$as_me:20611: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$saved_LIBS"
@@ -20684,13 +20618,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
for ac_func in lrand48
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:20687: checking for $ac_func" >&5
+echo "$as_me:20621: 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 20693 "configure"
+#line 20627 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -20721,16 +20655,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20724: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20658: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20727: \$? = $ac_status" >&5
+ echo "$as_me:20661: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20730: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20664: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20733: \$? = $ac_status" >&5
+ echo "$as_me:20667: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -20740,7 +20674,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:20743: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:20677: 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
@@ -20750,15 +20684,15 @@ EOF
fi
done
-echo "$as_me:20753: checking for valid NaN" >&5
+echo "$as_me:20687: checking for valid NaN" >&5
echo $ECHO_N "checking for valid NaN... $ECHO_C" >&6
if test "$cross_compiling" = yes; then
- echo "$as_me:20756: result: no" >&5
+ echo "$as_me:20690: result: no" >&5
echo "${ECHO_T}no" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20761 "configure"
+#line 20695 "configure"
#include "confdefs.h"
#include <math.h>
@@ -20770,17 +20704,17 @@ int main()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:20773: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20707: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20776: \$? = $ac_status" >&5
+ echo "$as_me:20710: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:20778: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20712: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20781: \$? = $ac_status" >&5
+ echo "$as_me:20715: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo "$as_me:20783: result: yes" >&5
+ echo "$as_me:20717: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -20791,21 +20725,69 @@ else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:20794: result: no" >&5
+echo "$as_me:20728: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20800: checking for denormalized numbers" >&5
+if test -n "$GCC"; then
+ echo "$as_me:20735: checking for gcc float-conversion bug" >&5
+echo $ECHO_N "checking for gcc float-conversion bug... $ECHO_C" >&6
+ if test "$cross_compiling" = yes; then
+ echo "$as_me:20738: result: can't test, use -ffloat-store" >&5
+echo "${ECHO_T}can't test, use -ffloat-store" >&6
+ CFLAGS="$CFLAGS -ffloat-store"
+
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 20744 "configure"
+#include "confdefs.h"
+
+int main()
+{
+ double x = 0.5;
+ int i;
+ for (i = 1; i <= 11; i++)
+ x *= x;
+ return x == 0;
+}
+
+_ACEOF
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:20758: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:20761: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:20763: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:20766: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ echo "$as_me:20768: result: yes, use -ffloat-store" >&5
+echo "${ECHO_T}yes, use -ffloat-store" >&6
+ CFLAGS="$CFLAGS -ffloat-store"
+else
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+echo "$as_me:20775: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+fi
+
+echo "$as_me:20782: checking for denormalized numbers" >&5
echo $ECHO_N "checking for denormalized numbers... $ECHO_C" >&6
if test "$cross_compiling" = yes; then
- echo "$as_me:20803: result: no" >&5
+ echo "$as_me:20785: result: no" >&5
echo "${ECHO_T}no" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20808 "configure"
+#line 20790 "configure"
#include "confdefs.h"
#include <math.h>
@@ -20819,17 +20801,17 @@ int main()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:20822: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20804: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20825: \$? = $ac_status" >&5
+ echo "$as_me:20807: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:20827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20809: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20830: \$? = $ac_status" >&5
+ echo "$as_me:20812: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo "$as_me:20832: result: yes" >&5
+ echo "$as_me:20814: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -20840,12 +20822,82 @@ else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:20843: result: no" >&5
+echo "$as_me:20825: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
+ MPFR_CFLAGS=$CFLAGS
+
+ CFLAGS=$gmp_save_CFLAGS
+
+ # Denorm support is necessary for mpfr_set_d and mpfr_get_d, and for the
+ # various test programs. On alpha denorms cause SIGFPE by default.
+ # -mieee-with-inexact is for gcc, -ieee_with_inexact is for DEC C.
+ #
+ case $host in
+ alpha*-*-*)
+ for i in -mieee-with-inexact -ieee_with_inexact; do
+ echo "$as_me:20842: checking compiler $CC $MPFR_CFLAGS $i" >&5
+echo $ECHO_N "checking compiler $CC $MPFR_CFLAGS $i... $ECHO_C" >&6
+cat >conftest.c <<EOF
+
+/* The following provokes an internal error from gcc 2.95.2 -mpowerpc64
+ (without -maix64), hence detecting an unusable compiler */
+void *g() { return (void *) 0; }
+void *f() { return g(); }
+
+/* The following provokes an invalid instruction syntax from i386 gcc
+ -march=pentiumpro on Solaris 2.8. The native sun assembler
+ requires a non-standard syntax for cmov which gcc (as of 2.95.2 at
+ least) doesn't know. */
+int n;
+int cmov () { return (n >= 0 ? n : 0); }
+
+/* The following provokes a linker invocation problem with gcc 3.0.3
+ on AIX 4.3 under "-maix64 -mpowerpc64 -mcpu=630". The -mcpu=630
+ option causes gcc to incorrectly select the 32-bit libgcc.a, not
+ the 64-bit one, and consequently it misses out on the __fixunsdfdi
+ helper (double -> uint64 conversion). */
+double d;
+unsigned long gcc303 () { return (unsigned long) d; }
+
+int main () { return 0; }
+EOF
+gmp_prog_cc_works=no
+gmp_compile="$CC $MPFR_CFLAGS $i conftest.c >&5"
+if { (eval echo "$as_me:20870: \"$gmp_compile\"") >&5
+ (eval $gmp_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:20873: \$? = $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:20877: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:20880: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ gmp_prog_cc_works=yes
+ fi
+ else
+ gmp_prog_cc_works=yes
+ fi
+fi
+rm -f conftest* a.out a.exe
+echo "$as_me:20889: result: $gmp_prog_cc_works" >&5
+echo "${ECHO_T}$gmp_prog_cc_works" >&6
+if test $gmp_prog_cc_works = yes; then
+ MPFR_CFLAGS="$MPFR_CFLAGS $i"
+ break
+else
+ :
+fi
+
+ done
+ ;;
+ esac
fi
# A recompiled sqr_basecase for use in the tune program, if necessary.
@@ -20933,13 +20985,13 @@ yes) HAVE_SYS_RESOURCE_H_01=1
no) HAVE_SYS_RESOURCE_H_01=0 ;;
esac
-echo "$as_me:20936: checking for stack_t" >&5
+echo "$as_me:20988: 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 20942 "configure"
+#line 20994 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -20955,16 +21007,16 @@ if (sizeof (stack_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20958: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:21010: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20961: \$? = $ac_status" >&5
+ echo "$as_me:21013: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:20964: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21016: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20967: \$? = $ac_status" >&5
+ echo "$as_me:21019: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_stack_t=yes
else
@@ -20974,7 +21026,7 @@ ac_cv_type_stack_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20977: result: $ac_cv_type_stack_t" >&5
+echo "$as_me:21029: 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
@@ -20997,7 +21049,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:21000: checking for readline in -lreadline" >&5
+ echo "$as_me:21052: 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
@@ -21005,7 +21057,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 21008 "configure"
+#line 21060 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21024,16 +21076,16 @@ readline ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21027: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21079: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21030: \$? = $ac_status" >&5
+ echo "$as_me:21082: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:21033: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21085: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21036: \$? = $ac_status" >&5
+ echo "$as_me:21088: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_readline_readline=yes
else
@@ -21044,7 +21096,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21047: result: $ac_cv_lib_readline_readline" >&5
+echo "$as_me:21099: 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
@@ -21063,7 +21115,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:21066: checking for $ac_word" >&5
+echo "$as_me:21118: 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
@@ -21078,7 +21130,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:21081: found $ac_dir/$ac_word" >&5
+echo "$as_me:21133: found $ac_dir/$ac_word" >&5
break
done
@@ -21086,10 +21138,10 @@ fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
- echo "$as_me:21089: result: $YACC" >&5
+ echo "$as_me:21141: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
else
- echo "$as_me:21092: result: no" >&5
+ echo "$as_me:21144: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -21101,7 +21153,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:21104: checking for $ac_word" >&5
+echo "$as_me:21156: 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
@@ -21116,7 +21168,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:21119: found $ac_dir/$ac_word" >&5
+echo "$as_me:21171: found $ac_dir/$ac_word" >&5
break
done
@@ -21124,10 +21176,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:21127: result: $LEX" >&5
+ echo "$as_me:21179: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:21130: result: no" >&5
+ echo "$as_me:21182: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -21137,7 +21189,7 @@ test -n "$LEX" || LEX=":"
if test -z "$LEXLIB"
then
- echo "$as_me:21140: checking for yywrap in -lfl" >&5
+ echo "$as_me:21192: 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
@@ -21145,7 +21197,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lfl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 21148 "configure"
+#line 21200 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21164,16 +21216,16 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21167: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21219: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21170: \$? = $ac_status" >&5
+ echo "$as_me:21222: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:21173: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21225: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21176: \$? = $ac_status" >&5
+ echo "$as_me:21228: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_fl_yywrap=yes
else
@@ -21184,12 +21236,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21187: result: $ac_cv_lib_fl_yywrap" >&5
+echo "$as_me:21239: 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:21192: checking for yywrap in -ll" >&5
+ echo "$as_me:21244: 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
@@ -21197,7 +21249,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ll $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 21200 "configure"
+#line 21252 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -21216,16 +21268,16 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21219: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21271: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21222: \$? = $ac_status" >&5
+ echo "$as_me:21274: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:21225: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21277: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21228: \$? = $ac_status" >&5
+ echo "$as_me:21280: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_l_yywrap=yes
else
@@ -21236,7 +21288,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:21239: result: $ac_cv_lib_l_yywrap" >&5
+echo "$as_me:21291: 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"
@@ -21247,7 +21299,7 @@ fi
fi
if test "x$LEX" != "x:"; then
- echo "$as_me:21250: checking lex output file root" >&5
+ echo "$as_me:21302: 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
@@ -21261,16 +21313,16 @@ if test -f lex.yy.c; then
elif test -f lexyy.c; then
ac_cv_prog_lex_root=lexyy
else
- { { echo "$as_me:21264: error: cannot find output from $LEX; giving up" >&5
+ { { echo "$as_me:21316: 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:21269: result: $ac_cv_prog_lex_root" >&5
+echo "$as_me:21321: 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:21273: checking whether yytext is a pointer" >&5
+echo "$as_me:21325: 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
@@ -21286,16 +21338,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:21289: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21341: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21292: \$? = $ac_status" >&5
+ echo "$as_me:21344: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:21295: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21347: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21298: \$? = $ac_status" >&5
+ echo "$as_me:21350: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_lex_yytext_pointer=yes
else
@@ -21307,7 +21359,7 @@ LIBS=$ac_save_LIBS
rm -f "${LEX_OUTPUT_ROOT}.c"
fi
-echo "$as_me:21310: result: $ac_cv_prog_lex_yytext_pointer" >&5
+echo "$as_me:21362: 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
@@ -21447,7 +21499,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:21450: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:21502: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -21626,7 +21678,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:21629: error: ambiguous option: $1
+ { { echo "$as_me:21681: 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;}
@@ -21645,7 +21697,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:21648: error: unrecognized option: $1
+ -*) { { echo "$as_me:21700: 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;}
@@ -21724,7 +21776,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:21727: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:21779: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -21896,7 +21948,7 @@ s,@mpn_objs_in_libmp@,$mpn_objs_in_libmp,;t t
s,@mpn_objects@,$mpn_objects,;t t
s,@mpn_objs_in_libgmp@,$mpn_objs_in_libgmp,;t t
s,@gmp_srclinks@,$gmp_srclinks,;t t
-s,@CFLAGS_IEEE_WITH_INEXACT@,$CFLAGS_IEEE_WITH_INEXACT,;t t
+s,@MPFR_CFLAGS@,$MPFR_CFLAGS,;t t
s,@TUNE_SQR_OBJ@,$TUNE_SQR_OBJ,;t t
s,@HAVE_CLOCK_01@,$HAVE_CLOCK_01,;t t
s,@HAVE_CPUTIME_01@,$HAVE_CPUTIME_01,;t t
@@ -22029,7 +22081,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:22032: creating $ac_file" >&5
+ { echo "$as_me:22084: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -22047,7 +22099,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:22050: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:22102: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -22060,7 +22112,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:22063: error: cannot find input file: $f" >&5
+ { { echo "$as_me:22115: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -22121,7 +22173,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:22124: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:22176: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -22132,7 +22184,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:22135: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:22187: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -22145,7 +22197,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:22148: error: cannot find input file: $f" >&5
+ { { echo "$as_me:22200: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -22262,7 +22314,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:22265: $ac_file is unchanged" >&5
+ { echo "$as_me:22317: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -22319,11 +22371,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:22322: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:22374: 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:22326: error: $srcdir/$ac_source: File not found" >&5
+ { { echo "$as_me:22378: error: $srcdir/$ac_source: File not found" >&5
echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -22373,7 +22425,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:22376: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
+ { { echo "$as_me:22428: 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