> [JDK-8323008](https://bugs.openjdk.org/browse/JDK-8323008) reports unwanted > autoconf flags being added to the command line, and solves the issue by > filtering out the added flags by force. This is not optimal however, as doing > so leaves the autoconf message that the flags were added still displaying > during the configure process, which is confusing. Instead, setting a couple > of fields to disable the autoconf internals responsible for the unwanted flag > is a cleaner solution
Julian Waters has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 10 commits: - Merge branch 'master' into patch-13 - Implement custom AC_PROG_CC and AC_PROG_CXX in util.m4 - Partially revert toolchain.m4 - Revert util.m4 - Switch to UTIL_PROG_CC and UTIL_PROG_CXX in toolchain.m4 - Provide UTIL_PROG_CC and UTIL_PROG_CXX in util.m4 - Merge branch 'openjdk:master' into patch-13 - Revert toolchain.m4 - make/autoconf/toolchain.m4 Co-authored-by: Magnus Ihse Bursie <m...@icus.se> - 8323672 ------------- Changes: https://git.openjdk.org/jdk/pull/17401/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17401&range=07 Stats: 69 lines in 2 files changed: 64 ins; 4 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/17401.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/17401/head:pull/17401 PR: https://git.openjdk.org/jdk/pull/17401