summaryrefslogtreecommitdiffstats
path: root/tools/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure.in')
-rw-r--r--tools/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure.in b/tools/configure.in
index fe0c59b..542c1d3 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -2,6 +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)
+AC_PREREQ(2.57)
# Recover information that Tcl computed with its configure script.
@@ -10,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