summaryrefslogtreecommitdiffstats
path: root/lib/replace/libreplace_cc.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-197/+0
| | | | | | | | | | | We are now confident that that waf build system meets enough of our needs that we will work to improve it, rather than maintain two build systems. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2012-09-071-0/+1
| | | | | why the hell do IRIX systems headers like quota.h use types that are available only with such a define...?
* s3/aio_fork: fix build on irixBjörn Jacke2012-07-261-0/+1
| | | | IRIX needs _XOPEN_SOURCE defined for SCM_RIGHTS to be available
* lib/replace: Add getconf LFS_CFLAGS support to autoconf buildAndrew Bartlett2012-04-051-0/+8
|
* libreplace: Don't check for standards.h on darwin (Lion)Volker Lendecke2011-12-251-2/+10
| | | | | standards.h on Lion holds a #warning that standards.h will be removed. This is annoying during the build.
* Change uint_t to unsigned int in lib/replaceMatt Kraai2010-02-021-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards2009-04-221-3/+1
| | | | | | | | | | libreplace makes use of an older form of AC_CHECK_TYPE which basically provides a fallback definition for the type if it isn't available. http://www.gnu.org/software/hello/manual/autoconf/Obsolete-Macros.html#Obsolete-Macros shows why this isn't a good idea (its not so important, except for pointer types). This patch partly addresses the issue. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+182