Diff for /rpl/configure.ac between versions 1.56 and 1.58

version 1.56, 2013/02/22 20:04:38 version 1.58, 2013/03/01 09:29: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.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 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;;
   

Removed from v.1.56  
changed lines
  Added in v.1.58


CVSweb interface <joel.bertrand@systella.fr>