diff -r 2209aaba05ab -r 9b95711d0005 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Thu Jun 19 22:06:42 2008 +0000 +++ b/scripts/build/mpfr.sh Fri Jun 20 07:45:15 2008 +0000 @@ -33,8 +33,10 @@ # This hack is not bad per se, but the MPFR guys would be better to not # do that in the future... CT_DoLog EXTRA "Re-building configuration files" + CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}" autoreconf -fi 2>&1 |CT_DoLog ALL libtoolize 2>&1 |CT_DoLog ALL + CT_Popd CT_DoLog EXTRA "Configuring MPFR" CFLAGS="${CT_CFLAGS_FOR_HOST}" \