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 /unix/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 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 34500ba..f54edf9 100755 --- a/unix/configure +++ b/unix/configure @@ -11149,7 +11149,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= |