diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-05-13 06:38:13 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-05-13 06:38:13 +0000 |
| commit | 6c2ed716538c24fca22578f39b16eb4da499ddb1 (patch) | |
| tree | 1a399203a10887899b6bcf32cab69858f5d296bf /src/include/ChangeLog | |
| parent | 9f3883140a01ad61045c4801969de49ba3cdf8ff (diff) | |
| download | krb5-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/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 64e8de6f7..60ee43c87 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +2005-05-13 Ken Raeburn <raeburn@mit.edu> + + * configure.in: Deleted, content merged into ../configure.in. + * Makefile.in (thisconfigdir, mydir): Updated for configure + change. + ($(srcdir)/krb5/autoconf.stmp): Use $(thisconfigdir) when + locating configure.in and autom4te.cache. + 2005-04-28 Ken Raeburn <raeburn@mit.edu> * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined. |
