Differences From 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]
To Artifact [1f754d4d41]:
- File
kitdll/buildsrc/kitdll-0.0/configure.ac
— part of check-in
[e98c176999]
at
2010-10-01 20:20:09
on branch trunk
— Updated to mount vfs::zip VFS from DLL into /.KITDLL_USER
Updated to mount vfs::zip VFS from application into /.KITDLL_APP
Minor cleanup and added comments (user: rkeene, size: 1177) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 40 41 42 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | + + + + + + | 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 Check for optional system calls AC_CHECK_FUNCS(readlink) dnl Check for acceptable dladdr so we can find ourselves on UNIX DC_CHECK_FOR_ACCEPTABLE_DLADDR dnl Produce output AC_OUTPUT(Makefile) |