Fossil SCM
If compat/tcl-8.6 contains an already built Tcl environment, allow it to be used by Fossil.
Commit
0ad8af4bf6269b6d454a543df28a2bf42b350082
Parent
45d93e157594d9f…
1 file changed
+1
M
auto.def
+1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -104,10 +104,11 @@ | ||
| 104 | 104 | if {$tclpath ne ""} { |
| 105 | 105 | # Note parse-tclconfig-sh is in autosetup/local.tcl |
| 106 | 106 | if {$tclpath eq "1"} { |
| 107 | 107 | # Use the system Tcl. Look in some likely places. |
| 108 | 108 | array set tclconfig [parse-tclconfig-sh \ |
| 109 | + compat/tcl-8.6/unix compat/tcl-8.6/win \ | |
| 109 | 110 | /usr /usr/local /usr/share /opt/local] |
| 110 | 111 | set msg "on your system" |
| 111 | 112 | } else { |
| 112 | 113 | array set tclconfig [parse-tclconfig-sh $tclpath] |
| 113 | 114 | set msg "at $tclpath" |
| 114 | 115 |
| --- auto.def | |
| +++ auto.def | |
| @@ -104,10 +104,11 @@ | |
| 104 | if {$tclpath ne ""} { |
| 105 | # Note parse-tclconfig-sh is in autosetup/local.tcl |
| 106 | if {$tclpath eq "1"} { |
| 107 | # Use the system Tcl. Look in some likely places. |
| 108 | array set tclconfig [parse-tclconfig-sh \ |
| 109 | /usr /usr/local /usr/share /opt/local] |
| 110 | set msg "on your system" |
| 111 | } else { |
| 112 | array set tclconfig [parse-tclconfig-sh $tclpath] |
| 113 | set msg "at $tclpath" |
| 114 |
| --- auto.def | |
| +++ auto.def | |
| @@ -104,10 +104,11 @@ | |
| 104 | if {$tclpath ne ""} { |
| 105 | # Note parse-tclconfig-sh is in autosetup/local.tcl |
| 106 | if {$tclpath eq "1"} { |
| 107 | # Use the system Tcl. Look in some likely places. |
| 108 | array set tclconfig [parse-tclconfig-sh \ |
| 109 | compat/tcl-8.6/unix compat/tcl-8.6/win \ |
| 110 | /usr /usr/local /usr/share /opt/local] |
| 111 | set msg "on your system" |
| 112 | } else { |
| 113 | array set tclconfig [parse-tclconfig-sh $tclpath] |
| 114 | set msg "at $tclpath" |
| 115 |