[gtkmm-documentation] Enable verbose output of autoreconf
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Enable verbose output of autoreconf
- Date: Mon, 14 Sep 2009 14:25:34 +0000 (UTC)
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]