scripts/build/companion_libs/mpfr.sh
changeset 1449 8ad2773e7ae3
parent 1422 ff866c9faad2
child 1797 42c618ca576e
child 1922 78dded99f609
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Tue Jun 23 22:57:12 2009 +0200
     1.2 +++ b/scripts/build/companion_libs/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