Artifact 69b06405aa8f66c5006269145bf4ca86395b112d:
- File pkgIndex.tcl.in — part of check-in [98477d9f88] at 2016-11-24 04:50:42 on branch tls-1-7 — Updated pkgIndex file to deal with static builds (user: rkeene, size: 297) [annotate] [blame] [check-ins using]
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]