Home | History | Annotate | Download | only in zlib

Lines Matching refs:tee

39     test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log

42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
85 echo "** $0 aborting." | tee -a configure.log
99 echo 'usage:' | tee -a configure.log
100 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
101 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
102 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
121 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
122 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;;
125 echo "unknown option: $1" | tee -a configure.log
126 echo "$0 --help for help" | tee -a configure.log
152 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
196 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log
336 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
371 echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log
383 echo Checking for shared library support... | tee -a configure.log
387 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
389 echo No shared library support. | tee -a configure.log
392 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
403 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
415 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
417 echo Checking for underline in external names... No. | tee -a configure.log
419 echo Checking for underline in external names... Yes. | tee -a configure.log
435 echo "Checking for off64_t... Yes." | tee -a configure.log
436 echo "Checking for fseeko... Yes." | tee -a configure.log
438 echo "Checking for off64_t... No." | tee -a configure.log
448 echo "Checking for fseeko... Yes." | tee -a configure.log
452 echo "Checking for fseeko... No." | tee -a configure.log
465 echo "Checking for strerror... Yes." | tee -a configure.log
469 echo "Checking for strerror... No." | tee -a configure.log
485 echo "Checking for unistd.h... Yes." | tee -a configure.log
487 echo "Checking for unistd.h... No." | tee
500 echo "Checking for stdarg.h... Yes." | tee -a configure.log
502 echo "Checking for stdarg.h... No." | tee -a configure.log
510 echo "Using z_ prefix on all symbols." | tee -a configure.log
551 echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." | tee -a configure.log
572 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log
595 echo "Checking for return value of vsnprintf()... Yes." | tee -a configure.log
599 echo "Checking for return value of vsnprintf()... No." | tee -a configure.log
600 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
601 echo " can build but will be open to possible string-format security" | tee -a configure.log
602 echo " vulnerabilities." | tee -a configure.log
607 echo "Checking for vsnprintf() in stdio.h... No." | tee -a configure.log
608 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
609 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
610 echo " vulnerabilities." | tee -a configure.log
633 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
637 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
638 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
639 echo " can build but will be open to possible string-format security" | tee -a configure.log
640 echo " vulnerabilities." | tee -a configure.log
644 echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()." | tee -a configure.log
662 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
679 echo "Checking for return value of snprintf()... Yes." | tee -a configure.log
683 echo "Checking for return value of snprintf()... No." | tee -a configure.log
684 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
685 echo " can build but will be open to possible string-format security" | tee -a configure.log
686 echo " vulnerabilities." | tee -a configure.log
691 echo "Checking for snprintf() in stdio.h... No." | tee -a configure.log
692 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
693 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
694 echo " vulnerabilities." | tee -a configure.log
711 echo "Checking for return value of sprintf()... Yes." | tee -a configure.log
715 echo "Checking for return value of sprintf()... No." | tee -a configure.log
716 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
717 echo " can build but will be open to possible string-format security" | tee -a configure.log
718 echo " vulnerabilities." | tee -a configure.log
737 echo "Checking for attribute(visibility) support... Yes." | tee -a configure.log
739 echo "Checking for attribute(visibility) support... No." | tee -a configure.log