use current mpfr version

This commit is contained in:
Sven Peter 2010-02-25 19:34:56 +01:00
parent 68b5c85156
commit 4a9e168ee1

View File

@ -16,7 +16,7 @@ GMP_DIR="gmp-$GMP_VER"
GMP_TARBALL="gmp-$GMP_VER.tar.bz2" GMP_TARBALL="gmp-$GMP_VER.tar.bz2"
GMP_URI="http://ftp.gnu.org/gnu/gmp/$GMP_TARBALL" GMP_URI="http://ftp.gnu.org/gnu/gmp/$GMP_TARBALL"
MPFR_VER=2.4.1 MPFR_VER=2.4.2
MPFR_DIR="mpfr-$MPFR_VER" MPFR_DIR="mpfr-$MPFR_VER"
MPFR_TARBALL="mpfr-$MPFR_VER.tar.bz2" MPFR_TARBALL="mpfr-$MPFR_VER.tar.bz2"
MPFR_URI="http://www.mpfr.org/mpfr-current/$MPFR_TARBALL" MPFR_URI="http://www.mpfr.org/mpfr-current/$MPFR_TARBALL"