mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-22 00:02:13 +03:00
8 lines
319 B
Bash
Executable File
8 lines
319 B
Bash
Executable File
#!/bin/sh
|
|
dir0="`dirname "$0"`"
|
|
dirA="$dir0/../autosetup"
|
|
# This is the case ^^^^^^^^^^^^ in the SQLite "autoconf" bundle.
|
|
WRAPPER="$0"; export WRAPPER; exec "`"$dirA/autosetup-find-tclsh"`" \
|
|
"$dirA/autosetup" --teaish-extension-dir="$dir0" \
|
|
"$@"
|