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