3 # This is a small wrapper around build-jim-ext
4 # which knows it is running in <srcdir>/sqlite3 and
5 # so can find a host version of jimsh/tclsh
7 # Prefer jimsh in .. if it exists
8 PATH
=..
:$PATH; export PATH
9 asdir
="`dirname "$0"`/../autosetup"
10 exec "`$asdir/autosetup-find-tclsh`" ..
/build-jim-ext
"$@"