Lines Matching full:zlib
2 # configure script for zlib.
30 # extract zlib version numbers from zlib.h
31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
32 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h`
33 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h`
34 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h`
201 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
203 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"}
323 # send working options for other systems to zlib@gzip.org
558 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
566 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
596 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
642 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
650 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
674 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
681 # see if we can hide zlib internal symbols that are linked between separate source files
795 # create zlib.pc with the configure results
796 sed < zlib.pc.in "
818 " > zlib.pc