diff options
author | stephan <stephan@noemail.net> | 2025-05-17 11:06:02 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-05-17 11:06:02 +0000 |
commit | 953e450e8ec192e510332783270e16c045f24c43 (patch) | |
tree | 0166a9a4459fdf7b145d01f529d653154852c2b7 /autoconf/tea/teaish.tcl | |
parent | 972a0f5e8d3486b39f6fbb86de65883ffe9dfe06 (diff) | |
parent | c953cb6b3b779e6685de4da1b6a37e16bbbb2975 (diff) | |
download | sqlite-953e450e8ec192e510332783270e16c045f24c43.tar.gz sqlite-953e450e8ec192e510332783270e16c045f24c43.zip |
Latest teaish pieces, most significantly for tcl portability fixes. Move autoconf/teaish/autosetup/... to autosetup/teaish/. to simplify maintenance and deployment via the autoconf bundle.HEADmaster
FossilOrigin-Name: 381d3e82e831bedee56108fb585880d802c4d7d50b0804d909a33ff15a3be185
Diffstat (limited to 'autoconf/tea/teaish.tcl')
-rw-r--r-- | autoconf/tea/teaish.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/tea/teaish.tcl b/autoconf/tea/teaish.tcl index 87d059c32..9333495aa 100644 --- a/autoconf/tea/teaish.tcl +++ b/autoconf/tea/teaish.tcl @@ -117,7 +117,7 @@ proc teaish-options {} { # work needed for this extension. # proc teaish-configure {} { - use teaish/feature-tests + use teaish/feature teaish-src-add -dist -dir generic/tclsqlite3.c |