Diff for /rpl/Attic/configure.in between versions 1.60 and 1.69

version 1.60, 2011/06/20 17:54:12 version 1.69, 2011/06/27 15:27:25
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.1.0.prerelease.1])  AC_INIT([rpl],[4.1.0])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
Line 23  MPFR=mpfr-3.0.1 Line 23  MPFR=mpfr-3.0.1
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9943  COCOA=CoCoALib-0.9943
 PARI=pari-2.3.5  PARI=pari-2.3.5
 GIAC=giac-0.9.2  GIAC=giac-0.9.1
   
 dnl Checks for C compiler  dnl Checks for C compiler
 AC_PROG_CC(gcc)  AC_PROG_CC(gcc)
Line 114  if test "$ac_x_libraries" != "no"; then Line 114  if test "$ac_x_libraries" != "no"; then
     fi      fi
 fi  fi
   
   dnl 32 bits ABI
   AC_ARG_WITH(32bits,
   [  --with-32bits-abi       force 32bits ABI (multilib)],[
   if test "$with-32bits-abi" = "no"; then
       ABI=
   else
       ABI=-m32
   fi],[
       ABI=-m32
       ]
   )
   
   AC_SUBST(ABI)
   
 dnl Options  dnl Options
 AC_ARG_ENABLE(optimization,  AC_ARG_ENABLE(optimization,
 [  --enable-optimization   set compiler flags [[default=environment variables -O3]]], [  [  --enable-optimization   set compiler flags [[default=environment variables -O3]]], [

Removed from v.1.60  
changed lines
  Added in v.1.69


CVSweb interface <joel.bertrand@systella.fr>