MPFR: log autotools files rebuilding to DEBUG level, not EXTRA.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 17 14:10:44 2008 +0000 (2008-08-17)
changeset 798aa89c67f0ffc
parent 797 daf76d925dfe
child 799 a31e625eb343
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(-)
scripts/build/mpfr.sh
     1.1 --- a/scripts/build/mpfr.sh	Wed Aug 13 06:39:21 2008 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Sun Aug 17 14:10:44 2008 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4      # do that in the future...
     1.5      CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}"
     1.6      if [ ! -f .autotools.ct-ng ]; then
     1.7 -        CT_DoLog EXTRA "Re-building autotools files"
     1.8 +        CT_DoLog DEBUG "Re-building autotools files"
     1.9          CT_DoExecLog ALL autoreconf -fi
    1.10          CT_DoExecLog ALL libtoolize -f
    1.11          touch .autotools.ct-ng