summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace_cc.m4
AgeCommit message (Collapse)AuthorFilesLines
2012-04-05lib/replace: Add getconf LFS_CFLAGS support to autoconf buildAndrew Bartlett1-0/+8
2011-12-25libreplace: Don't check for standards.h on darwin (Lion)Volker Lendecke1-2/+10
standards.h on Lion holds a #warning that standards.h will be removed. This is annoying during the build.
2010-02-02Change uint_t to unsigned int in lib/replaceMatt Kraai1-1/+0
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-04-22Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards1-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>
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+182