On Wed, 11 Jun 2025 03:21:06 GMT, SendaoYan <s...@openjdk.org> wrote:
> Hi all, > > The macro `HELP_PRINT_ADDITIONAL_HELP_AND_EXIT` is only called directly from > make/autoconf/configure. In JDK-8301197, most uses of `printf` was changed > to `echo`, but this explicit call wasn't updated to also set ` ECHO=echo`, > this PR add ` ECHO=echo` when call this macro. > > Change has been verified locally, almost no risk. This pull request has now been integrated. Changeset: 7b7136b4 Author: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7b7136b4eca15693cfcd46ae63d644efc8a88d2c Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8359181: Error messages generated by configure --help after 8301197 Reviewed-by: erikj, ihse ------------- PR: https://git.openjdk.org/jdk/pull/25740