diff options
author | mdejong <mdejong> | 2001-05-23 10:05:07 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-05-23 10:05:07 (GMT) |
commit | 803d881f22485c289ee46e588144e1bbb5f43367 (patch) | |
tree | e0253e2d7673d130cc3a61871b882a031de6d6b1 /win/tcl.m4 | |
parent | 0ec1cb040fc6890b6a94d346ea74e73c669509dc (diff) | |
download | tcl-803d881f22485c289ee46e588144e1bbb5f43367.zip tcl-803d881f22485c289ee46e588144e1bbb5f43367.tar.gz tcl-803d881f22485c289ee46e588144e1bbb5f43367.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.
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]) |