| Index: third_party/sqlite/src/autoconf/tea/pkgIndex.tcl.in
|
| diff --git a/third_party/sqlite/src/autoconf/tea/pkgIndex.tcl.in b/third_party/sqlite/src/autoconf/tea/pkgIndex.tcl.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bc585f73b3007cf63086532cddc38bfe4a246236
|
| --- /dev/null
|
| +++ b/third_party/sqlite/src/autoconf/tea/pkgIndex.tcl.in
|
| @@ -0,0 +1,7 @@
|
| +#
|
| +# Tcl package index file
|
| +#
|
| +# Note sqlite*3* init specifically
|
| +#
|
| +package ifneeded sqlite3 @PACKAGE_VERSION@ \
|
| + [list load [file join $dir @PKG_LIB_FILE@] Sqlite3]
|
|
|