summaryrefslogtreecommitdiff
path: root/chromium/third_party/sqlite/src/autoconf/tea/pkgIndex.tcl.in
blob: f95f7d3893dd3d6c49e74d706a34c5810650aca2 (plain)
1
2
3
4
5
6
7
8
9
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]
}