Differences From Artifact [e537bcd01c]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [580c833532] at 2010-09-26 04:42:52 on branch trunk — Updated to try to link statically to zlib (user: rkeene, size: 5499) [annotate] [blame] [check-ins using]
To Artifact [7d03825276]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [459ce657ff] at 2010-09-26 04:43:00 on branch trunk — Updated to remove all non-static links to statically linked libraries (user: rkeene, size: 5546) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
found="1"
break
])
done
if test "${found}" = "1"; then
LIBS="${SAVELIBS} ${staticlib}"
AC_MSG_RESULT([${staticlib}])
AC_SUBST(LIBS)
$3
| > | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 |
found="1"
break
])
done
if test "${found}" = "1"; then
SAVELIBS=`echo "$SAVELIBS" | sed 's@ $2 @@'`
LIBS="${SAVELIBS} ${staticlib}"
AC_MSG_RESULT([${staticlib}])
AC_SUBST(LIBS)
$3
|
| ︙ | ︙ |