Diff for /rpl/configure.ac between versions 1.39 and 1.44

version 1.39, 2012/07/31 11:06:34 version 1.44, 2012/10/01 11:04:57
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.9])  AC_INIT([rpl],[4.1.11])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 27  MPFR=mpfr-3.1.0 Line 27  MPFR=mpfr-3.1.0
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9950  COCOA=CoCoALib-0.9950
 PARI=pari-2.5.1  PARI=pari-2.5.1
 GIAC=giac-0.9.6  GIAC=giac-0.9.8
   
 dnl 32 bits ABI  dnl 32 bits ABI
 AC_ARG_WITH(gcc_version,  AC_ARG_WITH(gcc_version,
Line 36  CC=gcc-$with_gcc_version Line 36  CC=gcc-$with_gcc_version
 CXX=g++-$with_gcc_version  CXX=g++-$with_gcc_version
 CF=gfortran-$with_gcc_version  CF=gfortran-$with_gcc_version
 F77=gfortran-$with_gcc_version  F77=gfortran-$with_gcc_version
   AC_SUBST(CC)
   AC_SUBST(CXX)
   AC_SUBST(CF)
   AC_SUBST(F77)
 ],[])  ],[])
   
 dnl Checks for Bash  dnl Checks for Bash

Removed from v.1.39  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>