summaryrefslogtreecommitdiffstats
path: root/lib/replace/libreplace_cc.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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