From 92c8f1305491a082d24d929a3916522a1bd4f8e3 Mon Sep 17 00:00:00 2001 From: mdejong Date: Thu, 13 Mar 2003 10:49:42 +0000 Subject: * win/tcl.m4 (SC_WITH_TCL): Port version number fix that was made in tk instead of tcl sources. --- ChangeLog | 5 +++++ win/tcl.m4 | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 046dd40..31694ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-03-13 Mo DeJong + * win/tcl.m4 (SC_WITH_TCL): Port version number + fix that was made in tk instead of tcl sources. + +2003-03-13 Mo DeJong + Require autoconf 2.57 or newer, see TIP 34 for a detailed explanation of why this is good. This will no doubt break the build on some 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) -- cgit v0.12