summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-06build: check if a simple C program runsAndrew Tridgell2-0/+17
2010-04-06build: more complete implementation of waf configure -CAndrew Tridgell2-18/+20
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
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
2010-04-06build: more careful library list handlingAndrew Tridgell1-14/+29
2010-04-06build: CONFIG_SET() takes conf argumentAndrew Tridgell1-1/+1
2010-04-06build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell2-9/+16
2010-04-06build: cope with double check for functionsAndrew Tridgell1-1/+4
2010-04-06build: compile_et needs lib/com_err includesAndrew Tridgell1-0/+1
2010-04-06build: libreplace now depends on nsl and socketAndrew Tridgell1-1/+1
2010-04-06build: inet_n*() are normally in libcAndrew Tridgell1-1/+1
2010-04-06build: lib needs to take a list when more than 1Andrew Tridgell1-1/+1
2010-04-06build: ensure all libs in CHECK_FUNCS_IN() get a target typeAndrew Tridgell1-6/+12
2010-04-06build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell2-11/+12
2010-04-06build: cope with multiple checks for the same function/libraryAndrew Tridgell2-1/+11
2010-04-06build: don't look for gettext twiceAndrew Tridgell2-3/+1