Differences From Artifact [b28720a899]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [a1a14e0aba] at 2011-05-23 10:53:53 on branch merge-kitdll-kitsh-common — Integrated KitDLL into KitSH (user: rkeene, size: 5229) [annotate] [blame] [check-ins using]
To Artifact [501466d9c8]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[75fa17d1eb]
at
2011-05-23 15:33:54
on branch merge-kitdll-kitsh-common
— Corrected typo
Updated to weak zlib symbols
Updated to not link against stub archives for Tk as well as Tcl (user: rkeene, size: 5228) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
35 36 37 38 39 40 41 | AS_IF([test "$TARGET" = "tclkit"], [ dnl We have Tclkit dnl Figure out how to statically link to libgcc, if needed DC_STATIC_LIBGCC dnl Specify local Appinit function | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | AS_IF([test "$TARGET" = "tclkit"], [ dnl We have Tclkit dnl Figure out how to statically link to libgcc, if needed DC_STATIC_LIBGCC dnl Specify local Appinit function AC_DEFINE(TK_LOCAL_APPINIT, [TclKit_AppInit], [Tclkit appinit function]) ], [ dnl We have KitDLL dnl Determine system information DC_CHK_OS_INFO dnl Determine how to create a shared object |
︙ | ︙ |