diff options
author | Tom Tromey <tromey@redhat.com> | 2001-05-06 05:25:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2001-05-06 05:25:59 +0000 |
commit | 1a279e3e739108448ad4195a3441c01ee32a3286 (patch) | |
tree | d03fd77042a207f30e07d6b6a1fddecaab381c47 /ChangeLog | |
parent | 77a0a40f841f932fb51ea75b3bb27c2782268aa2 (diff) | |
download | automake-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |