summaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-05 14:21:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-05 14:21:21 (GMT)
commit8c4d8a4f1406410662d9c626aa628fc2413b7f10 (patch)
tree0852a2f82b768d17c53efa4a22a8866f6cabe560 /tools/configure.ac
parentd52223f0240cace7cdb7894603c7f6c642a3cbfb (diff)
parentded2a799663066ed98c0a0b07d5fc5a661f988d8 (diff)
downloadtcl-8c4d8a4f1406410662d9c626aa628fc2413b7f10.zip
tcl-8c4d8a4f1406410662d9c626aa628fc2413b7f10.tar.gz
tcl-8c4d8a4f1406410662d9c626aa628fc2413b7f10.tar.bz2
Merge core-8-branch. More 8.7 -> 9.0 changes as appropriate
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index 3caa141..7950578 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -11,7 +11,7 @@ AC_PREREQ(2.69)
# not, assume that its top-level directory is a sibling of ours.
#--------------------------------------------------------------------
-DEF_VER=8.7
+DEF_VER=9.0
AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl $DEF_VER binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl$DEF_VER$TCL_PATCH_LEVEL/unix; pwd`)
if test ! -d $TCL_BIN_DIR; then