Home
last modified time | relevance | path

Searched +refs:proj +refs:opt +refs:was +refs:provided (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md41 - [proj.tcl][]: project-agnostic utility code for autosetup-driven
48 for `proj.tcl`. We split this out of `auto.def` so that it can be
56 version of the main `auto.def` file. The `autoconf` dir was ported
68 those with `proj-` prefix can be found in [proj.tcl][] and those with
85 - **`proj-get-env VAR ?default?`**\
94 - **`proj-fatal msg`**\
98 - **`proj-if-opt-truthy flag thenScript ?elseScript?`**\
102 - **`proj-indented-notice ?-error? ?-notice? msg`**\
109 - **`proj-opt-truthy flag`**\
113 - **`proj-opt-was-provided FLAG`**\
[all …]
H A Dsqlite-config.tcl15 use proj
323 sqlite3.c amalgamation file. May be provided multiple times.}
395 will actually be used. May be provided multiple times.}
1429 --enable-load-extension was provided but dlopen()
1750 foreach opt {
1761 if {[proj-opt-exists $opt] && [opt-bool $opt]} {
1763 msg-result " --disable-$opt"
1764 proj-opt-set $opt 0
1768 foreach opt {
1776 if {[proj-opt-was-provided $opt]} {
[all …]