minimal-config changes; $"..." support is now a configuration option

This commit is contained in:
Chet Ramey
2021-12-01 16:40:52 -05:00
parent fffe80d438
commit 006856edf6
19 changed files with 136 additions and 26 deletions
+4
View File
@@ -9428,6 +9428,10 @@ literals.
@item --enable-strict-posix-default
Make Bash @sc{posix}-conformant by default (@pxref{Bash POSIX Mode}).
@item --enable-translatable-strings
Enable support for @code{$"@var{string}"} translatable strings
(@pxref{Locale Translation}).
@item --enable-usg-echo-default
A synonym for @code{--enable-xpg-echo-default}.