--- rpl/Attic/configure.in 2010/03/06 18:29:05 1.10 +++ rpl/Attic/configure.in 2010/03/17 14:14:35 1.12 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.0.12]) +AC_INIT([rpl],[4.0.13]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE @@ -266,7 +266,7 @@ if test ! -d "$srcdir"/tools/$SQLITE; th fi if test ! -d tools/$OPENSSL; then gunzip -c "$srcdir"/tools/$OPENSSL.tar.gz | \ - (cd tools && tar -xf -) + (cd tools && tar -xf - && cd $OPENSSL && ./config) fi AC_CHECK_PROG(LIBTOOLIZE, libtoolize, yes, no)