# HG changeset patch # User "Yann E. MORIN" # Date 1270932336 -7200 # Node ID b376baa43a50e178915f8d5dac40d9408bf2e962 # Parent b82375bb7acd18d2734bcb26614c1c99db90fff1 complibs/mpfr: fix extract With MPFR 2.4.2, autoreconf needs to be run as well. diff -r b82375bb7acd -r b376baa43a50 scripts/build/companion_libs/mpfr.sh --- a/scripts/build/companion_libs/mpfr.sh Sat Apr 10 12:34:07 2010 +0200 +++ b/scripts/build/companion_libs/mpfr.sh Sat Apr 10 22:45:36 2010 +0200 @@ -30,7 +30,7 @@ # do that in the future... # It seems that MPFR >= 2.4.0 do not need this... case "${CT_MPFR_VERSION}" in - 2.4.1) + 2.4.*) CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}" if [ ! -f .autoreconf.ct-ng ]; then CT_DoLog DEBUG "Running autoreconf"