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: | feac557f806d1c1e815ccf0e072dd728ec6c5c2a |
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 230 ], [ 231 231 DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfiles], [ 232 232 projlibfiles="${projlibfiles}" 233 233 ]) 234 234 ]) 235 235 236 236 hide_symbols="0" 237 - 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;s@ tclreg[[0-9]][[0-9]]*s* @ @g;s@ tcl[[0-9]]*s* @ @g;s@^ *@@;s@ *[$]@@'`" 237 + 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@ *[$]@@'`" 238 238 fi 239 239 240 240 if test "${proj}" = "mk4tcl"; then 241 241 if test -n "${projlibfiles}"; then 242 242 AC_DEFINE(KIT_INCLUDES_MK4TCL, [1], [Specify this if you link against mkt4tcl]) 243 243 244 244 kc_cv_feature_kit_includes_mk4tcl='1'