[libgdamm] Enable verbose output of autoreconf
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdamm] Enable verbose output of autoreconf
- Date: Mon, 14 Sep 2009 10:31:42 +0000 (UTC)
commit eeaf2c90a98548293616e64539bcd347a1c9e373
Author: Daniel Elstner <danielk openismus com>
Date: Mon Sep 14 12:29:44 2009 +0200
Enable verbose output of autoreconf
* autogen.sh: Pass the --verbose option to autoreconf.
ChangeLog | 6 ++++++
autogen.sh | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0d2eee8..b582505 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>
+
Update Doxygen configuration for Doxygen 1.6.1
* docs/reference/Doxyfile.in: Update configuration file for
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]