Backport #725 from trunk: 1.1
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jun 20 07:45:15 2008 +0000 (2008-06-20)
branch1.1
changeset 5929b95711d0005
parent 590 3ea90d5be95c
child 593 ce34b7cd6509
Backport #725 from trunk:
Realy fix building MPFR.

/branches/1.1/scripts/build/mpfr.sh | 2 2 0 0 ++
1 file changed, 2 insertions(+)
scripts/build/mpfr.sh
     1.1 --- a/scripts/build/mpfr.sh	Fri Jun 20 06:10:08 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}"                          \