Added
Link Here
|
1 |
--- common/autoconf/help.m4.orig 2022-11-10 08:32:46 UTC |
2 |
+++ common/autoconf/help.m4 |
3 |
@@ -183,7 +183,7 @@ AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS], |
4 |
printf "A new configuration has been successfully created in\n" |
5 |
printf "$OUTPUT_ROOT\n" |
6 |
if test "x$CONFIGURE_COMMAND_LINE" != x; then |
7 |
- printf "using configure arguments '$CONFIGURE_COMMAND_LINE'.\n" |
8 |
+ printf "using configure arguments '%s'.\n" "$CONFIGURE_COMMAND_LINE" |
9 |
else |
10 |
printf "using default settings.\n" |
11 |
fi |