MPFR: log autotools files rebuilding to DEBUG level, not EXTRA.

/trunk/scripts/build/mpfr.sh |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-08-17 14:10:44 +00:00
parent 3b53d0fba5
commit 5742930b13

View File

@ -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