From 61cb1ca9519ffe48ed8d0682acf1aa6837aead3c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 29 Apr 2004 06:46:00 +0000 Subject: * aclocal.m4 (CONFIG_RULES): Invoke KRB5_LIB_PARAMS and KRB5_AC_INITFINI. (KRB5_AC_INITFINI): New macro. Define delayed-initialization config option, test for gcc constructor/destructor attribute support, and test whether shlib.conf indicates support for link-time options. (KRB5_AC_GCC_ATTRS): Implement. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16280 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e191b90ba..315f03cd5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2004-04-29 Ken Raeburn + + * aclocal.m4 (CONFIG_RULES): Invoke KRB5_LIB_PARAMS and + KRB5_AC_INITFINI. + (KRB5_AC_INITFINI): New macro. Define delayed-initialization + config option, test for gcc constructor/destructor attribute + support, and test whether shlib.conf indicates support for + link-time options. + (KRB5_AC_GCC_ATTRS): Implement. + 2004-04-26 Ken Raeburn * aclocal.m4 (KRB5_BUILD_LIBRARY_WITH_DEPS): Report an error if -- cgit