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

Latest upstream teaish, which restructures the teaish files a bit.

FossilOrigin-Name: 4f54f7d07d31938f271bc5d04a40cb1f7b5e6ea48e78ad06b7cc65483533f54e
This commit is contained in:
stephan
2025-04-13 16:22:58 +00:00
parent 6b4dcad514
commit a5198b2e13
10 changed files with 529 additions and 306 deletions

View File

@ -73,10 +73,11 @@ rm -f ./*~
# find . -name '*~' -exec rm \{} \;
#fi
mkdir -p tea/generic
mv tea/autosetup/*.tcl autosetup/.
mkdir -p autosetup/teaish
mv tea/autosetup/*.tcl autosetup/teaish/.
rm -fr tea/autosetup
mkdir -p tea/generic
cat <<EOF > tea/generic/tclsqlite3.c
#ifdef USE_SYSTEM_SQLITE
# include <sqlite3.h>
@ -87,6 +88,7 @@ EOF
cat $TOP/src/tclsqlite.c >> tea/generic/tclsqlite3.c
find . -type f -name '*~' -exec rm -f \{} \;
find . -type f -name '#*#' -exec rm -f \{} \;
./configure && make dist
tar xzf sqlite-$VERSION.tar.gz