Diff for /rpl/configure.ac between versions 1.98 and 1.114

version 1.98, 2014/06/24 09:13:53 version 1.114, 2015/02/19 08:54:30
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.18])  AC_INIT([rpl],[4.1.20])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 13  READLINE=readline-6.3 Line 13  READLINE=readline-6.3
 UNITS=units-2.02  UNITS=units-2.02
 GSL=gsl-1.16  GSL=gsl-1.16
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.6.5  GNUPLOT=gnuplot-5.0.0
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.8.5  SQLITE=sqlite-3.8.8.2
 OPENSSL=openssl-1.0.1h  OPENSSL=openssl-1.0.2
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
 ZLIB=zlib-1.2.7  ZLIB=zlib-1.2.8
   
 GMP=gmp-6.0.0  GMP=gmp-6.0.0
 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.4  PARI=pari-2.5.4
 GIAC=giac-1.1.0  GIAC=giac-1.1.4
   
 dnl 32 bits ABI  dnl 32 bits ABI
 AC_ARG_WITH(gcc_version,  AC_ARG_WITH(gcc_version,
Line 44  AC_SUBST(F77) Line 44  AC_SUBST(F77)
 ],[])  ],[])
   
 dnl Checks for Bash  dnl Checks for Bash
   BASH_PATH=$(which bash)
 BASH=$(which bash | sed 's/\//\\\//g')  BASH=$(which bash | sed 's/\//\\\//g')
   
 if test x$BASH = x; then  if test x$BASH = x; then
Line 51  if test x$BASH = x; then Line 52  if test x$BASH = x; then
 fi  fi
   
 AC_SUBST(BASH)  AC_SUBST(BASH)
   AC_SUBST(BASH_PATH)
   
 dnl Checks for C compiler  dnl Checks for C compiler
 AC_PROG_CC(gcc)  AC_PROG_CC(gcc)
Line 1298  case $OS in Line 1300  case $OS in
     break ;;      break ;;
 esac  esac
   
   dnl Correction d'un problème de compilation pour GNUplot 5.0.0
   ac_configure_args="$ac_configure_args --disable-wxwidgets"
   
 case $OS in  case $OS in
     OS2)      OS2)
         WHOLE_LIB1=""          WHOLE_LIB1=""

Removed from v.1.98  
changed lines
  Added in v.1.114


CVSweb interface <joel.bertrand@systella.fr>