scripts/build/mpfr.sh
branch1.4
changeset 1456 94fc77c37418
parent 1299 3448ac3f1a5d
     1.1 --- a/scripts/build/mpfr.sh	Mon Apr 20 21:10:03 2009 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Mon Aug 03 00:49:25 2009 +0200
     1.3 @@ -30,6 +30,15 @@
     1.4      # do that in the future...
     1.5      # It seems that MPFR >= 2.4.0 do not need this...
     1.6      case "${CT_MPFR_VERSION}" in
     1.7 +        2.4.1)
     1.8 +            CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
     1.9 +            if [ ! -f .autoreconf.ct-ng ]; then
    1.10 +                CT_DoLog DEBUG "Running autoreconf"
    1.11 +                CT_DoExecLog ALL autoreconf
    1.12 +                touch .autoreconf.ct-ng
    1.13 +            fi
    1.14 +            CT_Popd
    1.15 +            ;;
    1.16          1.*|2.0.*|2.1.*|2.2.*|2.3.*)
    1.17              CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
    1.18              if [ ! -f .autotools.ct-ng ]; then