Differences From Artifact [dc10e35060]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [580c833532] at 2010-09-26 04:42:52 on branch trunk — Updated to try to link statically to zlib (user: rkeene, size: 1207) [annotate] [blame] [check-ins using]
To Artifact [66c2193783]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [fc9a2d4694] at 2010-09-26 04:43:20 on branch trunk — Updated to support accepting extra objects supplied by the EXTRA_OBJS environment variable (user: rkeene, size: 1287) [annotate] [blame] [check-ins using]
| ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + |
DC_STATIC_LIBGCC
dnl Find the appropriate Tcl headers and libraries
DC_DO_TCL
dnl Find archives we need to link to
DC_FIND_TCLKIT_LIBS
dnl Find extra objects we need to link as a part of "kit"
AC_SUBST(EXTRA_OBJS)
dnl Determine if we have "Tcl_SetStartupScript" (8.6.x) or "TclSetStartupScriptPath" (8.4.x)
SAVE_LIBS="${LIBS}"
LIBS="${ARCHS} ${LIBS}"
AC_CHECK_FUNCS(Tcl_SetStartupScript TclSetStartupScriptPath)
LIBS="${SAVE_LIBS}"
|
| ︙ |