Artifact d65b3a0b3b967b1221f95142f9595734be2cdc82:
- File pkgIndex.tcl.in — part of check-in [0ee20f0650] at 2016-12-06 16:38:13 on branch tls-1-7 — Enabled a more tolerant (if confusing) mechanism for requiring Tcl 8.5 (user: rkeene, size: 364) [annotate] [blame] [check-ins using]
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 tcltls.@SHOBJEXT@] Tls } set tlsTclInitScript [file join $dir tls.tcl] if {[file exists $tlsTclInitScript]} { source $tlsTclInitScript } }} $dir] }