Differences From Artifact [2b5889687d]:
- File
kitdll/buildsrc/kitdll-0.0/configure.ac
— part of check-in
[4f4058fd40]
at
2010-09-30 06:39:29
on branch trunk
— Updated KitDLL to search for libraries to link to from other projects
Added KitDLL prepartion and checking to pre-release initialization script (user: rkeene, size: 932) [annotate] [blame] [check-ins using]
To Artifact [b8d6fe9340]:
- File kitdll/buildsrc/kitdll-0.0/configure.ac — part of check-in [83003c57a9] at 2010-10-01 04:41:49 on branch trunk — Updated to link DLL and wish/tclsh against tkbase.res.o from Wish if building Tk (user: rkeene, size: 1018) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
LIBS="${ARCHS} ${LIBS}"
dnl Check for the ability to get the current system encoding
AC_CHECK_FUNCS(Tcl_GetEncodingNameFromEnvironment Tcl_SetSystemEncoding)
LIBS="${SAVE_LIBS}"
dnl Find required libs
DC_FIND_TCLKIT_LIBS
dnl Check for optional headers
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h string.h strings.h)
dnl Produce output
AC_OUTPUT(Makefile)
| > > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
LIBS="${ARCHS} ${LIBS}"
dnl Check for the ability to get the current system encoding
AC_CHECK_FUNCS(Tcl_GetEncodingNameFromEnvironment Tcl_SetSystemEncoding)
LIBS="${SAVE_LIBS}"
dnl Find required libs
DC_FIND_TCLKIT_LIBS
dnl Find extra objects we need to link as a part of "libtclkit"
AC_SUBST(EXTRA_OBJS)
dnl Check for optional headers
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h string.h strings.h)
dnl Produce output
AC_OUTPUT(Makefile)
|