bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a


From: Paul Eggert
Subject: Re: Autoconf-2.53 make check fails on OpenServer 5.0.6a
Date: Thu, 14 Mar 2002 10:23:22 -0800 (PST)

> From: Boyd Lynn Gerber <address@hidden>
> Date: Thu, 14 Mar 2002 09:53:55 -0700 (MST)
> 
> The problem is ksh likes the CSH while over the sh while.

Wow.  I've never heard of a ksh that does that.
Can you please try the following test case, to confirm this?
Please use the ksh that is giving you problems.

ksh -c 'while test 0 -lt 1; do break; done'
echo $?

The 'echo' should output '0' on a working ksh, and it should do
something else on your system's buggy ksh.  Once we've verified this,
we can fix Autoconf to detect that bug your ksh and avoid it.

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]