summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-19 20:31:59 (GMT)
committermdejong <mdejong>2002-07-19 20:31:59 (GMT)
commitfad0ed435d992bfb98d700b8adf7931664c8ee5f (patch)
tree6ec5077621c092ec3430deeb4f43c3d107d98142 /win/configure.in
parent300f9d752f0e612631b9224f3c6a68054e2a6476 (diff)
downloadtk-fad0ed435d992bfb98d700b8adf7931664c8ee5f.zip
tk-fad0ed435d992bfb98d700b8adf7931664c8ee5f.tar.gz
tk-fad0ed435d992bfb98d700b8adf7931664c8ee5f.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. [Tcl 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 4f12254..dc7ef93 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,9 +3,10 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.43 2002/07/14 17:29:58 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.44 2002/07/19 20:32:00 mdejong Exp $
AC_INIT(../generic/tk.h)
+AC_PREREQ(2.13)
TK_VERSION=8.4
TK_MAJOR_VERSION=8