Differences From Artifact [606fd48030]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[636da30116]
at
2010-09-26 04:39:19
on branch trunk
— Corrected check for mk4tcl to actually be functional
Removed support of "config.h" and started passing all defines on the command line (user: rkeene, size: 828) [annotate] [blame] [check-ins using]
 
To Artifact [2cb258376d]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [19963bc8da] at 2010-09-26 04:39:56 on branch trunk — Updated to build under i586-mingw32msvc (user: rkeene, size: 912) [annotate] [blame] [check-ins using]
 
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27  | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30  | + + +  | 
AC_SEARCH_LIBS(dlsym, dl,, [ AC_MSG_WARN([Couldn't find dlsym (normally in libdl)!]) ])
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 any platform specific defines that we need to make
DC_SETUP_TCL_PLAT_DEFS
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}"
 | 
| ︙ |