autoconf-patches
[Top][All Lists]
Advanced

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

Re: four patches


From: Stepan Kasal
Subject: Re: four patches
Date: Mon, 18 Jul 2005 11:06:20 +0200
User-agent: Mutt/1.4.1i

Hello,

On Sun, Jul 17, 2005 at 08:40:18AM +0200, Ralf Corsepius wrote:
> And you are sure '"x=" = x' evaluates correctly on these systems?
> I am having strong doubts.

according to the Autoconf manual, it seems that there are systems which
don't understand
        test -n =
and/or
        test -z =

yet they process correctly

        test x= = x
and
        test x= != x

I just obey the manual, I'm not expert in shell portability.

Do you want to try to convince the experts here that the above information
is a superstition?

Stepan




reply via email to

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