summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-12 22:43:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-12 22:43:22 (GMT)
commit80e7118b1f041b869c87339dcf649af565cfdb71 (patch)
treec6f75c30e5b483462ca2851f9b34e7ff5be606d5 /scripts/build
parent0f52a4c2de3d3890e740a3752e553f6b2f445e80 (diff)
parent2d446d21bc60c5a883f215258c32907256b589b8 (diff)
Merge.
Diffstat (limited to 'scripts/build')
-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 ecb63c2..97e00b8 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