summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
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
otherwide python libs in the disable-shared build don't get all the needed syslibs
2010-04-06build: fixed handling of full dependencies for --disable-sharedAndrew Tridgell1-119/+137
the subsystem dependency loops get quite complex when shared libs are disabled
2010-04-06build: don't use double binaries/libs if not neededAndrew Tridgell1-8/+23
when rpath is disabled on both install and build we don't need the double binaries
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
2010-04-06build: check if a simple C program runsAndrew Tridgell2-0/+17
This will be helpful for working out why AIX is failing
2010-04-06build: more complete implementation of waf configure -CAndrew Tridgell2-18/+20
this is a closer emulation of the autoconf behaviour
2010-04-06build: rkpty should not directly include socket_wrapper.cAndrew Tridgell1-1/+1
2010-04-06build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell2-1/+11
2010-04-06build: enable real cacheing with waf configure -CAndrew Tridgell2-7/+23
2010-04-06build: added --disable-shared optionAndrew Tridgell2-6/+17
2010-04-06build: optimise and re-enable check_duplicate_sourcesAndrew Tridgell1-18/+47
2010-04-06build: commented the missing subsystemsAndrew Tridgell1-12/+14
2010-04-06build: fixed libcli/ndr_netlogon.c dependency rulesAndrew Tridgell2-1/+2
2010-04-06build: fixed issue with CC="ccache cc" on solarisAndrew Tridgell3-5/+11
2010-04-06build: support systems without rpathAndrew Tridgell4-7/+32
2010-04-06build: removed testing cflagsAndrew Tridgell1-3/+2
2010-04-06build: cope with subsystems with no enabled modulesAndrew Tridgell2-11/+13
This happens for the notify subsystem on non-Linux systems
2010-04-06build: 'makefile' (lowercase) is now a generated fileAndrew Tridgell1-0/+1
2010-04-06build: tevent_epoll.c is conditional on HAVE_EPOLLAndrew Tridgell1-1/+3
2010-04-06build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell2-2/+14
2010-04-06build: if a library is found, but not the fn, still define the libraryAndrew Tridgell1-9/+2
2010-04-06build: don't use gcc warnings during configureAndrew Tridgell2-4/+8
2010-04-06build: fixed gnutls checkAndrew Tridgell1-1/+1
2010-04-06build: fixed check for pthread_create()Andrew Tridgell2-14/+30