r18535: move the AC_CANONICAL_HOST and host specific flag tests into
commit823cd3ab35456769dcefee17bdaca21f01ba0f63
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 Sep 2006 18:46:10 +0000 (14 18:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:42 +0000 (10 14:18 -0500)
treec5d0bc379c5d9aba079e5720c82a9c80576f792d
parent95455b57893c99d6d2dc20c4f75042ae4c1cfe85
r18535: move the AC_CANONICAL_HOST and host specific flag tests into
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?
14 files changed:
source/build/m4/check_cc.m4
source/build/m4/env.m4
source/lib/ldb/config.guess [new file with mode: 0755]
source/lib/ldb/config.sub [new file with mode: 0755]
source/lib/ldb/tests/photo.ldif
source/lib/ldb/tests/test-generic.sh
source/lib/replace/config.guess [new file with mode: 0755]
source/lib/replace/config.sub [new file with mode: 0755]
source/lib/replace/libreplace.m4
source/lib/replace/libreplace_cc.m4
source/lib/talloc/config.guess [new file with mode: 0755]
source/lib/talloc/config.sub [new file with mode: 0755]
source/lib/tdb/config.guess [new file with mode: 0755]
source/lib/tdb/config.sub [new file with mode: 0755]