summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-05-06 05:25:59 +0000
committerTom Tromey <tromey@redhat.com>2001-05-06 05:25:59 +0000
commit1a279e3e739108448ad4195a3441c01ee32a3286 (patch)
treed03fd77042a207f30e07d6b6a1fddecaab381c47 /ChangeLog
parent77a0a40f841f932fb51ea75b3bb27c2782268aa2 (diff)
downloadautomake-1a279e3e739108448ad4195a3441c01ee32a3286.tar.gz
* automake.in (conditional_true_when): Use a hash, not index().
Also, a TRUE component always results in a true return. Fixes test cond10.test. For PR automake/164. * tests/Makefile.am (XFAIL_TESTS): Removed cond10.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d48a692b1..d19496ca1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-05 Tom Tromey <tromey@redhat.com>
+
+ * automake.in (conditional_true_when): Use a hash, not index().
+ Also, a TRUE component always results in a true return.
+ Fixes test cond10.test. For PR automake/164.
+ * tests/Makefile.am (XFAIL_TESTS): Removed cond10.test.
+
2001-05-05 Raja R Harinath <harinath@cs.umn.edu>
For PR automake/164: