We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5886ef7 commit 7b7136bCopy full SHA for 7b7136b
make/autoconf/configure
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#
3
-# Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
6
# This code is free software; you can redistribute it and/or modify it
@@ -366,7 +366,7 @@ EOT
366
367
# Print additional help, e.g. a list of toolchains and JVM features.
368
# This must be done by the autoconf script.
369
- ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $generated_script PRINTF=printf )
+ ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $generated_script PRINTF=printf ECHO=echo )
370
371
cat <<EOT
372
0 commit comments