[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 111-if-bang.patch
From: |
Tom Tromey |
Subject: |
Re: 111-if-bang.patch |
Date: |
05 May 2001 17:30:54 -0600 |
>>>>> "Akim" == Akim Demaille <address@hidden> 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
- Re: 111-if-bang.patch,
Tom Tromey <=