Artifact 6c4c62dd82f3ef43060ad15358df0c1db52194c345e3b998db7f93968d1545ae:
- File pkgIndex.tcl.in — part of check-in [8e730964e5] at 2019-04-09 18:47:14 on branch trunk — Make extension filename more centralized (user: rkeene, size: 517) [annotate] [blame] [check-ins using] [more...]
if {[package vsatisfies [package present Tcl] 8.5]} { package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} { if {{@TCLEXT_BUILD@} eq "static"} { load {} Tls } else { load [file join $dir @EXTENSION_TARGET@] Tls } set tlsTclInitScript [file join $dir tls.tcl] if {[file exists $tlsTclInitScript]} { source $tlsTclInitScript } }} $dir] } elseif {[package vsatisfies [package present Tcl] 8.4]} { package ifneeded tls @PACKAGE_VERSION@ [list load [file join $dir @EXTENSION_TARGET@] Tls] }