Fossil SCM
Fix the --with-tcl=PATH option on the configure script using a one-character patch suggested by Christoph Iserlohn.
Commit
23c8937d70552f2c41be6a3b0f8fa3333b7d30e1fa648e869c47d72ca18b889c
Parent
35751600d9eb697…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -11,11 +11,11 @@ | ||
| 11 | 11 | with-exec-rel-paths=0 |
| 12 | 12 | => {Enable relative paths for external diff/gdiff} |
| 13 | 13 | with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} |
| 14 | 14 | with-th1-docs=0 => {Enable TH1 for embedded documentation pages} |
| 15 | 15 | with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} |
| 16 | - with-tcl=path => {Enable Tcl integration, with Tcl in the specified path} | |
| 16 | + with-tcl:path => {Enable Tcl integration, with Tcl in the specified path} | |
| 17 | 17 | with-tcl-stubs=0 => {Enable Tcl integration via stubs library mechanism} |
| 18 | 18 | with-tcl-private-stubs=0 |
| 19 | 19 | => {Enable Tcl integration via private stubs mechanism} |
| 20 | 20 | with-see=0 => {Enable the SQLite Encryption Extension (SEE)} |
| 21 | 21 | internal-sqlite=1 => {Don't use the internal SQLite, use the system one} |
| 22 | 22 |
| --- auto.def | |
| +++ auto.def | |
| @@ -11,11 +11,11 @@ | |
| 11 | with-exec-rel-paths=0 |
| 12 | => {Enable relative paths for external diff/gdiff} |
| 13 | with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} |
| 14 | with-th1-docs=0 => {Enable TH1 for embedded documentation pages} |
| 15 | with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} |
| 16 | with-tcl=path => {Enable Tcl integration, with Tcl in the specified path} |
| 17 | with-tcl-stubs=0 => {Enable Tcl integration via stubs library mechanism} |
| 18 | with-tcl-private-stubs=0 |
| 19 | => {Enable Tcl integration via private stubs mechanism} |
| 20 | with-see=0 => {Enable the SQLite Encryption Extension (SEE)} |
| 21 | internal-sqlite=1 => {Don't use the internal SQLite, use the system one} |
| 22 |
| --- auto.def | |
| +++ auto.def | |
| @@ -11,11 +11,11 @@ | |
| 11 | with-exec-rel-paths=0 |
| 12 | => {Enable relative paths for external diff/gdiff} |
| 13 | with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} |
| 14 | with-th1-docs=0 => {Enable TH1 for embedded documentation pages} |
| 15 | with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} |
| 16 | with-tcl:path => {Enable Tcl integration, with Tcl in the specified path} |
| 17 | with-tcl-stubs=0 => {Enable Tcl integration via stubs library mechanism} |
| 18 | with-tcl-private-stubs=0 |
| 19 | => {Enable Tcl integration via private stubs mechanism} |
| 20 | with-see=0 => {Enable the SQLite Encryption Extension (SEE)} |
| 21 | internal-sqlite=1 => {Don't use the internal SQLite, use the system one} |
| 22 |