Differences From Artifact [00e446188b]:
- File configure.in — part of check-in [e58c3fc866] at 2016-11-24 04:38:13 on branch tls-1-7 — Updated to support a static and shared build (user: rkeene, size: 660) [annotate] [blame] [check-ins using]
To Artifact [51890fcd11]:
- File configure.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: 683) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 30 31 32 | 23 24 25 26 27 28 29 30 31 32 33 | + | EXTENSION_TARGET="tcltls.${SHOBJEXT}" else AC_CHECK_TOOL([AR], [ar], [false]) AC_CHECK_TOOL([RANLIB], [ranlib], [:]) EXTENSION_TARGET="tcltls.a" fi AC_SUBST(EXTENSION_TARGET) AC_SUBST(TCLEXT_BUILD) dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl) |