summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2001-05-23 10:05:07 (GMT)
committermdejong <mdejong@noemail.net>2001-05-23 10:05:07 (GMT)
commit502558939950b90e79df22ad83a65d376cf5e82e (patch)
treee0253e2d7673d130cc3a61871b882a031de6d6b1 /win/tcl.m4
parentcc7017afbc31efcf4bb4b960d0581a33c8f26cd8 (diff)
downloadtcl-502558939950b90e79df22ad83a65d376cf5e82e.zip
tcl-502558939950b90e79df22ad83a65d376cf5e82e.tar.gz
tcl-502558939950b90e79df22ad83a65d376cf5e82e.tar.bz2
* unix/tcl.m4 (SC_LOAD_TKCONFIG):
Remove use of undefined TCLCONFIG variable and call AC_MSG_RESULT to print the checking result. * win/tcl.m4: Ditto. FossilOrigin-Name: 5776cc4d60756cd4756deef5d1e0235006e325a0
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 73020d7..cc719dd 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -135,10 +135,10 @@ AC_DEFUN(SC_LOAD_TCLCONFIG, [
#------------------------------------------------------------------------
AC_DEFUN(SC_LOAD_TKCONFIG, [
- AC_MSG_CHECKING([for existence of $TCLCONFIG])
+ AC_MSG_CHECKING([for existence of $TK_BIN_DIR/tkConfig.sh])
if test -f "$TK_BIN_DIR/tkConfig.sh" ; then
- AC_MSG_CHECKING([loading $TK_BIN_DIR/tkConfig.sh])
+ AC_MSG_RESULT([loading])
. $TK_BIN_DIR/tkConfig.sh
else
AC_MSG_RESULT([could not find $TK_BIN_DIR/tkConfig.sh])