Merge.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 13 00:43:22 2010 +0200 (2010-04-13)
changeset 1905f819ad7335e2
parent 1903 0ad4469a2ae1
parent 1904 ec847e60981d
child 1906 679cec4c93dc
Merge.
scripts/build/companion_libs/mpfr.sh
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Tue Apr 13 00:07:00 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Tue Apr 13 00:43:22 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