Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s4-waf: fixed some deps now we don't auto-include tevent and replace | Andrew Tridgell | 2010-04-06 | 3 | -3/+3 | |
| | | | | | this is preparation for being able to use system versions of these libraries | |||||
* | s4-waf: set default for bundled libraries | Andrew Tridgell | 2010-04-06 | 2 | -4/+4 | |
| | ||||||
* | s4-waf: don't auto-include bundled library headers | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | | | | | If we are going to use the system versions of these libraries then we should not force the use of the non-system headers | |||||
* | s4-waf: set the bundled library extension for some libs | Andrew Tridgell | 2010-04-06 | 2 | -14/+12 | |
| | ||||||
* | ldb-waf: rename libldb.so to libldb-s4.so if built as part of s4 | Andrew Tridgell | 2010-04-06 | 1 | -1/+23 | |
| | | | | | Also include the ldap backend if not built as part of s4. In s4, we use the ldapi backend. | |||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 74 | -0/+148 | |
| | | | | them | |||||
* | s4-waf: ensure all the ldb.pc.in vars are set | Andrew Tridgell | 2010-04-06 | 1 | -0/+9 | |
| | ||||||
* | s4-waf: move the gnu dirs check to the generic wafsamba code | Andrew Tridgell | 2010-04-06 | 1 | -2/+0 | |
| | ||||||
* | s4-waf: install dcerpc_atsvc.pc | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | s4-waf: enable the configuration and options for pidl | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 | |
| | ||||||
* | s4-waf: enable the pc_files in the build rules | Andrew Tridgell | 2010-04-06 | 6 | -7/+9 | |
| | ||||||
* | s4-waf: install the rest of our python files | Andrew Tridgell | 2010-04-06 | 4 | -8/+15 | |
| | ||||||
* | s4-waf: install pidl | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | s4-waf: install the rest of the headers | Andrew Tridgell | 2010-04-06 | 8 | -20/+26 | |
| | ||||||
* | s4-waf: set CONFIG_H variable for selftest | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 | |
| | ||||||
* | s4-waf: forgot these files | Andrew Tridgell | 2010-04-06 | 2 | -0/+24 | |
| | ||||||
* | s4-waf: started adding auto-install of include files | Andrew Tridgell | 2010-04-06 | 4 | -11/+16 | |
| | ||||||
* | s4-waf: added rap/rpc.c | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | s4-waf: another place where broken ln -f on solaris8 matters | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 | |
| | ||||||
* | s4-waf: cope with systems with zlib versions that are too old | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | s4-waf: update torture for new ndr/drsblobs.c tests | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: honor existing LD_LIBRARY_PATH settings when adding shared lib paths | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 | |
| | ||||||
* | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 2010-04-06 | 3 | -6/+2 | |
| | ||||||
* | s4-waf: disable_gnutls is gone | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | s4-waf: don't hardcode python path | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: need to mark disabled libraries as DISABLED | Andrew Tridgell | 2010-04-06 | 1 | -2/+4 | |
| | ||||||
* | build: honor both --enable-gnutls and --disable-gnutls | Andrew Tridgell | 2010-04-06 | 1 | -5/+12 | |
| | | | | | This shows how we can do the dual-boolean rules we use so much with autoconf | |||||
* | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 2010-04-06 | 2 | -2/+0 | |
| | | | | this stops lib/replace becoming a mess | |||||
* | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 2010-04-06 | 1 | -4/+8 | |
| | | | | | | | | | 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 | |||||
* | build: setnttoken depends on libreplace | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: sys_lease_linux needs to be conditionally enabled | Andrew Tridgell | 2010-04-06 | 1 | -9/+12 | |
| | ||||||
* | build: configure fixes for opensolaris | Andrew Tridgell | 2010-04-06 | 2 | -1/+12 | |
| | ||||||
* | build: added --with-selftest-prefix | Andrew Tridgell | 2010-04-06 | 1 | -3/+8 | |
| | ||||||
* | build: updated configure checks or new syntax | Andrew Tridgell | 2010-04-06 | 3 | -19/+14 | |
| | ||||||
* | build: added etags and ctags make targets | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 | |
| | ||||||
* | 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 | 1 | -0/+9 | |
| | ||||||
* | 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: support systems without rpath | Andrew Tridgell | 2010-04-06 | 1 | -0/+3 | |
| | ||||||
* | build: removed testing cflags | Andrew Tridgell | 2010-04-06 | 1 | -3/+2 | |
| | ||||||
* | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 2010-04-06 | 1 | -0/+8 | |
| | ||||||
* | build: fixed gnutls check | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 2010-04-06 | 1 | -4/+10 | |
| | ||||||
* | build: compile_et needs lib/com_err includes | Andrew Tridgell | 2010-04-06 | 1 | -0/+1 | |
| | ||||||
* | build: don't look for gettext twice | Andrew Tridgell | 2010-04-06 | 1 | -2/+0 | |
| | ||||||
* | 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 | 2 | -4/+4 | |
| | ||||||
* | build: don't assume bash in configure.waf | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | build: spelling fix, and syntax highlighting fix | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 | |
| |