Differences From Artifact [960aff5fc5]:
- File configure.ac — part of check-in [bdce793196] at 2018-07-02 06:10:40 on branch trunk — Check for more headers, and add more debugging flags (user: rkeene, size: 2533) [annotate] [blame] [check-ins using]
To Artifact [f696851fb3]:
- File configure.ac — part of check-in [a8c730ce43] at 2018-07-02 07:36:53 on branch trunk — Improved work on static linking (user: rkeene, size: 2549) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
75 76 77 78 79 80 81 | DC_SETUP_STABLE_API([${srcdir}/nano.vers], nano.syms) if test "$tcl_nano_debug" = 'true'; then WEAKENSYMS=':' REMOVESYMS=':' fi dnl Produce output | | | 75 76 77 78 79 80 81 82 | DC_SETUP_STABLE_API([${srcdir}/nano.vers], nano.syms) if test "$tcl_nano_debug" = 'true'; then WEAKENSYMS=':' REMOVESYMS=':' fi dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl-${TCLEXT_BUILD} nano.syms) |