# HG changeset patch # User "Yann E. MORIN" # Date 1213947854 0 # Node ID 1854f2c508a89055a35569fb51f8a7d1d5338867 # Parent b46de4c38396423f225abd6b698b946d4667270d Realy fix building MPFR. /trunk/scripts/build/mpfr.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+) 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}" \