From 06bcfd599575cef3baa51db7c43df092f9593ef2 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 8 Mar 2004 04:06:32 +0000 Subject: * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Look for tclConfig.sh in the specified directory if it's not in a "lib" subdirectory. (AC_KRB5_TCL): If no pathname is supplied and tclConfig.sh isn't found in /usr/lib, try running a script under tclsh to see if it can supply the pathname for tclConfig.sh. This allows the configure script to find /System/Library/Tcl/8.3/tclConfig.sh on Jaguar. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16156 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2ab311c7e..add07d89f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-03-07 Ken Raeburn + + * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Look for tclConfig.sh in + the specified directory if it's not in a "lib" subdirectory. + (AC_KRB5_TCL): If no pathname is supplied and tclConfig.sh isn't + found in /usr/lib, try running a script under tclsh to see if it + can supply the pathname for tclConfig.sh. + 2004-03-05 Ken Raeburn * configure.in: Integrate config commands from kdc, krb524, and -- cgit