[mm-common] Enable verbose mode of autoreconf



commit a7abe11346216a09a50959e34fa9c9b32ea8425f
Author: Daniel Elstner <danielk openismus com>
Date:   Tue Sep 8 10:25:05 2009 +0200

    Enable verbose mode of autoreconf
    
    * autogen.sh: Pass --verbose option to autoreconf.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index ed45c1b..de48365 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,5 +2,5 @@
 test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 
-autoreconf --force --install "$srcdir"
+autoreconf --force --install --verbose "$srcdir"
 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]