summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: a few more build rules that should have on_results=TrueAndrew Tridgell2-0/+3
2010-04-06build: fixed case of system library depsAndrew Tridgell1-1/+5
2010-04-06build: make use on_results=True for some build rulesStefan Metzmacher5-0/+7
This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze
2010-04-06s4-waf: disable_gnutls is goneAndrew Tridgell1-1/+1
2010-04-06s4-waf: don't hardcode python pathAndrew Tridgell1-1/+1
2010-04-06build: cope with systems that don't have md5 in pythonAndrew Tridgell1-0/+21
2010-04-06build: need to mark disabled libraries as DISABLEDAndrew Tridgell2-2/+5
2010-04-06build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell1-5/+12
This shows how we can do the dual-boolean rules we use so much with autoconf
2010-04-06build: fixed the cflags for pkg_config libsAndrew Tridgell1-10/+21
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell6-162/+187
this stops lib/replace becoming a mess
2010-04-06build: use gzip for waf packing, to try to make it work on irixAndrew Tridgell1-0/+0
2010-04-06s3-waf: the start of the main build for s3Andrew Tridgell1-0/+611
2010-04-06s3-waf: more configure tests and minor fixesAndrew Tridgell1-26/+60
2010-04-06s3-waf: added build subdir for dynconfig generationAndrew Tridgell3-0/+97
2010-04-06build: use shell=True for SAMBA_GENERATORAndrew Tridgell1-0/+1
This allows for shell redirection in rules
2010-04-06build: added msg argument to CHECK_TYPE()Andrew Tridgell1-2/+4
2010-04-06build: Change checks to conform to new CHECK_* behaviourKai Blin2-15/+17
2010-04-06build: Check if the compiler will optimize out functionsKai Blin1-0/+9
2010-04-06build: check for int types included from rpc/rpc.hKai Blin1-0/+16
2010-04-06build: Check for POSIX capabilitiesKai Blin1-0/+19
2010-04-06build: Check for various members of struct statKai Blin1-0/+7
2010-04-06build: Fix package name and package string caseKai Blin1-2/+2
2010-04-06build: Check for functions needed by Samba3Kai Blin1-0/+19
2010-04-06build: Check for kernel share modesKai Blin1-0/+15
2010-04-06build: Check for IRIX kernel oplock typesKai Blin1-0/+5
2010-04-06build: Check for Linux kernel oplocksKai Blin1-0/+13
2010-04-06build: Check for kernel change notify supportKai Blin1-0/+13
2010-04-06build: check for inotify supportKai Blin1-0/+6
2010-04-06build: check for inttypes.hKai Blin1-1/+1
2010-04-06build: check for headers needed to generate stack tracesKai Blin1-0/+2
2010-04-06build: check size of dev_t, ino_t and time_tKai Blin1-0/+1
2010-04-06build: check for uint_tKai Blin1-0/+1
2010-04-06build: Check for syscall headersKai Blin1-0/+1
2010-04-06build: Check for krb5 headersKai Blin1-0/+8
2010-04-06build: Check for LDAP librariesKai Blin1-0/+4
2010-04-06build: Check for CUPSKai Blin1-0/+5
2010-04-06build: Add a basic wscript file for Samba3Kai Blin1-0/+41
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell4-44/+90
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-06build: test all the developer cflags before adding themAndrew Tridgell1-5/+16
2010-04-06build: setnttoken depends on libreplaceAndrew Tridgell1-1/+1
2010-04-06build: sys_lease_linux needs to be conditionally enabledAndrew Tridgell1-9/+12
2010-04-06build: add additional libreplace conditional sourcesAndrew Tridgell1-3/+6
2010-04-06build: finer grained rpath checking for binary/installAndrew Tridgell3-17/+20
2010-04-06build: configure fixes for opensolarisAndrew Tridgell5-29/+99
2010-04-06build: socklen_t is in sys/socket.hAndrew Tridgell1-1/+2
2010-04-06build: added --with-selftest-prefixAndrew Tridgell1-3/+8
2010-04-06build: fixed headers for C prototype checkAndrew Tridgell1-0/+1
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell9-73/+68
2010-04-06build: rewrote the autoconf-like macros to be more consistentAndrew Tridgell1-151/+209
This also brings them much closer to the behaviour of autoconf
2010-04-06build: fixed prototype testAndrew Tridgell1-1/+1