diff options
author | mdejong <mdejong@noemail.net> | 2002-07-19 20:31:58 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2002-07-19 20:31:58 (GMT) |
commit | 750112901f374ac2e35d7b41dd966d9e19fd4d23 (patch) | |
tree | 6ec5077621c092ec3430deeb4f43c3d107d98142 /unix/configure.in | |
parent | 8f637f4cc961c202da3cdc5e430d07b9d7deabff (diff) | |
download | tk-750112901f374ac2e35d7b41dd966d9e19fd4d23.zip tk-750112901f374ac2e35d7b41dd966d9e19fd4d23.tar.gz tk-750112901f374ac2e35d7b41dd966d9e19fd4d23.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]
FossilOrigin-Name: b62109fb8699d7886b0263350b4f1c1e75ca0887
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 3 |
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 |