[glom] Enable maintainer-mode build in autogen.sh



commit 9c1816876271d5f799fa25c6933a9148646d6e07
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Apr 26 16:28:45 2010 +0200

    Enable maintainer-mode build in autogen.sh
    
    * autogen.sh: Run configure with --enable-maintainer-mode since the
    AM_MAINTAINER_MODE macro is now used in configure.ac.

 ChangeLog  |    7 +++++++
 autogen.sh |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0ede5fc..14f3f42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-26  Daniel Elstner  <danielk openismus com>
+
+	Enable maintainer-mode build in autogen.sh
+
+	* autogen.sh: Run configure with --enable-maintainer-mode since the
+	AM_MAINTAINER_MODE macro is now used in configure.ac.
+
 2010-04-26  Murray Cumming  <murrayc murrayc com>
 
 	Python Glom module: Improved the docstrings, using reStructuredText
diff --git a/autogen.sh b/autogen.sh
index 9ea7233..88bf72f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,4 +7,4 @@ test -n "$srcdir" || srcdir=.
   gnome-doc-prepare --automake --copy --force &&
   AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install
 ) || exit
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
+test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"



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