summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-6/+27
2010-04-06build: socklen_t is in sys/socket.hAndrew Tridgell1-1/+2
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-24/+38
2010-04-06build: added checks for solaris getXXent_r() functionsAndrew Tridgell1-0/+3
2010-04-06build: sun c compiler wants a newlineAndrew Tridgell1-1/+1
2010-04-06build: check if a simple C program runsAndrew Tridgell1-0/+9
This will be helpful for working out why AIX is failing
2010-04-06build: more complete implementation of waf configure -CAndrew Tridgell1-8/+1
this is a closer emulation of the autoconf behaviour
2010-04-06build: enable real cacheing with waf configure -CAndrew Tridgell1-7/+12
2010-04-06build: added --disable-shared optionAndrew Tridgell1-1/+6
2010-04-06build: fixed issue with CC="ccache cc" on solarisAndrew Tridgell1-5/+1
2010-04-06build: support systems without rpathAndrew Tridgell1-4/+14
2010-04-06build: don't use gcc warnings during configureAndrew Tridgell1-3/+0
2010-04-06build: fixed check for pthread_create()Andrew Tridgell1-1/+1
2010-04-06build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell1-5/+6
2010-04-06build: libreplace now depends on nsl and socketAndrew Tridgell1-1/+1
these become empty targets if not needed
2010-04-06build: inet_n*() are normally in libcAndrew Tridgell1-1/+1
2010-04-06build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell1-1/+2
2010-04-06build: don't look for gettext twiceAndrew Tridgell1-1/+1
2010-04-06build: these cause problems incrementally tooAndrew Tridgell1-2/+2
2010-04-06build: more non-incremental headersAndrew Tridgell1-5/+6
2010-04-06build: check libc first for several librariesAndrew Tridgell1-3/+3
2010-04-06build: fixed REPLACE_GETPASSAndrew Tridgell1-2/+2
2010-04-06build: Check for various headers S3 needs.Kai Blin1-0/+8
2010-04-06build: also need to put stripped CC in conf.envAndrew Tridgell1-1/+2
2010-04-06build: added WORDS_BIGENDIAN testAndrew Tridgell1-0/+5
2010-04-06build: added --enable-gccdeps optionAndrew Tridgell1-3/+9
off by default, for maximum portability
2010-04-06build: Enable more warnings when using the --pedantic configuration optionKai Blin1-0/+6
2010-04-06build: trim whitespace from CC optionsAndrew Tridgell1-0/+5
2010-04-06build: don't use -W warning option for developer buildAndrew Tridgell1-1/+1
2010-04-06build: allow configure -C to work againAndrew Tridgell1-0/+1
2010-04-06build: go into system includes for dependencies on configureAndrew Tridgell1-1/+7
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-5/+13
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-2/+10
2010-04-06build: saner CFLAGS handling for definesAndrew Tridgell1-2/+2
2010-04-06build: added getpass() testsAndrew Tridgell1-0/+12
2010-04-06build: check for RETSIGTYPEAndrew Tridgell1-0/+5
2010-04-06build: added IPV6 testAndrew Tridgell1-0/+14
2010-04-06build: fixed _Bool va_copy and VA_ARGS testsAndrew Tridgell1-14/+11
2010-04-06build: fixed sockaddr_in6 testAndrew Tridgell1-1/+1
2010-04-06build: more libreplace config checksAndrew Tridgell1-0/+37
2010-04-06build: check immediate structuresAndrew Tridgell1-0/+14
2010-04-06build: move gettimeofday check to libreplaceAndrew Tridgell1-0/+1
- add checklink option to CHECK_FUNC() - Used for when a prototype is not available
2010-04-06build: added interface checking and nicer snprintf checkingAndrew Tridgell1-42/+27
use CHECK_CODE()
2010-04-06build: more config checksAndrew Tridgell1-0/+3
2010-04-06build: check freeaddrinfoAndrew Tridgell1-1/+1
2010-04-06build: check for volatileAndrew Tridgell1-0/+1
2010-04-06build: more config checksAndrew Tridgell1-2/+5
2010-04-06build: check for offset_t and pw*_r functionsAndrew Tridgell1-2/+6
2010-04-06build: check size of typesAndrew Tridgell1-2/+4
allow name of SIZEOF test to be specified
2010-04-06build: improve autoconf macrosAndrew Tridgell1-0/+3
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks