# HG changeset patch # User Andrew John Hughes # Date 1471313754 -3600 # Node ID d247f1787f04f0540a9087faa75340e5b7d76f20 # Parent 1e3410fddbf8980915f017389a7d89a4dd9bd2a4 PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 2016-08-15 Andrew John Hughes PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 * NEWS: Updated. 2010-07-23 Andrew John Hughes 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. diff -r 1e3410fddbf8 -r d247f1787f04 ChangeLog --- 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 + + PR3143: Fix typo in --with-openjdk-src-dir + introduced by PR3139 + * NEWS: Updated. + +2010-07-23 Andrew John Hughes + + 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 PR3142: Don't assume system mime.types diff -r 1e3410fddbf8 -r d247f1787f04 NEWS --- 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): diff -r 1e3410fddbf8 -r d247f1787f04 acinclude.m4 --- 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