Robert Anderson <[EMAIL PROTECTED]> writes:

> _quote_for_sed()
> {
>     cat<<_ACEOF | sed -e 's,[\&,],\\&,g'
> $1
> _ACEOF
> }

Many shell implementations are extremely slow with here-documents.
Some are even buggy, e.g. SunOS 4.1.4 /bin/sh, and this has caused
problems with existing Autoconf-generated configure scripts.  We
should try to avoid them.


Reply via email to