changeset 2722:ddaa2991858e

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 01:21:21 +0100
parents 9755b09356f0
children a4953c31f1b7
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 11 01:12:11 2014 +0100
+++ b/ChangeLog	Wed Jun 11 01:21:21 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 01:12:11 2014 +0100
+++ b/NEWS	Wed Jun 11 01:21:21 2014 +0100
@@ -280,6 +280,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
 * PPC & AIX port
   - Add AIX-specific build instructions to README-ppc.html
   - Added AIX as testing platform for more jtreg tests written in shell-script
--- a/configure.ac	Wed Jun 11 01:12:11 2014 +0100
+++ b/configure.ac	Wed Jun 11 01:21:21 2014 +0100
@@ -1,5 +1,6 @@
 AC_INIT([icedtea], [2.5pre07], [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