summaryrefslogtreecommitdiffstats
path: root/tools/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-04 23:45:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-04 23:45:40 (GMT)
commitf5aa1d944a39ee1d14f9c64d98eba3da173678a9 (patch)
treeb7af161b6d43e4f57e1a16ca62ffb67e760f162e /tools/configure.in
parent55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e (diff)
downloadtcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.zip
tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.gz
tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.bz2
* README: Bumped version number of
* generic/tcl.h: Tcl to 8.5a0. * library.init.tcl: * mac/README: * macosx/Tcl.pbproj/project.pbxproc: * tests/basic.test: * tools/configure.in: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/tcl.m4: * tools/configure: autoconf * unix/configure: * win/configure:
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 5117b4d..6ed79b0 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.9 2001/10/04 20:18:09 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.10 2003/03/04 23:46:13 dgp 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.
#--------------------------------------------------------------------
-DEF_VER=8.4
+DEF_VER=8.5
AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl $DEF_VER binaries from DIR], TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl$DEF_VER$TCL_PATCH_LEVEL/unix; pwd`)
if test ! -d $TCL_BIN_DIR; then