Requesting approval to backport this JDK9 fix to jdk8u-dev.
Bug: https://bugs.openjdk.java.net/browse/JDK-8074554
Original JDK9 changeset:
http://hg.openjdk.java.net/jdk9/client/rev/8b9bd5ba445e
/Magnus
On 2015-03-06 15:27, Erik Joelsson wrote:
Looks good.
/Erik
On 2015-03-06 15:09, Magnus Ihse Bursie wrote:
Please review this backport of JDK-8074554 to 8u. While it did not
automatically apply cleanly, the difference was trivially resolved.
diff --git a/common/autoconf/configure.ac b/common/autoconf/configure.ac
--- a/common/autoconf/configure.ac
+++ b/common/autoconf/configure.ac
@@ -53,6 +53,7 @@
AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
AC_DEFUN_ONCE([CUSTOM_LATE_HOOK])
+AC_DEFUN_ONCE([CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK])
# This line needs to be here, verbatim, after all includes and the
dummy hook
# definitions. It is replaced with custom functionality when building
@@ -237,6 +238,7 @@
# Create the actual output files. Now the main work of configure is
done.
AC_OUTPUT
+CUSTOM_CONFIG_OUTPUT_GENERATED_HOOK
# Try to move the config.log file to the output directory.
if test -e ./config.log; then
/Magnus