summaryrefslogtreecommitdiffstats
path: root/tools/configure.in
diff options
context:
space:
mode:
authorhershey <hershey>1999-06-27 20:38:35 (GMT)
committerhershey <hershey>1999-06-27 20:38:35 (GMT)
commit976a29d3454ed30ef150efaa476c7b0e09ec819a (patch)
tree5c5ae91fec67273a9e88f27be22189a0339cb778 /tools/configure.in
parent8b73ba327874b9ddf983934574f77dce7b6c927d (diff)
downloadtcl-976a29d3454ed30ef150efaa476c7b0e09ec819a.zip
tcl-976a29d3454ed30ef150efaa476c7b0e09ec819a.tar.gz
tcl-976a29d3454ed30ef150efaa476c7b0e09ec819a.tar.bz2
updated 8.1 to 8.2
Diffstat (limited to 'tools/configure.in')
-rw-r--r--tools/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure.in b/tools/configure.in
index a48d6d7..54bd910 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -2,7 +2,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT(man2tcl.c)
-# RCS: @(#) $Id: configure.in,v 1.6 1999/04/30 22:45:03 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.7 1999/06/27 20:38:35 hershey Exp $
# Recover information that Tcl computed with its configure script.
@@ -11,7 +11,7 @@ AC_INIT(man2tcl.c)
# not, assume that its top-level directory is a sibling of ours.
#--------------------------------------------------------------------
-AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.1 binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl8.1$TCL_PATCH_LEVEL/unix; pwd`)
+AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 8.2 binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl8.2$TCL_PATCH_LEVEL/unix; pwd`)
if test ! -d $TCL_BIN_DIR; then
AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist)
fi