# HG changeset patch # User "Yann E. MORIN" # Date 1271112189 -7200 # Node ID ec847e60981d89f67958c234b2fe6e3d0e330728 # Parent 3ea4e6f7b85fe9e0caf31e63abf25d1a05045dea Revert 3ea4e6f7b85f: Force autoreconf for mpfr It breaks on my machine. Revert until we find the exact cause leading to the initial patch, and we come up with a patch that properly fixes it. diff -r 3ea4e6f7b85f -r ec847e60981d scripts/build/companion_libs/mpfr.sh --- a/scripts/build/companion_libs/mpfr.sh Fri Apr 09 21:04:24 2010 +0200 +++ b/scripts/build/companion_libs/mpfr.sh Tue Apr 13 00:43:09 2010 +0200 @@ -34,7 +34,7 @@ CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}" if [ ! -f .autoreconf.ct-ng ]; then CT_DoLog DEBUG "Running autoreconf" - CT_DoExecLog ALL autoreconf -fi + CT_DoExecLog ALL autoreconf touch .autoreconf.ct-ng fi CT_Popd