svn commit: samba r18535 - in branches/SAMBA_4_0/source: build/m4 lib/ldb lib/ldb/tests lib/replace lib/talloc lib/tdb

tridge at samba.org tridge at samba.org
Thu Sep 14 18:46:12 GMT 2006


Author: tridge
Date: 2006-09-14 18:46:10 +0000 (Thu, 14 Sep 2006)
New Revision: 18535

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18535

Log:

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?

Added:
   branches/SAMBA_4_0/source/lib/ldb/config.guess
   branches/SAMBA_4_0/source/lib/ldb/config.sub
   branches/SAMBA_4_0/source/lib/replace/config.guess
   branches/SAMBA_4_0/source/lib/replace/config.sub
   branches/SAMBA_4_0/source/lib/talloc/config.guess
   branches/SAMBA_4_0/source/lib/talloc/config.sub
   branches/SAMBA_4_0/source/lib/tdb/config.guess
   branches/SAMBA_4_0/source/lib/tdb/config.sub
Modified:
   branches/SAMBA_4_0/source/build/m4/check_cc.m4
   branches/SAMBA_4_0/source/build/m4/env.m4
   branches/SAMBA_4_0/source/lib/ldb/tests/photo.ldif
   branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4
   branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4


Changeset:
Sorry, the patch is too large (12457 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18535


More information about the samba-cvs mailing list