diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 08:06:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 08:06:28 (GMT) |
commit | fd512f5f94fb4a8c8c65c2709387202c327471f8 (patch) | |
tree | 13716cbc288d20395dac069626a7253548f2bc7c /tools/configure.in | |
parent | 1a457f040a906803ffeee95d5f486d36cccf3b6e (diff) | |
download | tcl-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/configure.in')
-rw-r--r-- | tools/configure.in | 2 |
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. |