Artifact 69126671a02c9758c7e3f1ff8bb66ca25a592727:
- File pkgIndex.tcl.in — part of check-in [301d32328a] at 2016-12-06 16:27:34 on branch tls-1-7 — Updated to indicate that we require Tcl 8.5 (user: rkeene, size: 347) [annotate] [blame] [check-ins using]
package ifneeded tls @PACKAGE_VERSION@ [join [list [list package require Tcl 8.5] [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]] "; "]