Home | History | Annotate | Download | only in zlib-1.2.8

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`
187 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
189 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"}
313 # send working options for other systems to zlib@gzip.org
600 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
608 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
638 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
684 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
692 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
716 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
723 # see if we can hide zlib internal symbols that are linked between separate source files
805 # create zlib.pc with the configure results
806 sed < zlib.pc.in "
828 " > zlib.pc