diff options
author | Ken Raeburn <raeburn@mit.edu> | 2004-03-08 04:06:32 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2004-03-08 04:06:32 +0000 |
commit | 06bcfd599575cef3baa51db7c43df092f9593ef2 (patch) | |
tree | 3923963df7a3a1efbbfa3cdaf2f6c0dc7c57c20b /src/ChangeLog | |
parent | dd4746e55810bfec66a0dd48b4bf4b9b3dd537e6 (diff) | |
download | krb5-06bcfd599575cef3baa51db7c43df092f9593ef2.tar.gz krb5-06bcfd599575cef3baa51db7c43df092f9593ef2.tar.xz krb5-06bcfd599575cef3baa51db7c43df092f9593ef2.zip |
* 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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ab311c7ee..add07d89fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-03-07 Ken Raeburn <raeburn@mit.edu> + + * 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 <raeburn@mit.edu> * configure.in: Integrate config commands from kdc, krb524, and |