Differences From Artifact [6234df6904]:
- File configure.ac — part of check-in [3af2fe0ca8] at 2019-06-19 17:58:24 on branch trunk — Better handling of symbols in our shared object (user: rkeene, size: 7549) [annotate] [blame] [check-ins using]
To Artifact [03b4159c18]:
- File configure.ac — part of check-in [b7b0bd5a8f] at 2024-01-25 22:22:02 on branch tls-1.7 — Somewhat better TEA support, not complete yet. Make this the continuation of the tls-1.7 branch. main/trunk will continue with 1.8.0 (user: jan.nijtmans, size: 7571) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | dnl Define ourselves |
︙ | |||
249 250 251 252 253 254 255 | 249 250 251 252 253 254 255 256 257 | - + + | DC_SETUP_STABLE_API([${srcdir}/tcltls.vers], tcltls.syms) if test "$tcltls_debug" = 'true'; then WEAKENSYMS=':' REMOVESYMS=':' fi dnl Produce output |