summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-20 07:44:14 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-20 07:44:14 (GMT)
commit59eaaed971541fef17ac27b807431d1acf213502 (patch)
tree08c37de4e930fa48f6a4234b8ef150f298521792 /scripts/build
parent45117f345ba52c4fc15adae93ad8e5a5197ca6d4 (diff)
Realy fix building MPFR.
/trunk/scripts/build/mpfr.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/mpfr.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh
index d6cd6ab..c7c4765 100644
--- a/scripts/build/mpfr.sh
+++ b/scripts/build/mpfr.sh
@@ -34,8 +34,10 @@ do_mpfr() {
# This hack is not bad per se, but the MPFR guys would be better to not
# do that in the future...
CT_DoLog EXTRA "Re-building configuration files"
+ CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}"
autoreconf -fi 2>&1 |CT_DoLog ALL
libtoolize 2>&1 |CT_DoLog ALL
+ CT_Popd
CT_DoLog EXTRA "Configuring MPFR"
CFLAGS="${CT_CFLAGS_FOR_HOST}" \