--- rpl/configure.ac 2014/06/24 09:13:53 1.98 +++ rpl/configure.ac 2014/08/11 10:33:50 1.101 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.18]) +AC_INIT([rpl],[4.1.19]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -17,7 +17,7 @@ GNUPLOT=gnuplot-4.6.5 FILE=file-5.11 ICONV=libiconv-1.14 SQLITE=sqlite-3.8.5 -OPENSSL=openssl-1.0.1h +OPENSSL=openssl-1.0.1i OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.9 SIGSEGV=libsigsegv-2.11 @@ -44,6 +44,7 @@ AC_SUBST(F77) ],[]) dnl Checks for Bash +BASH_PATH=$(which bash) BASH=$(which bash | sed 's/\//\\\//g') if test x$BASH = x; then @@ -51,6 +52,7 @@ if test x$BASH = x; then fi AC_SUBST(BASH) +AC_SUBST(BASH_PATH) dnl Checks for C compiler AC_PROG_CC(gcc)