From 976a29d3454ed30ef150efaa476c7b0e09ec819a Mon Sep 17 00:00:00 2001 From: hershey Date: Sun, 27 Jun 1999 20:38:35 +0000 Subject: updated 8.1 to 8.2 --- tools/configure.in | 4 ++-- 1 file 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 -- cgit v0.12