Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: disable_gnutls is gone | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: need to mark disabled libraries as DISABLED | Andrew Tridgell | 1 | -2/+4 | |
2010-04-06 | build: honor both --enable-gnutls and --disable-gnutls | Andrew Tridgell | 1 | -5/+12 | |
This shows how we can do the dual-boolean rules we use so much with autoconf | |||||
2010-04-06 | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 1 | -4/+8 | |
When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working | |||||
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 1 | -0/+7 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 1 | -6/+3 | |
2010-04-06 | build: fixed gnutls check | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: check for libgpg-error | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: gcrypt functions | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: more config checks | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: waf build for lib/tls | Andrew Tridgell | 1 | -0/+27 | |