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 | 538d596113e28ecd97e535c656105777cbae2f07 (patch) | |
tree | 80ed6d027662c71a909a9624d2331d41102911c3 | |
parent | 0d8e0f0e8b46df001f61cffc4dceddc9e5964e36 (diff) | |
download | crosstool-ng-538d596113e28ecd97e535c656105777cbae2f07.tar.gz crosstool-ng-538d596113e28ecd97e535c656105777cbae2f07.tar.bz2 crosstool-ng-538d596113e28ecd97e535c656105777cbae2f07.zip |
complibs/mpfr: fix extract
With MPFR 2.4.2, autoreconf needs to be run as well.
-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 12fe125e..1155770f 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" |