[libsigc++2] Enable verbose output of autoreconf



commit 9b07543a7a88c53dc9e2194d493a40061ef4e9a6
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sun Sep 13 16:45:41 2009 +0200

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

 ChangeLog  |    6 ++++++
 autogen.sh |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b9dd800..4920d9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-13  Daniel Elstner  <daniel kitta gmail com>
+
+	Enable verbose output of autoreconf
+
+	* autogen.sh: Pass --verbose option to autoreconf.
+
 2009-09-02  Daniel Elstner  <danielk openismus com>
 
 	Bump version to 2.2.4.2 and update NEWS
diff --git a/autogen.sh b/autogen.sh
index fed2c5b..6686611 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,6 +2,6 @@
 test -n "$srcdir" || srcdir=`dirname "$0"`
 test -n "$srcdir" || srcdir=.
 
-mm-common-prepare --force --copy "$srcdir"
-autoreconf --force --install "$srcdir"
+mm-common-prepare --copy --force "$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]