From 3cdd5a1bf70b6233b7ffd0e81bcc267435a907dc Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 30 Jun 2000 00:36:31 +0000 Subject: pullup from 1.2-beta4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12472 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index d920206e7..def0d7423 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,38 @@ +2000-06-23 Ken Raeburn + + * aclocal.m4 (KRB5_LIB_PARAMS): Don't need to display "checking" + message for AC_CANONICAL_HOST, it does that itself. + +2000-06-23 Tom Yu + + * aclocal.m4 (CC_LINK_STATIC): Fix to use old library search + order; otherwise if there are shared libraries with the same name + elsewhere in the search path, they'll take precedence over the + static ones in the tree. + (AC_KRB5_TCL_TRYOLD): Search by appending stuff to CPPFLAGS and + LDFLAGS to notice if there may be problems with stuff earlier + along in either variable overriding. + +2000-06-23 Nalin Dahyabhai + + * wconfig.c (main): Warn if copying command-line option string + will overflow internal buffer. + +2000-06-23 Ken Raeburn + + * aclocal.m4 (KRB5_AC_ENABLE_DNS): Set RESOLV_LIB, and substitute + it into the Makefile. + (AC_LIBRARY_NET): Set RESOLV_LIB. + + * aclocal.m4 (KRB5_AC_ENABLE_DNS): Check for dns, dns-for-kdc, and + dns-for-realm separately. Define KRB5_DNS_LOOKUP if either mode + is enabled. Define KRB5_DNS_LOOKUP_KDC and KRB5_DNS_LOOKUP_REALM + if the appropriate modes are enabled. + * acconfig.h (KRB5_DNS_LOOKUP_KDC, KRB5_DNS_LOOKUP_REALM): Undef. + + * aclocal.m4 (KRB5_LIB_PARAMS): Check for alpha*-dec-osf* instead + of alpha-dec-osf*. + 2000-05-05 Wilfredo Sanchez * config/pre.in: Set KRB5_INCDIR from @includedir@ so configure -- cgit