Diff for /rpl/configure.ac between versions 1.49 and 1.54

version 1.49, 2012/12/14 12:30:20 version 1.54, 2013/02/10 16:29:01
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.11])  AC_INIT([rpl],[4.1.12])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 16  GPP=gpp-3.0 Line 16  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.6.1  GNUPLOT=gnuplot-4.6.1
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.15  SQLITE=sqlite-3.7.15.2
 OPENSSL=openssl-1.0.1c  OPENSSL=openssl-1.0.1c
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
Line 1304  case $HOST in Line 1304  case $HOST in
         ARCH=armel          ARCH=armel
     break;;      break;;
   
       mips*el-*-linux-gnu)
           ARCH=mipsel
       break;;
   
     *)      *)
         ARCH=unknown          ARCH=unknown
     break ;;      break ;;

Removed from v.1.49  
changed lines
  Added in v.1.54


CVSweb interface <joel.bertrand@systella.fr>