[Top][All Lists]
[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
- What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Bruce Korb, 2005/01/08
- Never mind: Re: What is meant by, "XXX does not appear, Bruce Korb, 2005/01/08
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Alexandre Duret-Lutz, 2005/01/08
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?,
Bruce Korb <=
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Stepan Kasal, 2005/01/10
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Bruce Korb, 2005/01/10
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Ralf Corsepius, 2005/01/11
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Stepan Kasal, 2005/01/11
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Ralf Corsepius, 2005/01/11
- Re: What is meant by, "XXX does not appear in AM_CONDITIONAL"?, Alexandre Duret-Lutz, 2005/01/13