summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-05-08 10:58:49 +0000
committerAkim Demaille <akim@epita.fr>2001-05-08 10:58:49 +0000
commit6831f0da41854a0da9da4494f89250c1a8f09554 (patch)
treef42125e4b3a1e9570bdf85848f01ae5eef8d4960 /NEWS
parent5f6d34d03a73ef825c4355e55eaa513391ae7f0a (diff)
downloadautomake-6831f0da41854a0da9da4494f89250c1a8f09554.tar.gz
Support `if !COND', `else COND', `end COND'.
* automake.texi (Conditionals): Document it. * automake.in ($WHITE_PATTERN, $MACRO_PATTERN, $BOGUS_MACRO_PATTERN) ($GNITS_VERSION_PATTERN, $INCLUDE_PATTERN): Use `d' and `s'. ($IF_PATTERN, $ELSE_PATTERN, $ENDIF_PATTERN): Likewise, and accept a leading `!' before the condition. (&handle_options): Use `d'. (&cond_stack_if, &cond_stack_else, &&cond_stack_endif): New. (&read_am_file, &file_contents_internal): Use them. (&transform): No longer substitute `%!COND%', forcing the use of `! %?COND%'. * ansi2knr.am, lex.am, tags.am, texinfos.am, yacc.am: Adjust.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c38f91446..67fb0d70b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
New in 1.4e:
* Support for `configure.ac'.
+* Support for `else COND', `endif COND' and negated conditions `!COND'.
New in 1.4b:
* Faster AM_INIT_AUTOMAKE (requires update of `missing' script)