summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-19 20:29:46 (GMT)
committermdejong <mdejong>2002-07-19 20:29:46 (GMT)
commitca946034dc6020473c9c02c0bbc824e2084a2dd9 (patch)
tree98293ce548626789357c1e6fabbdd9a10c461459 /win/configure.in
parent2eccfe1eb7b55dbcace482cf354d831fc3a1be6a (diff)
downloadtcl-ca946034dc6020473c9c02c0bbc824e2084a2dd9.zip
tcl-ca946034dc6020473c9c02c0bbc824e2084a2dd9.tar.gz
tcl-ca946034dc6020473c9c02c0bbc824e2084a2dd9.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]
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/configure.in b/win/configure.in
index 13cab98..975a8af 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,9 +3,10 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.50 2002/07/14 17:29:03 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.51 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