summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/summary.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01s4/build: Indicate whether Samba4 is being built against the systemJelmer Vernooij1-0/+1
Heimdal.
2009-05-13s4 config-summary: Fix printing of which libraries are external andJelmer Vernooij1-2/+8
internal.
2008-12-23Allow using external libtevent.Jelmer Vernooij1-0/+1
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher1-3/+0
This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9. We don't need this yet and currently config.m4 is also used by samba3 which bail out with the check in it, as it doesn't know about the SMB_EXT_LIB() macro metze (This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)
2008-02-19Add configure test for vdeplug library.Jelmer Vernooij1-0/+3
(This used to be commit 89590d7dfe0735093a4a5b66eeed9276df043ac9)
2008-02-18Fix summary.Jelmer Vernooij1-3/+2
(This used to be commit afe9418b728a1b35f713c650622c1abadba9a526)
2007-12-21r26116: Mention python in the config.status summary.Jelmer Vernooij1-0/+1
(This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3)
2007-10-10r25095: Display of which libraries the system-provided version is being used.Jelmer Vernooij1-2/+11
(This used to be commit 635ea8996a3b7f05acdb679d77c81f2bee5db705)
2007-10-10r21684: remove summary line for gtk code, as it's now maintained out-of-treeJelmer Vernooij1-1/+0
(This used to be commit 0200971142b15248d7979746e4c3ada14e62bf4f)
2007-10-10r19582: Support building both shared and static versions of libraries at the ↵Jelmer Vernooij1-1/+5
same time. The --enable-dso flag now specifies whether or not the Samba binaries themselves should be linked against the shared libraries. By default, all libraries will be built staticly. If supported, the shared variant of each library will also be built. If people think building both shared and static library versions in 'make all' is too time-inefficient, please let me know and I'll move the shared library bits to 'make everything'. (This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
2007-10-10r18749: Disable automatic dependencies by default (use ↵Jelmer Vernooij1-1/+1
--enable-automatic-dependencies to reenable). (This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
2007-10-10r18210: - reenable autodependenciesStefan Metzmacher1-1/+1
- and add -MT $@ to the dependency generation to notice changes in depdendecies of header files you may need a 'make clean' or at least you need to remove heimdal_build/replace.hd metze (This used to be commit 5ecf98cc189039023ff0a97f43eba7fb2c2cdc46)
2007-10-10r18184: make clear that autodepencies are disabled currentlyStefan Metzmacher1-1/+1
metze (This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def)
2007-10-10r17196: Clarify that SSL is used for LDAP as well as SWAT.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit d79bfbe87d4eb0e3541f5bdd7eed888ccb20a710)
2007-10-10r15607: Fix readline summary reportingJelmer Vernooij1-1/+1
(This used to be commit 146c6d6e003a9ba0bfd0427b1db47fe5e746f8b1)
2007-10-10r15567: Add entry for iconvJelmer Vernooij1-0/+1
(This used to be commit 8d794e59119d4a306d1f6f87a821287ce6a4aa61)
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij1-2/+2
(This used to be commit f2ca71f1229f4c20296895116c09bacbd6a53b55)
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij1-3/+3
with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
2007-10-10r14930: Coalesce the "feature enabled" tests so that the config summary alwaysJames Peach1-17/+19
emits a yes or a no. (This used to be commit c31e233a09c34fceee99193ef6f39ff3fabd543e)
2007-10-10r14583: Enable automatic dependencies only if GNU make >= 3.81 is present.Jelmer Vernooij1-0/+9
(This used to be commit 2b22f1853306625a4c59763ef11965ac8900d4ff)
2007-10-10r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij1-1/+1
Move architecture-independent data to DATADIR (was LIBDIR) (This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
2007-10-10r14237: fix the summary output (step 1)Stefan Metzmacher1-3/+6
metze (This used to be commit 612fcb46ac21839b9c98b92d3261506dfafb2a93)
2007-10-10r14154: Add summary line for extended attribute libraryJelmer Vernooij1-0/+1
(This used to be commit 0665a465ba86bf2867ed360f8017ce8de8118882)
2007-10-10r14151: Add simple script that writes a summary to show what libraries the userJelmer Vernooij1-0/+51
(might) be missing. (This used to be commit ee90b8067915915af8ffbc0e04d1f4f5aae567cb)