summaryrefslogtreecommitdiffstats
path: root/autoconf/tea/pkgIndex.tcl.in
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/tea/pkgIndex.tcl.in')
-rw-r--r--autoconf/tea/pkgIndex.tcl.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/autoconf/tea/pkgIndex.tcl.in b/autoconf/tea/pkgIndex.tcl.in
new file mode 100644
index 0000000..f95f7d3
--- /dev/null
+++ b/autoconf/tea/pkgIndex.tcl.in
@@ -0,0 +1,10 @@
+# -*- tcl -*-
+# Tcl package index file, version 1.1
+#
+if {[package vsatisfies [package provide Tcl] 9.0-]} {
+ package ifneeded sqlite3 @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE9@] sqlite3]
+} else {
+ package ifneeded sqlite3 @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE8@] sqlite3]
+}