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)
commitcc3b85771e2a2752fb8b1f5fee2c7b3bd4bdd453 (patch)
tree6fc1960a958cf7408320e50080a7e9b4776d05fa /tools
parentdcebb038ed9e1c4d1bb355efaa3bd49d49dd4c9e (diff)
downloadtcl-cc3b85771e2a2752fb8b1f5fee2c7b3bd4bdd453.zip
tcl-cc3b85771e2a2752fb8b1f5fee2c7b3bd4bdd453.tar.gz
tcl-cc3b85771e2a2752fb8b1f5fee2c7b3bd4bdd453.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.