From 1ef028c7e6bc470e9b16c6ba3b076ac26583b4e7 Mon Sep 17 00:00:00 2001 From: "Bart vdr. Meulen" Date: Fri, 9 Apr 2010 21:04:24 +0200 Subject: [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 --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh index 7787d8c..1c14c67 100644 --- a/scripts/build/companion_libs/mpfr.sh +++ b/scripts/build/companion_libs/mpfr.sh @@ -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 -- cgit v0.10.2-6-g49f6