Differences From Artifact [e8ba4d597e]:
- File pkgIndex.tcl.in — part of check-in [47bf6c1c1f] at 2016-11-23 04:53:50 on branch tls-1-7 — More work towards a building build system (user: rkeene, size: 86) [annotate] [blame] [check-ins using]
To Artifact [7bd775e1dc]:
- 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]
|
| | > > > > > > > | 1 2 3 4 5 6 7 8 | 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] |