summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-22 23:00:23 (GMT)
committerhobbs <hobbs>1999-12-22 23:00:23 (GMT)
commite3480a568881ed5bc16a7e1260bae664e125927f (patch)
treeb003dc658c45ee9a7db0b13c3b2a6420ee401c46 /win/tcl.m4
parent7f6b5be05179d4a5c06292f3821f796a3cbac081 (diff)
downloadtcl-e3480a568881ed5bc16a7e1260bae664e125927f.zip
tcl-e3480a568881ed5bc16a7e1260bae664e125927f.tar.gz
tcl-e3480a568881ed5bc16a7e1260bae664e125927f.tar.bz2
updated to 8.3
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m424
1 files changed, 12 insertions, 12 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 50a23cf..315cf64 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -20,13 +20,13 @@
AC_DEFUN(SC_PATH_TCLCONFIG, [
AC_MSG_CHECKING([the location of tclConfig.sh])
- if test -d ../../tcl8.2$1/win; then
- TCL_BIN_DIR_DEFAULT=../../tcl8.2$1/win
+ if test -d ../../tcl8.3$1/win; then
+ TCL_BIN_DIR_DEFAULT=../../tcl8.3$1/win
else
- TCL_BIN_DIR_DEFAULT=../../tcl8.2/win
+ TCL_BIN_DIR_DEFAULT=../../tcl8.3/win
fi
- AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.2 binaries from DIR],
+ AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.3 binaries from DIR],
TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd $TCL_BIN_DIR_DEFAULT; pwd`)
if test ! -d $TCL_BIN_DIR; then
AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR does not exist)
@@ -58,13 +58,13 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [
AC_DEFUN(SC_PATH_TKCONFIG, [
AC_MSG_CHECKING([the location of tkConfig.sh])
- if test -d ../../tk8.2$1/win; then
- TK_BIN_DIR_DEFAULT=../../tk8.2$1/win
+ if test -d ../../tk8.3$1/win; then
+ TK_BIN_DIR_DEFAULT=../../tk8.3$1/win
else
- TK_BIN_DIR_DEFAULT=../../tk8.2/win
+ TK_BIN_DIR_DEFAULT=../../tk8.3/win
fi
- AC_ARG_WITH(tk, [ --with-tk=DIR use Tk 8.2 binaries from DIR],
+ AC_ARG_WITH(tk, [ --with-tk=DIR use Tk 8.3 binaries from DIR],
TK_BIN_DIR=$withval, TK_BIN_DIR=`cd $TK_BIN_DIR_DEFAULT; pwd`)
if test ! -d $TK_BIN_DIR; then
AC_MSG_ERROR(Tk directory $TK_BIN_DIR does not exist)
@@ -424,13 +424,13 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
#------------------------------------------------------------------------
AC_DEFUN(SC_WITH_TCL, [
- if test -d ../../tcl8.2$1/win; then
- TCL_BIN_DEFAULT=../../tcl8.2$1/win
+ if test -d ../../tcl8.3$1/win; then
+ TCL_BIN_DEFAULT=../../tcl8.3$1/win
else
- TCL_BIN_DEFAULT=../../tcl8.2/win
+ TCL_BIN_DEFAULT=../../tcl8.3/win
fi
- AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.2 binaries from DIR],
+ AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.3 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)