diff options
Diffstat (limited to 'java/openjdk8/files/patch-common_autoconf_help.m4')
-rw-r--r-- | java/openjdk8/files/patch-common_autoconf_help.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/openjdk8/files/patch-common_autoconf_help.m4 b/java/openjdk8/files/patch-common_autoconf_help.m4 deleted file mode 100644 index 91803c086052..000000000000 --- a/java/openjdk8/files/patch-common_autoconf_help.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- common/autoconf/help.m4.orig 2022-11-10 08:32:46 UTC -+++ common/autoconf/help.m4 -@@ -183,7 +183,7 @@ AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS], - printf "A new configuration has been successfully created in\n" - printf "$OUTPUT_ROOT\n" - 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 |