summaryrefslogtreecommitdiff
path: root/java/openjdk19/files/patch-make_autoconf_help.m4
diff options
context:
space:
mode:
Diffstat (limited to 'java/openjdk19/files/patch-make_autoconf_help.m4')
-rw-r--r--java/openjdk19/files/patch-make_autoconf_help.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjdk19/files/patch-make_autoconf_help.m4 b/java/openjdk19/files/patch-make_autoconf_help.m4
new file mode 100644
index 000000000000..6581b3fef247
--- /dev/null
+++ b/java/openjdk19/files/patch-make_autoconf_help.m4
@@ -0,0 +1,11 @@
+--- make/autoconf/help.m4.orig 2025-05-24 21:54:30 UTC
++++ make/autoconf/help.m4
+@@ -269,7 +269,7 @@ AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS],
+ fi
+ fi
+ if test "x$CONFIGURE_COMMAND_LINE" != x; then
+- printf "using configure arguments '$CONFIGURE_COMMAND_LINE'.\n"
++ printf "using configure arguments '%s'.\n" "$CONFIGURE_COMMAND_LINE"
+ else
+ printf "using default settings.\n"
+ fi