summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-07-19 20:29:45 (GMT)
committermdejong <mdejong@noemail.net>2002-07-19 20:29:45 (GMT)
commit2e74a8167da45e7d1f881cec1a3e994b182ac27a (patch)
tree98293ce548626789357c1e6fabbdd9a10c461459 /unix/configure.in
parente2b2f9d56abe92d85ca12e73c0e12c67fb72eb3a (diff)
downloadtcl-2e74a8167da45e7d1f881cec1a3e994b182ac27a.zip
tcl-2e74a8167da45e7d1f881cec1a3e994b182ac27a.tar.gz
tcl-2e74a8167da45e7d1f881cec1a3e994b182ac27a.tar.bz2
* unix/configure:
* unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Bug 583573] FossilOrigin-Name: 793a5fddc70999e7ea9e76523d8fad9d29b7bed1
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 4f6de8c..682e5e1 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,9 +3,10 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.91 2002/07/16 21:10:15 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.92 2002/07/19 20:29:47 mdejong Exp $
AC_INIT(../generic/tcl.h)
+AC_PREREQ(2.13)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8