# HG changeset patch # User "Yann E. MORIN" # Date 1213947915 0 # Node ID 9b95711d00055308754514a4c931eaab0c92021e # Parent 3ea90d5be95c95b6dc0cb5ef9640bbd16389222a Backport #725 from trunk: Realy fix building MPFR. /branches/1.1/scripts/build/mpfr.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+) diff -r 3ea90d5be95c -r 9b95711d0005 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Fri Jun 20 06:10:08 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}" \