--- rpl/configure.ac 2012/12/13 19:50:18 1.48 +++ rpl/configure.ac 2013/02/10 16:29:01 1.54 @@ -1,5 +1,5 @@ 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 AM_INIT_AUTOMAKE(silent-rules) @@ -13,10 +13,10 @@ READLINE=readline-6.2 UNITS=units-2.01 GSL=gsl-1.15 GPP=gpp-3.0 -GNUPLOT=gnuplot-4.6.0 +GNUPLOT=gnuplot-4.6.1 FILE=file-5.11 ICONV=libiconv-1.13.1 -SQLITE=sqlite-3.7.15 +SQLITE=sqlite-3.7.15.2 OPENSSL=openssl-1.0.1c OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.9 @@ -1304,6 +1304,10 @@ case $HOST in ARCH=armel break;; + mips*el-*-linux-gnu) + ARCH=mipsel + break;; + *) ARCH=unknown break ;;