--- rpl/configure.ac 2012/07/31 11:06:34 1.39 +++ rpl/configure.ac 2012/10/01 11:04:57 1.44 @@ -1,5 +1,5 @@ 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 AM_INIT_AUTOMAKE(silent-rules) @@ -27,7 +27,7 @@ MPFR=mpfr-3.1.0 NTL=ntl-5.5.2 COCOA=CoCoALib-0.9950 PARI=pari-2.5.1 -GIAC=giac-0.9.6 +GIAC=giac-0.9.8 dnl 32 bits ABI AC_ARG_WITH(gcc_version, @@ -36,6 +36,10 @@ CC=gcc-$with_gcc_version CXX=g++-$with_gcc_version CF=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