summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authormo <mo@noemail.net>2000-07-19 01:17:40 (GMT)
committermo <mo@noemail.net>2000-07-19 01:17:40 (GMT)
commiteac616b4cc7c51e1996bf35a3f281f403b03739a (patch)
tree9f46e8d483335d93f847729c4223b96d822578c4 /win/tcl.m4
parenta0d15dbb44504676fc8d082a42c30f604d9aa030 (diff)
downloadtcl-eac616b4cc7c51e1996bf35a3f281f403b03739a.zip
tcl-eac616b4cc7c51e1996bf35a3f281f403b03739a.tar.gz
tcl-eac616b4cc7c51e1996bf35a3f281f403b03739a.tar.bz2
* unix/configure.in:
* unix/tcl.m4: * win/tcl.m4: Properly quote arguments to m4 macros. This allows Tcl to work with the new version of autoconf. FossilOrigin-Name: 6b4e7b11ec8aa5aa33e2418565efd3ad2d3b45b3
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
])