On 08/15/10 21:26, David Fang wrote: > I'm desperate enough to use sed to patch config.status after it's been > generated:
If you're that desperate, you're desperate enough to use bash instead of the broken Darwin shell, no? To others: Would it be appropriate to patch Autoconf to generate a 'configure' that rejects that implementation of 'echo', if it discovers the bug? > ECHO='printf %s\n' > with > ECHO='echo' > to get the old behavior. Wouldn't it be more-reliable to double the backslash? Urgh. Perhaps Autoconf could fall back on ECHO='printf %s\\n' if it discovers the bug. (Make that a Double Urgh.)