This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 111-if-bang.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 111-if-bang.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 05 May 2001 17:30:54 -0600
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <E14jnyc-0001hL-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> 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