From edf8b4d8a6a665c2aa150993cd813ea6c5cf12e1 Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Mon, 22 Jul 1996 20:49:46 +0000 Subject: this commit includes all the changes on the OV_9510_INTEGRATION and OV_MERGE branches. This includes, but is not limited to, the new openvision admin system, and major changes to gssapi to add functionality, and bring the implementation in line with rfc1964. before committing, the code was built and tested for netbsd and solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 5 +++++ src/config/pre.in | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'src/config') diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 73323b938..fec5211fd 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 9 15:02:00 1996 Marc Horowitz + + * pre.in (SRVLIBS, SRVDEPLIBS, CLNTLIBS, CLNTDEPLIBS): added for + support of new aclocal.m4 KRB5_LIBRARIES macro + Thu Jun 13 23:02:23 1996 Tom Yu * post.in,pre.in: break some things out from aclocal.m4 and put diff --git a/src/config/pre.in b/src/config/pre.in index d5f8342f0..78d94e17a 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -38,6 +38,11 @@ LD_UNRESOLVED_PREFIX = @LD_UNRESOLVED_PREFIX@ LD_SHLIBDIR_PREFIX = @LD_SHLIBDIR_PREFIX@ LDARGS = @LDARGS@ LIBS = @LIBS@ +SRVLIBS = @SRVLIBS@ +SRVDEPLIBS = @SRVDEPLIBS@ +CLNTLIBS = @CLNTLIBS@ +CLNTDEPLIBS = @CLNTDEPLIBS@ + INSTALL=@INSTALL@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s INSTALL_DATA=@INSTALL_DATA@ -- cgit