Differences From Artifact [f5d520c4b9]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[ea89461e7c]
at
2010-09-26 04:38:55
on branch trunk
— Updated to check for define subprojects working as found
Updated to only link against C++ libs if Mk4tcl worked
Updated to check for MK4TCL available before referencing it
Added SunStudio C++ libraries (user: rkeene, size: 855) [annotate] [blame] [check-ins using]
To 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]
1 2 | dnl What are we running AC_INIT(kitsh, 0.0) | < | 1 2 3 4 5 6 7 8 9 | dnl What are we running AC_INIT(kitsh, 0.0) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_AIX AC_GNU_SOURCE |
︙ | ︙ |