diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2000-06-30 00:36:31 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2000-06-30 00:36:31 +0000 |
| commit | 3cdd5a1bf70b6233b7ffd0e81bcc267435a907dc (patch) | |
| tree | 67b5d0422cdd1c4b25e55c1e54bdae54e114c008 /src/ChangeLog | |
| parent | 5aaaaf07695e6b4b4b024973984a9e8856484453 (diff) | |
| download | krb5-3cdd5a1bf70b6233b7ffd0e81bcc267435a907dc.tar.gz krb5-3cdd5a1bf70b6233b7ffd0e81bcc267435a907dc.tar.xz krb5-3cdd5a1bf70b6233b7ffd0e81bcc267435a907dc.zip | |
pullup from 1.2-beta4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12472 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
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 <raeburn@mit.edu> + + * 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 <tlyu@mit.edu> + + * 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 <nalin@redhat.com> + + * wconfig.c (main): Warn if copying command-line option string + will overflow internal buffer. + +2000-06-23 Ken Raeburn <raeburn@mit.edu> + + * 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 <tritan@mit.edu> * config/pre.in: Set KRB5_INCDIR from @includedir@ so configure |
