xref: /freebsd/contrib/sqlite3/tea/configure (revision 17f0f75308f287efea825457364e2a4de2e107d4)
1076b9443SCy Schubert#!/bin/sh
2*17f0f753SCy Schubertdir0="`dirname "$0"`"
3*17f0f753SCy SchubertdirA="$dir0/../autosetup"
4*17f0f753SCy Schubert# This is the case ^^^^^^^^^^^^ in the SQLite "autoconf" bundle.
5*17f0f753SCy SchubertWRAPPER="$0"; export WRAPPER; exec "`"$dirA/autosetup-find-tclsh"`" \
6*17f0f753SCy Schubert                                   "$dirA/autosetup" --teaish-extension-dir="$dir0" \
7*17f0f753SCy Schubert                                   "$@"
8