This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 111-if-bang.patch


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]