Artifact 7bd775e1dc7c32f04c709d59f8c78592c0c58a00:
- File pkgIndex.tcl.in — part of check-in [691ec7b72a] at 2016-11-24 04:20:36 on branch tls-1-7 — Updated to load a local copy of "tls.tcl" if it is found, for backward compatibilty reasons (user: rkeene, size: 232) [annotate] [blame] [check-ins using]
package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} { load [file join $dir tcltls.@SHOBJEXT@] Tls set tlsTclInitScript [file join $dir tls.tcl] if {[file exists $tlsTclInitScript]} { source $tlsTclInitScript } }} $dir]