scripts/build/companion_libs/mpfr.sh
changeset 2087 fefd9a3f8180
parent 1901 bdb3a98e064b
parent 1904 ec847e60981d
child 2099 1bb063c8a0ca
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Sun Apr 11 23:18:10 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Tue Aug 17 23:50:03 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