diff options
Diffstat (limited to 'java/openjdk17/files/patch-make_autoconf_help.m4')
-rw-r--r-- | java/openjdk17/files/patch-make_autoconf_help.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/openjdk17/files/patch-make_autoconf_help.m4 b/java/openjdk17/files/patch-make_autoconf_help.m4 deleted file mode 100644 index 1952078d7a57..000000000000 --- a/java/openjdk17/files/patch-make_autoconf_help.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- make/autoconf/help.m4.orig 2023-01-20 14:03:22 UTC -+++ make/autoconf/help.m4 -@@ -238,7 +238,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 |