Differences From
Artifact [bfe7cbbaec]:
277 277 fi
278 278
279 279 dnl Do not explicitly link to Zlib, that will happen elsewhere
280 280 if test "${proj}" = "zlib"; then
281 281 continue
282 282 fi
283 283
284 -echo "***: proj=$proj; subprojs=$subprojs; projlibfilesnostub=\"$projlibfilesnostub\""
285 284 if test -n "${subprojs}"; then
286 285 if test -n "${projlibfilesnostub}"; then
287 286 for subproj in $subprojs; do
288 287 subprojucase="`echo ${subproj} | dd conv=ucase 2>/dev/null`"
289 288 subprojtcase="`echo ${subprojucase} | cut -c 1``echo ${subproj} | cut -c 2-`"
290 289 lib_init_func="${subprojtcase}_Init"
291 290