Lines Matching full:configure
27 - Add memory sanitizer to configure (--memory)
33 - Fix configure issue that discarded provided CC definition
56 - Add address checking in clang to -w option of configure
102 - Separate out address sanitizing from warnings in configure
104 - Check for cc masquerading as gcc or clang in configure
133 - Add --warn (-w) option to ./configure for more compiler warnings
136 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
176 - Fix configure check for veracity of compiler error return codes
206 - Fix configure for Sun shell
207 - Remove runtime check in configure for four-byte integer type
230 - Fix bug in test/minigzip.c for configure --solo
252 - Update ./configure for Solaris, support --64 [Mooney]
264 - Fix problem with ./configure --prefix and gzgetc macro
278 - Fix configure.ac for contrib/minizip [Schiffer]
280 - Have ./configure use the compiler return code for error indication
286 - Make version explicit in contrib/minizip/configure.ac [Bosmans]
295 - Add an --enable-demos option to contrib/minizip/configure
296 - Add the generation of configure.log by ./configure
345 - Add --cover option to ./configure for gcc coverage testing
350 - Split off AR options in Makefile.in and configure
379 - Replace $(...) with `...` in configure for non-bash sh [Bowler]
380 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
381 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
382 - Add *bsd* to Linux* case in configure [Bar-Lev]
386 - Add test to configure for GNU C looking for gcc in output of $cc -v
405 - Add a check in configure for stdarg.h, use for gzprintf()
408 - Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt]
411 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
415 - Default to libdir as sharedlibdir in configure [Nieder]
418 - Exit configure for MinGW, suggesting win32/Makefile.gcc
422 - Set sharedlibdir in configure [Torok]
433 - Fix configure incompatibility with NetBSD sh
436 - Add diagnostic messages when using CROSS_PREFIX in configure
437 - Added --sharedlibdir option to configure [Weigelt]
441 - Only use CROSS_PREFIX in configure for ar and ranlib if they exist
446 - Add -shared load option for MinGW in configure [Bowler]
448 - Remove ! from shell test in configure (not portable to Solaris)
461 - Symbolize nm as $NM in configure [Weigelt]
469 - Remove the use of [a-z] constructs for sed in configure [gentoo 310225]
474 - Add check for shell to configure and invoke another shell if needed
479 - Set EXE to ".exe" in configure for MINGW [Kahle]
483 - Allow Linux* or linux* from uname in configure [Bar-Lev]
484 - Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev]
485 - Add cross-compilation prefixes to configure [Bar-Lev]
490 - Remove errno.h check in configure and vestigial errno code in zutil.h
493 - Fix VER3 extraction in configure for no fourth subversion
499 - Restore zconf.h for builds that don't use configure or cmake
528 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
529 - Delete zconf.h (made by configure) [Weigelt]
541 - Improve comments in zconf.h where modified by configure
551 - Use SFLAGS when testing shared linking in configure
552 - Add --64 option to ./configure to use -m64 with gcc
553 - Fix ./configure --help to correctly name options
569 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
571 - Avoid warnings in configure tests that hide functionality [Weigelt]
572 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
587 - Correct email address in configure for system options
625 - Update comments in configure and Makefile.in for default --shared
626 - Fix test -z's in configure [Marquess]
629 - Import LDFLAGS from the environment in configure
630 - Fix configure to populate SFLAGS with discovered CFLAGS options
639 - Add rc option to ar in Makefile.in for when ./configure not run
646 - Put spaces before ;;'s in configure for better sh compatibility
680 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
685 - Make --shared the default for configure, add a --static option
696 - Add a --uname= option to configure to perhaps help with cross-compiling
702 - Rig configure --shared to build both shared and static [Teredesai, Truta]
711 - Use -fPIC for shared build in configure [Teredesai, Nicholson]
720 - Make configure options more compatible with double-dash conventions
756 - Update Z_PREFIX list in zconf.in.h, add --zprefix option to configure
765 - Change configure help option from --h* to --help [Santos]
792 - Add ia64 support to configure for HP-UX [Smith]
829 - Add Solaris 9 make options in configure [Gilbert]
878 - Fix configure to not hardcode directories for Darwin [Peterson]
889 - Add OS/2 to exe builds in configure [Poltorak]
919 - Fix infinite loop on bad input in configure script [Church]
923 - Fix configure to properly detect presence or lack of printf functions
930 - Change search and replace delimiter in configure from % to # [Beebe]
934 - Add dylib building for Mac OS X in configure and Makefile.in
1018 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
1033 - Add AIX to configure, remove aix directory [Bakker]
1044 - Fix configure to link shared library when testing
1117 - Add HP-UX support for shared libraries in configure
1118 - Add OpenUNIX support for shared libraries in configure
1124 - Update configure to check for snprintf or vsnprintf functions and their
1126 - Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that
1173 - allow several arguments to configure (Tim Mooney, Frodo Looijaard)
1197 - fix test for errno.h in configure (Tim Newsham)
1206 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1213 - allow "make install prefix=..." even after configure (Glenn Randers-Pehrson)
1214 - allow "configure --prefix $HOME" (Tim Mooney)
1235 - initialize variable gcc in configure (Chris Herborth)
1273 - support CC="gcc -Wall" in configure -s (QingLong)
1285 - suppress +vnocompatwarnings in configure for HPUX (not always supported)
1290 - fix configure for Linux (Chun-Chung Chen)
1312 - make static libraries by default in configure, add --shared option
1348 - added -soname for Linux in configure (Chun-Chung Chen,
1366 - check for unistd.h in configure (for off_t)
1374 - fix configure if CC is already equal to gcc
1422 - added -ansi for IRIX in configure
1425 - fix configure for QNX
1426 - add configure branch for SCO and HPUX
1439 - add optional "configure" to build zlib as a shared library
1440 - suppress Makefile.qnx, use configure instead