summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell6-162/+187
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
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
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
2010-04-06build: fixed prototype testAndrew Tridgell1-1/+1
2010-04-06build: added checks for solaris getXXent_r() functionsAndrew Tridgell2-0/+27
2010-04-06build: added CHECK_C_PROTOTYPE() configure functionAndrew Tridgell1-4/+27
2010-04-06build: python 2.4 doesn't support multiple union arguments for setsAndrew Tridgell1-2/+4
2010-04-06build: sun c compiler wants a newlineAndrew Tridgell1-1/+1
2010-04-06build: expand indirect syslibs after loop unrollingAndrew Tridgell1-1/+3
2010-04-06build: fixed handling of full dependencies for --disable-sharedAndrew Tridgell1-119/+137
2010-04-06build: don't use double binaries/libs if not neededAndrew Tridgell1-8/+23
2010-04-06build: mark wafsamba as unbuffered, so stdout and stderr are better in syncAndrew Tridgell1-1/+1
2010-04-06build: added etags and ctags make targetsAndrew Tridgell1-0/+6