--- rpl/Attic/configure.in 2011/06/09 07:25:22 1.59 +++ rpl/Attic/configure.in 2011/06/27 13:14:28 1.66 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.0.prerelease.0]) +AC_INIT([rpl],[4.1.0]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE @@ -23,7 +23,7 @@ MPFR=mpfr-3.0.1 NTL=ntl-5.5.2 COCOA=CoCoALib-0.9943 PARI=pari-2.3.5 -GIAC=giac-0.9.2 +GIAC=giac-0.9.1 dnl Checks for C compiler AC_PROG_CC(gcc) @@ -114,6 +114,25 @@ if test "$ac_x_libraries" != "no"; then fi fi +dnl 32 bits ABI +AC_ARG_WITH(32bits, +[ --with-32bits-abi force 32bits ABI (multilib)],[ +if test "$with-32bits-abi" = "no"; then + CFLAGS= + FFLAGS= + CXXFLAGS= + FCFLAGS= +else + CFLAGS="$CFLAGS -m32" + FFLAGS="$FFLAGS -m32" + FCFLAGS="$FCFLAGS -m32" +],[ + CFLAGS="$CFLAGS -m32" + FFLAGS="$FFLAGS -m32" + FCFLAGS="$FCFLAGS -m32" + ] +) + dnl Options AC_ARG_ENABLE(optimization, [ --enable-optimization set compiler flags [[default=environment variables -O3]]], [