On 07/31/2012 01:36 PM, K Richard Pixley wrote:
> I ran into a problem with an autoconf generated configure script today.
> The problem is that the path to srcdir includes an ampersand, (several,
> actually). This confuses the sed "s" commands which are written as
> "s&$foo&$bar&$baz" as once th
I ran into a problem with an autoconf generated configure script today.
The problem is that the path to srcdir includes an ampersand, (several,
actually). This confuses the sed "s" commands which are written as
"s&$foo&$bar&$baz" as once they are variable expanded, they look like
"s&x&&y&z&&