diff options
| author | Sam Hartman <hartmans@mit.edu> | 1996-06-24 04:07:41 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1996-06-24 04:07:41 +0000 |
| commit | 72067324c06c5595a6034966efecd3a2f132bcdf (patch) | |
| tree | 1968afc199bc5ba44e1dac576b742aef02fc69b0 /src/ChangeLog | |
| parent | e3f304fb4a446461e465bc7f1679837a0674ce9b (diff) | |
| download | krb5-72067324c06c5595a6034966efecd3a2f132bcdf.tar.gz krb5-72067324c06c5595a6034966efecd3a2f132bcdf.tar.xz krb5-72067324c06c5595a6034966efecd3a2f132bcdf.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <tlyu@voltage-multiplier.mit.edu> linked against while checking for function existence. This may need some more testing. +Fri Jun 14 13:10:26 1996 Sam Hartman <hartmans@mit.edu> + + * 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 <tlyu@voltage-multiplier.mit.edu> * 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 <epeisach@kangaroo.mit.edu> * aclocal.m4 (AC_CHECK_DBM_PROTO): Correct to use correct cache |
