--- rpl/configure.ac 2013/02/22 20:04:38 1.56 +++ rpl/configure.ac 2013/03/01 09:29:30 1.58 @@ -1,5 +1,5 @@ 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 AM_INIT_AUTOMAKE(silent-rules) @@ -1304,7 +1304,7 @@ case $HOST in ARCH=armel break;; - mips*el-*-linux-gnu) + mips*el-unknown-linux-gnu) ARCH=mipsel break;;