summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-12 22:43:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-12 22:43:09 (GMT)
commit2d446d21bc60c5a883f215258c32907256b589b8 (patch)
tree1ee23fc5b65edccfb7843aefb28b908d9e9ffcc0
parent1ef028c7e6bc470e9b16c6ba3b076ac26583b4e7 (diff)
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.
-rw-r--r--scripts/build/companion_libs/mpfr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh
index 1c14c67..7787d8c 100644
--- a/scripts/build/companion_libs/mpfr.sh
+++ b/scripts/build/companion_libs/mpfr.sh
@@ -34,7 +34,7 @@ do_mpfr_extract() {
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