This commit is contained in:
Yann E. MORIN" 2010-04-13 00:43:22 +02:00
commit 80e7118b1f

View File

@ -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