diff options
author | mdejong <mdejong> | 2003-03-13 10:39:56 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-13 10:39:56 (GMT) |
commit | 22544c4ccc233befbc2973f4d503a860faf0df0a (patch) | |
tree | e45da1541a5fc8a5316e161607bfefaaa06f724c /win/configure.in | |
parent | ece28abf02c8eb9f9bd99ae1a5d1b268e2ebef69 (diff) | |
download | tcl-22544c4ccc233befbc2973f4d503a860faf0df0a.zip tcl-22544c4ccc233befbc2973f4d503a860faf0df0a.tar.gz tcl-22544c4ccc233befbc2973f4d503a860faf0df0a.tar.bz2 |
Require autoconf 2.57 or newer, see TIP 34
for a detailed explanation of why this is good.
This will no doubt break the build on some
platforms, let the flaming begin.
* tools/configure: Regen with autoconf 2.57.
* tools/configure.in: Require autoconf 2.57.
* unix/configure: Regen with autoconf 2.57.
* unix/configure.in: Require autoconf 2.57.
Apply AC_LIBOBJ changes from patch 529884.
* unix/tcl.m4: Ditto.
* win/configure: Regen with autoconf 2.57.
* win/configure.in: Require autoconf 2.57.
Don't subst LIBOBJS since this happens by
default, this avoids an autoconf error.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/win/configure.in b/win/configure.in index 12e6ff0..8553eb1 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.69 2003/03/04 23:46:25 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.70 2003/03/13 10:39:58 mdejong Exp $ AC_INIT(../generic/tcl.h) -AC_PREREQ(2.13) +AC_PREREQ(2.57) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 @@ -422,7 +422,6 @@ AC_SUBST(TCL_NEEDS_EXP_FILE) AC_SUBST(TCL_BUILD_EXP_FILE) AC_SUBST(TCL_EXP_FILE) AC_SUBST(DL_LIBS) -AC_SUBST(LIBOBJS) AC_SUBST(TCL_LIB_VERSIONS_OK) AC_SUBST(TCL_PACKAGE_PATH) |