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 [d96d4dad71]:
- File configure.ac — part of check-in [3057d6e2e0] at 2024-01-24 14:35:24 on branch nijtmans — First changes needed for Tcl 9.0 (user: jan.nijtmans, size: 7570) [annotate] [blame] [check-ins using]
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 |