Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 2008-09-16 | 1 | -1464/+0 |
| | |||||
* | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 1 | -3/+1 |
| | | | | (This used to be commit db92b76a0034899f5f0dc2d012ee7709ff9a6132) | ||||
* | r23795: more v2->v3 conversion | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac) | ||||
* | r18535: move the AC_CANONICAL_HOST and host specific flag tests into | Andrew Tridgell | 2007-10-10 | 1 | -0/+1466 |
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) |