summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij2007-10-101-0/+1
* r19673: Build shared libs against shared libs.Jelmer Vernooij2007-10-101-1/+1
* r19670: Reduce the number of unresolved symbols when building with shared lib...Jelmer Vernooij2007-10-101-1/+2
* r19636: Add URLs to ldb and talloc pkg-config files.Jelmer Vernooij2007-10-101-2/+2
* r19634: Only use --allow-undef-shlib for modules.Jelmer Vernooij2007-10-102-2/+7
* r19631: Re-enable shared libraries, but don't use -rpath-link unlessJelmer Vernooij2007-10-102-5/+7
* r19625: not all linkers like -Wl,rpath-link, so don't use it till we have con...Stefan Metzmacher2007-10-101-5/+2
* r19623: disable building of shared libs until we have fixed them,Stefan Metzmacher2007-10-101-0/+4
* r19622: - remove unused varStefan Metzmacher2007-10-101-2/+2
* r19621: move enable-dso to check_ld.m4 again and add some checks and generate...Stefan Metzmacher2007-10-101-0/+18
* r19618: pass -D_SAMBA_HOSTCC_ when using the hostcompilerStefan Metzmacher2007-10-101-0/+2
* r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure...Stefan Metzmacher2007-10-101-1/+1
* r19582: Support building both shared and static versions of libraries at the ...Jelmer Vernooij2007-10-107-51/+45
* r19575: Build static libs in bin/static rather than bin/Jelmer Vernooij2007-10-102-4/+4
* r19574: Initial work towards supporting build of both shared and static libra...Jelmer Vernooij2007-10-102-23/+24
* r19571: Add a USESHARED parameter (different from BLDSHARED) + two smallJelmer Vernooij2007-10-101-6/+2
* r19543: Make dynconfig less special.Jelmer Vernooij2007-10-101-5/+2
* r19509: Simplify buildsystem code, create proper symlinks for aliases.Jelmer Vernooij2007-10-101-36/+17
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-102-1/+2
* r19495: Stop linking binaries twice (once before installation, once during bu...Jelmer Vernooij2007-10-101-39/+2
* r19449: ldbbrowse: installation hopefully works now. "Developer" installationsDerrell Lipman2007-10-101-0/+1
* r19364: Fix build for 'regular' installs.Jelmer Vernooij2007-10-101-1/+1
* r19358: Use subunit tests from the right location (fromJelmer Vernooij2007-10-101-7/+14
* r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.Jelmer Vernooij2007-10-101-8/+7
* r19343: Add support for external scripts/binaries that write results using theJelmer Vernooij2007-10-101-3/+16
* r18975: follow the advice from "William Jojo" <jojowil@hvcc.edu>Stefan Metzmacher2007-10-101-1/+1
* r18974: we don't have the configure check that setsStefan Metzmacher2007-10-101-5/+1
* r18936: hopefully fix the test for negative enum values. When a compilerAndrew Tridgell2007-10-101-9/+3
* r18833: darn, forgot to commit thisAndrew Tridgell2007-10-101-1/+1
* r18749: Disable automatic dependencies by default (use --enable-automatic-dep...Jelmer Vernooij2007-10-102-1/+6
* r18549: move gcc version check to libreplace and reorder the tests a bitStefan Metzmacher2007-10-101-6/+0
* r18544: - use AC_LIBREPLACE_LOCATION_CHECKS in samba4Stefan Metzmacher2007-10-101-0/+2
* r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2007-10-102-41/+0
* r18503: - _GNU_SOURCE is defined by libreplaceStefan Metzmacher2007-10-101-7/+0
* r18501: libreplace needs 'long long', bailout if not presentStefan Metzmacher2007-10-102-18/+0
* r18500: move make related checks into its own fileStefan Metzmacher2007-10-103-37/+44
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-101-11/+1
* r18419: fix include paths of the configure testsStefan Metzmacher2007-10-101-110/+0
* r18366: check if we can link using the selected flagsStefan Metzmacher2007-10-101-0/+6
* r18337: more -Ae tests in check_cc.m4Andrew Tridgell2007-10-102-4/+2
* r18294: remove leading ././ from .mk filesStefan Metzmacher2007-10-101-8/+28
* r18293: use the correct name it's not always under $srcdir...Stefan Metzmacher2007-10-101-4/+4
* r18291: don't add ./ for files in the top dir '.'Stefan Metzmacher2007-10-101-1/+5
* r18273: AC_PROG_LD_GNU needs LD defined alreadyStefan Metzmacher2007-10-101-0/+2
* r18266: we should bail out in configure if C99 structs are not supportStefan Metzmacher2007-10-101-0/+12
* r18262: fix typosStefan Metzmacher2007-10-101-13/+13
* r18261: print out the version of gccStefan Metzmacher2007-10-101-0/+6
* r18260: fix the build on systems with broken readdirStefan Metzmacher2007-10-101-0/+1
* r18223: the perl array of dependecies is in reversed orderStefan Metzmacher2007-10-101-1/+1
* r18222: filter out double entries from CFLAGSStefan Metzmacher2007-10-104-25/+33