automake
[Top][All Lists]
Advanced

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

Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?


From: Bruce Korb
Subject: Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?
Date: Sat, 8 Jan 2005 15:21:44 -0800
User-agent: KMail/1.6.2

On Saturday 08 January 2005 01:53 pm, Alexandre Duret-Lutz wrote:
> >>> "Bruce" == Bruce Korb <address@hidden> writes:
> 
>  Bruce> The problem is is that XXX *DOES* actually appear in an 
> AM_CONDITIONAL.
> 
> But these macros are not evaluated because of your quoting, so
> effectively XXX is not defined at all.

Then it needs to be spelled thus??

>  Bruce> [`some-shell-script-test`
>  Bruce> if test $? -eq 0
>  Bruce> then]
>  Bruce> AM_CONDITIONAL([XXX], [true])
>  Bruce> [else]
>  Bruce> AM_CONDITIONAL([XXX],[false])
>  Bruce> [fi]

(putting the AM_CONDITIONALs outside of quotes).
I didn't guess that.  Thank you! - Bruce




reply via email to

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