1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Doc/help text tweaks in autoconf/tea.

FossilOrigin-Name: d6889f6b9aa70bc90f71883b3e7ba359162477afe5048dacb7dfa11733ad1e5a
This commit is contained in:
stephan
2025-04-14 10:20:41 +00:00
parent a572bbfc7c
commit 6964b2f737
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# Teaish configure script extension for the SQLite TCL extension
# Teaish configure script for the SQLite TCL extension
define TEAISH_NAME sqlite
define TEAISH_PKGNAME sqlite3
@ -31,8 +31,8 @@ proc teaish-options {} {
with-system-sqlite=0
=> {Use the system-level sqlite instead of the copy in this tree.
WARNING: this extension's version is taken from the in-tree copy
and there is no reliable way to get the version of a system-level copy
without knowing exactly where it lives (which this script does not)}
and there is no reliable way to get the version of a system-level
copy.}
override-sqlite-version:VERSION
=> {For use with --with-system-sqlite to set the version number.}
threadsafe=1 => {Disable mutexing}