Overview
Comment: | Fixed bug in previous commit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | a154a10e1cb1d8634378857c72802d000e7882a9 |
User & Date: | rkeene on 2014-01-03 03:11:25 |
Other Links: | manifest | tags |
Context
2014-01-03
| ||
03:22 | Updated to not link statically to tdbc* subprojects check-in: 053e812f4e user: rkeene tags: trunk | |
03:11 | Fixed bug in previous commit check-in: a154a10e1c user: rkeene tags: trunk | |
02:53 | Added support for projects including subprojects check-in: 912b38cd97 user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [ff976902bb] to [5a28134606].
211 211 ], [ 212 212 DC_TEST_WHOLE_ARCHIVE_SHARED_LIB([$ARCHS $projlibfiles], [ 213 213 projlibfiles="${projlibfiles}" 214 214 ]) 215 215 ]) 216 216 217 217 hide_symbols="0" 218 - subprojs="`echo " $projlibfilesnostub " | sed 's@ [[^ ]]*/@ @g;s@ lib@@g;s@[[0-9\.]]*\.a@ @g;s@ sqlite @ sqlite3 @;s@ tcl @ @;s@^ *@@;s@ *$@@'`" 218 + subprojs="`echo " $projlibfilesnostub " | sed 's@ [[^ ]]*/@ @g;s@ lib@@g;s@[[0-9\.]]*\.a@ @g;s@ sqlite @ sqlite3 @;s@ tcl @ @;s@^ *@@;s@ *[$]@@'`" 219 219 fi 220 220 221 221 if test "${proj}" = "mk4tcl"; then 222 222 if test -n "${projlibfiles}"; then 223 223 AC_DEFINE(KIT_INCLUDES_MK4TCL, [1], [Specify this if you link against mkt4tcl]) 224 224 225 225 kc_cv_feature_kit_includes_mk4tcl='1'