diff -r 3448ac3f1a5d -r 94fc77c37418 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Mon Apr 20 21:10:03 2009 +0000 +++ b/scripts/build/mpfr.sh Mon Aug 03 00:49:25 2009 +0200 @@ -30,6 +30,15 @@ # do that in the future... # It seems that MPFR >= 2.4.0 do not need this... case "${CT_MPFR_VERSION}" in + 2.4.1) + CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}" + if [ ! -f .autoreconf.ct-ng ]; then + CT_DoLog DEBUG "Running autoreconf" + CT_DoExecLog ALL autoreconf + touch .autoreconf.ct-ng + fi + CT_Popd + ;; 1.*|2.0.*|2.1.*|2.2.*|2.3.*) CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}" if [ ! -f .autotools.ct-ng ]; then