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