Diff for /rpl/configure.ac between versions 1.55 and 1.59

version 1.55, 2013/02/22 19:51:00 version 1.59, 2013/03/06 09:00:26
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.12])  AC_INIT([rpl],[4.1.13])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 22  OPENMOTIF=openmotif-2.3.4 Line 22  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
   
 GMP=gmp-5.0.5  GMP=gmp-5.1.1
 MPFR=mpfr-3.1.1  MPFR=mpfr-3.1.1
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9950  COCOA=CoCoALib-0.9950
Line 1304  case $HOST in Line 1304  case $HOST in
         ARCH=armel          ARCH=armel
     break;;      break;;
   
     mips*el-*-linux-gnu)      mips*el-unknown-linux-gnu)
         ARCH=mipsel          ARCH=mipsel
     break;;      break;;
   
Line 1390  fi Line 1390  fi
 AC_SUBST(ZLIB)  AC_SUBST(ZLIB)
   
 AC_CONFIG_FILES(Makefile)  AC_CONFIG_FILES(Makefile)
 AC_CONFIG_FILES(COPYING)  AC_CONFIG_FILES(HEADER)
 AC_CONFIG_FILES(tools/Makefile)  AC_CONFIG_FILES(tools/Makefile)
 AC_CONFIG_FILES(src/Makefile)  AC_CONFIG_FILES(src/Makefile)
 AC_CONFIG_FILES(man/Makefile)  AC_CONFIG_FILES(man/Makefile)

Removed from v.1.55  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>