Differences From Artifact [0394137fa9]:
- File
kitsh/buildsrc/kitsh-0.0/aclocal.m4
— part of check-in
[56c3d5d022]
at
2010-09-26 04:40:43
on branch trunk
— Cleaned up LDFLAGS settings
Fixed issue with "--with-zlib" wiping out LDFLAGS (user: rkeene, size: 5259) [annotate] [blame] [check-ins using]
To Artifact [bc43649110]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [b5c571778a] at 2010-09-26 04:41:20 on branch trunk — Added Tk/xlib to include search path (user: rkeene, size: 5301) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
78 79 80 81 82 83 84 | tkconfigshdir="${with_tk}" tkconfigsh="${tkconfigshdir}/tkConfig.sh" fi if test -f "${tkconfigsh}"; then . "${tkconfigsh}" | | | | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | tkconfigshdir="${with_tk}" tkconfigsh="${tkconfigshdir}/tkConfig.sh" fi if test -f "${tkconfigsh}"; then . "${tkconfigsh}" CFLAGS="${CFLAGS} ${TK_INCLUDE_SPEC} -I${tkconfigshdir} -I${TK_SRC_DIR}/generic -I${TK_SRC_DIR}/xlib" CPPFLAGS="${CPPFLAGS} ${TK_INCLUDE_SPEC} -I${tkconfigshdir} -I${TK_SRC_DIR}/generic -I${TK_SRC_DIR}/xlib" LIBS="${LIBS} ${TK_LIBS}" fi AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LIBS) |
︙ | ︙ |