summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/mpfr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh
index 168202c..664e341 100644
--- a/scripts/build/mpfr.sh
+++ b/scripts/build/mpfr.sh
@@ -35,7 +35,7 @@ do_mpfr_extract() {
# do that in the future...
CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}"
if [ ! -f .autotools.ct-ng ]; then
- CT_DoLog EXTRA "Re-building autotools files"
+ CT_DoLog DEBUG "Re-building autotools files"
CT_DoExecLog ALL autoreconf -fi
CT_DoExecLog ALL libtoolize -f
touch .autotools.ct-ng