]> sourceware.org Git - automake.git/commit
2001-06-29 Tom Tromey <tromey@redhat.com>
authorTom Tromey <tromey@redhat.com>
Sun, 1 Jul 2001 22:51:38 +0000 (22:51 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 1 Jul 2001 22:51:38 +0000 (22:51 +0000)
commit06c537997cbdaab1e4af87ed677347247d169876
tree1952463fe6ba46f18399e96d4a591eedfce92ca6
parent33fabc769db404296cab9040b3e8f1ee5f16cb44
2001-06-29  Tom Tromey  <tromey@redhat.com>

* tests/cond11.test: Use `=', not `=='.
* tests/cond12.test: Look for automake in build directory, not
source directory.

2001-06-29  Richard Boulton  <richard@tartarus.org>

* automake.in (conditionals_true_when): Pass first parameters by
reference, avoiding bug which put all parameters in @CONDS instead
of @WHENS.  Report by Kalle Olavi Niemitalo.
Take a single WHEN instead of an array of WHENS.
Remove FIXME; can't now have an empty @WHENS.
(conditional_is_redundant): New sub.
(variable_conditions_reduce): Check whether each condition is
implied by any of the other conditions (other those already
discarded), rather than checking only against those already
considered (and kept).  Also, fix sense of check: was keeping
tautologous terms instead of discarding them.  Use
conditional_is_redundant instead of conditionals_true_when.
* tests/Makefile.am (TESTS): Added cond11.test and cond12.test.
* tests/cond11.test: New file.
* tests/cond12.test: New file.
ChangeLog
automake.in
tests/Makefile.am
tests/Makefile.in
tests/cond11.test [new file with mode: 0755]
tests/cond12.test [new file with mode: 0755]
This page took 0.026773 seconds and 5 git commands to generate.