[libxml++] Disable AM_MAINTAINER_MODE by default



commit 0e064169bc9cb5012bab82d3efa1c4d59fc8ae2a
Author: David King <davidk openismus com>
Date:   Tue Mar 30 11:27:09 2010 +0200

    Disable AM_MAINTAINER_MODE by default
    
    * configure.ac: Pass the disable parameter to AM_MAINTAINER_MODE so
    that tarball users do not need doxygen, mm-common, etc. if they modify
    files. Maintainer mode is still enabled if running autogen.sh.

 ChangeLog    |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d398659..bb58d7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-30  David King  <davidk openismus com>
+
+	Disable AM_MAINTAINER_MODE by default
+
+	* configure.ac: Pass the disable parameter to AM_MAINTAINER_MODE so
+	that tarball users do not need doxygen, mm-common, etc. if they modify
+	files. Maintainer mode is still enabled if running autogen.sh.
+
 2010-03-29  David King  <davidk openismus com>
 
 	Move a target outside a conditional block to fix the build
diff --git a/configure.ac b/configure.ac
index 2fdfbf4..59bd19c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_HEADERS([config.h libxml++config.h])
 
 AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
-AM_MAINTAINER_MODE([enable])
+AM_MAINTAINER_MODE([disable])
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
 MM_PREREQ([0.8])



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