diff options
author | mdejong <mdejong@noemail.net> | 2001-05-23 10:05:07 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2001-05-23 10:05:07 (GMT) |
commit | 502558939950b90e79df22ad83a65d376cf5e82e (patch) | |
tree | e0253e2d7673d130cc3a61871b882a031de6d6b1 /win/tcl.m4 | |
parent | cc7017afbc31efcf4bb4b960d0581a33c8f26cd8 (diff) | |
download | tcl-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.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]) |