build: enable real cacheing with waf configure -C
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / samba_autoconf.py
2010-04-06 Andrew Tridgellbuild: enable real cacheing with waf configure -C
2010-04-06 Andrew Tridgellbuild: fixed issue with CC="ccache cc" on solaris
2010-04-06 Andrew Tridgellbuild: support systems without rpath
2010-04-06 Andrew Tridgellbuild: if a library is found, but not the fn, still...
2010-04-06 Andrew Tridgellbuild: don't use gcc warnings during configure
2010-04-06 Andrew Tridgellbuild: fixed check for pthread_create()
2010-04-06 Andrew Tridgellbuild: more careful library list handling
2010-04-06 Andrew Tridgellbuild: CONFIG_SET() takes conf argument
2010-04-06 Andrew Tridgellbuild: cope with double check for functions
2010-04-06 Andrew Tridgellbuild: lib needs to take a list when more than 1
2010-04-06 Andrew Tridgellbuild: ensure all libs in CHECK_FUNCS_IN() get a target...
2010-04-06 Andrew Tridgellbuild: cope with multiple libs in CHECK_FUNCS_IN()
2010-04-06 Andrew Tridgellbuild: cope with multiple checks for the same function...
2010-04-06 Andrew Tridgellbuild: fixed includes paths for CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: fixed config.h generation when we have source...
2010-04-06 Andrew Tridgellbuild: fixed cflags in CHECK_CODE
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: saner CFLAGS handling for defines
2010-04-06 Andrew Tridgellbuild: make CONFIG_PATH() understand absolute paths
2010-04-06 Andrew Tridgellbuild: added local_include option to CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: fixed cflags in CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: added CHECK_CFLAGS()
2010-04-06 Andrew Tridgellbuild: fix name of libs with - in them
2010-04-06 Andrew Tridgellbuild: define HAVE_LIBxxx when we find a library
2010-04-06 Andrew Tridgellbuild: move gettimeofday check to libreplace
2010-04-06 Andrew Tridgellbuild: expand CHECK_CODE() function
2010-04-06 Andrew Tridgellbuild: added CHECK_CODE_COMPILES()
2010-04-06 Andrew Tridgellbuild: added help on fns
2010-04-06 Andrew Tridgellbuild: check for volatile
2010-04-06 Andrew Tridgellbuild: check size of types
2010-04-06 Andrew Tridgellbuild: added CHECK_SIZEOF()
2010-04-06 Andrew Tridgellbuild: improve autoconf macros
2010-04-06 Andrew Tridgellbuild: added CHECK_DECLS()
2010-04-06 Andrew Tridgellbuild: return values for autoconf-like tests
2010-04-06 Andrew Tridgellbuild: another typo
2010-04-06 Andrew Tridgellbuild: add_headers flag to CHECK_HEADER()
2010-04-06 Andrew Tridgellbuild: added define and always options to CHECK_VARIABLE()
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...