diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2000-01-27 22:02:58 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2000-01-27 22:02:58 +0000 |
| commit | 9542a015a0cf1a3cc2ee4be54c89be201d6994be (patch) | |
| tree | 02069a943e5af1963ff3a1a671ae603a3f9d68fc /src/ChangeLog | |
| parent | 23ebe7b2153e5fa2b26ddd4f4ff14fa9319f2666 (diff) | |
| download | krb5-9542a015a0cf1a3cc2ee4be54c89be201d6994be.tar.gz krb5-9542a015a0cf1a3cc2ee4be54c89be201d6994be.tar.xz krb5-9542a015a0cf1a3cc2ee4be54c89be201d6994be.zip | |
Don't use obsolete autoconf macros. Fix up output formatting a little.
Rewrote tcl config handling to extract info from installed tclConfig.sh.
Configure-time option to control IPv6 configuration.
Configure-time option to enable DNS lookups.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11972 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78f1a5346..1abf893c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2000-01-26 Ken Raeburn <raeburn@raeburn.org> + + * aclocal.m4 (KRB5_AC_REGEX_FUNCS): Require AC_PROG_CC instead of + invoking obsolete AC_C_CROSS. + (KRB5_LIB_PARAMS): Use AC_MSG_CHECKING, not AC_CHECKING. + + * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): New macro, looks for + installed tclConfig.sh file and extracts library name and other + information from it. + (AC_KRB5_TCL): Rewrite, uses AC_KRB5_TCL_FIND_CONFIG. + + * aclocal.m4 (AC_LIBRARY_NET): Require KRB5_AC_ENABLE_DNS, and if + it's enabled, pull in res_search from -lresolv if needed. + (KRB5_AC_ENABLE_DNS): New macro, just implements argument + checking, and may define KRB5_DNS_LOOKUP C macro. + * acconfig.h (KRB5_DNS_LOOKUP): Undef. + + * aclocal.m4 (KRB5_AC_INET6): Add enable/disable-ipv6 + configure-time options; by default, enable it only if support code + is available. + (KRB5_AC_CHECK_INET6): Moved part of old KRB5_AC_INET6 here. + 1999-12-03 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: On Windows, build error tables if we believe awk |
