autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_LIB acts very strangely in Darwin


From: Stepan Kasal
Subject: Re: AC_CHECK_LIB acts very strangely in Darwin
Date: Wed, 31 Aug 2005 15:31:24 +0200
User-agent: Mutt/1.4.1i

Hello Aarno,
  I've already posted my own answer, but this is a comment on Ralf's
answer:

On Wed, Aug 31, 2005 at 03:05:28PM +0200, Ralf Wildenhues wrote:
> >                 if  [[ "$DONE" = 0 ]]
...
> >                 if  [ "$DONE" = 0 ]
> 
> See what's happening?

Ralf, I guess Aarno knows what he is doing.  He quotes properly and thus
the expansion is correct shell command.

> That's one reason why many m4 macros use "test" instead for readability.

Perhaps Aarno doesn't think that "test" is readable.
Until a men is exposed to lot of Autoconf macros, he perceives [ .. ] as
much more readable than "test".  ;-)

Have a nice day,
        Stepan




reply via email to

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