From 6cd88aa348286b0535b95b84f54beb95abd29a92 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 23 Jun 1995 00:59:54 +0000 Subject: Changes to support AIX shared libraries. The interactions between configure.in and Makefile.in change significantly for shared libraries: the static library target is no longer specified in the Makefile, although a rule to make the static library is specified. Also, none of the libraries have any more unresolved symbols. As discussed, libcom_err.a is made shared and symlinks are created in lib. These changes sort of work, although I suspect cleanup is necessary. I don't think it breaks too much on other platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ffbb7abd6..f32475a9b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -21,7 +21,21 @@ Wed Jun 21 17:38:34 1995 Ezra Peisach * aclocal.m4: Add KRB5_SIGTYPE (taken from include/krb5) so that other applications may use defintion. -Wed Jun 21 14:57:55 1995 + +Wed Jun 21 16:10:09 1995 Sam Hartman + + * aclocal.m4 (SHARED_RULE_LOCAL): Add support for not making + static libs. Moves the clean and all target for shared libs in + shared lib Makefiles into this rule instead of Makefile.in + + * configure.in: Added krb5_cv_noshlibs_ext, the extension for + static libraries that have shared counterparts. Also added + krb5_cv_staticlibs_enabled, (set by the code for --enable-shared, + not by any extra option) to determine whether static versions of + shared libs are compiled on a per-platform basis. + + + Wed Jun 21 14:57:55 1995 * aclocal.m4: Removed extra blank lines and added "dnl" to the end of some macro definitions to get rid of extra newlines -- cgit