Check-in [053e812f4e]
Overview
Comment:Updated to not link statically to tdbc* subprojects
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 053e812f4ebf7038c25dfca6283d96699c00daec
User & Date: rkeene on 2014-01-03 03:22:15
Other Links: manifest | tags
Context
2014-01-03
03:38
Updated to correctly remove tdbc links check-in: 8956d9f658 user: rkeene tags: trunk
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
Changes

Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [5a28134606] to [0183f2586e].

211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
			], [
				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@ sqlite @ sqlite3 @;s@ tcl @ @;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'







|







211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
			], [
				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@ tcl @ @;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'