summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-11 08:43:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-11 08:43:28 (GMT)
commit189e7fe97b73e736c71c8bfd54f3cb3121697f41 (patch)
treebfc0f3a27a8025e03daf6da5eeb79a13f33e1e55 /win/tcl.m4
parentd2fb846f98f47e4199b988b558b8bde42e7b1923 (diff)
downloadtcl-189e7fe97b73e736c71c8bfd54f3cb3121697f41.zip
tcl-189e7fe97b73e736c71c8bfd54f3cb3121697f41.tar.gz
tcl-189e7fe97b73e736c71c8bfd54f3cb3121697f41.tar.bz2
Experiments with [http://semver.org/|Semantic Versioning] in Tcl. (Don't look!)
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 84f0dff..bce6169 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -1126,13 +1126,13 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
#------------------------------------------------------------------------
AC_DEFUN([SC_WITH_TCL], [
- if test -d ../../tcl8.6$1/win; then
- TCL_BIN_DEFAULT=../../tcl8.6$1/win
+ if test -d ../../tcl8$1/win; then
+ TCL_BIN_DEFAULT=../../tcl8$1/win
else
- TCL_BIN_DEFAULT=../../tcl8.6/win
+ TCL_BIN_DEFAULT=../../tcl8/win
fi
- AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.6 binaries from DIR],
+ AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8 binaries from DIR],
TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd $TCL_BIN_DEFAULT; pwd`)
if test ! -d $TCL_BIN_DIR; then
AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR does not exist)