From cee79e98488ba138d1ebadb7488df7da54be627b Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 11 Mar 2006 22:23:28 +0000 Subject: Instead of arbitrary division of headers into include and include/krb5, with include directives sometimes using krb5/foo.h and sometimes using foo.h, and -I options always given for both directories in both source and build trees, push include/krb5/* up a level and drop the krb5 directory (except, for the moment, the change log). Updated #include directives, -I options, and dependencies accordingly, and deleted one or two bits of old, unused code that was noticed in the process. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17730 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3f6691071..6c7e18e73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2006-03-11 Ken Raeburn + + * Makefile.in (update-autoconf-h): Don't go into krb5 + subdirectory; make specific files. + (CLEANUP): osconf.h has moved. + * configure.in: Build include/autoconf.h now. Don't create a + makefile in include/krb5. + 2006-03-10 Ken Raeburn * Makefile.in (generate-files-mac-prerecurse): Depend on -- cgit