build: fixed cflags in CHECK_CODE()
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / samba_autoconf.py
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...