# HG changeset patch # User "Yann E. MORIN" # Date 1270932336 -7200 # Node ID 78dded99f609d3cd62887f3e5ca469f9f7619e83 # Parent ba680bd7842d95ab131b324c3be7be6640f51612 complibs/mpfr: fix extract With MPFR 2.4.2, autoreconf needs to be run as well. (transplanted from b376baa43a50e178915f8d5dac40d9408bf2e962) diff -r ba680bd7842d -r 78dded99f609 scripts/build/companion_libs/mpfr.sh --- a/scripts/build/companion_libs/mpfr.sh Tue Mar 30 22:30:41 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"