[glibmm] Enable verbose output of autoreconf
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glibmm] Enable verbose output of autoreconf
- Date: Sun, 13 Sep 2009 21:00:09 +0000 (UTC)
commit 66a22f7a4314f25bcb9e63beb43f4a094f3281c7
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 983e9b1..d781985 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-11 Daniel Elstner <danielk openismus com>
Correctly quote the extracted comment for M4
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]