complibs/mpfr: fix extract 1.6
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Apr 10 22:45:36 2010 +0200 (2010-04-10)
branch1.6
changeset 192278dded99f609
parent 1885 ba680bd7842d
child 1923 37613068818d
complibs/mpfr: fix extract

With MPFR 2.4.2, autoreconf needs to be run as well.
(transplanted from b376baa43a50e178915f8d5dac40d9408bf2e962)
scripts/build/companion_libs/mpfr.sh
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Tue Mar 30 22:30:41 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"