changeset 2723:4383b99bbc31

PR1827: Support AM_MAINTAINER_MODE 2014-06-10 Andrew John Hughes <gnu.andrew@member.fsf.org> PR1827: Support AM_MAINTAINER_MODE * NEWS: Updated. * configure.ac: Invoke the AM_MAINTAINER_MODE macro with a default of enabled.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 11 Jun 2014 02:33:43 +0100
parents c3068900da7c
children 4a2fdacd0277
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 11 02:33:03 2014 +0100
+++ b/ChangeLog	Wed Jun 11 02:33:43 2014 +0100
@@ -1,3 +1,10 @@
+2014-06-10  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR1827: Support AM_MAINTAINER_MODE
+	* NEWS: Updated.
+	* configure.ac: Invoke the AM_MAINTAINER_MODE
+	macro with a default of enabled.
+
 2014-06-10  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR1371: Provide option to build without debugging
--- a/NEWS	Wed Jun 11 02:33:03 2014 +0100
+++ b/NEWS	Wed Jun 11 02:33:43 2014 +0100
@@ -188,6 +188,7 @@
   - PR1365: Replace hgforest support
   - PR1814: HotSpot URL should be used with --enable-hg
   - PR1371: Provide option to build without debugging
+  - PR1827: Support AM_MAINTAINER_MODE
 
 New in release 2.5.0 (2014-XX-XX):
 
--- a/configure.ac	Wed Jun 11 02:33:03 2014 +0100
+++ b/configure.ac	Wed Jun 11 02:33:43 2014 +0100
@@ -1,5 +1,6 @@
 AC_INIT([icedtea], [2.6pre04], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
+AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])
 
 # Older automake doesn't generate these correctly