Home | History | Annotate | Download | only in zlib

Lines Matching full:configure

7 - Fix configure.ac for contrib/minizip [Schiffer]
9 - Have ./configure use the compiler return code for error indication
15 - Make version explicit in contrib/minizip/configure.ac [Bosmans]
24 - Add an --enable-demos option to contrib/minizip/configure
25 - Add the generation of configure.log by ./configure
74 - Add --cover option to ./configure for gcc coverage testing
79 - Split off AR options in Makefile.in and configure
108 - Replace $(...) with `...` in configure for non-bash sh [Bowler]
109 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
110 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
111 - Add *bsd* to Linux* case in configure [Bar-Lev]
115 - Add test to configure for GNU C looking for gcc in output of $cc -v
134 - Add a check in configure for stdarg.h, use for gzprintf()
137 - Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt]
140 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
144 - Default to libdir as sharedlibdir in configure [Nieder]
147 - Exit configure for MinGW, suggesting win32/Makefile.gcc
151 - Set sharedlibdir in configure [Torok]
162 - Fix configure incompatibility with NetBSD sh
165 - Add diagnostic messages when using CROSS_PREFIX in configure
166 - Added --sharedlibdir option to configure [Weigelt]
170 - Only use CROSS_PREFIX in configure for ar and ranlib if they exist
175 - Add -shared load option for MinGW in configure [Bowler]
177 - Remove ! from shell test in configure (not portable to Solaris)
190 - Symbolize nm as $NM in configure [Weigelt]
198 - Remove the use of [a-z] constructs for sed in configure [gentoo 310225]
203 - Add check for shell to configure and invoke another shell if needed
208 - Set EXE to ".exe" in configure for MINGW [Kahle]
212 - Allow Linux* or linux* from uname in configure [Bar-Lev]
213 - Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev]
214 - Add cross-compilation prefixes to configure [Bar-Lev]
219 - Remove errno.h check in configure and vestigial errno code in zutil.h
222 - Fix VER3 extraction in configure for no fourth subversion
228 - Restore zconf.h for builds that don't use configure or cmake
257 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
258 - Delete zconf.h (made by configure) [Weigelt]
270 - Improve comments in zconf.h where modified by configure
280 - Use SFLAGS when testing shared linking in configure
281 - Add --64 option to ./configure to use -m64 with gcc
282 - Fix ./configure --help to correctly name options
298 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
300 - Avoid warnings in configure tests that hide functionality [Weigelt]
301 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
316 - Correct email address in configure for system options
354 - Update comments in configure and Makefile.in for default --shared
355 - Fix test -z's in configure [Marquess]
358 - Import LDFLAGS from the environment in configure
359 - Fix configure to populate SFLAGS with discovered CFLAGS options
368 - Add rc option to ar in Makefile.in for when ./configure not run
375 - Put spaces before ;;'s in configure for better sh compatibility
409 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
414 - Make --shared the default for configure, add a --static option
425 - Add a --uname= option to configure to perhaps help with cross-compiling
431 - Rig configure --shared to build both shared and static [Teredesai, Truta]
440 - Use -fPIC for shared build in configure [Teredesai, Nicholson]
449 - Make configure options more compatible with double-dash conventions
485 - Update Z_PREFIX list in zconf.in.h, add --zprefix option to configure
494 - Change configure help option from --h* to --help [Santos]
521 - Add ia64 support to configure for HP-UX [Smith]
558 - Add Solaris 9 make options in configure [Gilbert]
607 - Fix configure to not hardcode directories for Darwin [Peterson]
618 - Add OS/2 to exe builds in configure [Poltorak]
648 - Fix infinite loop on bad input in configure script [Church]
652 - Fix configure to properly detect presence or lack of printf functions
659 - Change search and replace delimiter in configure from % to # [Beebe]
663 - Add dylib building for Mac OS X in configure and Makefile.in
747 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
762 - Add AIX to configure, remove aix directory [Bakker]
773 - Fix configure to link shared library when testing
846 - Add HP-UX support for shared libraries in configure
847 - Add OpenUNIX support for shared libraries in configure
853 - Update configure to check for snprintf or vsnprintf functions and their
855 - Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that
902 - allow several arguments to configure (Tim Mooney, Frodo Looijaard)
926 - fix test for errno.h in configure (Tim Newsham)
935 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
942 - allow "make install prefix=..." even after configure (Glenn Randers-Pehrson)
943 - allow "configure --prefix $HOME" (Tim Mooney)
964 - initialize variable gcc in configure (Chris Herborth)
1002 - support CC="gcc -Wall" in configure -s (QingLong)
1014 - suppress +vnocompatwarnings in configure for HPUX (not always supported)
1019 - fix configure for Linux (Chun-Chung Chen)
1041 - make static libraries by default in configure, add --shared option.
1077 - added -soname for Linux in configure (Chun-Chung Chen,
1095 - check for unistd.h in configure (for off_t)
1103 - fix configure if CC is already equal to gcc
1151 - added -ansi for IRIX in configure
1154 - fix configure for QNX
1155 - add configure branch for SCO and HPUX
1168 - add optional "configure" to build zlib as a shared library
1169 - suppress Makefile.qnx, use configure instead