Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-05 | lib/replace: Add getconf LFS_CFLAGS support to autoconf build | Andrew Bartlett | 1 | -0/+8 | |
2011-12-25 | libreplace: Don't check for standards.h on darwin (Lion) | Volker Lendecke | 1 | -2/+10 | |
standards.h on Lion holds a #warning that standards.h will be removed. This is annoying during the build. | |||||
2010-02-02 | Change uint_t to unsigned int in lib/replace | Matt Kraai | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-04-22 | Avoid using deprecated form of AC_CHECK_TYPE. | Brad Hards | 1 | -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-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+182 | |