docs: aio: Document unix domain datagram support
[jimtcl.git] / sqlite3 / build-ext
blobc370687320240b961452edee97335808ceea1610
1 #!/bin/sh
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 "$@"