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: Alexandre Duret-Lutz
Subject: Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?
Date: Sat, 08 Jan 2005 22:53:16 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>> "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.

[...]
 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]
[...]
-- 
Alexandre Duret-Lutz





reply via email to

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