Overview
| Comment: | Updated to correctly format libtcl libraries |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
feac557f806d1c1e815ccf0e072dd728 |
| User & Date: | rkeene on 2014-07-23 01:27:31 |
| Other Links: | manifest | tags |
Context
|
2014-07-23
| ||
| 01:34 | Updated to define a path to Tclkit check-in: 99ac6273b2 user: rkeene tags: trunk | |
| 01:27 | Updated to correctly format libtcl libraries check-in: feac557f80 user: rkeene tags: trunk | |
| 01:17 | Updated to output environment variables set check-in: 592e72598f user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [871c795938] to [4e978303f9].
| ︙ | ︙ | |||
230 231 232 233 234 235 236 |
], [
DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfiles], [
projlibfiles="${projlibfiles}"
])
])
hide_symbols="0"
| | | 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
], [
DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfiles], [
projlibfiles="${projlibfiles}"
])
])
hide_symbols="0"
subprojs="`echo " $projlibfilesnostub " | sed 's@ [[^ ]]*/@ @g;s@ lib@ @g;s@[[0-9\.]]*\.a@ @g;s@ tdbc[[^ ]]*@ @g;s@ sqlite @ sqlite3 @;s@ tcldde[[0-9]][[0-9]]*s*g* @ @g;s@ tclreg[[0-9]][[0-9]]*s*g* @ @g;s@ tcl[[0-9]]*s*g* @ @g;s@^ *@@;s@ *[$]@@'`"
fi
if test "${proj}" = "mk4tcl"; then
if test -n "${projlibfiles}"; then
AC_DEFINE(KIT_INCLUDES_MK4TCL, [1], [Specify this if you link against mkt4tcl])
kc_cv_feature_kit_includes_mk4tcl='1'
|
| ︙ | ︙ |