diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-11 08:43:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-11 08:43:28 (GMT) |
commit | 189e7fe97b73e736c71c8bfd54f3cb3121697f41 (patch) | |
tree | bfc0f3a27a8025e03daf6da5eeb79a13f33e1e55 /win/tcl.m4 | |
parent | d2fb846f98f47e4199b988b558b8bde42e7b1923 (diff) | |
download | tcl-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.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |