diff options
author | mdejong <mdejong> | 2005-08-23 18:13:50 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-08-23 18:13:50 (GMT) |
commit | a11893b13e3502d4fd1aa996889670a34248519b (patch) | |
tree | c888f639dcbc19e652c282f2e2699eb0a91194e7 /win/configure.in | |
parent | d0b2a06839847ba4b6fba7c6741cfa68ff9a73d9 (diff) | |
download | tcl-a11893b13e3502d4fd1aa996889670a34248519b.zip tcl-a11893b13e3502d4fd1aa996889670a34248519b.tar.gz tcl-a11893b13e3502d4fd1aa996889670a34248519b.tar.bz2 |
* unix/configure.in:
* win/configure: Regen.
* win/configure.in: Update minimum autoconf version
to 2.59.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 2e1dff6..579bf91 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,10 +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.84 2005/06/07 14:03:53 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.85 2005/08/23 18:13:51 mdejong Exp $ AC_INIT(../generic/tcl.h) -AC_PREREQ(2.57) +AC_PREREQ(2.59) # The following define is needed when building with Cygwin since newer # versions of autoconf incorrectly set SHELL to /bin/bash instead of |