Eric Blake wrote:
> * doc/autoconf.texi (Shell Substitutions) <${var:=value}>:
> Document problem of "" within here-docs.
> Reported by Ralf Wildenhues.
> -...@var{value} must either be a single shell word or be quoted. Solaris
> +...@var{value} must either be a single shell word, quoted, or in the
> +context of an unquoted here-document. Solaris
> @command{/bin/sh} complains otherwise.
For what it is worth a friend of mine (Hi Ken!) reported to me that
the POSIX shell on HP-UX 11.31 and AIX 5.2 also behave like Solaris.
But that True64 behaved like the others.
Bob