Diff for /rpl/configure.ac between versions 1.71 and 1.76

version 1.71, 2013/07/05 08:08:32 version 1.76, 2013/09/25 14:36:45
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.15])  AC_INIT([rpl],[4.1.16])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 11  dnl Libraries Line 11  dnl Libraries
 NCURSES=ncurses-5.9  NCURSES=ncurses-5.9
 READLINE=readline-6.2  READLINE=readline-6.2
 UNITS=units-2.01  UNITS=units-2.01
 GSL=gsl-1.15  GSL=gsl-1.16
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.6.3  GNUPLOT=gnuplot-4.6.3
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.7.17  SQLITE=sqlite-3.8.0
 OPENSSL=openssl-1.0.1e  OPENSSL=openssl-1.0.1e
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
Line 27  GMP=gmp-5.1.2 Line 27  GMP=gmp-5.1.2
 MPFR=mpfr-3.1.2  MPFR=mpfr-3.1.2
 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.4
 GIAC=giac-1.1.0  GIAC=giac-1.1.0
   
 dnl 32 bits ABI  dnl 32 bits ABI
Line 1314  case $HOST in Line 1314  case $HOST in
     break;;      break;;
   
     *)      *)
         ARCH=unknown          ARCH=$(echo $HOST | cut -f1 -d-)
     break ;;      break ;;
 esac  esac
   

Removed from v.1.71  
changed lines
  Added in v.1.76


CVSweb interface <joel.bertrand@systella.fr>