mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
88011e1f26
AS_ECHO’s argument is required to be “a single shell word,” and this more precisely means it must not be altered by shell word splitting. In particular, if the argument contains shell variables whose values contain whitespace then it needs to be wrapped in "shell double quotes". The absence of these quotes caused one of the embedded M4 scripts to be mangled by the Autoconf 2.69 implementation of AS_ECHO. We don’t officially support bootstrapping with an older version of Autoconf (use the ./bootstrap script instead) but the absence of quotes is still incorrect. For consistency add [M4 quotes] to the use of AS_ECHO that was shell-quoted but not M4-quoted. * m4/m4.m4 (AC_PROG_GNU_M4): Quote argument to AS_ECHO correctly. |
||
---|---|---|
.. | ||
autobuild.m4 | ||
m4.m4 | ||
make-case.m4 |