summaryrefslogtreecommitdiff
path: root/source4/build/m4/env.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-01-21Move check_python.m4 to common m4 directory.Jelmer Vernooij1-1/+1
2009-01-21Only check for Perl once in Samba 3.Jelmer Vernooij1-1/+1
2009-01-21Move check_make.m4 to the top-level.Jelmer Vernooij1-1/+1
2008-12-21Remove infrastructure for (no longer used) SWIG.Jelmer Vernooij1-4/+0
2008-10-14Fix merged build .Jelmer Vernooij1-1/+0
2008-10-14Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij1-0/+49
executed from other m4 files.
2008-08-01build: autogenarate VPATH by configureStefan Metzmacher1-0/+3
metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858)
2008-01-10prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher1-3/+14
metze (cherry-picked from 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef) (This used to be commit 464668b07aded0a299eb49b87b51bb9bf53d2c8d)
2007-10-10r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell1-2/+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)
2007-10-10r18503: - _GNU_SOURCE is defined by libreplaceStefan Metzmacher1-7/+0
- move AS_HELP_STRING replacement to libreplace metze (This used to be commit ace406a36ebbed230bf6c844e4639bac5e6c9882)
2007-10-10r18501: libreplace needs 'long long', bailout if not presentStefan Metzmacher1-1/+0
or the size is not 8 bytes or more. samba4 doesn't need type checks anymore metze (This used to be commit d8fdd05482fc6b9bfb48d72db6b467e3e5c05e4d)
2007-10-10r18500: move make related checks into its own fileStefan Metzmacher1-0/+1
metze (This used to be commit 6a6729fb7219ac7eb160b787827acdf1f7af7cc8)
2007-10-10r18087: use m4_include() do notice missing filesStefan Metzmacher1-6/+6
metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
2007-10-10r16341: newer autoconf versions export 'datarootdir',Stefan Metzmacher1-0/+2
fix a warning with old autoconf versions metze (This used to be commit 906c27caefa9802a72b6ea71e46e0725e445d189)
2007-10-10r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach1-0/+2
prevents a warning on comparison_fn_t redefinition every time replace.h is included. (This used to be commit 9140a2d266a59c24c1bc101d4cdd7da3cb141106)
2007-10-10r14104: version.h has changed the locationStefan Metzmacher1-2/+2
metze (This used to be commit dfaa1fe107c3ea80da8ec5ddaabe0eece96da73a)
2007-10-10r13241: Work around missing AS_HELP_STRING definition in autoconf 2.57. FixJames Peach1-0/+5
from Brad Hards <bradh@frogmouth.net>. (This used to be commit 3ade52398a345cc50c1bf52298e36ab1804b00ec)
2007-10-10r12615: prepare building with ../samba4/source/configure ↵Stefan Metzmacher1-2/+11
--srcdir=../samba4/source/ metze (This used to be commit bf35c74218476fc568e251bb337e794ed9d51fac)
2007-10-10r10393: More type checking in sconsJelmer Vernooij1-1/+0
Remove unused file (This used to be commit a9e71ab5d1ed8b34f158ff0e89dd67ec785b9829)
2007-10-10r10071: Configure checks for IRIX build environment. Test whether we canJames Peach1-0/+2
use the MIPSPro 7.4 -c99 option to get C99 support. Try to find a common perl that is more modern than /usr/bin/perl. (This used to be commit 82fab8b747bf68d8548c6f0f2f4bff98bd428d22)
2007-10-10r8826: Make configure generate config.mk files (with the external librariesJelmer Vernooij1-2/+0
that were found) and a config.pm file (with all substitution variables) (This used to be commit 52bb1374bbcfc9b9a6d098687bafe9021a1ee858)
2007-10-10r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij1-0/+1
Not part of the "all" make target yet, as it requires xsltproc (This used to be commit fd3f4636438cf1d9c0dd802064033271b9e4d935)
2007-10-10r7274: Move m4 files to seperate dirJelmer Vernooij1-0/+23
(This used to be commit 0dda66f0e8e6ad37d731937af184a132bf3407b1)