Home | History | Annotate | Download | only in zlib

Lines Matching refs:tee

51     test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
54 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
59 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
65 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
99 echo "** $0 aborting." | tee -a configure.log
113 echo 'usage:' | tee -a configure.log
114 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
115 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
116 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
135 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
136 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;;
141 echo "unknown option: $1" | tee -a configure.log
142 echo "$0 --help for help" | tee -a configure.log
168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
220 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log
363 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
398 echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log
410 echo Checking for shared library support... | tee -a configure.log
414 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
416 echo No shared library support. | tee -a configure.log
419 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
430 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
442 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
444 echo Checking for underline in external names... No. | tee -a configure.log
446 echo Checking for underline in external names... Yes. | tee -a configure.log
459 echo "Checking for size_t... Yes." | tee -a configure.log
462 echo "Checking for size_t... No." | tee -a configure.log
474 echo "Checking for long long... Yes." | tee -a configure.log
485 echo "Checking for long long... No." | tee -a configure.log
497 echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log
499 echo "Failed to find a pointer-size integer type." | tee -a configure.log
521 echo "Checking for off64_t... Yes." | tee -a configure.log
522 echo "Checking for fseeko... Yes." | tee -a configure.log
524 echo "Checking for off64_t... No." | tee -a configure.log
534 echo "Checking for fseeko... Yes." | tee -a configure.log
538 echo "Checking for fseeko... No." | tee -a configure.log
551 echo "Checking for strerror... Yes." | tee -a configure.log
555 echo "Checking for strerror... No." | tee -a configure.log
571 echo "Checking for unistd.h... Yes." | tee -a configure.log
573 echo "Checking for unistd.h... No." | tee -a configure.log
586 echo "Checking for stdarg.h... Yes." | tee -a configure.log
588 echo "Checking for stdarg.h... No." | tee -a configure.log
596 echo "Using z_ prefix on all symbols." | tee -a configure.log
637 echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." | tee -a configure.log
658 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log
681 echo "Checking for return value of vsnprintf()... Yes." | tee -a configure.log
685 echo "Checking for return value of vsnprintf()... No." | tee -a configure.log
686 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
687 echo " can build but will be open to possible string-format security" | tee -a configure.log
688 echo " vulnerabilities." | tee -a configure.log
693 echo "Checking for vsnprintf() in stdio.h... No." | tee -a configure.log
694 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
695 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
696 echo " vulnerabilities." | tee -a configure.log
719 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
723 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
724 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
725 echo " can build but will be open to possible string-format security" | tee -a configure.log
726 echo " vulnerabilities." | tee -a configure.log
730 echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()." | tee -a configure.log
748 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
765 echo "Checking for return value of snprintf()... Yes." | tee -a configure.log
769 echo "Checking for return value of snprintf()... No." | tee -a configure.log
770 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
771 echo " can build but will be open to possible string-format security" | tee -a configure.log
772 echo " vulnerabilities." | tee -a configure.log
777 echo "Checking for snprintf() in stdio.h... No." | tee -a configure.log
778 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
779 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
780 echo " vulnerabilities." | tee -a configure.log
797 echo "Checking for return value of sprintf()... Yes." | tee -a configure.log
801 echo "Checking for return value of sprintf()... No." | tee -a configure.log
802 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
803 echo " can build but will be open to possible string-format security" | tee -a configure.log
804 echo " vulnerabilities." | tee -a configure.log
823 echo "Checking for attribute(visibility) support... Yes." | tee -a configure.log
825 echo "Checking for attribute(visibility) support... No." | tee -a configure.log