summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-13 10:49:42 (GMT)
committermdejong <mdejong>2003-03-13 10:49:42 (GMT)
commit92c8f1305491a082d24d929a3916522a1bd4f8e3 (patch)
treed4c546683ef330a8920ea6086e465e848ac101b0 /win
parent22544c4ccc233befbc2973f4d503a860faf0df0a (diff)
downloadtcl-92c8f1305491a082d24d929a3916522a1bd4f8e3.zip
tcl-92c8f1305491a082d24d929a3916522a1bd4f8e3.tar.gz
tcl-92c8f1305491a082d24d929a3916522a1bd4f8e3.tar.bz2
* win/tcl.m4 (SC_WITH_TCL): Port version number
fix that was made in tk instead of tcl sources.
Diffstat (limited to 'win')
-rw-r--r--win/tcl.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 717a85c..3bc07ef 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -651,13 +651,13 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
#------------------------------------------------------------------------
AC_DEFUN(SC_WITH_TCL, [
- if test -d ../../tcl8.4$1/win; then
- TCL_BIN_DEFAULT=../../tcl8.4$1/win
+ if test -d ../../tcl8.5$1/win; then
+ TCL_BIN_DEFAULT=../../tcl8.5$1/win
else
- TCL_BIN_DEFAULT=../../tcl8.4/win
+ TCL_BIN_DEFAULT=../../tcl8.5/win
fi
- AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.4 binaries from DIR],
+ AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.5 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)