Realy fix building MPFR.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jun 20 07:44:14 2008 +0000 (2008-06-20)
changeset 5911854f2c508a8
parent 584 b46de4c38396
child 595 3ea35558d659
Realy fix building MPFR.

/trunk/scripts/build/mpfr.sh | 2 2 0 0 ++
1 file changed, 2 insertions(+)
scripts/build/mpfr.sh
     1.1 --- a/scripts/build/mpfr.sh	Thu Jun 19 21:54:57 2008 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Fri Jun 20 07:44:14 2008 +0000
     1.3 @@ -34,8 +34,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}"                          \