summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/Makefile.in1
-rw-r--r--old/textutils/ChangeLog5
2 files changed, 5 insertions, 1 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 163adbb12..1a05f3edd 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -89,7 +89,6 @@ U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
-YACC = @YACC@
l = @l@
EXTRA_DIST = README \
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 05981642e..21c77fb2f 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,8 @@
+1997-09-27 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * m4/memcmp.m4: Integrate test to detect bug in memcmp from the
+ Next x86 OpenStep C library. Test program from William Lewis.
+
1997-09-21 Jim Meyering <meyering@na-net.ornl.gov>
* src/od.c [struct tspec] (hexl_mode_trailer): Rename from `trailer.'