From d7945a6727cfa39039434d4da63a7080a91cabcd Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 3 Mar 2003 07:09:46 +0000 Subject: Remove ADD_DEF and uses thereof, and move the appropriate symbols to AC_DEFINE'ed things or to Makefile.in files. Remove explicit settings of CPPFLAGS. These allow CPPFLAGS to be a user parameter. Also, add CFLAGS to the CC_LINK variables, so they can control usage of the compiler to link programs. ticket: 677 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15214 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 8f2a231f20..cb2d129a91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-03-03 Tom Yu + + * aclocal.m4: Remove KRB_INCLUDE; it's now in pre.in. Remove + ADD_DEF and uses thereof, thus allowing CPPFLAGS to be a user + parameter. + 2003-03-02 Sam Hartman * aclocal.m4 : Substitute in DEPLIBEXT into krb5_build_library_with_deps -- cgit