From 1c964cef4a6cfb831d784bab072cae7b6a65a434 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 7 Jan 2001 00:59:03 +0100 Subject: Regenerate for: * configure.in (AC_OUTPUT): Update for new directories. (x86 CALLING_CONVENTIONS_OBJS): Use .lo for libtests.la, allow ansi2knr on x86check.c. --- configure | 52 ++++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 24 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 453c9a9b1..0c3fd6554 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.231 . +# From configure.in Revision: 1.233 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.49b. # @@ -2061,7 +2061,7 @@ echo "include_mpn(\`ia64/default.m4')" >> $gmp_tmpconfigm4i echo "include_mpn(\`x86/x86-defs.m4')" >> $gmp_tmpconfigm4i extra_functions="udiv umul" - CALLING_CONVENTIONS_OBJS="x86call.o x86check.o" + CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo' # Availability of rdtsc is checked at run-time. SPEED_CYCLECOUNTER_OBJ=pentium.lo @@ -2137,9 +2137,9 @@ echo "include_mpn(\`x86/x86-defs.m4')" >> $gmp_tmpconfigm4i extra_functions="udiv_w_sdiv" ;; - # Special cpu "none" selects generic C. -DNO_ASM is used to disable gcc + # Special CPU "none" selects generic C. -DNO_ASM is used to disable gcc # asm blocks in longlong.h (since they're driven by cpp pre-defined - # symbols like "__alpha__" rather than from the configured cpu. + # symbols like __alpha rather than the configured $host_cpu). # none-*-*) gcc_cppflags="-DNO_ASM" @@ -9829,11 +9829,15 @@ echo "define(\`__CONFIG_M4_INCLUDED__')" >> $gmp_configm4 # FIXME: Upcoming version of autoconf/automake may not like broken lines. # Right now automake isn't accepting the new AC_CONFIG_FILES scheme. -ac_config_files="$ac_config_files Makefile mpf/Makefile mpz/Makefile mpn/Makefile mpq/Makefile \ - mpf/tests/Makefile mpz/tests/Makefile mpq/tests/Makefile mpn/tests/Makefile \ - tests/Makefile tests/rand/Makefile - demos/Makefile demos/calc/Makefile tune/Makefile \ - mpbsd/Makefile mpbsd/tests/Makefile mpfr/Makefile mpfr/tests/Makefile" +ac_config_files="$ac_config_files Makefile \ + mpbsd/Makefile mpf/Makefile mpfr/Makefile mpn/Makefile mpq/Makefile \ + mpz/Makefile \ + mpfr/tests/Makefile \ + tests/Makefile tests/devel/Makefile tests/mpbsd/Makefile \ + tests/mpf/Makefile tests/mpq/Makefile tests/mpz/Makefile \ + tests/rand/Makefile \ + tune/Makefile \ + demos/Makefile demos/calc/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -9934,7 +9938,7 @@ sed '/^$/d;s/^/| /' confdefs.h >&5 : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:9937: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:9941: creating $CONFIG_STATUS" >&5 echo "creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<\_ACEOF #! /bin/sh @@ -10123,23 +10127,23 @@ Try \`$0 --help' for more information." >&2 # Handling of arguments. 'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + 'mpbsd/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpbsd/Makefile" ;; 'mpf/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpf/Makefile" ;; - 'mpz/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpz/Makefile" ;; + 'mpfr/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpfr/Makefile" ;; 'mpn/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpn/Makefile" ;; 'mpq/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpq/Makefile" ;; - 'mpf/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpf/tests/Makefile" ;; - 'mpz/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpz/tests/Makefile" ;; - 'mpq/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpq/tests/Makefile" ;; - 'mpn/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpn/tests/Makefile" ;; + 'mpz/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpz/Makefile" ;; + 'mpfr/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpfr/tests/Makefile" ;; 'tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + 'tests/devel/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/devel/Makefile" ;; + 'tests/mpbsd/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/mpbsd/Makefile" ;; + 'tests/mpf/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/mpf/Makefile" ;; + 'tests/mpq/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/mpq/Makefile" ;; + 'tests/mpz/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/mpz/Makefile" ;; 'tests/rand/Makefile' ) CONFIG_FILES="$CONFIG_FILES tests/rand/Makefile" ;; + 'tune/Makefile' ) CONFIG_FILES="$CONFIG_FILES tune/Makefile" ;; 'demos/Makefile' ) CONFIG_FILES="$CONFIG_FILES demos/Makefile" ;; 'demos/calc/Makefile' ) CONFIG_FILES="$CONFIG_FILES demos/calc/Makefile" ;; - 'tune/Makefile' ) CONFIG_FILES="$CONFIG_FILES tune/Makefile" ;; - 'mpbsd/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpbsd/Makefile" ;; - 'mpbsd/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpbsd/tests/Makefile" ;; - 'mpfr/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpfr/Makefile" ;; - 'mpfr/tests/Makefile' ) CONFIG_FILES="$CONFIG_FILES mpfr/tests/Makefile" ;; 'mpn/$tmp_fn.$tmp_ext' ) CONFIG_LINKS="$CONFIG_LINKS mpn/$tmp_fn.$tmp_ext:mpn/$tmp_dir/$tmp_base.$tmp_ext" ;; 'gmp-mparam.h' ) CONFIG_LINKS="$CONFIG_LINKS gmp-mparam.h:mpn/$tmp_dir/gmp-mparam.h" ;; 'default-1' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; @@ -10413,7 +10417,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:10416: creating $ac_file" >&5 + { echo "$as_me:10420: creating $ac_file" >&5 echo "creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -10506,7 +10510,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:10509: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:10513: creating $ac_file" >&5 echo "creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -10645,7 +10649,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:10648: $ac_file is unchanged" >&5 + { echo "$as_me:10652: $ac_file is unchanged" >&5 echo "$ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -10691,7 +10695,7 @@ for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue ac_dest=`echo "$ac_file" | sed 's,:.*,,'` ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - { echo "$as_me:10694: linking $srcdir/$ac_source to $ac_dest" >&5 + { echo "$as_me:10698: linking $srcdir/$ac_source to $ac_dest" >&5 echo "linking $srcdir/$ac_source to $ac_dest" >&6;} if test ! -r $srcdir/$ac_source; then -- cgit v1.2.1