Differences From 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]
To Artifact [69b06405aa]:
- 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]
1 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + + - + + | package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} { if {{@TCLEXT_BUILD@} eq "static"} { load {} Tls } else { |