On Saturday 08 January 2005 01:53 pm, Alexandre Duret-Lutz wrote: > >>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> 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
