scripts/build/mpfr.sh
branch1.1
changeset 592 9b95711d0005
parent 588 2209aaba05ab
     1.1 --- a/scripts/build/mpfr.sh	Thu Jun 19 22:06:42 2008 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Fri Jun 20 07:45:15 2008 +0000
     1.3 @@ -33,8 +33,10 @@
     1.4      # This hack is not bad per se, but the MPFR guys would be better to not
     1.5      # do that in the future...
     1.6      CT_DoLog EXTRA "Re-building configuration files"
     1.7 +    CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}"
     1.8      autoreconf -fi  2>&1 |CT_DoLog ALL
     1.9      libtoolize      2>&1 |CT_DoLog ALL
    1.10 +    CT_Popd
    1.11  
    1.12      CT_DoLog EXTRA "Configuring MPFR"
    1.13      CFLAGS="${CT_CFLAGS_FOR_HOST}"                          \