diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-09 12:07:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-09 12:07:09 (GMT) |
commit | af4a77f3e35d39964eeae9c3636a42d6d29f4d5d (patch) | |
tree | ad05c95086107d6805b1234866ecf62a5c2b24e5 /win/configure | |
parent | 5740a9e3d2db8f112a2af4353f86d9ca864b3a2f (diff) | |
download | tcl-af4a77f3e35d39964eeae9c3636a42d6d29f4d5d.zip tcl-af4a77f3e35d39964eeae9c3636a42d6d29f4d5d.tar.gz tcl-af4a77f3e35d39964eeae9c3636a42d6d29f4d5d.tar.bz2 |
Change TCL_ZIP_FILE name, just using dots in stead of underscores
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 090e040..2fd5ecc 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= |