summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 15:26:28 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 15:26:28 +0000
commit50f3294545af8652fbc018d519465068de5c1f50 (patch)
treec7e650d30456017a11f7ee252d7d53c6ba0e3ff3 /old
parent1a6915b4d85447b35e9ff790926aa90647fec18a (diff)
downloadcoreutils-50f3294545af8652fbc018d519465068de5c1f50.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index cd0c8419a..db35c8a05 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,12 @@
2001-08-18 Jim Meyering <meyering@lucent.com>
+ * Makefile.maint: Merge in changes from autoconf.
+
+ * Makefile.maint ($(v_etc_file)): Define.
+ (copyright-check): Use the new variable.
+ (my-distcheck): Depend on local-check so those checks are once
+ again run by `make distcheck'.
+
* src/head.c (head_bytes): Read no more than the specified
number of bytes. Patch by Ian Bruce.