scripts/build/companion_libs/mpfr.sh
changeset 1904 ec847e60981d
parent 1895 3ea4e6f7b85f
child 1905 f819ad7335e2
     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