summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-12-29 22:22:59 +0100
committerKevin Ryde <user42@zip.com.au>2001-12-29 22:22:59 +0100
commit19d6e6c9343be5a992d4c27d66fe05d9d6c70e15 (patch)
tree453fd16ea07ef6adcbf2f0e5dfe7c7dd0a6a11f2
parentbdff225e7f3af872e52af288921999bb05d1a048 (diff)
downloadgmp-19d6e6c9343be5a992d4c27d66fe05d9d6c70e15.tar.gz
Regenerate for:
* acinclude.m4, configure.in (GMP_C_RESTRICT): New macro. * configure.in (gmp_mpn_functions_optional): Add mul_2.
-rwxr-xr-xconfigure727
1 files changed, 393 insertions, 334 deletions
diff --git a/configure b/configure
index 66d43c581..3b16c2749 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.353 .
+# From configure.in Revision: 1.355 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52.
#
@@ -17264,7 +17264,66 @@ EOF
fi
-echo "$as_me:17267: checking for inline" >&5
+echo "$as_me:17267: 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
+else
+ gmp_cv_c_restrict=no
+for r in restrict __restrict__ __restrict; do
+ cat >conftest.$ac_ext <<_ACEOF
+#line 17275 "configure"
+#include "confdefs.h"
+
+int
+main ()
+{
+char * $r foo;
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:17287: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:17290: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:17293: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:17296: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ gmp_cv_c_restrict=$r
+ break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest.$ac_objext conftest.$ac_ext
+done
+if test $gmp_cv_c_restrict = restrict; then
+ gmp_cv_c_restrict=yes
+fi
+
+fi
+echo "$as_me:17311: result: $gmp_cv_c_restrict" >&5
+echo "${ECHO_T}$gmp_cv_c_restrict" >&6
+case $gmp_cv_c_restrict in
+ restrict | yes) ;;
+ no)
+cat >>confdefs.h <<\EOF
+#define restrict
+EOF
+ ;;
+ *) cat >>confdefs.h <<EOF
+#define restrict $gmp_cv_c_restrict
+EOF
+ ;;
+esac
+
+echo "$as_me:17326: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17272,7 +17331,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 17275 "configure"
+#line 17334 "configure"
#include "confdefs.h"
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
@@ -17281,16 +17340,16 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17284: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17343: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17287: \$? = $ac_status" >&5
+ echo "$as_me:17346: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17290: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17349: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17293: \$? = $ac_status" >&5
+ echo "$as_me:17352: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
@@ -17301,7 +17360,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:17304: result: $ac_cv_c_inline" >&5
+echo "$as_me:17363: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -17320,7 +17379,7 @@ case $ac_cv_c_inline in
no) ;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 17323 "configure"
+#line 17382 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
#define __GMP_BITS_PER_MP_LIMB 123 /* dummy for mpf_get_prec etc inlines */
@@ -17340,16 +17399,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17343: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17402: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17346: \$? = $ac_status" >&5
+ echo "$as_me:17405: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17349: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17408: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17352: \$? = $ac_status" >&5
+ echo "$as_me:17411: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -17359,7 +17418,7 @@ case $ac_cv_c_inline in
"") tmp_inline=inline ;;
*) tmp_inline=$ac_cv_c_inline ;;
esac
- { echo "$as_me:17362: WARNING: gmp.h doesnt recognise compiler \"$tmp_inline\", inlines will be unavailable" >&5
+ { echo "$as_me:17421: 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
@@ -17373,7 +17432,7 @@ case $host in
# These system don't have libm
;;
*-ncr-sysv4.3*)
- echo "$as_me:17376: checking for _mwvalidcheckl in -lmw" >&5
+ echo "$as_me:17435: 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
@@ -17381,7 +17440,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmw $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17384 "configure"
+#line 17443 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -17400,16 +17459,16 @@ _mwvalidcheckl ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17403: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17462: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17406: \$? = $ac_status" >&5
+ echo "$as_me:17465: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17409: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17468: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17412: \$? = $ac_status" >&5
+ echo "$as_me:17471: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_mw__mwvalidcheckl=yes
else
@@ -17420,13 +17479,13 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17423: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
+echo "$as_me:17482: 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:17429: checking for main in -lm" >&5
+ echo "$as_me:17488: 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
@@ -17434,7 +17493,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17437 "configure"
+#line 17496 "configure"
#include "confdefs.h"
int
@@ -17446,16 +17505,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17449: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17508: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17452: \$? = $ac_status" >&5
+ echo "$as_me:17511: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17455: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17514: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17458: \$? = $ac_status" >&5
+ echo "$as_me:17517: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -17466,7 +17525,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17469: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:17528: 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"
@@ -17474,7 +17533,7 @@ fi
;;
*)
- echo "$as_me:17477: checking for main in -lm" >&5
+ echo "$as_me:17536: 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
@@ -17482,7 +17541,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17485 "configure"
+#line 17544 "configure"
#include "confdefs.h"
int
@@ -17494,16 +17553,16 @@ main ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17497: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17556: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17500: \$? = $ac_status" >&5
+ echo "$as_me:17559: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17503: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17562: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17506: \$? = $ac_status" >&5
+ echo "$as_me:17565: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_m_main=yes
else
@@ -17514,7 +17573,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17517: result: $ac_cv_lib_m_main" >&5
+echo "$as_me:17576: 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"
@@ -17525,13 +17584,13 @@ esac
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:17528: checking for working alloca.h" >&5
+echo "$as_me:17587: 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 17534 "configure"
+#line 17593 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -17543,16 +17602,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17546: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17605: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17549: \$? = $ac_status" >&5
+ echo "$as_me:17608: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17552: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17611: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17555: \$? = $ac_status" >&5
+ echo "$as_me:17614: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_header_alloca=yes
else
@@ -17562,7 +17621,7 @@ gmp_cv_header_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17565: result: $gmp_cv_header_alloca" >&5
+echo "$as_me:17624: result: $gmp_cv_header_alloca" >&5
echo "${ECHO_T}$gmp_cv_header_alloca" >&6
if test $gmp_cv_header_alloca = yes; then
@@ -17572,13 +17631,13 @@ EOF
fi
-echo "$as_me:17575: checking for alloca (via gmp-impl.h)" >&5
+echo "$as_me:17634: 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 17581 "configure"
+#line 17640 "configure"
#include "confdefs.h"
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
#define __GMP_BITS_PER_MP_LIMB 123 /* dummy for mpf_get_prec etc inlines */
@@ -17596,16 +17655,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17599: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17658: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17602: \$? = $ac_status" >&5
+ echo "$as_me:17661: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:17605: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17664: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17608: \$? = $ac_status" >&5
+ echo "$as_me:17667: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_alloca=yes
else
@@ -17615,7 +17674,7 @@ gmp_cv_func_alloca=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17618: result: $gmp_cv_func_alloca" >&5
+echo "$as_me:17677: result: $gmp_cv_func_alloca" >&5
echo "${ECHO_T}$gmp_cv_func_alloca" >&6
if test $gmp_cv_func_alloca = yes; then
@@ -17625,7 +17684,7 @@ EOF
fi
-echo "$as_me:17628: checking how to allocate temporary memory" >&5
+echo "$as_me:17687: 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
@@ -17649,12 +17708,12 @@ else
esac
fi
-echo "$as_me:17652: result: $gmp_cv_option_alloca" >&5
+echo "$as_me:17711: 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:17657: error: --enable-alloca=alloca specified, but alloca not available" >&5
+ { { echo "$as_me:17716: 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
@@ -17690,14 +17749,14 @@ EOF
;;
*)
# checks at the start of configure.in should protect us
- { { echo "$as_me:17693: error: unrecognised --enable-alloca=$gmp_cv_option_alloca" >&5
+ { { echo "$as_me:17752: 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 17700 "configure"
+#line 17759 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -17718,22 +17777,22 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17721: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17780: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17724: \$? = $ac_status" >&5
+ echo "$as_me:17783: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17727: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17786: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17730: \$? = $ac_status" >&5
+ echo "$as_me:17789: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ echo "$as_me:17736: WARNING: gmp.h doesnt recognise <stdio.h>, FILE prototypes will be unavailable" >&5
+{ echo "$as_me:17795: 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
@@ -17752,7 +17811,7 @@ case $host in
;;
*)
cat >conftest.$ac_ext <<_ACEOF
-#line 17755 "configure"
+#line 17814 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -17774,27 +17833,27 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17777: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17836: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17780: \$? = $ac_status" >&5
+ echo "$as_me:17839: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17783: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17842: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17786: \$? = $ac_status" >&5
+ echo "$as_me:17845: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
- { echo "$as_me:17793: WARNING: gmp-impl.h doesnt recognise \"double\" as IEEE." >&5
+ { echo "$as_me:17852: 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:17795: WARNING: If your CPU floats are in fact IEEE then you" >&5
+ { echo "$as_me:17854: 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:17797: WARNING: might like to augment the tests there." >&5
+ { echo "$as_me:17856: WARNING: might like to augment the tests there." >&5
echo "$as_me: WARNING: might like to augment the tests there." >&2;}
fi
@@ -17806,7 +17865,7 @@ esac
# Enhancement: In the future AC_C_BIGENDIAN will accept these actions as
# parameters.
-echo "$as_me:17809: checking whether byte ordering is bigendian" >&5
+echo "$as_me:17868: 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
@@ -17814,7 +17873,7 @@ else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat >conftest.$ac_ext <<_ACEOF
-#line 17817 "configure"
+#line 17876 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -17831,20 +17890,20 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17834: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17893: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17837: \$? = $ac_status" >&5
+ echo "$as_me:17896: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17840: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17899: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17843: \$? = $ac_status" >&5
+ echo "$as_me:17902: \$? = $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 17847 "configure"
+#line 17906 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -17861,16 +17920,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:17864: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17923: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17867: \$? = $ac_status" >&5
+ echo "$as_me:17926: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:17870: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17929: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17873: \$? = $ac_status" >&5
+ echo "$as_me:17932: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_bigendian=yes
else
@@ -17886,12 +17945,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:17889: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:17948: 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 17894 "configure"
+#line 17953 "configure"
#include "confdefs.h"
int
main ()
@@ -17907,15 +17966,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:17910: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17969: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17913: \$? = $ac_status" >&5
+ echo "$as_me:17972: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:17915: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17974: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17918: \$? = $ac_status" >&5
+ echo "$as_me:17977: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_bigendian=no
else
@@ -17928,7 +17987,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:17931: result: $ac_cv_c_bigendian" >&5
+echo "$as_me:17990: result: $ac_cv_c_bigendian" >&5
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
if test $ac_cv_c_bigendian = yes; then
@@ -17950,7 +18009,7 @@ cat >>confdefs.h <<\EOF
EOF
;;
unknown) ;;
- *) { { echo "$as_me:17953: error: Oops, unrecognised ac_cv_c_bigendian" >&5
+ *) { { echo "$as_me:18012: error: Oops, unrecognised ac_cv_c_bigendian" >&5
echo "$as_me: error: Oops, unrecognised ac_cv_c_bigendian" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -17970,13 +18029,13 @@ esac
for ac_func in alarm getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time strchr strnlen strtoul sysconf sysctl sysctlbyname times
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:17973: checking for $ac_func" >&5
+echo "$as_me:18032: 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 17979 "configure"
+#line 18038 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18007,16 +18066,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18010: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18069: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18013: \$? = $ac_status" >&5
+ echo "$as_me:18072: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:18016: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18075: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18019: \$? = $ac_status" >&5
+ echo "$as_me:18078: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -18026,7 +18085,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18029: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:18088: 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
@@ -18039,13 +18098,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:18042: checking for vsnprintf" >&5
+echo "$as_me:18101: 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 18048 "configure"
+#line 18107 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vsnprintf (); below. */
@@ -18076,16 +18135,16 @@ f = vsnprintf;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18079: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18138: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18082: \$? = $ac_status" >&5
+ echo "$as_me:18141: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:18085: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18144: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18088: \$? = $ac_status" >&5
+ echo "$as_me:18147: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_vsnprintf=yes
else
@@ -18095,7 +18154,7 @@ ac_cv_func_vsnprintf=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18098: result: $ac_cv_func_vsnprintf" >&5
+echo "$as_me:18157: 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
@@ -18106,7 +18165,7 @@ fi
if test "$gmp_vsnprintf_exists" = no; then
gmp_cv_func_vsnprintf=no
else
- echo "$as_me:18109: checking whether vsnprintf works" >&5
+ echo "$as_me:18168: 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
@@ -18115,7 +18174,7 @@ else
gmp_cv_func_vsnprintf=probably
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18118 "configure"
+#line 18177 "configure"
#include "confdefs.h"
#include <string.h> /* for strcmp */
@@ -18168,15 +18227,15 @@ main ()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:18171: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18230: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18174: \$? = $ac_status" >&5
+ echo "$as_me:18233: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:18176: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18235: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18179: \$? = $ac_status" >&5
+ echo "$as_me:18238: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gmp_cv_func_vsnprintf=yes
else
@@ -18189,10 +18248,10 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:18192: result: $gmp_cv_func_vsnprintf" >&5
+echo "$as_me:18251: 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:18195: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok" >&5
+ { echo "$as_me:18254: 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
@@ -18211,7 +18270,7 @@ if test "$gmp_cv_func_vsnprintf" = no; then
fi
-echo "$as_me:18214: checking whether sscanf needs writable input" >&5
+echo "$as_me:18273: 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
@@ -18223,7 +18282,7 @@ else
esac
fi
-echo "$as_me:18226: result: $gmp_cv_func_sscanf_writable_input" >&5
+echo "$as_me:18285: 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)
@@ -18232,7 +18291,7 @@ cat >>confdefs.h <<\EOF
EOF
;;
no) ;;
- *) { { echo "$as_me:18235: error: unrecognised \$gmp_cv_func_sscanf_writable_input" >&5
+ *) { { echo "$as_me:18294: 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
@@ -18262,7 +18321,7 @@ esac
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"
+ gcd_finda invert_limb mul_2 sqr_diagonal"
gmp_mpn_functions="$extra_functions \
add add_1 add_n sub sub_1 sub_n mul_1 addmul_1 \
@@ -18362,7 +18421,7 @@ EOF
fi
done
if test $found = no; then
- { { echo "$as_me:18365: error: no version of $tmp_fn found in path: $path" >&5
+ { { echo "$as_me:18424: 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
@@ -18377,7 +18436,7 @@ fi
# Don't demand an m4 unless it's actually needed.
if test $found_asm = yes; then
-echo "$as_me:18380: checking for suitable m4" >&5
+echo "$as_me:18439: 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
@@ -18413,7 +18472,7 @@ EOF
done
IFS="$ac_save_ifs"
if test -z "$gmp_cv_prog_m4"; then
- { { echo "$as_me:18416: error: No usable m4 in \$PATH or /usr/5bin (see config.log for reasons)." >&5
+ { { echo "$as_me:18475: 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
@@ -18421,11 +18480,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:18424: result: $gmp_cv_prog_m4" >&5
+echo "$as_me:18483: result: $gmp_cv_prog_m4" >&5
echo "${ECHO_T}$gmp_cv_prog_m4" >&6
M4="$gmp_cv_prog_m4"
-echo "$as_me:18428: checking if m4wrap produces spurious output" >&5
+echo "$as_me:18487: 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
@@ -18447,7 +18506,7 @@ else
fi
fi
-echo "$as_me:18450: result: $gmp_cv_m4_m4wrap_spurious" >&5
+echo "$as_me:18509: 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
@@ -18462,7 +18521,7 @@ if test $found_asm = no && test $found_S = no; then
fi
if test "$gmp_asm_syntax_testing" != no; then
- echo "$as_me:18465: checking how to switch to text section" >&5
+ echo "$as_me:18524: 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
@@ -18474,11 +18533,11 @@ else
esac
fi
-echo "$as_me:18477: result: $gmp_cv_asm_text" >&5
+echo "$as_me:18536: 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:18481: checking how to switch to data section" >&5
+ echo "$as_me:18540: 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
@@ -18489,11 +18548,11 @@ else
esac
fi
-echo "$as_me:18492: result: $gmp_cv_asm_data" >&5
+echo "$as_me:18551: 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:18496: checking what assembly label suffix to use" >&5
+ echo "$as_me:18555: 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
@@ -18505,11 +18564,11 @@ else
esac
fi
-echo "$as_me:18508: result: $gmp_cv_asm_label_suffix" >&5
+echo "$as_me:18567: 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:18512: checking how to export a symbol" >&5
+ echo "$as_me:18571: 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
@@ -18520,11 +18579,11 @@ else
esac
fi
-echo "$as_me:18523: result: $gmp_cv_asm_globl" >&5
+echo "$as_me:18582: 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:18527: checking if globals are prefixed by underscore" >&5
+echo "$as_me:18586: 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
@@ -18550,10 +18609,10 @@ EOF
;;
esac
gmp_compile="$CC $CFLAGS $CPPFLAGS conftes1.c conftes2.s >&5"
- if { (eval echo "$as_me:18553: \"$gmp_compile\"") >&5
+ if { (eval echo "$as_me:18612: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:18556: \$? = $ac_status" >&5
+ echo "$as_me:18615: \$? = $ac_status" >&5
(exit $ac_status); }; then
eval tmp_result$tmp_underscore=yes
else
@@ -18563,7 +18622,7 @@ done
if test $tmp_result_ = yes; then
if test $tmp_result = yes; then
- { { echo "$as_me:18566: error: Test program unexpectedly links both with and without underscore." >&5
+ { { echo "$as_me:18625: 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
@@ -18573,7 +18632,7 @@ else
if test $tmp_result = yes; then
gmp_cv_asm_underscore=no
else
- { { echo "$as_me:18576: error: Test program links neither with nor without underscore." >&5
+ { { echo "$as_me:18635: 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
@@ -18581,7 +18640,7 @@ fi
rm -f conftes1* conftes2* a.out
fi
-echo "$as_me:18584: result: $gmp_cv_asm_underscore" >&5
+echo "$as_me:18643: result: $gmp_cv_asm_underscore" >&5
echo "${ECHO_T}$gmp_cv_asm_underscore" >&6
if test "$gmp_cv_asm_underscore" = "yes"; then
@@ -18593,7 +18652,7 @@ echo 'define(<GSYM_PREFIX>, <>)' >>$gmp_tmpconfigm4
fi
-echo "$as_me:18596: checking how to switch to read-only data section" >&5
+echo "$as_me:18655: 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
@@ -18610,10 +18669,10 @@ EOF
echo "Test program:" >&5
cat conftest.c >&5
gmp_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c >&5"
-if { (eval echo "$as_me:18613: \"$gmp_compile\"") >&5
+if { (eval echo "$as_me:18672: \"$gmp_compile\"") >&5
(eval $gmp_compile) 2>&5
ac_status=$?
- echo "$as_me:18616: \$? = $ac_status" >&5
+ echo "$as_me:18675: \$? = $ac_status" >&5
(exit $ac_status); }; then
echo "Compiler output:" >&5
cat conftest.s >&5
@@ -18643,11 +18702,11 @@ if { (eval echo "$as_me:18613: \"$gmp_compile\"") >&5
fi
fi
-echo "$as_me:18646: result: $gmp_cv_asm_rodata" >&5
+echo "$as_me:18705: 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:18650: checking if the export directive needs an attribute" >&5
+ echo "$as_me:18709: 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
@@ -18658,11 +18717,11 @@ else
esac
fi
-echo "$as_me:18661: result: $gmp_cv_asm_globl_attr" >&5
+echo "$as_me:18720: 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:18665: checking for assembler .type directive" >&5
+ echo "$as_me:18724: 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
@@ -18673,10 +18732,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:18676: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18735: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18679: \$? = $ac_status" >&5
+ echo "$as_me:18738: \$? = $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 : ;
@@ -18696,11 +18755,11 @@ done
rm -f conftest*
fi
-echo "$as_me:18699: result: $gmp_cv_asm_type" >&5
+echo "$as_me:18758: 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:18703: checking for assembler .size directive" >&5
+ echo "$as_me:18762: 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
@@ -18710,10 +18769,10 @@ cat >conftest.s <<EOF
.size sym,1
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18713: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18772: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18716: \$? = $ac_status" >&5
+ echo "$as_me:18775: \$? = $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 : ;
@@ -18729,11 +18788,11 @@ fi
rm -f conftest*
fi
-echo "$as_me:18732: result: $gmp_cv_asm_size" >&5
+echo "$as_me:18791: 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:18736: checking what prefix to use for a local label" >&5
+echo "$as_me:18795: 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
@@ -18748,15 +18807,15 @@ ${gmp_tmp_pre}gurkmacka${gmp_cv_asm_label_suffix}
.byte 0
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18751: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18810: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18754: \$? = $ac_status" >&5
+ echo "$as_me:18813: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
$NM conftest.o >&5 2>&5
if test $? != 0; then
- { echo "$as_me:18759: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:18818: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&5
echo "$as_me: WARNING: NM failure, using default local label $gmp_cv_asm_lsym_prefix" >&2;}
gmp_found=yes
break
@@ -18777,12 +18836,12 @@ rm -f conftest*
done
rm -f conftest*
if test $gmp_found = no; then
- { echo "$as_me:18780: WARNING: cannot determine local label, using default $gmp_cv_asm_lsym_prefix" >&5
+ { echo "$as_me:18839: 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:18785: result: $gmp_cv_asm_lsym_prefix" >&5
+echo "$as_me:18844: 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
@@ -18790,7 +18849,7 @@ cat >>confdefs.h <<EOF
#define LSYM_PREFIX "$gmp_cv_asm_lsym_prefix"
EOF
-echo "$as_me:18793: checking how to define a 32-bit word" >&5
+echo "$as_me:18852: 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
@@ -18815,10 +18874,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:18818: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18877: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18821: \$? = $ac_status" >&5
+ echo "$as_me:18880: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -18840,17 +18899,17 @@ rm -f conftest*
;;
esac
if test -z "$gmp_cv_asm_w32"; then
- { { echo "$as_me:18843: error: cannot determine how to define a 32-bit word" >&5
+ { { echo "$as_me:18902: 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:18849: result: $gmp_cv_asm_w32" >&5
+echo "$as_me:18908: 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:18853: checking if .align assembly directive is logarithmic" >&5
+echo "$as_me:18912: 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
@@ -18865,10 +18924,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:18868: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18927: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18871: \$? = $ac_status" >&5
+ echo "$as_me:18930: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_tmp_val=`$NM conftest.o | grep foo | \
@@ -18882,14 +18941,14 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:18885: error: cannot assemble alignment test" >&5
+ { { echo "$as_me:18944: 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:18892: result: $gmp_cv_asm_align_log" >&5
+echo "$as_me:18951: 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
@@ -18897,7 +18956,7 @@ echo "define(<ALIGN_LOGARITHMIC>,<$gmp_cv_asm_align_log>)" >> $gmp_tmpconfigm4
case $host in
m68*-*-*)
-echo "$as_me:18900: checking assembler instruction and register style" >&5
+echo "$as_me:18959: 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
@@ -18909,10 +18968,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:18912: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:18971: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18915: \$? = $ac_status" >&5
+ echo "$as_me:18974: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_instruction=$i
@@ -18929,14 +18988,14 @@ rm -f conftest*
done
fi
-echo "$as_me:18932: result: $gmp_cv_asm_m68k_instruction" >&5
+echo "$as_me:18991: 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:18939: error: cannot determine assembler instruction and register style" >&5
+*) { { echo "$as_me:18998: 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
@@ -18945,7 +19004,7 @@ echo "define(<WANT_REGISTER_PERCENT>, <\`$want_register_percent'>)" >> $gmp_tmpc
echo "define(<WANT_DOT_SIZE>, <\`$want_dot_size'>)" >> $gmp_tmpconfigm4
-echo "$as_me:18948: checking assembler addressing style" >&5
+echo "$as_me:19007: 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
@@ -18953,14 +19012,14 @@ else
case $gmp_cv_asm_m68k_instruction in
addl*) movel=movel ;;
add.l*) movel=move.l ;;
-*) { { echo "$as_me:18956: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:19015: 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:18963: error: oops, unrecognised gmp_cv_asm_m68k_instruction" >&5
+*) { { echo "$as_me:19022: 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
@@ -18969,10 +19028,10 @@ cat >conftest.s <<EOF
$movel $dreg, $areg@-
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18972: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19031: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18975: \$? = $ac_status" >&5
+ echo "$as_me:19034: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=mit
@@ -18985,10 +19044,10 @@ else
$movel $dreg, -($areg)
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:18988: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19047: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:18991: \$? = $ac_status" >&5
+ echo "$as_me:19050: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_addressing=motorola
@@ -18996,7 +19055,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:18999: error: cannot determine assembler addressing style" >&5
+ { { echo "$as_me:19058: error: cannot determine assembler addressing style" >&5
echo "$as_me: error: cannot determine assembler addressing style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19006,12 +19065,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:19009: result: $gmp_cv_asm_m68k_addressing" >&5
+echo "$as_me:19068: 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:19014: checking assembler shortest branches" >&5
+echo "$as_me:19073: 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
@@ -19024,10 +19083,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:19027: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19086: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19030: \$? = $ac_status" >&5
+ echo "$as_me:19089: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_m68k_branches=$i
@@ -19044,10 +19103,10 @@ rm -f conftest*
done
fi
-echo "$as_me:19047: result: $gmp_cv_asm_m68k_branches" >&5
+echo "$as_me:19106: 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:19050: error: cannot determine assembler branching style" >&5
+ { { echo "$as_me:19109: error: cannot determine assembler branching style" >&5
echo "$as_me: error: cannot determine assembler branching style" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19057,7 +19116,7 @@ echo "define(<WANT_BRANCHES>, <\`$gmp_cv_asm_m68k_branches'>)" >> $gmp_tmpconfig
;;
power*-*-*)
-echo "$as_me:19060: checking if the assembler needs r on registers" >&5
+echo "$as_me:19119: 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
@@ -19067,10 +19126,10 @@ else
mtctr 6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19070: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19129: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19073: \$? = $ac_status" >&5
+ echo "$as_me:19132: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=no
@@ -19083,10 +19142,10 @@ else
mtctr r6
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19086: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19145: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19089: \$? = $ac_status" >&5
+ echo "$as_me:19148: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_powerpc_r_registers=yes
@@ -19094,7 +19153,7 @@ else
cat conftest.out >&5
echo "configure: failed program was:" >&5
cat conftest.s >&5
- { { echo "$as_me:19097: error: neither \"mtctr 6\" nor \"mtctr r6\" works" >&5
+ { { echo "$as_me:19156: 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
@@ -19104,7 +19163,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:19107: result: $gmp_cv_asm_powerpc_r_registers" >&5
+echo "$as_me:19166: 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
@@ -19123,7 +19182,7 @@ echo "include_mpn(\`powerpc32/aix.m4')" >> $gmp_tmpconfigm4i
i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*)
-echo "$as_me:19126: checking if the .align directive accepts an 0x90 fill in .text" >&5
+echo "$as_me:19185: 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
@@ -19135,10 +19194,10 @@ else
.align 4, 0x90
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19138: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19197: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19141: \$? = $ac_status" >&5
+ echo "$as_me:19200: \$? = $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
@@ -19156,12 +19215,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:19159: result: $gmp_cv_asm_align_fill_0x90" >&5
+echo "$as_me:19218: 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:19164: checking if the assembler takes cl with shldl" >&5
+echo "$as_me:19223: 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
@@ -19171,10 +19230,10 @@ else
shldl %cl, %eax, %ebx
EOF
gmp_assemble="$CCAS $CFLAGS conftest.s >conftest.out 2>&1"
-if { (eval echo "$as_me:19174: \"$gmp_assemble\"") >&5
+if { (eval echo "$as_me:19233: \"$gmp_assemble\"") >&5
(eval $gmp_assemble) 2>&5
ac_status=$?
- echo "$as_me:19177: \$? = $ac_status" >&5
+ echo "$as_me:19236: \$? = $ac_status" >&5
(exit $ac_status); }; then
cat conftest.out >&5
gmp_cv_asm_x86_shldl_cl=yes
@@ -19187,7 +19246,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:19190: result: $gmp_cv_asm_x86_shldl_cl" >&5
+echo "$as_me:19249: 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
@@ -19201,7 +19260,7 @@ fi
if test "$enable_profiling" != no; then
-echo "$as_me:19204: checking how to call x86 mcount" >&5
+echo "$as_me:19263: 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();}
@@ -19209,10 +19268,10 @@ EOF
if test "$enable_static" = yes; then
gmp_asmout_compile="$CC $CFLAGS $CPPFLAGS -S conftest.c 1>&5"
- if { (eval echo "$as_me:19212: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:19271: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:19215: \$? = $ac_status" >&5
+ echo "$as_me:19274: \$? = $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`
@@ -19221,12 +19280,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:19224: error: Cannot find mcount call for non-PIC" >&5
+ { { echo "$as_me:19283: 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:19229: error: Cannot compile test program for non-PIC" >&5
+ { { echo "$as_me:19288: 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
@@ -19234,10 +19293,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:19237: \"$gmp_asmout_compile\"") >&5
+ if { (eval echo "$as_me:19296: \"$gmp_asmout_compile\"") >&5
(eval $gmp_asmout_compile) 2>&5
ac_status=$?
- echo "$as_me:19240: \$? = $ac_status" >&5
+ echo "$as_me:19299: \$? = $ac_status" >&5
(exit $ac_status); }; then
if grep '\.data' conftest.s >/dev/null; then
case $lt_prog_compiler_pic in
@@ -19254,12 +19313,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:19257: error: Cannot find mcount call for PIC" >&5
+ { { echo "$as_me:19316: 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:19262: error: Cannot compile test program for PIC" >&5
+ { { echo "$as_me:19321: error: Cannot compile test program for PIC" >&5
echo "$as_me: error: Cannot compile test program for PIC" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -19274,7 +19333,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:19277: result: determined" >&5
+echo "$as_me:19336: result: determined" >&5
echo "${ECHO_T}determined" >&6
fi
@@ -19296,7 +19355,7 @@ for tmp_dir in $path; do
fi
done
if test -z "$gmp_mparam_source"; then
- { { echo "$as_me:19299: error: no version of gmp-mparam.h found in path: $path" >&5
+ { { echo "$as_me:19358: 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
@@ -19319,13 +19378,13 @@ __GMP_BITS_PER_MP_LIMB=`sed -n 's/^#define BITS_PER_MP_LIMB[ ][ ]*\([0-9]*\).*
if test -n "$__GMP_BITS_PER_MP_LIMB" \
&& grep "^#define BYTES_PER_MP_LIMB" $gmp_mparam_source >/dev/null; then : ;
else
- echo "$as_me:19322: checking for mp_limb_t" >&5
+ echo "$as_me:19381: 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 19328 "configure"
+#line 19387 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19345,16 +19404,16 @@ if (sizeof (mp_limb_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19348: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19407: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19351: \$? = $ac_status" >&5
+ echo "$as_me:19410: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19354: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19413: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19357: \$? = $ac_status" >&5
+ echo "$as_me:19416: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_mp_limb_t=yes
else
@@ -19364,10 +19423,10 @@ ac_cv_type_mp_limb_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19367: result: $ac_cv_type_mp_limb_t" >&5
+echo "$as_me:19426: result: $ac_cv_type_mp_limb_t" >&5
echo "${ECHO_T}$ac_cv_type_mp_limb_t" >&6
-echo "$as_me:19370: checking size of mp_limb_t" >&5
+echo "$as_me:19429: 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
@@ -19376,7 +19435,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 19379 "configure"
+#line 19438 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19393,21 +19452,21 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19396: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19455: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19399: \$? = $ac_status" >&5
+ echo "$as_me:19458: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19402: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19461: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19405: \$? = $ac_status" >&5
+ echo "$as_me:19464: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19410 "configure"
+#line 19469 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19424,16 +19483,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19427: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19486: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19430: \$? = $ac_status" >&5
+ echo "$as_me:19489: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19433: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19492: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19436: \$? = $ac_status" >&5
+ echo "$as_me:19495: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -19449,7 +19508,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19452 "configure"
+#line 19511 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19466,16 +19525,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19469: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19528: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19472: \$? = $ac_status" >&5
+ echo "$as_me:19531: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19475: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19534: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19478: \$? = $ac_status" >&5
+ echo "$as_me:19537: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -19491,7 +19550,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 19494 "configure"
+#line 19553 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19508,16 +19567,16 @@ int _array_ [1 - 2 * !((sizeof (mp_limb_t)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19511: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19570: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19514: \$? = $ac_status" >&5
+ echo "$as_me:19573: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19517: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19576: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19520: \$? = $ac_status" >&5
+ echo "$as_me:19579: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -19530,12 +19589,12 @@ done
ac_cv_sizeof_mp_limb_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:19533: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:19592: 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 19538 "configure"
+#line 19597 "configure"
#include "confdefs.h"
#include <stdio.h>
#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
@@ -19556,15 +19615,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19559: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19618: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19562: \$? = $ac_status" >&5
+ echo "$as_me:19621: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:19564: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19623: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19567: \$? = $ac_status" >&5
+ echo "$as_me:19626: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_mp_limb_t=`cat conftest.val`
else
@@ -19580,14 +19639,14 @@ else
ac_cv_sizeof_mp_limb_t=0
fi
fi
-echo "$as_me:19583: result: $ac_cv_sizeof_mp_limb_t" >&5
+echo "$as_me:19642: 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:19590: error: some sort of compiler problem, mp_limb_t doesn't seem to work" >&5
+ { { echo "$as_me:19649: 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
@@ -19608,13 +19667,13 @@ if grep "^#define BITS_PER_ULONG" $gmp_mparam_source >/dev/null; then : ;
else
case $limb_chosen in
longlong)
- echo "$as_me:19611: checking for unsigned long" >&5
+ echo "$as_me:19670: 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 19617 "configure"
+#line 19676 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19629,16 +19688,16 @@ if (sizeof (unsigned long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19632: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19691: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19635: \$? = $ac_status" >&5
+ echo "$as_me:19694: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19638: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19697: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19641: \$? = $ac_status" >&5
+ echo "$as_me:19700: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_unsigned_long=yes
else
@@ -19648,10 +19707,10 @@ ac_cv_type_unsigned_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19651: result: $ac_cv_type_unsigned_long" >&5
+echo "$as_me:19710: result: $ac_cv_type_unsigned_long" >&5
echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
-echo "$as_me:19654: checking size of unsigned long" >&5
+echo "$as_me:19713: 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
@@ -19660,7 +19719,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 19663 "configure"
+#line 19722 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19672,21 +19731,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19675: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19734: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19678: \$? = $ac_status" >&5
+ echo "$as_me:19737: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19681: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19740: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19684: \$? = $ac_status" >&5
+ echo "$as_me:19743: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19689 "configure"
+#line 19748 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19698,16 +19757,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19701: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19760: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19704: \$? = $ac_status" >&5
+ echo "$as_me:19763: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19707: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19766: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19710: \$? = $ac_status" >&5
+ echo "$as_me:19769: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid; break
else
@@ -19723,7 +19782,7 @@ cat conftest.$ac_ext >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 19726 "configure"
+#line 19785 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19735,16 +19794,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19738: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19797: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19741: \$? = $ac_status" >&5
+ echo "$as_me:19800: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19744: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19803: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19747: \$? = $ac_status" >&5
+ echo "$as_me:19806: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=$ac_mid; break
else
@@ -19760,7 +19819,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 19763 "configure"
+#line 19822 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19772,16 +19831,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)]
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19775: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19834: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19778: \$? = $ac_status" >&5
+ echo "$as_me:19837: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:19781: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19840: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19784: \$? = $ac_status" >&5
+ echo "$as_me:19843: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_hi=$ac_mid
else
@@ -19794,12 +19853,12 @@ done
ac_cv_sizeof_unsigned_long=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:19797: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:19856: 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 19802 "configure"
+#line 19861 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19815,15 +19874,15 @@ fclose (f);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19818: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19877: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19821: \$? = $ac_status" >&5
+ echo "$as_me:19880: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:19823: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19882: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19826: \$? = $ac_status" >&5
+ echo "$as_me:19885: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_unsigned_long=`cat conftest.val`
else
@@ -19839,7 +19898,7 @@ else
ac_cv_sizeof_unsigned_long=0
fi
fi
-echo "$as_me:19842: result: $ac_cv_sizeof_unsigned_long" >&5
+echo "$as_me:19901: 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
@@ -19916,7 +19975,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:19919: checking for readline in -lreadline" >&5
+ echo "$as_me:19978: 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
@@ -19924,7 +19983,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 19927 "configure"
+#line 19986 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -19943,16 +20002,16 @@ readline ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19946: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20005: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19949: \$? = $ac_status" >&5
+ echo "$as_me:20008: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:19952: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20011: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19955: \$? = $ac_status" >&5
+ echo "$as_me:20014: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_readline_readline=yes
else
@@ -19963,7 +20022,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:19966: result: $ac_cv_lib_readline_readline" >&5
+echo "$as_me:20025: 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
@@ -19982,7 +20041,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:19985: checking for $ac_word" >&5
+echo "$as_me:20044: 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
@@ -19997,7 +20056,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:20000: found $ac_dir/$ac_word" >&5
+echo "$as_me:20059: found $ac_dir/$ac_word" >&5
break
done
@@ -20005,10 +20064,10 @@ fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
- echo "$as_me:20008: result: $YACC" >&5
+ echo "$as_me:20067: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
else
- echo "$as_me:20011: result: no" >&5
+ echo "$as_me:20070: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -20020,7 +20079,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:20023: checking for $ac_word" >&5
+echo "$as_me:20082: 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
@@ -20035,7 +20094,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:20038: found $ac_dir/$ac_word" >&5
+echo "$as_me:20097: found $ac_dir/$ac_word" >&5
break
done
@@ -20043,10 +20102,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:20046: result: $LEX" >&5
+ echo "$as_me:20105: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:20049: result: no" >&5
+ echo "$as_me:20108: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -20058,7 +20117,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:20061: checking for $ac_word" >&5
+echo "$as_me:20120: 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
@@ -20073,7 +20132,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:20076: found $ac_dir/$ac_word" >&5
+echo "$as_me:20135: found $ac_dir/$ac_word" >&5
break
done
@@ -20081,10 +20140,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:20084: result: $LEX" >&5
+ echo "$as_me:20143: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:20087: result: no" >&5
+ echo "$as_me:20146: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -20094,7 +20153,7 @@ test -n "$LEX" || LEX=":"
if test -z "$LEXLIB"
then
- echo "$as_me:20097: checking for yywrap in -lfl" >&5
+ echo "$as_me:20156: 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
@@ -20102,7 +20161,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lfl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20105 "configure"
+#line 20164 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20121,16 +20180,16 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20124: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20183: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20127: \$? = $ac_status" >&5
+ echo "$as_me:20186: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20130: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20189: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20133: \$? = $ac_status" >&5
+ echo "$as_me:20192: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_fl_yywrap=yes
else
@@ -20141,12 +20200,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20144: result: $ac_cv_lib_fl_yywrap" >&5
+echo "$as_me:20203: 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:20149: checking for yywrap in -ll" >&5
+ echo "$as_me:20208: 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
@@ -20154,7 +20213,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ll $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20157 "configure"
+#line 20216 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20173,16 +20232,16 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20176: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20235: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20179: \$? = $ac_status" >&5
+ echo "$as_me:20238: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20182: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20241: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20185: \$? = $ac_status" >&5
+ echo "$as_me:20244: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_l_yywrap=yes
else
@@ -20193,7 +20252,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20196: result: $ac_cv_lib_l_yywrap" >&5
+echo "$as_me:20255: 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"
@@ -20204,7 +20263,7 @@ fi
fi
if test "x$LEX" != "x:"; then
- echo "$as_me:20207: checking lex output file root" >&5
+ echo "$as_me:20266: 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
@@ -20218,16 +20277,16 @@ if test -f lex.yy.c; then
elif test -f lexyy.c; then
ac_cv_prog_lex_root=lexyy
else
- { { echo "$as_me:20221: error: cannot find output from $LEX; giving up" >&5
+ { { echo "$as_me:20280: 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:20226: result: $ac_cv_prog_lex_root" >&5
+echo "$as_me:20285: 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:20230: checking whether yytext is a pointer" >&5
+echo "$as_me:20289: 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
@@ -20243,16 +20302,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:20246: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20305: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20249: \$? = $ac_status" >&5
+ echo "$as_me:20308: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:20252: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20311: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20255: \$? = $ac_status" >&5
+ echo "$as_me:20314: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_lex_yytext_pointer=yes
else
@@ -20264,7 +20323,7 @@ LIBS=$ac_save_LIBS
rm -f "${LEX_OUTPUT_ROOT}.c"
fi
-echo "$as_me:20267: result: $ac_cv_prog_lex_yytext_pointer" >&5
+echo "$as_me:20326: 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
@@ -20394,7 +20453,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:20397: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:20456: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -20573,7 +20632,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:20576: error: ambiguous option: $1
+ { { echo "$as_me:20635: 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;}
@@ -20592,7 +20651,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:20595: error: unrecognized option: $1
+ -*) { { echo "$as_me:20654: 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;}
@@ -20670,7 +20729,7 @@ do
"gmp-mparam.h" ) CONFIG_LINKS="$CONFIG_LINKS gmp-mparam.h:mpn/$tmp_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:20673: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:20732: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -20964,7 +21023,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:20967: creating $ac_file" >&5
+ { echo "$as_me:21026: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -20982,7 +21041,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:20985: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:21044: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -20995,7 +21054,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:20998: error: cannot find input file: $f" >&5
+ { { echo "$as_me:21057: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -21056,7 +21115,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:21059: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:21118: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -21067,7 +21126,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:21070: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:21129: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -21080,7 +21139,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:21083: error: cannot find input file: $f" >&5
+ { { echo "$as_me:21142: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -21197,7 +21256,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:21200: $ac_file is unchanged" >&5
+ { echo "$as_me:21259: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -21254,11 +21313,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:21257: linking $srcdir/$ac_source to $ac_dest" >&5
+ { echo "$as_me:21316: 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:21261: error: $srcdir/$ac_source: File not found" >&5
+ { { echo "$as_me:21320: error: $srcdir/$ac_source: File not found" >&5
echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -21308,7 +21367,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:21311: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
+ { { echo "$as_me:21370: 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