Revert 3ea4e6f7b85f: Force autoreconf for mpfr
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 13 00:43:09 2010 +0200 (2010-04-13)
changeset 1904ec847e60981d
parent 1895 3ea4e6f7b85f
child 1905 f819ad7335e2
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.
scripts/build/companion_libs/mpfr.sh
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Fri Apr 09 21:04:24 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Tue Apr 13 00:43:09 2010 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4              CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
     1.5              if [ ! -f .autoreconf.ct-ng ]; then
     1.6                  CT_DoLog DEBUG "Running autoreconf"
     1.7 -                CT_DoExecLog ALL autoreconf -fi
     1.8 +                CT_DoExecLog ALL autoreconf
     1.9                  touch .autoreconf.ct-ng
    1.10              fi
    1.11              CT_Popd