summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authormo <mo>2000-07-19 02:15:59 (GMT)
committermo <mo>2000-07-19 02:15:59 (GMT)
commite5a13e0d55918441c5cb7bd32eed38d443205097 (patch)
tree84a3364c6d90c16dc8726a1fe737c29fbd3c7ed2 /win/tcl.m4
parentd046a8a0ca9b4b60ea496c1f63a59e71450ee100 (diff)
downloadtk-e5a13e0d55918441c5cb7bd32eed38d443205097.zip
tk-e5a13e0d55918441c5cb7bd32eed38d443205097.tar.gz
tk-e5a13e0d55918441c5cb7bd32eed38d443205097.tar.bz2
* unix/aclocal.m4: Use tcl.m4.
* unix/configure.in: Properly quote LOCALES variable. Properly quote argument to m4 macro. * unix/tcl.m4: Add updated file from tcl. * win/tcl.m4: Updated file from tcl.
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 a687a2a..7b5d7fe 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -73,7 +73,7 @@ AC_DEFUN(SC_PATH_TKCONFIG, [
AC_MSG_ERROR(There is no tkConfig.sh in $TK_BIN_DIR: perhaps you did not specify the Tk *build* directory (not the toplevel Tk directory) or you forgot to configure Tk?)
fi
- AC_MSG_RESULT($TK_BIN_DIR/tkConfig.sh)
+ AC_MSG_RESULT([$TK_BIN_DIR/tkConfig.sh])
])
#------------------------------------------------------------------------
@@ -276,7 +276,7 @@ AC_DEFUN(SC_ENABLE_THREADS, [
AC_DEFINE(TCL_THREADS)
else
TCL_THREADS=0
- AC_MSG_RESULT(no (default))
+ AC_MSG_RESULT([no (default)])
fi
])