changeset 3267:d247f1787f04

PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 2016-08-15 Andrew John Hughes <gnu.andrew@redhat.com> PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 * NEWS: Updated. 2010-07-23 Andrew John Hughes <gnu.andrew@redhat.com> PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 * acinclude.m4: (WITH_OPENJDK_SRC_DIR): Fix breakage in parameter caused by previous configure help update.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 16 Aug 2016 03:15:54 +0100
parents 1e3410fddbf8
children 8b26ecee3670
files ChangeLog NEWS acinclude.m4
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 16 02:57:43 2016 +0100
+++ b/ChangeLog	Tue Aug 16 03:15:54 2016 +0100
@@ -1,3 +1,17 @@
+2016-08-15  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	PR3143: Fix typo in --with-openjdk-src-dir
+	introduced by PR3139
+	* NEWS: Updated.
+
+2010-07-23  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	PR3143: Fix typo in --with-openjdk-src-dir
+	introduced by PR3139
+	* acinclude.m4:
+	(WITH_OPENJDK_SRC_DIR): Fix breakage in parameter caused
+	by previous configure help update.
+
 2016-07-27  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR3142: Don't assume system mime.types
--- a/NEWS	Tue Aug 16 02:57:43 2016 +0100
+++ b/NEWS	Tue Aug 16 03:15:54 2016 +0100
@@ -49,6 +49,7 @@
   - PR3139: Update documentation
   - PR3140: Pass $(CC) and $(CXX) to OpenJDK build
   - PR3142: Don't assume system mime.types supports text/x-java-source
+  - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139
 
 New in release 1.13.11 (2016-05-05):
 
--- a/acinclude.m4	Tue Aug 16 02:57:43 2016 +0100
+++ b/acinclude.m4	Tue Aug 16 03:15:54 2016 +0100
@@ -280,8 +280,8 @@
 [
   DEFAULT_SRC_DIR=${abs_top_builddir}/openjdk
   AC_MSG_CHECKING([for an OpenJDK source directory])
-  AC_ARG_WITH([openjdk-src-dir=DIR],
-              [AS_HELP_STRING([--with-openjdk-src-dir=PATH],specify the location of the OpenJDK source tree)],
+  AC_ARG_WITH([openjdk-src-dir],
+              [AS_HELP_STRING([--with-openjdk-src-dir=DIR],specify the location of the OpenJDK source tree)],
   [
     OPENJDK_SRC_DIR=${withval}
     with_external_src_dir=true