--- rpl/configure.ac 2013/04/01 15:29:32 1.66 +++ rpl/configure.ac 2013/07/11 11:56:32 1.72 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.14]) +AC_INIT([rpl],[4.1.15]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -13,17 +13,17 @@ READLINE=readline-6.2 UNITS=units-2.01 GSL=gsl-1.15 GPP=gpp-3.0 -GNUPLOT=gnuplot-4.6.2 +GNUPLOT=gnuplot-4.6.3 FILE=file-5.11 ICONV=libiconv-1.14 -SQLITE=sqlite-3.7.16.1 +SQLITE=sqlite-3.7.17 OPENSSL=openssl-1.0.1e OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.9 SIGSEGV=libsigsegv-2.11 ZLIB=zlib-1.2.7 -GMP=gmp-5.1.1 +GMP=gmp-5.1.2 MPFR=mpfr-3.1.2 NTL=ntl-5.5.2 COCOA=CoCoALib-0.9950 @@ -1314,7 +1314,7 @@ case $HOST in break;; *) - ARCH=unknown + ARCH=$(echo $HOST | cut -f1 -d-) break ;; esac