summaryrefslogtreecommitdiff
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* r18221: moved more configure checks into lib/replace/Andrew Tridgell2007-10-102-65/+0
* r18220: $#foo returns the index of the last element not the count of elements,Stefan Metzmacher2007-10-101-1/+1
* r18219: move some more portability checks out of samba4 and info lib/replaceAndrew Tridgell2007-10-101-100/+0
* r18217: use shorter perlStefan Metzmacher2007-10-101-5/+1
* r18215: use a shorter versionStefan Metzmacher2007-10-101-7/+2
* r18214: don't add empty elementsStefan Metzmacher2007-10-101-2/+16
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-2/+6
* r18210: - reenable autodependenciesStefan Metzmacher2007-10-102-2/+1
* r18184: make clear that autodepencies are disabled currentlyStefan Metzmacher2007-10-101-1/+1
* r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher2007-10-104-3/+29
* r18181: use:Stefan Metzmacher2007-10-102-116/+107
* r18179: - move CC specific stuff to check_cc.m4Stefan Metzmacher2007-10-102-34/+102
* r18173: PICSUFFIX isn't used anymoreStefan Metzmacher2007-10-101-13/+4
* r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher2007-10-102-37/+1
* r18136: put lib/replace in the default include pathStefan Metzmacher2007-10-101-2/+2
* r18087: use m4_include() do notice missing filesStefan Metzmacher2007-10-101-6/+6
* r17904: we don't want warnings about unused parametersStefan Metzmacher2007-10-101-1/+9
* r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher2007-10-101-0/+1
* r17793: add -Wmissing-prototypes, -Wmissing-declarations, -Wmissing-field-ini...Stefan Metzmacher2007-10-101-0/+3
* r17772: warn about unused macrosStefan Metzmacher2007-10-101-0/+1
* r17744: we explicit want to get warnings about declarations after statements:-)Stefan Metzmacher2007-10-101-1/+1
* r17566: test if the compiler support inline, this resultsStefan Metzmacher2007-10-101-0/+2
* r17565: expand the test for negative enum values, systems like Tru64Stefan Metzmacher2007-10-101-2/+19
* r17564: we don't need a AC_TRY_RUN to test the compiler warning optionsStefan Metzmacher2007-10-101-1/+1
* r17531: fix whitespacesStefan Metzmacher2007-10-101-1/+1