diff -r b46de4c38396 -r 1854f2c508a8 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Thu Jun 19 21:54:57 2008 +0000 +++ b/scripts/build/mpfr.sh Fri Jun 20 07:44:14 2008 +0000 @@ -34,8 +34,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}" \