summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1995-06-16 09:08:15 +0000
committerTom Yu <tlyu@mit.edu>1995-06-16 09:08:15 +0000
commitb725d689606914234616c8d1e480e5fd2f2d2fb1 (patch)
tree87b62c4007a6c216120af16cbed6064a248d59d3 /src/ChangeLog
parente1e481440a639be5bc2aff936c99d3ed60173be2 (diff)
downloadkrb5-b725d689606914234616c8d1e480e5fd2f2d2fb1.tar.gz
krb5-b725d689606914234616c8d1e480e5fd2f2d2fb1.tar.xz
krb5-b725d689606914234616c8d1e480e5fd2f2d2fb1.zip
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6073 dc483132-0cff-0310-8789-dd5450dbe970
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,