Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b7136b

Browse files
author
SendaoYan
committedJun 12, 2025
8359181: Error messages generated by configure --help after 8301197
Reviewed-by: erikj, ihse
1 parent 5886ef7 commit 7b7136b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎make/autoconf/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
44
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
#
66
# This code is free software; you can redistribute it and/or modify it
@@ -366,7 +366,7 @@ EOT
366366
367367
# Print additional help, e.g. a list of toolchains and JVM features.
368368
# This must be done by the autoconf script.
369-
( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $generated_script PRINTF=printf )
369+
( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $generated_script PRINTF=printf ECHO=echo )
370370
371371
cat <<EOT
372372

3 commit comments

Comments
 (3)

openjdk-notifier[bot] commented on Jun 12, 2025

@openjdk-notifier[bot]

sendaoYan commented on Jun 13, 2025

@sendaoYan
Member

/backport :jdk25

openjdk[bot] commented on Jun 13, 2025

@openjdk[bot]

@sendaoYan the backport was successfully created on the branch backport-sendaoYan-7b7136b4-jdk25 in my personal fork of openjdk/jdk. To create a pull request with this backport targeting openjdk/jdk:jdk25, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 7b7136b4 from the openjdk/jdk repository.

The commit being backported was authored by SendaoYan on 12 Jun 2025 and was reviewed by Erik Joelsson and Magnus Ihse Bursie.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk:

$ git fetch https://github.com/openjdk-bots/jdk.git backport-sendaoYan-7b7136b4-jdk25:backport-sendaoYan-7b7136b4-jdk25
$ git checkout backport-sendaoYan-7b7136b4-jdk25
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk.git backport-sendaoYan-7b7136b4-jdk25
Please sign in to comment.