# HG changeset patch # User Bart vdr. Meulen # Date 1270839864 -7200 # Node ID 3ea4e6f7b85fe9e0caf31e63abf25d1a05045dea # Parent faea3afad5c0decf45e0cb7b67db89aae78b19f1 [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 diff -r faea3afad5c0 -r 3ea4e6f7b85f scripts/build/companion_libs/mpfr.sh --- a/scripts/build/companion_libs/mpfr.sh Sun Apr 11 15:37:53 2010 +0200 +++ b/scripts/build/companion_libs/mpfr.sh Fri Apr 09 21:04:24 2010 +0200 @@ -34,7 +34,7 @@ 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