summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog10
-rw-r--r--old/textutils/ChangeLog10
2 files changed, 10 insertions, 10 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a11f70500..dead3c08f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -4,11 +4,11 @@ Mon Feb 12 23:23:25 1996 Jim Meyering (meyering@na-net.ornl.gov)
accomodate automake-0.29 buglet.
Update for automake-0.29.
- * Makefile.in (CONFIG_HEADER): Don't define. Automake now does it.
- * src/Makefile.in: Likewise.
- * lib/Makefile.in: Likewise.
- * doc/Makefile.in (info_TEXINFOS): Renamed from TEXINFOS.
- * man/Makefile.in (man_MANS): Renamed from MANS.
+ * Makefile.am (CONFIG_HEADER): Don't define. Automake now does it.
+ * src/Makefile.am: Likewise.
+ * lib/Makefile.am: Likewise.
+ * doc/Makefile.am (info_TEXINFOS): Renamed from TEXINFOS.
+ * man/Makefile.am (man_MANS): Renamed from MANS.
Wed Jan 31 21:50:41 1996 Jim Meyering (meyering@na-net.ornl.gov)
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 3036cfd59..d61a343c5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,11 +1,11 @@
Mon Feb 12 21:12:28 1996 Jim Meyering (meyering@na-net.ornl.gov)
Update for automake-0.29.
- * Makefile.in (CONFIG_HEADER): Don't define. Automake now does it.
- * src/Makefile.in: Likewise.
- * lib/Makefile.in: Likewise.
- * doc/Makefile.in (info_TEXINFOS): Renamed from TEXINFOS.
- * man/Makefile.in (man_MANS): Renamed from MANS.
+ * Makefile.am (CONFIG_HEADER): Don't define. Automake now does it.
+ * src/Makefile.am: Likewise.
+ * lib/Makefile.am: Likewise.
+ * doc/Makefile.am (info_TEXINFOS): Renamed from TEXINFOS.
+ * man/Makefile.am (man_MANS): Renamed from MANS.
* fmt.c [TRUE]: Undefine before defining to avoid warning on NeXT.
[FALSE]: Likewise.