Differences From 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]
To Artifact [871c795938]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [f083221ace] at 2014-06-02 01:42:01 on branch trunk — Make sure we skip the "common" directory (user: rkeene, size: 13947) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
176 177 178 179 180 181 182 183 184 185 186 187 188 189 | if test "${proj}" = "build"; then continue fi if test "${proj}" = "kitsh"; then continue fi projlibdir="../../../${proj}/inst" if test -d "${projlibdir}"; then true else continue | > > > > | 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | if test "${proj}" = "build"; then continue fi if test "${proj}" = "kitsh"; then continue fi if test "${proj}" = "common"; then continue fi projlibdir="../../../${proj}/inst" if test -d "${projlibdir}"; then true else continue |
︙ | ︙ |