summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Collapse)AuthorAgeFilesLines
...
* r26289: build: avoid nasty foo/./bla pathes for python stuffStefan Metzmacher2007-12-211-2/+5
| | | | | metze (This used to be commit 59469088e70581e33a83a8e26bec879ecdc7ded4)
* r26279: Don't compile any python stuff if python is not available.Jelmer Vernooij2007-12-211-0/+2
| | | | (This used to be commit 2637a2fedb3c43a1dff713b6f76e91de4a085acd)
* r26122: Don't install python bindings yet.Jelmer Vernooij2007-12-211-12/+11
| | | | (This used to be commit 744fb6cf3c15c3a78de93f42de9535af17a5cec5)
* r26121: Don't build modules if subsystem isn't build.Jelmer Vernooij2007-12-211-0/+5
| | | | (This used to be commit a74fa4c19dbd9832c85aa9e62f88d4e84451bd5c)
* r26120: Don't install python modules as modules.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 1359f858d6c3201ef6927499700f9f71d7805e01)
* r26116: Mention python in the config.status summary.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3)
* r26100: Also check for SWIG.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-213-9/+11
| | | | (This used to be commit 4c26cf38102a67ae12b3512b5d38991f020ed2e2)
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-212-1/+2
| | | | (This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
* r26067: Merge improvements building Python modules.Jelmer Vernooij2007-12-215-9/+79
| | | | (This used to be commit 11a2cbbac51781e72ae1288c8e30f175526b01a8)
* r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building ↵Jelmer Vernooij2007-12-212-1/+14
| | | | | | with shared libs. (This used to be commit 44529b24467ac94d47d14a53177554b39a80da1a)
* r26000: build: use AC_LIBREPLACE_STLD_* macrosStefan Metzmacher2007-12-211-5/+3
| | | | | metze (This used to be commit 03a55961481e724acfc4e098cbe8f997986b61e2)
* r25996: build: rename LD -> BNLD and LDFLAGS -> BNLD_FLAGSStefan Metzmacher2007-12-211-3/+3
| | | | | metze (This used to be commit fa795c88e2661a4398d2a9ded6ce486de4c45076)
* r25994: build: use HOSTCC, HOSTCC_FLAGS, HOSTLD and HOSTLD_FLAGSStefan Metzmacher2007-12-211-9/+9
| | | | | metze (This used to be commit 5a0c30b9a52020cfc39be6862f23755de977a73b)
* r25993: build: HOSTLD should always match HOSTCC if not specifiedStefan Metzmacher2007-12-211-7/+1
| | | | | metze (This used to be commit 941dfdbbb47d18c94bff8bd0452326e6f5ce768f)
* r25989: build: use AC_LIBREPLACE_SHLDStefan Metzmacher2007-12-211-3/+1
| | | | | metze (This used to be commit 54f0ad64a611695ca6d8bfd643f3846021bac637)
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)
* r25985: build: SHLD_UNDEF_FLAGS isn't used anymoreStefan Metzmacher2007-12-211-2/+0
| | | | | metze (This used to be commit 24290852863517f0ab3d881d4a2deb086ce5ef5d)
* r25978: build: use AC_LIBREPLACE_MDLD_* macros and use the result to build ↵Stefan Metzmacher2007-12-212-4/+31
| | | | | | | modules metze (This used to be commit f86db3348b0ee243988526578cc09c2d5d9a70af)
* r25975: build: split SharedModule from SharedLibraryStefan Metzmacher2007-12-212-47/+72
| | | | | metze (This used to be commit 6f51dd97ac0161d09166bdce1e6aa57404b12056)
* r25954: we don't need this twiceStefan Metzmacher2007-12-211-7/+0
| | | | | metze (This used to be commit 5cc89f1b8ec650560768b52b67302bc695b652c1)
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵Jelmer Vernooij2007-12-211-2/+2
| | | | | | that. (This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676)
* r25913: maybe some platforms have problems with echo -eStefan Metzmacher2007-12-211-1/+5
| | | | | metze (This used to be commit c9586b8ab34e8737cf87a642fbcc811edd0a6590)
* r25904: Remove extraJelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit fd0958107524a526d0bc78b98e031c595c85b877)
* r25901: Remove obsolete --enable-shared option (whether shared libs should ↵Jelmer Vernooij2007-12-211-9/+1
| | | | | | be used internally can be set using --enable-dso). (This used to be commit 571aa6ba22f6e4b774f9a9db3a02e3beec3f8523)
* r25878: Fix syntax error.Jelmer Vernooij2007-12-211-2/+0
| | | | (This used to be commit ffe5a10867a2d2e5eb51c84331fff130e996eda8)
* r25877: Add libreplace macro for soname flags.Jelmer Vernooij2007-12-211-13/+1
| | | | (This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee)
* r25876: Attempt to build shard libs everywhere again.Jelmer Vernooij2007-12-211-10/+5
| | | | (This used to be commit b5bcdbbd0c9a6133d15c3a9c01738d9899dbcf8d)
* r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij2007-12-211-7/+1
| | | | (This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6)
* r25851: Move system-specific ldflags checks to libreplace so they can be ↵Jelmer Vernooij2007-12-211-12/+2
| | | | | | used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79)
* r25850: Add macro for picflag.Jelmer Vernooij2007-12-211-18/+2
| | | | (This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce)
* r25847: Don't link modules against their subsystem.Jelmer Vernooij2007-12-211-1/+0
| | | | (This used to be commit 7e34e0645c98c3697767dc78dcd22a98d0f2b8fc)
* r25712: try to fix the build, perl should handle by_path as comparison functionStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit ee47f5dc7947cad7eed84f071112e41c4a687275)
* r25711: only use sort if availableStefan Metzmacher2007-12-211-2/+8
| | | | | metze (This used to be commit 1f5a98cd91f73f8f16d941fe8bb375fec704f0dd)
* r25697: make *clean doesn't work after a svn up when some *.mk files were ↵Stefan Metzmacher2007-12-212-0/+17
| | | | | | | | | | | | | | | | | | | removed the error is: SAMBA_4_0/source> make clean make: *** No rule to make target `lib/ldb/samba/config.mk', needed by `Makefile'. Stop. the problem is: Makefile: config.status $(MK_FILES) ./config.status so now we let the MK_FILES variable empty for the *clean targets if gnu make is detected, we should later test if this construct is portable to other make implementations and remove the check for gnu make. metze (This used to be commit 4c8e539af1e8f14bb449c92db3376dec12344e5b)
* r25617: Make sure system include paths come after samba include paths. Patch ↵Jelmer Vernooij2007-12-211-14/+23
| | | | | | from Timur Bakeyev. (This used to be commit 7565c4a0dd304312898839df6789f7338cc1ea63)
* r25524: Fix directory names for local module builds.Jelmer Vernooij2007-10-103-12/+19
| | | | (This used to be commit 93e5a568e3da1c8b2e7decb2a675456ad35dc29b)
* r25515: Revert r25448:Michael Adam2007-10-101-0/+4
| | | | | | | | Immediate structures are *not* supportet by the native C compiler at least on Solaris, Tru64 and HP-UX. Michael (This used to be commit 6d07e29de2a7e535139622fa688b407da232c816)
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵Jelmer Vernooij2007-10-101-4/+0
| | | | | | versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
* r25187: pass FIRST_PREREQ to Makefile so that the value can be usedStefan Metzmacher2007-10-101-7/+9
| | | | | | | | in handwritten rules too, hopefully fix the build of ldb with bsd make. metze (This used to be commit 9d6d296105526c55f08d82d289a30b92193d51e3)
* r25095: Display of which libraries the system-provided version is being used.Jelmer Vernooij2007-10-101-2/+11
| | | | (This used to be commit 635ea8996a3b7f05acdb679d77c81f2bee5db705)
* r25094: Force building shared module if subsystem is a shared library.Jelmer Vernooij2007-10-101-1/+5
| | | | (This used to be commit 3146f0deadbc49b1a56f667bfcee950880ffe0f9)
* r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett2007-10-101-2/+1
| | | | | | | | | | | | | The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
* r24997: Re-enable use of system-provided tdb and/or talloc when available.Jelmer Vernooij2007-10-101-17/+14
| | | | (This used to be commit 0a3b53fd2cbd15c1e5839990e721bbe4d2f7d4af)
* r24995: Update upstream URLs.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 04b3623c2e5b39738c869744be8cd3589eda931e)
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
* r23862: Explain who requested unknown dependency. Helps a lot in chasing ↵Alexander Bokovoy2007-10-101-1/+1
| | | | | | dependency hell when trimming down s4 platform (This used to be commit 6c95eabac684c70ac0080b6ab7ca723f5c58869b)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-101-2/+2
| | | | | not GNU Library General Public License (This used to be commit 01e3fe7533b5670236c026ec3c6cc1e25655fbc3)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)