Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fixed headers for C prototype check | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: updated configure checks or new syntax | Andrew Tridgell | 2010-04-06 | 9 | -73/+68 |
| | |||||
* | build: rewrote the autoconf-like macros to be more consistent | Andrew Tridgell | 2010-04-06 | 1 | -151/+209 |
| | | | | This also brings them much closer to the behaviour of autoconf | ||||
* | build: fixed prototype test | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: added checks for solaris getXXent_r() functions | Andrew Tridgell | 2010-04-06 | 2 | -0/+27 |
| | |||||
* | build: added CHECK_C_PROTOTYPE() configure function | Andrew Tridgell | 2010-04-06 | 1 | -4/+27 |
| | |||||
* | build: python 2.4 doesn't support multiple union arguments for sets | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 |
| | |||||
* | build: sun c compiler wants a newline | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: expand indirect syslibs after loop unrolling | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 |
| | | | | | otherwide python libs in the disable-shared build don't get all the needed syslibs | ||||
* | build: fixed handling of full dependencies for --disable-shared | Andrew Tridgell | 2010-04-06 | 1 | -119/+137 |
| | | | | | the subsystem dependency loops get quite complex when shared libs are disabled | ||||
* | build: don't use double binaries/libs if not needed | Andrew Tridgell | 2010-04-06 | 1 | -8/+23 |
| | | | | | when rpath is disabled on both install and build we don't need the double binaries | ||||
* | build: mark wafsamba as unbuffered, so stdout and stderr are better in sync | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: added etags and ctags make targets | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | build: check if a simple C program runs | Andrew Tridgell | 2010-04-06 | 2 | -0/+17 |
| | | | | This will be helpful for working out why AIX is failing | ||||
* | build: more complete implementation of waf configure -C | Andrew Tridgell | 2010-04-06 | 2 | -18/+20 |
| | | | | this is a closer emulation of the autoconf behaviour | ||||
* | build: rkpty should not directly include socket_wrapper.c | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: fixed build of heimdal/lib/roken/err.h | Andrew Tridgell | 2010-04-06 | 2 | -1/+11 |
| | |||||
* | build: enable real cacheing with waf configure -C | Andrew Tridgell | 2010-04-06 | 2 | -7/+23 |
| | |||||
* | build: added --disable-shared option | Andrew Tridgell | 2010-04-06 | 2 | -6/+17 |
| | |||||
* | build: optimise and re-enable check_duplicate_sources | Andrew Tridgell | 2010-04-06 | 1 | -18/+47 |
| | |||||
* | build: commented the missing subsystems | Andrew Tridgell | 2010-04-06 | 1 | -12/+14 |
| | |||||
* | build: fixed libcli/ndr_netlogon.c dependency rules | Andrew Tridgell | 2010-04-06 | 2 | -1/+2 |
| | |||||
* | build: fixed issue with CC="ccache cc" on solaris | Andrew Tridgell | 2010-04-06 | 3 | -5/+11 |
| | |||||
* | build: support systems without rpath | Andrew Tridgell | 2010-04-06 | 4 | -7/+32 |
| | |||||
* | build: removed testing cflags | Andrew Tridgell | 2010-04-06 | 1 | -3/+2 |
| | |||||
* | build: cope with subsystems with no enabled modules | Andrew Tridgell | 2010-04-06 | 2 | -11/+13 |
| | | | | This happens for the notify subsystem on non-Linux systems | ||||
* | build: 'makefile' (lowercase) is now a generated file | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: tevent_epoll.c is conditional on HAVE_EPOLL | Andrew Tridgell | 2010-04-06 | 1 | -1/+3 |
| | |||||
* | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 2010-04-06 | 2 | -2/+14 |
| | |||||
* | build: if a library is found, but not the fn, still define the library | Andrew Tridgell | 2010-04-06 | 1 | -9/+2 |
| | |||||
* | build: don't use gcc warnings during configure | Andrew Tridgell | 2010-04-06 | 2 | -4/+8 |
| | |||||
* | build: fixed gnutls check | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: fixed check for pthread_create() | Andrew Tridgell | 2010-04-06 | 2 | -14/+30 |
| | |||||
* | build: more careful library list handling | Andrew Tridgell | 2010-04-06 | 1 | -14/+29 |
| | |||||
* | build: CONFIG_SET() takes conf argument | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 2010-04-06 | 2 | -9/+16 |
| | |||||
* | build: cope with double check for functions | Andrew Tridgell | 2010-04-06 | 1 | -1/+4 |
| | |||||
* | build: compile_et needs lib/com_err includes | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | build: libreplace now depends on nsl and socket | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | | | | these become empty targets if not needed | ||||
* | build: inet_n*() are normally in libc | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: lib needs to take a list when more than 1 | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: ensure all libs in CHECK_FUNCS_IN() get a target type | Andrew Tridgell | 2010-04-06 | 1 | -6/+12 |
| | |||||
* | build: cope with multiple libs in CHECK_FUNCS_IN() | Andrew Tridgell | 2010-04-06 | 2 | -11/+12 |
| | |||||
* | build: cope with multiple checks for the same function/library | Andrew Tridgell | 2010-04-06 | 2 | -1/+11 |
| | |||||
* | build: don't look for gettext twice | Andrew Tridgell | 2010-04-06 | 2 | -3/+1 |
| | |||||
* | build: these cause problems incrementally too | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | build: more non-incremental headers | Andrew Tridgell | 2010-04-06 | 1 | -5/+6 |
| | |||||
* | build: don't add curses.h to incremental confdefs.h | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | build: check libc first for several libraries | Andrew Tridgell | 2010-04-06 | 5 | -9/+9 |
| | |||||
* | build: fixed REPLACE_GETPASS | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| |