From 72067324c06c5595a6034966efecd3a2f132bcdf Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 24 Jun 1996 04:07:41 +0000 Subject: Fix up handling of libkrb4 libraries so includes and stuff work with divergent versions of libkrb4. That way, Athena Kerberos can be used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8541 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index c2946db49..fdfbd2e22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,11 +5,23 @@ Mon Jun 17 18:34:10 1996 Tom Yu linked against while checking for function existence. This may need some more testing. +Fri Jun 14 13:10:26 1996 Sam Hartman + + * aclocal.m4 (USE_KRB4_LIBRARY)): Include appropriate include + files for the krb4 library we are actually using. This way, + KEYFILE is a constant string if we are using Athena Kerberos libs. + (LDFLAGS): Force TOPLIBD to be expanded in the configure script + for LDFLAGS, so they are valid for autoconf AC_HAVE_FUNCS + tests. Note you cannot actually use libraries out of the top level + library directory; this just gets around some gcc complaints with + $(TOPLIBD) not being a bvalid path. + Thu Jun 13 23:03:03 1996 Tom Yu * aclocal.m4: break some stuff out into pre.in and post.in in preparation for doing away with PUSH_MAKEFILE cruft + Wed Jun 12 15:27:14 1996 Ezra Peisach * aclocal.m4 (AC_CHECK_DBM_PROTO): Correct to use correct cache -- cgit