summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a8e179cb2..b19b6d46e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
Fri Jun 16 00:45:03 1995 Tom Yu (tlyu@dragons-lair)
+ * aclocal.m4: Fix new append.out stuff to work with config.status
+ properly; previously append.out was not getting sucked
+ into the body of config.status. The EXTRA_RULES macros
+ are deprecated and should not be used anymore.
+
* aclocal.m4: people were using AC_DIVERSION_MAKEFILE inside
conditionals, not realizing that it would not end up
conditionalized. Define a new macro AC_PUSH_MAKEFILE,