Differences From Artifact [20e905cc2d]:
- File configure.ac — part of check-in [e9733e0ecf] at 2018-06-30 04:17:45 on branch trunk — Fixed a few configure issues (user: rkeene, size: 2203) [annotate] [blame] [check-ins using]
To Artifact [7a5d060998]:
- File configure.ac — part of check-in [a05b5da951] at 2018-07-02 01:01:43 on branch trunk — Only export the symbols we actually want to export (user: rkeene, size: 2279) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
65 66 67 68 69 70 71 72 | if test "$TCLEXT_TLS_STATIC_SSL" = 'yes'; then DC_SYNC_RPATH([no]) else DC_SYNC_RPATH([yes]) fi fi dnl Produce output | > > > | | 65 66 67 68 69 70 71 72 73 74 75 76 | if test "$TCLEXT_TLS_STATIC_SSL" = 'yes'; then DC_SYNC_RPATH([no]) else DC_SYNC_RPATH([yes]) fi fi dnl Setup a stable ABI DC_SETUP_STABLE_API(nano.vers, nano.syms) dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl nano.syms) |