Differences From Artifact [d545ae6633]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[013d6b36f4]
at
2010-09-26 04:50:35
on branch trunk
— Updated to use "/proc/self/exe" rather than "/proc/<pid>/exe"
Updated to check for "/proc/curproc/file" (FreeBSD) (user: rkeene, size: 2957) [annotate] [blame] [check-ins using]
To Artifact [da08c3d389]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [4fa3b7d3ea] at 2011-05-17 01:33:09 on branch trunk — Updated to pull user-specified (or default) kit.ico and kit.rc into Tk, if built and not include KitSH's own resource file when including Tk's since they conflict (user: rkeene, size: 3041) [annotate] [blame] [check-ins using] [more...]
︙ | |||
24 25 26 27 28 29 30 31 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + + - + + | dnl Find extra objects we need to link as a part of "kit" AC_SUBST(EXTRA_OBJS) dnl Check for Windows Resource Compiler AC_CHECK_TOOL([RC], [windres], [false]) dnl If we found the resource compiler, add "kit.res.o" to our list of objects to build dnl (as long as the source for such an object exists) if ! test "$RC" = "false"; then if test -f kit.rc; then |
︙ |