summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-10-22 01:25:25 +0000
committerTom Yu <tlyu@mit.edu>1996-10-22 01:25:25 +0000
commit91ac76b92bb3fffa623522772c5908802b36e0bf (patch)
tree3133dfdc3be0fe49f04cc1a85b6e917b3afb4b44 /src/ChangeLog
parentcf99c29aaf0ee262cf70f4bf5c5d937467652aed (diff)
downloadkrb5-91ac76b92bb3fffa623522772c5908802b36e0bf.tar.gz
krb5-91ac76b92bb3fffa623522772c5908802b36e0bf.tar.xz
krb5-91ac76b92bb3fffa623522772c5908802b36e0bf.zip
* aclocal.m4: Fix CopySrcHeader and CopyHeader so they actually
generate dependencies for the files they're copying to. Also, fix up DO_SUBDIRS to work with new recursion methods. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9231 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0fec6f560..e2c0a3bdc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 21 21:19:53 1996 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4: Fix CopySrcHeader and CopyHeader so they actually
+ generate dependencies for the files they're copying to. Also, fix
+ up DO_SUBDIRS to work with new recursion methods.
+
Mon Oct 7 15:07:38 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Add AC_KRB5_TCL so configure --help is useful.