[CT-NG:patch 05/19] Force autoreconf for mpfr

In some exotic case the autoreconf step of mpfr is not executed (correctly)
leaving an incorrect version number for libtool in the configure script.

After extracting the sources files, force autoreconf to be executed.

Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com>
This commit is contained in:
Bart vdr. Meulen 2010-04-09 21:04:24 +02:00
parent 58de741ecf
commit 1ef028c7e6

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
CT_DoExecLog ALL autoreconf -fi
touch .autoreconf.ct-ng
fi
CT_Popd