summaryrefslogtreecommitdiffstats
path: root/unix/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 /unix/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 '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 5960347..86d841f 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 Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.75 2002/07/14 17:29:58 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.76 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