[gtkmm-documentation] Enable verbose output of autoreconf



commit 346f66aa550d7d6f12b5b214b968efa00214ffc7
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Sep 14 16:24:07 2009 +0200

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

 ChangeLog  |    6 ++++++
 autogen.sh |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 67c9213..2686766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-09-14  Daniel Elstner  <danielk openismus com>
 
+	Enable verbose output of autoreconf
+
+	* autogen.sh: Pass the --verbose option to autoreconf.
+
+2009-09-14  Daniel Elstner  <danielk openismus com>
+
 	Clarify that all skeleton files need editing
 
 	* docs/tutorial/C/gtkmm-tutorial-in.xml: Globally remove trailing
diff --git a/autogen.sh b/autogen.sh
index 8afaea9..988f2e2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,6 +4,6 @@ test -n "$srcdir" || srcdir=.
 (
   cd "$srcdir" &&
   gnome-doc-prepare --automake --copy --force &&
-  autoreconf --force --install
+  autoreconf --force --install --verbose
 ) || exit
 test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"



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