changeset 2559:d7956e879a00

PR1829: Support AM_MAINTAINER_MODE 2014-06-10 Andrew John Hughes <gnu.andrew@member.fsf.org> PR1829: 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 Thu, 14 May 2015 04:19:28 +0100
parents 04327567ef0a
children cf37c5aefadd
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 14 04:03:46 2015 +0100
+++ b/ChangeLog	Thu May 14 04:19:28 2015 +0100
@@ -1,3 +1,10 @@
+2014-06-10  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR1829: 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>
 
 	PR1834, RH1022017: Report elliptic curves
--- a/NEWS	Thu May 14 04:03:46 2015 +0100
+++ b/NEWS	Thu May 14 04:19:28 2015 +0100
@@ -46,6 +46,7 @@
   - PR1806: Support Debian/Ubuntu 7 & 8 OpenJDK Installs as Boot JDK
   - PR1812: Unable to locate HotSpot checksum when downloading
   - PR1813: HotSpot URL should be used with --enable-hg
+  - PR1829: Support AM_MAINTAINER_MODE
   - PR1834, RH1022017: Report elliptic curves supported by NSS, not the SunEC library
   - PR1845: jstack.stp in OpenJDK8 is broken
   - PR1935: HotSpot extraction needs to depend on the tarball being downloaded
--- a/configure.ac	Thu May 14 04:03:46 2015 +0100
+++ b/configure.ac	Thu May 14 04:19:28 2015 +0100
@@ -1,5 +1,6 @@
 AC_INIT([icedtea], [3.0.0pre03], [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