--- rpl/Attic/configure.in 2010/03/25 17:33:14 1.14 +++ rpl/Attic/configure.in 2010/03/27 13:42:33 1.15 @@ -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 $OPENSSL && ./config) + (cd tools && tar -xf -) fi AC_CHECK_PROG(LIBTOOLIZE, libtoolize, yes, no) @@ -770,7 +770,7 @@ AC_CONFIG_SUBDIRS(tools/$GPP) AC_CONFIG_SUBDIRS(tools/$FILE) AC_CONFIG_SUBDIRS(tools/$ICONV) AC_CONFIG_SUBDIRS(tools/$SQLITE) -tools/$OPENSSL/config +(cd tools/$OPENSSL && ./config) if test "$MYGNUPLOT" = "yes"; then if test ! -d "$srcdir"/tools/$GNUPLOT; then