summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-05-13 06:38:13 +0000
committerKen Raeburn <raeburn@mit.edu>2005-05-13 06:38:13 +0000
commit6c2ed716538c24fca22578f39b16eb4da499ddb1 (patch)
tree1a399203a10887899b6bcf32cab69858f5d296bf /src/ChangeLog
parent9f3883140a01ad61045c4801969de49ba3cdf8ff (diff)
downloadkrb5-6c2ed716538c24fca22578f39b16eb4da499ddb1.tar.gz
krb5-6c2ed716538c24fca22578f39b16eb4da499ddb1.tar.xz
krb5-6c2ed716538c24fca22578f39b16eb4da499ddb1.zip
* configure.in: Merged content from include/configure.in. Don't configure
include directory any more; build its makefiles and autoconf.h directly. Provide comment template when defining C macros. * include/configure.in: Deleted, content merged into ../configure.in. * include/Makefile.in (thisconfigdir, mydir): Updated for configure change. ($(srcdir)/krb5/autoconf.stmp): Use $(thisconfigdir) when locating configure.in and autom4te.cache. * include/kerberosIV/Makefile.in (thisconfigdir, mydir): Updated for configure change. * include/krb5/Makefile.in (thisconfigdir, mydir): Updated for configure change. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17217 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 a1f138fb26..65ef9c995a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,11 @@
(KRB5_GETSOCKNAME_ARGS): Likewise. Only define the macros in one
place.
+ * configure.in: Merged content from include/configure.in. Don't
+ configure include directory any more; build its makefiles and
+ autoconf.h directly. Provide comment template when defining C
+ macros.
+
2005-04-19 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (fileexists, K5_TOPDIR): New macros.