summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 08:06:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 08:06:28 (GMT)
commitfd512f5f94fb4a8c8c65c2709387202c327471f8 (patch)
tree13716cbc288d20395dac069626a7253548f2bc7c /tools
parent1a457f040a906803ffeee95d5f486d36cccf3b6e (diff)
downloadtcl-fd512f5f94fb4a8c8c65c2709387202c327471f8.zip
tcl-fd512f5f94fb4a8c8c65c2709387202c327471f8.tar.gz
tcl-fd512f5f94fb4a8c8c65c2709387202c327471f8.tar.bz2
Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates the same */configure scripts with autoconf-2.59.
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.in b/tools/configure.in
index 0793b0a..86e1f62 100644
--- a/tools/configure.in
+++ b/tools/configure.in
@@ -3,7 +3,7 @@ dnl generate the file "configure", which is run to configure the
dnl Makefile in this directory.
AC_INIT
AC_CONFIG_SRCDIR([man2tcl.c])
-AC_PREREQ(2.59)
+AC_PREREQ([2.59])
# Recover information that Tcl computed with its configure script.