Re: One more fix for ash-0.2 braindamage

2000-10-09 Thread Pavel Roskin
Hello! > ChangeLog: > * m4/init.m4 (AM_INIT_AUTOMAKE): Don't rely on variable > assignments changing $? - it' broken in ash-0.2. > * m4/missing.m4 (AM_MISSING_HAS_RUN): Likewise. I saw no objections, so I applied it. One of the buggiest shells should now work better. Regards,

One more fix for ash-0.2 braindamage

2000-09-27 Thread Pavel Roskin
Hello! When configure is run under ash-0.2 it cannot find "missing". Unfortunately, $? isn't changed by variable assignments in ash-0.2. In fact, even besides this bug it's correct not to rely on $? after assigning to CDPATH. CDPATH=: failed - so what? Not to run "cd" and "pwd" and end up with M