summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-14 19:55:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-08-14 19:55:08 (GMT)
commit80cf7e19d9ffed6698338b49bb8dbad87beb06da (patch)
tree3d696402b4ad1dec71c856eefee68b73fe2c452d
parent81efc4dbd404e911ae02670a5a73760e50e1aded (diff)
parent3fc685ab85e49a7c467cccba1b0697db947c912d (diff)
downloadtcl-80cf7e19d9ffed6698338b49bb8dbad87beb06da.zip
tcl-80cf7e19d9ffed6698338b49bb8dbad87beb06da.tar.gz
tcl-80cf7e19d9ffed6698338b49bb8dbad87beb06da.tar.bz2
Adding a version was a bad idea
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 8175b93..6a951ce 100755
--- a/unix/configure
+++ b/unix/configure
@@ -19240,7 +19240,7 @@ 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/8.6"
+ 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 1696cb7..13d595c 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -865,7 +865,7 @@ 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/8.6"
+ 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