--- rpl/configure.ac 2015/07/15 08:59:48 1.127 +++ rpl/configure.ac 2015/09/18 13:41:06 1.133 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.22]) +AC_INIT([rpl],[4.1.23]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -13,10 +13,10 @@ READLINE=readline-6.3 UNITS=units-2.11 GSL=gsl-1.16 GPP=gpp-3.0 -GNUPLOT=gnuplot-5.0.0 +GNUPLOT=gnuplot-5.0.1 FILE=file-5.11 ICONV=libiconv-1.14 -SQLITE=sqlite-3.8.10.2 +SQLITE=sqlite-3.8.11.1 OPENSSL=openssl-1.0.2d OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.9 @@ -24,11 +24,11 @@ SIGSEGV=libsigsegv-2.11 ZLIB=zlib-1.2.8 GMP=gmp-6.0.0 -MPFR=mpfr-3.1.2 +MPFR=mpfr-3.1.3 NTL=ntl-5.5.2 COCOA=CoCoALib-0.9950 PARI=pari-2.5.4 -GIAC=giac-1.1.4 +GIAC=giac-1.2.0 dnl 32 bits ABI AC_ARG_WITH(gcc_version, @@ -1307,6 +1307,9 @@ esac dnl Correction d'un problème de compilation pour GNUplot 5.0.0 ac_configure_args="$ac_configure_args --disable-wxwidgets" +dnl Correction d'un problème d'ABI avec readline +ac_configure_args="$ac_configure_args \ + --with-abi-version=5.9 --with-rel-version=5.9" case $OS in OS2)