Home | History | Annotate | Download | only in zlib

Lines Matching full:echo

43       echo 'usage:'
44 echo ' configure [--shared] [--prefix=PREFIX] [--exec_prefix=EXPREFIX]'
45 echo ' [--libdir=LIBDIR] [--includedir=INCLUDEDIR]'
47 -p*=* | --p*=*) prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
48 -e*=* | --e*=*) exec_prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
49 -l*=* | --libdir=*) libdir=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
50 -i*=* | --includedir=*) includedir=`echo $1 | sed 's/[-a-z_]*=//'`;shift;;
56 *) echo "unknown option: $1"; echo "$0 --help for help"; exit 1;;
66 test -z "$CC" && echo Checking for gcc...
78 case `(uname -s || echo unknown) 2>/dev/null` in
87 case `(uname -m || echo unknown) 2>/dev/null` in
105 case `(uname -sr || echo unknown) 2>/dev/null` in
110 case `(uname -m || echo unknown) 2>/dev/null` in
172 echo Checking for shared library support...
178 echo Building shared library $SHAREDLIBV with $CC.
180 echo No shared library support.
183 echo 'No shared library support; try without defining CC and CFLAGS'
189 echo Building static library $LIBS version $VER with $CC.
200 echo "Checking for unistd.h... Yes."
203 echo "Checking for unistd.h... No."
222 echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()"
246 echo "Checking for vsnprintf() in stdio.h... Yes."
271 echo "Checking for return value of vsnprintf()... Yes."
274 echo "Checking for return value of vsnprintf()... No."
275 echo " WARNING: apparently vsnprintf() does not return a value. zlib"
276 echo " can build but will be open to possible string-format security"
277 echo " vulnerabilities."
281 echo "Checking for vsnprintf() in stdio.h... No."
282 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib"
283 echo " can build but will be open to possible buffer-overflow security"
284 echo " vulnerabilities."
309 echo "Checking for return value of vsprintf()... Yes."
312 echo "Checking for return value of vsprintf()... No."
313 echo " WARNING: apparently vsprintf() does not return a value. zlib"
314 echo " can build but will be open to possible string-format security"
315 echo " vulnerabilities."
319 echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()"
339 echo "Checking for snprintf() in stdio.h... Yes."
358 echo "Checking for return value of snprintf()... Yes."
361 echo "Checking for return value of snprintf()... No."
362 echo " WARNING: apparently snprintf() does not return a value. zlib"
363 echo " can build but will be open to possible string-format security"
364 echo " vulnerabilities."
368 echo "Checking for snprintf() in stdio.h... No."
369 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib"
370 echo " can build but will be open to possible buffer-overflow security"
371 echo " vulnerabilities."
390 echo "Checking for return value of sprintf()... Yes."
393 echo "Checking for return value of sprintf()... No."
394 echo " WARNING: apparently sprintf() does not return a value. zlib"
395 echo " can build but will be open to possible string-format security"
396 echo " vulnerabilities."
406 echo "Checking for errno.h... Yes."
408 echo "Checking for errno.h... No."
422 echo Checking for mmap support... Yes.
424 echo Checking for mmap support... No.
432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.