Diff for /rpl/configure.ac between versions 1.69 and 1.72

version 1.69, 2013/05/22 21:38:06 version 1.72, 2013/07/11 11:56:32
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.14])  AC_INIT([rpl],[4.1.15])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 23  LIBXPM=libXpm-3.5.9 Line 23  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
 ZLIB=zlib-1.2.7  ZLIB=zlib-1.2.7
   
 GMP=gmp-5.1.1  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
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.69  
changed lines
  Added in v.1.72


CVSweb interface <joel.bertrand@systella.fr>