summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoconf.py
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: added functions for compound configuration testingAndrew Tridgell1-16/+68
2010-04-06build: tweak the strategy for finding functionsAndrew Tridgell1-4/+9
2010-04-06build: tidy up the wafsamba rules a bitAndrew Tridgell1-24/+24
2010-04-06build: fixed popt subsystem on systems without poptAndrew Tridgell1-6/+8
2010-04-06s4-waf: support the use of system librariesAndrew Tridgell1-5/+12
2010-04-06build: added quote option to conf.DEFINE()Andrew Tridgell1-2/+2
2010-04-06build: much better rpath test functionAndrew Tridgell1-9/+0
2010-04-06build: started a library of common config tests for s3/s4Andrew Tridgell1-31/+0
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell1-0/+3
2010-04-06build: added msg argument to CHECK_TYPE()Andrew Tridgell1-2/+4
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-32/+51
2010-04-06build: test all the developer cflags before adding themAndrew Tridgell1-5/+16
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-19/+58
2010-04-06build: fixed headers for C prototype checkAndrew Tridgell1-0/+1
2010-04-06build: rewrote the autoconf-like macros to be more consistentAndrew Tridgell1-151/+209
2010-04-06build: fixed prototype testAndrew Tridgell1-1/+1
2010-04-06build: added CHECK_C_PROTOTYPE() configure functionAndrew Tridgell1-4/+27
2010-04-06build: more complete implementation of waf configure -CAndrew Tridgell1-10/+19
2010-04-06build: enable real cacheing with waf configure -CAndrew Tridgell1-0/+11
2010-04-06build: fixed issue with CC="ccache cc" on solarisAndrew Tridgell1-0/+10
2010-04-06build: support systems without rpathAndrew Tridgell1-0/+9
2010-04-06build: if a library is found, but not the fn, still define the libraryAndrew Tridgell1-9/+2
2010-04-06build: don't use gcc warnings during configureAndrew Tridgell1-1/+8
2010-04-06build: fixed check for pthread_create()Andrew Tridgell1-13/+29
2010-04-06build: more careful library list handlingAndrew Tridgell1-14/+29
2010-04-06build: CONFIG_SET() takes conf argumentAndrew Tridgell1-1/+1
2010-04-06build: cope with double check for functionsAndrew Tridgell1-1/+4
2010-04-06build: lib needs to take a list when more than 1Andrew Tridgell1-1/+1
2010-04-06build: ensure all libs in CHECK_FUNCS_IN() get a target typeAndrew Tridgell1-6/+12
2010-04-06build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell1-10/+10
2010-04-06build: cope with multiple checks for the same function/libraryAndrew Tridgell1-1/+2
2010-04-06build: fixed includes paths for CHECK_CODE()Andrew Tridgell1-2/+5
2010-04-06build: fixed config.h generation when we have source -> source4 symlinkAndrew Tridgell1-2/+4
2010-04-06build: fixed cflags in CHECK_CODEAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-5/+3
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-18/+19
2010-04-06build: saner CFLAGS handling for definesAndrew Tridgell1-2/+3
2010-04-06build: make CONFIG_PATH() understand absolute pathsAndrew Tridgell1-1/+4
2010-04-06build: added local_include option to CHECK_CODE()Andrew Tridgell1-3/+5
2010-04-06build: fixed cflags in CHECK_CODE()Andrew Tridgell1-1/+3
2010-04-06build: added CHECK_CFLAGS()Andrew Tridgell1-8/+26
2010-04-06build: fix name of libs with - in themAndrew Tridgell1-1/+1
2010-04-06build: define HAVE_LIBxxx when we find a libraryAndrew Tridgell1-0/+2
2010-04-06build: move gettimeofday check to libreplaceAndrew Tridgell1-6/+8
2010-04-06build: expand CHECK_CODE() functionAndrew Tridgell1-12/+25
2010-04-06build: added CHECK_CODE_COMPILES()Andrew Tridgell1-0/+27
2010-04-06build: added help on fnsAndrew Tridgell1-0/+48
2010-04-06build: check for volatileAndrew Tridgell1-4/+9
2010-04-06build: check size of typesAndrew Tridgell1-2/+6
2010-04-06build: added CHECK_SIZEOF()Andrew Tridgell1-11/+35