summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-06-09 13:31:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-06-09 13:31:02 (GMT)
commit255658907deafeb1cf5c47b7e4b2ab6b10a6094d (patch)
tree306e8d89a5f91711032c7f3074d804adf1b79924 /unix
parent6e0db94a9da80bff08dac92ca4e7ed093f32b364 (diff)
downloadtcl-255658907deafeb1cf5c47b7e4b2ab6b10a6094d.zip
tcl-255658907deafeb1cf5c47b7e4b2ab6b10a6094d.tar.gz
tcl-255658907deafeb1cf5c47b7e4b2ab6b10a6094d.tar.bz2
Backout [ac279496ac], see [https://core.tcl-lang.org/tk/info/1562e10c58]. Since Tk 8.7 won't be released, we don't have to worry about multiple Tk versions for Tcl 8.6
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in2
2 files changed, 0 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure
index 3839897..98fb65e 100755
--- a/unix/configure
+++ b/unix/configure
@@ -19239,8 +19239,6 @@ VERSION=${TCL_VERSION}
if test "$FRAMEWORK_BUILD" = "1" ; then
test -z "$TCL_PACKAGE_PATH" && \
TCL_PACKAGE_PATH="~/Library/Tcl:/Library/Tcl:~/Library/Frameworks:/Library/Frameworks"
- # Allow tclsh to find Tk when multiple versions are installed. See Tk [1562e10c58].
- TCL_PACKAGE_PATH="$TCL_PACKAGE_PATH:/Library/Frameworks/Tk.framework/Versions"
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
diff --git a/unix/configure.in b/unix/configure.in
index ecc502f..ed07ca5 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -864,8 +864,6 @@ VERSION=${TCL_VERSION}
if test "$FRAMEWORK_BUILD" = "1" ; then
test -z "$TCL_PACKAGE_PATH" && \
TCL_PACKAGE_PATH="~/Library/Tcl:/Library/Tcl:~/Library/Frameworks:/Library/Frameworks"
- # Allow tclsh to find Tk when multiple versions are installed. See Tk [1562e10c58].
- TCL_PACKAGE_PATH="$TCL_PACKAGE_PATH:/Library/Frameworks/Tk.framework/Versions"
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then