Differences From Artifact [1f1678240f]:
- File
kitsh/buildsrc/kitsh-0.0/aclocal.m4
— part of check-in
[75fa17d1eb]
at
2011-05-23 15:33:54
on branch merge-kitdll-kitsh-common
— Corrected typo
Updated to weak zlib symbols
Updated to not link against stub archives for Tk as well as Tcl (user: rkeene, size: 11674) [annotate] [blame] [check-ins using] [more...]
To Artifact [370c9cd778]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [ddf9f18c93] at 2011-05-28 23:59:40 on branch pluggable — Merged trunk changes into branch (user: rkeene, size: 11819) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
156 157 158 159 160 161 162 | AC_DEFUN(DC_FIND_TCLKIT_LIBS, [ DC_SETUP_TCL_PLAT_DEFS dnl We will need this for the Tcl project, which we will always have DC_CHECK_FOR_WHOLE_ARCHIVE | | > | > > > > > > > > > > > > | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 | AC_DEFUN(DC_FIND_TCLKIT_LIBS, [ DC_SETUP_TCL_PLAT_DEFS dnl We will need this for the Tcl project, which we will always have DC_CHECK_FOR_WHOLE_ARCHIVE for projdir in ../../../*/; do proj="`basename "${projdir}"`" if test "${proj}" = "zlib"; then continue fi projlibdir="../../../${proj}/inst" if test -d "${projlibdir}"; then true else continue fi AC_MSG_CHECKING([for libraries required for ${proj}]) projlibfiles="`find "${projlibdir}" -name '*.a' 2>/dev/null | tr "\n" ' '`" projlibfilesnostub="`find "${projlibdir}" -name '*.a' 2>/dev/null | grep -v 'stub' | tr "\n" ' '`" AC_MSG_RESULT([${projlibfilesnostub}]) hide_symbols="1" |
︙ | ︙ |