Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15318: Don't create empty static libraries as some hosts have trouble with t... | Jelmer Vernooij | 3 | -2/+7 |
2007-10-10 | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 2 | -0/+4 |
2007-10-10 | r15312: Fix dependency on gtksamba when GTK+ is not present | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 7 | -21/+15 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 7 | -73/+7 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 5 | -58/+88 |
2007-10-10 | r15290: don't spam the screen | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15287: Simplify dependency detection code | Jelmer Vernooij | 3 | -42/+39 |
2007-10-10 | r15284: Fix dot generation | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15280: - remove the 2nd check for __FUNCTION__ | Stefan Metzmacher | 1 | -7/+0 |
2007-10-10 | r15279: Fix dependencies when using static libraries | Jelmer Vernooij | 2 | -4/+3 |
2007-10-10 | r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit... | Jelmer Vernooij | 3 | -21/+11 |
2007-10-10 | r15271: Fix --enable-dso | Jelmer Vernooij | 3 | -16/+25 |
2007-10-10 | r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working... | Jelmer Vernooij | 5 | -16/+16 |
2007-10-10 | r15267: Fix call to mkdir() for old versions of perl. This should fix install... | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r15263: Remove another use of patsubst (should make tru64 happy) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15257: Look for headers before trying to use them in any tests. This | Jelmer Vernooij | 1 | -6/+1 |
2007-10-10 | r15248: Fix automatic dependencies build | Jelmer Vernooij | 3 | -7/+30 |
2007-10-10 | r15236: Fix -MT detection | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15232: Look for CC flags, not C++ flags.. | Jelmer Vernooij | 2 | -77/+2 |
2007-10-10 | r15231: Try to fix detection of ability of CC to generate dependencies | Jelmer Vernooij | 2 | -3/+6 |
2007-10-10 | r15224: Check whether -MT is actually supported by the compiler before using | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r15223: Move heimdal's -I parameters from the global list of includes to | Jelmer Vernooij | 4 | -21/+11 |
2007-10-10 | r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short. | Jelmer Vernooij | 2 | -1/+6 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 3 | -9/+14 |
2007-10-10 | r15205: Allow additional LDFLAGS, fixes #3961. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15200: Move MIN/MAX macros to libreplace as some systems have them | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15190: Disable sonames for the BSDs and solaris as they don't take more then | Jelmer Vernooij | 1 | -7/+1 |
2007-10-10 | r15143: Pull in GNU extensions right at the start of the configure process. This | James Peach | 1 | -0/+2 |
2007-10-10 | r15064: Remove the change until I find proper solution | Alexander Bokovoy | 1 | -4/+0 |
2007-10-10 | r15063: Theoretically, this should allow NetBSD make to handle VPATH-like loo... | Alexander Bokovoy | 1 | -0/+2 |
2007-10-10 | r15062: Theoretically, this should allow NetBSD make to handle VPATH-like loo... | Alexander Bokovoy | 1 | -0/+2 |
2007-10-10 | r15052: Do not add builddir variants into include paths when building in-tree | Alexander Bokovoy | 1 | -1/+7 |
2007-10-10 | r15036: Add out of tree build support and see how buildfarm will respond to m... | Alexander Bokovoy | 4 | -12/+29 |
2007-10-10 | r15002: More cleanups in build/m4/rewrite.m4 | Jelmer Vernooij | 2 | -41/+0 |
2007-10-10 | r15000: Move some more autoconf tests out of build/m4/rewrite.m4 | Jelmer Vernooij | 2 | -43/+1 |
2007-10-10 | r14999: Remove more unused autoconf code | Jelmer Vernooij | 1 | -20/+1 |
2007-10-10 | r14998: Remove unused autoconf test, move others to proper places | Jelmer Vernooij | 1 | -205/+5 |
2007-10-10 | r14997: Fix build of static libraries. Libraries build fine now, but linking ... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r14995: Avoid parallel builds unless there is support for automatic dependenc... | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r14930: Coalesce the "feature enabled" tests so that the config summary always | James Peach | 1 | -17/+19 |
2007-10-10 | r14913: readd --with-selftest-prefix as it's needed | Stefan Metzmacher | 2 | -1/+19 |
2007-10-10 | r14911: Allow easy modification of selftest subdirectory name | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14910: Remove unused configure options | Jelmer Vernooij | 2 | -53/+1 |
2007-10-10 | r14874: Allow overriding LIBRARY_REALNAME | Jelmer Vernooij | 4 | -11/+20 |
2007-10-10 | r14861: regenerate the proto headers when the .mk file changes | Stefan Metzmacher | 2 | -1/+2 |
2007-10-10 | r14844: Support a stdbool.h replacement in lib/replace/ | Jelmer Vernooij | 2 | -5/+1 |
2007-10-10 | r14816: Simplify test for comparison_fn_t | Jelmer Vernooij | 1 | -20/+0 |
2007-10-10 | r14813: Remove headers already checked for earlier or not used. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r14812: Fix typos | Jelmer Vernooij | 1 | -2/+2 |