diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-10 22:45:36 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-10 22:45:36 +0200 |
commit | 355d0b24e073f6671b8d0f164e6f6227c0b9ff7d (patch) | |
tree | 3a1dcf2cf4d1abc3f707114bfde8d197732ad876 | |
parent | 76c374b1af846c784f0569815bc3e3155e205ef2 (diff) | |
download | crosstool-ng-355d0b24e073f6671b8d0f164e6f6227c0b9ff7d.tar.gz crosstool-ng-355d0b24e073f6671b8d0f164e6f6227c0b9ff7d.tar.bz2 crosstool-ng-355d0b24e073f6671b8d0f164e6f6227c0b9ff7d.zip |
complibs/mpfr: fix extract
With MPFR 2.4.2, autoreconf needs to be run as well.
(transplanted from b376baa43a50e178915f8d5dac40d9408bf2e962)
-rw-r--r-- | scripts/build/companion_libs/mpfr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh index 3c3480d0..b82f0c51 100644 --- a/scripts/build/companion_libs/mpfr.sh +++ b/scripts/build/companion_libs/mpfr.sh @@ -30,7 +30,7 @@ do_mpfr_extract() { # do that in the future... # It seems that MPFR >= 2.4.0 do not need this... case "${CT_MPFR_VERSION}" in - 2.4.1) + 2.4.*) CT_Pushd "${CT_SRC_DIR}/mpfr-${CT_MPFR_VERSION}" if [ ! -f .autoreconf.ct-ng ]; then CT_DoLog DEBUG "Running autoreconf" |