summaryrefslogtreecommitdiffstats
path: root/tcl8.6/pkgs/itcl4.1.2/pkgIndex.tcl.in
blob: 31fe6b1986e4cee003355aadb9b4bb0bc2cb360b (plain)
1
2
3
4
5
6
# Tcl package index file, version 1.0

if {![package vsatisfies [package provide Tcl] 8.6-]} {return}

package ifneeded itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] itcl]
package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] itcl]