summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-03 19:19:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-03 19:19:29 (GMT)
commit2fd9fcf08d73f688888ef8784be0c5493b80d818 (patch)
tree9406a394d30d22c961a09ad039a8d5450172a4ed /win/tcl.m4
parent9d05857f2e1878b20cc6aa7cd5c87ed5c55aeea5 (diff)
downloadtk-2fd9fcf08d73f688888ef8784be0c5493b80d818.zip
tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.tar.gz
tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.tar.bz2
Bump trunk to 8.7a0 to accept new feature development.
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..c95d61f 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.7$1/win; then
+ TCL_BIN_DEFAULT=../../tcl8.7$1/win
else
- TCL_BIN_DEFAULT=../../tcl8.6/win
+ TCL_BIN_DEFAULT=../../tcl8.7/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.6+ 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)