diff options
| author | Tom Yu <tlyu@mit.edu> | 2003-03-03 07:09:46 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2003-03-03 07:09:46 +0000 |
| commit | d7945a6727cfa39039434d4da63a7080a91cabcd (patch) | |
| tree | 129a190d2d2a1b1c7375edce2121e7b06b2aa152 /src/config/ChangeLog | |
| parent | 5df5c4bb6ffecf8f3ea304209a40f9f5ea1a4989 (diff) | |
| download | krb5-d7945a6727cfa39039434d4da63a7080a91cabcd.tar.gz krb5-d7945a6727cfa39039434d4da63a7080a91cabcd.tar.xz krb5-d7945a6727cfa39039434d4da63a7080a91cabcd.zip | |
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
Diffstat (limited to 'src/config/ChangeLog')
| -rw-r--r-- | src/config/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index c622de0b7..7a0623513 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,14 @@ +2003-03-03 Tom Yu <tlyu@mit.edu> + + * libobj.in: Change .c.so and .c.po rules to use ALL_CFLAGS. + + * pre.in (ALL_CFLAGS): Add KRB_INCLUDES. + (KRB_INCLUDES): Move from aclocal.m4, where it had been added to + CPPFLAGS. This move allows CPPFLAGS to be used by the builder. + + * shlib.conf: Add CFLAGS to many places where only LDFLAGS had + been previously. + 2003-02-12 Tom Yu <tlyu@mit.edu> * post.in (.dtmp): Use -DDEPEND to allow source files to exclude |
