Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remember your fossil |
|---|---|
| Timelines: | family | ancestors | descendants | both | autosetup |
| Files: | files | file ages | folders |
| SHA1: |
8b085269ca4ef124846a27776df22b49 |
| User & Date: | hypnotoad 2015-03-13 12:45:29 |
Context
|
2015-03-15
| ||
| 06:39 | Stardarized the storage and use of exe_prefix Added a separate array for odie_prog (indicating where programs reside) Fixes to sqlite build to accomidate the lack of the pwd command in non-mingw Windows check-in: 170e7fa9e8 user: hypnotoad tags: autosetup | |
|
2015-03-13
| ||
| 12:45 | Remember your fossil check-in: 8b085269ca user: hypnotoad tags: autosetup | |
| 12:43 | Add a config option for fossil check-in: 4cbb8206e8 user: hypnotoad tags: autosetup | |
Changes
Changes to auto.def.
| ︙ | ︙ | |||
58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
} else {
set ::odie_config(download) $::odie(download_path)
}
set ::odie(fossil) [lindex [opt-val fossil] end]
if {$::odie(fossil) eq {}} {
set ::odie(fossil) [lindex [find-an-executable -required fossil] 0]
define FOSSIL_PROG $::odie(fossil)
}
foreach {program required domake} {
zip 1 0
unzip 1 0
tar 1 0
git 0 1
| > > | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
} else {
set ::odie_config(download) $::odie(download_path)
}
set ::odie(fossil) [lindex [opt-val fossil] end]
if {$::odie(fossil) eq {}} {
set ::odie(fossil) [lindex [find-an-executable -required fossil] 0]
define FOSSIL_PROG $::odie(fossil)
} else {
set ::odie_config(fossil) $::odie(fossil)
}
foreach {program required domake} {
zip 1 0
unzip 1 0
tar 1 0
git 0 1
|
| ︙ | ︙ |