>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> Support `if !COND', `else COND', `end COND'.
Akim> * automake.texi (Conditionals): Document it.
Akim> * automake.in ($WHITE_PATTERN, $MACRO_PATTERN, $BOGUS_MACRO_PATTERN)
Akim> ($GNITS_VERSION_PATTERN, $INCLUDE_PATTERN): Use `\d' and `\s'.
Akim> ($IF_PATTERN, $ELSE_PATTERN, $ENDIF_PATTERN): Likewise, and accept
Akim> a leading `!' before the condition.
Akim> (&handle_options): Use `\d'.
Akim> (&cond_stack_if, &cond_stack_else, &&cond_stack_endif): New.
Akim> (&read_am_file, &file_contents_internal): Use them.
Akim> (&transform): No longer substitute `%!COND%', forcing the use of
Akim> `! %?COND%'.
Akim> * ansi2knr.am, lex.am, tags.am, texinfos.am, yacc.am: Adjust.
Ok.
Could you update automake.texi to reflect this change?
Tom