summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-0/+4
(This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
2007-10-10r15384: Improve naming of socket library, disable Requires(.private)? fields ↵Jelmer Vernooij1-2/+2
in pkg-config files for now as they break external projects. (This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
2007-10-10r15381: Make shared libraries the default (where supported). This concludes ↵Jelmer Vernooij1-4/+3
my rewrite of the build system, which I'm (overall) pretty happy with now. I'll continue making smaller changes, but they won't have as much impact as the changes I've made in the past months. (This used to be commit 9eea62c11ce83a857862d05123f0be40944951ba)
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2-3/+3
(This used to be commit 0fafa2e59566f8f892d7dfd7dd33d0100b96a780)
2007-10-10r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij1-1/+3
(This used to be commit ccc3d8a95441e7a7015f0cf0e622ec9e38347d33)
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-0/+1
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij2-2/+3
(This used to be commit f2ca71f1229f4c20296895116c09bacbd6a53b55)
2007-10-10r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij1-1/+1
(This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2-2/+3
(This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
2007-10-10r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij1-3/+3
(This used to be commit 34d9a10734d2253564f37a4034003b39489f858e)
2007-10-10r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2-240/+197
(This used to be commit c83e4b166534278c335254aa8890a50635bbf1b7)
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with ↵Jelmer Vernooij3-2/+7
them. (This used to be commit 1505d7c6001f8a35e728a14af2885b813c32ebe7)
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij2-0/+4
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
2007-10-10r15312: Fix dependency on gtksamba when GTK+ is not presentJelmer Vernooij1-4/+0
(This used to be commit 8f5e507ce3517bbbf06d3f9ec28d40b7158be1bc)
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij7-21/+15
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij7-73/+7
system - these should be removed later on. (This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij5-58/+88
Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
2007-10-10r15290: don't spam the screenStefan Metzmacher1-1/+1
jelmer: can you please fix this correctly metze (This used to be commit 34111d716733c815e7813f87d775848a26d20cab)
2007-10-10r15287: Simplify dependency detection codeJelmer Vernooij3-42/+39
(This used to be commit 28a1919ed37f47337f8a53c39b9261a74c5c1bfc)
2007-10-10r15284: Fix dot generationJelmer Vernooij1-1/+1
(This used to be commit 5907a237e1f704e54411420c71ce568db729ec90)
2007-10-10r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher1-7/+0
- fallback to __func__ if __FUNCTION__ isn't there metze (This used to be commit 6c5a2b08ca2f0db6b39808740a06ed165e8b9ade)
2007-10-10r15279: Fix dependencies when using static librariesJelmer Vernooij2-4/+3
(This used to be commit a9eb7b2b3cf46d19ab7dfab521e1259d653507f6)
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij3-21/+11
with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij3-16/+25
(This used to be commit 8de11ec2445ce414b37938b07937fdd7837f89a2)
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's ↵Jelmer Vernooij5-16/+16
working again. (This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
2007-10-10r15267: Fix call to mkdir() for old versions of perl. This should fix ↵Jelmer Vernooij1-1/+4
installation on sun1. (This used to be commit a56900a7a2e40f17df9a49e7aa3faf561173fe37)
2007-10-10r15263: Remove another use of patsubst (should make tru64 happy)Jelmer Vernooij1-0/+1
(This used to be commit 559ae256e133777e77bfe7a683f1c441cd6007b0)
2007-10-10r15257: Look for headers before trying to use them in any tests. ThisJelmer Vernooij1-6/+1
should fix the OpenBSD build (This used to be commit 6172731af1f91d4e5f9d49284a179b0966ba19ef)
2007-10-10r15248: Fix automatic dependencies buildJelmer Vernooij3-7/+30
(This used to be commit 3e5aa5e7940ebbb961c53418d170495860f514a0)
2007-10-10r15236: Fix -MT detectionJelmer Vernooij1-1/+1
(This used to be commit 2cc0925280cbcefabfcf399f2c20453a02d8d679)
2007-10-10r15232: Look for CC flags, not C++ flags..Jelmer Vernooij2-77/+2
(This used to be commit fb5c0c1d85c802367871a1a306d4f8b4d01859b4)
2007-10-10r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij2-3/+6
(This used to be commit 11353d4b47964b762a72ec0e55221811a5a3d550)
2007-10-10r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij1-1/+2
automatic dependencies (This used to be commit 6598efc6b302984d0b26b0c76a4b7107f5feba21)
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij4-21/+11
the subsystems in question (This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
2007-10-10r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij2-1/+6
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij3-9/+14
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
2007-10-10r15205: Allow additional LDFLAGS, fixes #3961.Jelmer Vernooij1-1/+1
(This used to be commit 4dc3d8551d0a3cd0edcbbc90d2dbf8fc249b3017)
2007-10-10r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij1-1/+1
in sys/param.h (This used to be commit 3f0396aade82a92a375275059baf8500de1b23f0)
2007-10-10r15190: Disable sonames for the BSDs and solaris as they don't take more thenJelmer Vernooij1-7/+1
one version number (0 rather then 0.0.1) (This used to be commit cb0fbee3eaca67e430df3266c6ce07c0a9248a60)
2007-10-10r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach1-0/+2
prevents a warning on comparison_fn_t redefinition every time replace.h is included. (This used to be commit 9140a2d266a59c24c1bc101d4cdd7da3cb141106)
2007-10-10r15064: Remove the change until I find proper solutionAlexander Bokovoy1-4/+0
(This used to be commit 4356a8c14d5219fae0a2f7c79ae929a90768996f)
2007-10-10r15063: Theoretically, this should allow NetBSD make to handle VPATH-like ↵Alexander Bokovoy1-0/+2
lookups (This used to be commit 8e5f1a0c0636ec1058fe65fafec487670e7ee448)
2007-10-10r15062: Theoretically, this should allow NetBSD make to handle VPATH-like ↵Alexander Bokovoy1-0/+2
lookups (This used to be commit dc1667b88e0ce1f9438dd4ee7a0d405f69d74edf)
2007-10-10r15052: Do not add builddir variants into include paths when building in-treeAlexander Bokovoy1-1/+7
(This used to be commit 2e2a33ce3f72164a4ed16a81025dc55a55f5e465)
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to ↵Alexander Bokovoy4-12/+29
make constructs (This used to be commit 9329854489e2c231ffb7986d39009e0936873c11)
2007-10-10r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij2-41/+0
(This used to be commit f5e2cc845696b56b9cb6a6c3cad48cd57fcc51c4)
2007-10-10r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij2-43/+1
Guarantee availability of __FUNCTION__ in libreplace (This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead)
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij1-20/+1
Simplify va_copy() replacement code a bit (This used to be commit a5c87360a7f14a90b831ea372277f4f89ee4c5f1)
2007-10-10r14998: Remove unused autoconf test, move others to proper placesJelmer Vernooij1-205/+5
(This used to be commit bfa396a16056f54163c514da8b34aaf229653765)
2007-10-10r14997: Fix build of static libraries. Libraries build fine now, but linking ↵Jelmer Vernooij1-4/+4
doesn't work yet. (This used to be commit d3106699dba7a4344511134dd2cf1bfa2f4bc7ab)