complibs/mpfr: fix extract
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Apr 10 22:45:36 2010 +0200 (2010-04-10)
changeset 1889b376baa43a50
parent 1888 b82375bb7acd
child 1890 39045a2f1163
complibs/mpfr: fix extract

With MPFR 2.4.2, autoreconf needs to be run as well.
scripts/build/companion_libs/mpfr.sh
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Sat Apr 10 12:34:07 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Sat Apr 10 22:45:36 2010 +0200
     1.3 @@ -30,7 +30,7 @@
     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 +        2.4.*)
     1.9              CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}"
    1.10              if [ ! -f .autoreconf.ct-ng ]; then
    1.11                  CT_DoLog DEBUG "Running autoreconf"