summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-04-02 01:59:25 (GMT)
committerhobbs <hobbs>2001-04-02 01:59:25 (GMT)
commitd8d2831d8da16ea576d8041c240e90f2c41ba5f2 (patch)
treeac3981fbff7e1dd44418ad9584410844bf9f96f4 /win
parentfc917e03f0febbf3d08e3490a28a9b99cd14c8e4 (diff)
downloadtcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.zip
tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.gz
tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.bz2
* generic/tcl.h:
* tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configure: * unix/configure.in (VER): * unix/tcl.spec: updated patchlevel information to 8.4a3
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure4
-rw-r--r--win/configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure
index cc5eb8a..e424f51 100755
--- a/win/configure
+++ b/win/configure
@@ -533,7 +533,7 @@ fi
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a2"
+TCL_PATCH_LEVEL="a3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
if test "${prefix}" = "NONE"; then
@@ -1237,7 +1237,7 @@ echo "configure:1195: checking whether $ld_prog supports -shared option" >&5
SHLIB_LD="link -dll -nologo"
SHLIB_LD_LIBS="user32.lib advapi32.lib"
LIBS="user32.lib advapi32.lib"
- LIBS_GUI="gdi32.lib comdlg32.lib"
+ LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib"
AR="lib -nologo"
STLIB_LD="lib -nologo"
RC="rc"
diff --git a/win/configure.in b/win/configure.in
index 74f9f0c..c894acb 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,14 +2,14 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.29 2000/10/31 01:20:08 davidg Exp $
+# RCS: @(#) $Id: configure.in,v 1.30 2001/04/02 01:59:26 hobbs Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a2"
+TCL_PATCH_LEVEL="a3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
if test "${prefix}" = "NONE"; then