summaryrefslogtreecommitdiff
path: root/source4/build
Commit message (Collapse)AuthorAgeFilesLines
* r18975: follow the advice from "William Jojo" <jojowil@hvcc.edu>Stefan Metzmacher2007-10-101-1/+1
| | | | | | | and pass -bbigtoc also to the linker when building shared libs metze (This used to be commit 9c77de282107d28362497aff60fed81e77620a87)
* r18974: we don't have the configure check that setsStefan Metzmacher2007-10-101-5/+1
| | | | | | | | | ac_cv_gnu_ld_no_default_allow_shlib_undefined and as -Wl,--allow-shlib-undefined is supported on SuSE 7.3 I don't see a problem is always pass it explicit metze (This used to be commit 79db6bddc5fc1b97f0165348f72b6a2489b62be0)
* r18936: hopefully fix the test for negative enum values. When a compilerAndrew Tridgell2007-10-101-9/+3
| | | | | truncates the enums, the test was passing. (This used to be commit c6216f7dbf68012fa8351dcae17fe4c7ab165b58)
* r18833: darn, forgot to commit thisAndrew Tridgell2007-10-101-1/+1
| | | | | sorry about the build breakage (This used to be commit c0684d0f26917e6623bad1e0f9b8312873230300)
* r18749: Disable automatic dependencies by default (use ↵Jelmer Vernooij2007-10-102-1/+6
| | | | | | --enable-automatic-dependencies to reenable). (This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
* r18549: move gcc version check to libreplace and reorder the tests a bitStefan Metzmacher2007-10-101-6/+0
| | | | | | | for nicer output metze (This used to be commit 888a769af557d050d99df703ce5f651688c837c5)
* r18544: - use AC_LIBREPLACE_LOCATION_CHECKS in samba4Stefan Metzmacher2007-10-101-0/+2
| | | | | | | | - to get the ordering right we need to specify AC_CANONICAL_BUILD explicit - add AC_CANONICAL_TARGET metze (This used to be commit 1ea52d75849f004752cdbe11a3dddd10b4afe47d)
* r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2007-10-102-41/+0
| | | | | | | | | | | | | | libreplace. This should fix the standalone build of tdb on HPUX, where we need to blacklist mmap. Unfortunately this requires that we have a copy of config.guess and config.sub in each of our project subdirectories. I tried to find a way to use something like AC_CONFIG_AUX_DIR($libreplacedir) and just put config.{guess,sub} in the lib/replace/ directory, but I couldn't figure out how to do that in a way that kept autoconf happy for each of our separate builds. Any autoconf guru out there see a way to do this? (This used to be commit 823cd3ab35456769dcefee17bdaca21f01ba0f63)
* r18503: - _GNU_SOURCE is defined by libreplaceStefan Metzmacher2007-10-101-7/+0
| | | | | | | - move AS_HELP_STRING replacement to libreplace metze (This used to be commit ace406a36ebbed230bf6c844e4639bac5e6c9882)
* r18501: libreplace needs 'long long', bailout if not presentStefan Metzmacher2007-10-102-18/+0
| | | | | | | | | or the size is not 8 bytes or more. samba4 doesn't need type checks anymore metze (This used to be commit d8fdd05482fc6b9bfb48d72db6b467e3e5c05e4d)
* r18500: move make related checks into its own fileStefan Metzmacher2007-10-103-37/+44
| | | | | metze (This used to be commit 6a6729fb7219ac7eb160b787827acdf1f7af7cc8)
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-101-11/+1
| | | | | | | and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
* r18419: fix include paths of the configure testsStefan Metzmacher2007-10-101-110/+0
| | | | | metze (This used to be commit 8774eeb0dc8a72a9871d42bf1652ce4f7d4a29b7)
* r18366: check if we can link using the selected flagsStefan Metzmacher2007-10-101-0/+6
| | | | | metze (This used to be commit d905bb499d81ac4e2f00277ae77ce0a51bdc7474)
* r18337: more -Ae tests in check_cc.m4Andrew Tridgell2007-10-102-4/+2
| | | | | honor the MMAP_BLACKLIST (This used to be commit c2f2dbb5d1c082ee1391908073336a9dfc10f712)
* r18294: remove leading ././ from .mk filesStefan Metzmacher2007-10-101-8/+28
| | | | | metze (This used to be commit f41e2f7f5a71d22ae6b27ac9fb0239512728e12c)
* r18293: use the correct name it's not always under $srcdir...Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit cf61435b435b7995f20e07b93002e51fe4ac2c82)
* r18291: don't add ./ for files in the top dir '.'Stefan Metzmacher2007-10-101-1/+5
| | | | | metze (This used to be commit f60be737efc9e3d515479301a9ed24347aa773cc)
* r18273: AC_PROG_LD_GNU needs LD defined alreadyStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 6b3d27e93e7c00d1ab70d2c82e29b99b9f666228)
* r18266: we should bail out in configure if C99 structs are not supportStefan Metzmacher2007-10-101-0/+12
| | | | | | | | | | tridge: I think we should create macros in libreplace_macros.m4 and call them in check_cc.m4 instead of running the tests in libreplace.m4. Maybe the macros should remember if they're called and then they're skipped in libreplace.m4 inside samba4 metze (This used to be commit ce08bf12803869914b35c05e125070f267daf78c)
* r18262: fix typosStefan Metzmacher2007-10-101-13/+13
| | | | | metze (This used to be commit acbd52009f8610df38f27adf6097cf7075b977fc)
* r18261: print out the version of gccStefan Metzmacher2007-10-101-0/+6
| | | | | metze (This used to be commit 655e400127d828104718ab87a0bc118dbf1a471f)
* r18260: fix the build on systems with broken readdirStefan Metzmacher2007-10-101-0/+1
| | | | | | | | | | | this is just a short term hack we should move the stuff from lib/replace/config.mk into a lib/replace/samba.m4 and dynamicly generate the OBJ_FILES list for LIBREPLACE and get rid of REPLACE_REPDIR metze (This used to be commit e27a36286845b95150d06daaae8f5dcf988febd7)
* r18223: the perl array of dependecies is in reversed orderStefan Metzmacher2007-10-101-1/+1
| | | | | | | print out the CFLAGS in the correct order metze (This used to be commit 49b555b876493e4d05bd69328f9a4e0585aa8076)
* r18222: filter out double entries from CFLAGSStefan Metzmacher2007-10-104-25/+33
| | | | | metze (This used to be commit 42e70d5a7b9c12527bb49f9c60330706d350cf49)
* r18221: moved more configure checks into lib/replace/Andrew Tridgell2007-10-102-65/+0
| | | | (This used to be commit d853dcfda771888f80a80e14ffabb1c0e58a340e)
* r18220: $#foo returns the index of the last element not the count of elements,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | | so we need >= 0. as 0 means one element metze (This used to be commit d8b5d0c9a75731c8627e8fabb364ec0ad0e9decd)
* r18219: move some more portability checks out of samba4 and info lib/replaceAndrew Tridgell2007-10-101-100/+0
| | | | (This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
* r18217: use shorter perlStefan Metzmacher2007-10-101-5/+1
| | | | | metze (This used to be commit 4ce7b4e45c016215a84a70b677d55cc6e79a2473)
* r18215: use a shorter versionStefan Metzmacher2007-10-101-7/+2
| | | | | metze (This used to be commit 239a2607ab1a725dcbbfc03103006d2a3bf6b41e)
* r18214: don't add empty elementsStefan Metzmacher2007-10-101-2/+16
| | | | | metze (This used to be commit 9695a4bd530d0f49e6a87c6bb56502c6d2d3bdbd)
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-2/+6
| | | | | | | always at it as first private dependencies metze (This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
* r18210: - reenable autodependenciesStefan Metzmacher2007-10-102-2/+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)
* r18184: make clear that autodepencies are disabled currentlyStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def)
* r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher2007-10-104-3/+29
| | | | | | | | | | - also specify USE_HOSTCC = YES on binaries that use HOSTCC I also disable autodependecies as this change let make run forever, I hopefully fix that tomorrow metze (This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
* r18181: use:Stefan Metzmacher2007-10-102-116/+107
| | | | | | | | | | | | | CC and CFLAGS LD and LDFLAGS STLD and STLD_FLAGS SHLD and SHLD_FLAGS all controled by configure and import the values from samba3 which are more recent metze (This used to be commit 5e59153735102df6fae2eaaac6a7c3db86c95f8f)
* r18179: - move CC specific stuff to check_cc.m4Stefan Metzmacher2007-10-102-34/+102
| | | | | | | | | - add some AC_DEFINES to rewrite.m4 (I'll remove them from check_ld.m4 soon) (I've also merged new values from samba3) metze (This used to be commit de0c8d1b1729daef984d5b44e0224481cf9e2164)
* r18173: PICSUFFIX isn't used anymoreStefan Metzmacher2007-10-101-13/+4
| | | | | metze (This used to be commit 647f3b140c77a2a01ff0c9fadf45e080659844d1)
* r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher2007-10-102-37/+1
| | | | | | | and include them from there metze (This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
* r18136: put lib/replace in the default include pathStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 2b51391470d0ecf001cd869e4ab9ba7a3474a7fe)
* r18087: use m4_include() do notice missing filesStefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
* r17904: we don't want warnings about unused parametersStefan Metzmacher2007-10-101-1/+9
| | | | | | | volker that one was for you:-) metze (This used to be commit d0aa78177d24877320bac2294328e0083f34e9a5)
* r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 6b4f788c71a6d445ded522d89cd5425f9e2fb391)
* r17793: add -Wmissing-prototypes, -Wmissing-declarations, ↵Stefan Metzmacher2007-10-101-0/+3
| | | | | | | | | | | | -Wmissing-field-initializers gcc options, but don't enable them yet. we should step by step try to enable them, after removing the flood of warnings they would generate. metze (This used to be commit 40fb476a9cc53c757dcf07e879107c4572b8a1ee)
* r17772: warn about unused macrosStefan Metzmacher2007-10-101-0/+1
| | | | | | | (only when defined in the .c file not in headers) metze (This used to be commit a6f22cd924ce040d6b3c31c9c483f1c256015f8d)
* r17744: we explicit want to get warnings about declarations after statements:-)Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c3be1e18bcc050fe96be3f35e10ca643673749ca)
* r17566: test if the compiler support inline, this resultsStefan Metzmacher2007-10-101-0/+2
| | | | | | | | | | | | | | | | in #define inline if the compiler doesn't support it This hopefully fix the build on some hosts, however we should not start to use inline in our code this is more to not need to touch imported files from heimdal or popt. metze (This used to be commit 687d69af6228d159a0dfc59c44eb0a1349a51f2b)
* r17565: expand the test for negative enum values, systems like Tru64Stefan Metzmacher2007-10-101-2/+19
| | | | | | | | truncate the value to INT_MAX... So a AC_TRY_RUN test is needed here metze (This used to be commit dc0e22a52e3488a4cb9f17138389885183e90c34)
* r17564: we don't need a AC_TRY_RUN to test the compiler warning optionsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit ebade9dea58b58e34c6dfc39358ddb0b05d2b372)
* r17531: fix whitespacesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit e5f752a66bea40bc4441cff9c6023b2072dc1f6d)