Differences From Artifact [b2881cb180]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [c401b28269] at 2014-05-19 04:19:48 on branch trunk — Removed extraneous debugging information in last commit (user: rkeene, size: 13829) [annotate] [blame] [check-ins using]
To Artifact [88278c321a]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [930c36ab1f] at 2014-05-20 20:33:14 on branch trunk — Updated to correct issue where Metakit fails to build but is not detected (user: rkeene, size: 13892) [annotate] [blame] [check-ins using]
︙ | |||
201 202 203 204 205 206 207 208 209 210 211 212 213 214 | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | + + + + | projlibfilesnostub="`echo "$projlibfiles" | grep -v 'stub' | tr "\n" ' '`" projlibfiles="`echo "$projlibfiles" | tr "\n" ' '`" projlibextra="" if test "$projlibfilesnostub" = ' '; then projlibfilesnostub='' fi if test "$projlibfiles" = ' '; then projlibfiles='' fi for libfile in ${projlibfilesnostub}; do if test -f "${libfile}.linkadd"; then projlibextra="`cat "${libfile}.linkadd"`" fi done |
︙ |