changeset 2744:ecf0bb00184f icedtea-3.3.0

PR3304: zip still a requirement of the underlying OpenJDK build 2017-01-26 Andrew John Hughes <gnu_andrew@member.fsf.org> PR3304: zip still a requirement of the underlying OpenJDK build * NEWS: Updated. * configure.ac: Use IT_FIND_TOOL macro to require zip.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 26 Jan 2017 12:39:28 +0000
parents 8db7af3260aa
children d26654c75542
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 26 12:34:51 2017 +0000
+++ b/ChangeLog	Thu Jan 26 12:39:28 2017 +0000
@@ -1,3 +1,11 @@
+2017-01-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR3304: zip still a requirement of the underlying
+	OpenJDK build
+	* NEWS: Updated.
+	* configure.ac:
+	Use IT_FIND_TOOL macro to require zip.
+
 2017-01-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR3303: Allow Kerberos to be detected by old libs
--- a/NEWS	Thu Jan 26 12:34:51 2017 +0000
+++ b/NEWS	Thu Jan 26 12:39:28 2017 +0000
@@ -38,7 +38,6 @@
 * New features
   - PR3300: wget not required when downloading is disabled
   - PR3301: Support RHEL multilib installations which use the /usr/lib/jvm/java-1.x.0-openjdk.${arch} naming
-  - PR3302: zip should be optional, as it's only used in the manually invoked dist-openjdk and dist-openjdk-fsg rules
   - PR3303: Allow Kerberos to be detected by old libs & headers method if pkg-config check fails
 * Import of OpenJDK 8 u112 build 16
   - S6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
@@ -199,6 +198,8 @@
   - PR3271: Replace 'infinality' with 'improved font rendering' (--enable-improved-font-rendering)
   - PR3271: Simplify glyph advance handling
   - PR3286: -ffp-contract not available on older GCCs
+  - PR3302: zip should be optional, as it's only used in the manually invoked dist-openjdk and dist-openjdk-fsg rules
+  - PR3304: zip still a requirement of the underlying OpenJDK build
 * PPC port
   - S8170873, PR3280: PPC64/aarch64: Poor StrictMath performance due to non-optimized compilation
 * AArch64 port
--- a/configure.ac	Thu Jan 26 12:34:51 2017 +0000
+++ b/configure.ac	Thu Jan 26 12:39:28 2017 +0000
@@ -29,6 +29,7 @@
 IT_FIND_TOOLS([TAR], [gtar tar])
 IT_FIND_TOOL([CHMOD], [chmod])
 IT_FIND_TOOLS([SHA256SUM], [gsha256sum sha256sum])
+IT_FIND_TOOL([ZIP], [zip])
 IT_FIND_TOOL([UNZIP], [unzip])
 IT_FIND_TOOL([CPIO], [cpio])
 IT_FIND_TOOL([FILE], [file])
@@ -47,7 +48,6 @@
 
 AC_PATH_TOOL([LSB_RELEASE],[lsb_release])
 AC_PATH_TOOL([LINUX32],[linux32])
-AC_PATH_TOOL([ZIP], [zip])
 
 IT_CHECK_FOR_MERCURIAL
 IT_OBTAIN_HG_REVISIONS