summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-03 07:22:08 +0000
committerJim Meyering <jim@meyering.net>2006-09-03 07:22:08 +0000
commitfbb234c2a71d367ef229fde3d890aad8664df601 (patch)
tree32cb366bb77fcb226fdb4619dd7b55931732c539 /ChangeLog
parent31ca1f9aec6111d26c1db48ad9f8ea8f8385715d (diff)
downloadcoreutils-fbb234c2a71d367ef229fde3d890aad8664df601.tar.xz
Use $CONFIG_HEADER, rather than hard-coding it.
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Set $CONFIG_HEADER.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d19671ed6..0dc620e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2006-09-03 Jim Meyering <jim@meyering.net>
* tests/rm/inaccessible: Adjust for movement of config.h to lib/.
+ Use $CONFIG_HEADER, rather than hard-coding it.
+ * tests/rm/Makefile.am (TESTS_ENVIRONMENT): Set $CONFIG_HEADER.
2006-09-02 Paul Eggert <eggert@cs.ucla.edu>