Diff for /rpl/configure.ac between versions 1.125 and 1.133

version 1.125, 2015/07/08 20:09:29 version 1.133, 2015/09/18 13:41:06
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.22])  AC_INIT([rpl],[4.1.23])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 8  AC_SUBST(target_cpu) Line 8  AC_SUBST(target_cpu)
 AC_CONFIG_HEADERS([rplconfig.h])  AC_CONFIG_HEADERS([rplconfig.h])
   
 dnl Libraries  dnl Libraries
 NCURSES=ncurses-5.9  NCURSES=ncurses-6.0
 READLINE=readline-6.3  READLINE=readline-6.3
 UNITS=units-2.11  UNITS=units-2.11
 GSL=gsl-1.16  GSL=gsl-1.16
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.0.0  GNUPLOT=gnuplot-5.0.1
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.8.10.2  SQLITE=sqlite-3.8.11.1
 OPENSSL=openssl-1.0.2c  OPENSSL=openssl-1.0.2d
 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.8  ZLIB=zlib-1.2.8
   
 GMP=gmp-6.0.0  GMP=gmp-6.0.0
 MPFR=mpfr-3.1.2  MPFR=mpfr-3.1.3
 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.4  GIAC=giac-1.2.0
   
 dnl 32 bits ABI  dnl 32 bits ABI
 AC_ARG_WITH(gcc_version,  AC_ARG_WITH(gcc_version,
Line 461  if test ! -d "$srcdir"/tools/$NCURSES; t Line 461  if test ! -d "$srcdir"/tools/$NCURSES; t
             done;              done;
             for i in ../$NCURSES*.patch.gz;              for i in ../$NCURSES*.patch.gz;
             do echo Applying patch $i && \              do echo Applying patch $i && \
                     if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \  
                         rm -f Ada95/src/library.gpr; \  
                     elif test $i = "../ncurses-5.9-20150516.patch.gz"; then \  
                         rm -f doc/html/man/adacurses-config.1.html;  
                     fi && \  
                 gunzip -c $i | patch -p1;                  gunzip -c $i | patch -p1;
             done);              done);
 fi  fi
Line 1312  esac Line 1307  esac
   
 dnl Correction d'un problème de compilation pour GNUplot 5.0.0  dnl Correction d'un problème de compilation pour GNUplot 5.0.0
 ac_configure_args="$ac_configure_args --disable-wxwidgets"  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  case $OS in
     OS2)      OS2)

Removed from v.1.125  
changed lines
  Added in v.1.133


CVSweb interface <joel.bertrand@systella.fr>