summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 08:15:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 08:15:01 (GMT)
commit5caa4f61fb2e5d01aca6869a31ebde3b1473ab02 (patch)
tree6fc1960a958cf7408320e50080a7e9b4776d05fa /tools
parent67bbf2d8260b957c1ffdad193ab245b01920c506 (diff)
downloadtcl-5caa4f61fb2e5d01aca6869a31ebde3b1473ab02.zip
tcl-5caa4f61fb2e5d01aca6869a31ebde3b1473ab02.tar.gz
tcl-5caa4f61fb2e5d01aca6869a31ebde3b1473ab02.tar.bz2
Require at least autoconf-2.59 for tools/configure
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/configure.in b/tools/configure.in
index 542c1d3..d553cd1 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -1,8 +1,9 @@
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)
+AC_INIT
+AC_CONFIG_SRCDIR([man2tcl.c])
+AC_PREREQ([2.59])
# Recover information that Tcl computed with its configure script.