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)
commit7e637f029e2226fd6386ef3dbcd7555531f39a00 (patch)
tree13716cbc288d20395dac069626a7253548f2bc7c /tools
parent659fbd32e2b5c4e4571c4da61684612c09ebf980 (diff)
downloadtcl-7e637f029e2226fd6386ef3dbcd7555531f39a00.zip
tcl-7e637f029e2226fd6386ef3dbcd7555531f39a00.tar.gz
tcl-7e637f029e2226fd6386ef3dbcd7555531f39a00.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.