summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-08 15:51:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-08 15:51:46 (GMT)
commitdc8965205d69dbb3bd159617b9c4033b3f21c738 (patch)
tree09f37b0e998b8e5e6d0c15bcab6339bdebb7e2ec /win
parentab04a3ee7b7d43d1473703f482dcea5275cae907 (diff)
downloadtcl-dc8965205d69dbb3bd159617b9c4033b3f21c738.zip
tcl-dc8965205d69dbb3bd159617b9c4033b3f21c738.tar.gz
tcl-dc8965205d69dbb3bd159617b9c4033b3f21c738.tar.bz2
Bugfix in TIP #430 implementation: tcl_findLibrary should use the same zip-file naming as the configure scripts do
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index ae9e666..33716bc 100755
--- a/win/configure
+++ b/win/configure
@@ -5135,7 +5135,7 @@ printf "%s\n" "No zip found on PATH building minizip" >&6; }
ZIPFS_BUILD=1
- TCL_ZIP_FILE=libtcl_${TCL_MAJOR_VERSION}_${TCL_MINOR_VERSION}_${TCL_PATCH_LEVEL}.zip
+ TCL_ZIP_FILE=libtcl_${TCL_MAJOR_VERSION}_${TCL_MINOR_VERSION}${TCL_PATCH_LEVEL}.zip
else
ZIPFS_BUILD=0
TCL_ZIP_FILE=
diff --git a/win/configure.ac b/win/configure.ac
index 02b6363..6184144 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -180,7 +180,7 @@ if test "$tcl_ok" = "yes" ; then
SC_PROG_TCLSH
SC_ZIPFS_SUPPORT
ZIPFS_BUILD=1
- TCL_ZIP_FILE=libtcl_${TCL_MAJOR_VERSION}_${TCL_MINOR_VERSION}_${TCL_PATCH_LEVEL}.zip
+ TCL_ZIP_FILE=libtcl_${TCL_MAJOR_VERSION}_${TCL_MINOR_VERSION}${TCL_PATCH_LEVEL}.zip
else
ZIPFS_BUILD=0
TCL_ZIP_FILE=