summaryrefslogtreecommitdiff
path: root/lib/zlib
AgeCommit message (Collapse)AuthorFilesLines
2013-05-28build: Remove autoconf build systemAndrew Bartlett1-29/+0
We are now confident that that waf build system meets enough of our needs that we will work to improve it, rather than maintain two build systems. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
2011-09-09build: a more robust zlib testAndrew Bartlett1-1/+4
Just in-case, and done this way due to the #define maze that applies to this function. No actual host has been found that needs this yet. Andrew Bartlett
2010-10-30build: Remove zlib from the cache if we failed to pass all the testsMatthieu Patou1-0/+6
This will avoid problems with redefinition of libs tests
2010-10-30zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell1-4/+2
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
2010-10-21waf: Mark the replacement zlib private so that it can build on machine ↵Matthieu Patou1-0/+1
without a system zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104
2010-04-24lib/zlib/wscript: fix system zlib detectionStefan Metzmacher1-0/+3
metze
2010-04-06s4-waf: more places missing libreplaceAndrew Tridgell1-2/+1
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell1-0/+11
2010-04-06build: zlib checksAndrew Tridgell1-0/+11
2010-03-03Fix typo in comments.Karolin Seeger2-4/+4
2010-02-22Spelling fixes in lib/zlib.Brad Hards11-20/+20
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2008-10-20Rename BAD to BAD_DATA since the first is already defined on SunOS.Jelmer Vernooij4-42/+42
2008-10-18Use common detection function for zlib.Jelmer Vernooij1-0/+29
2008-10-12Move zlib to top-level root.Jelmer Vernooij200-0/+54050