r18479: start hiding libreplace configure tests behind macros
commite7a30456c76f4bf9a79cdcff6b15c894bc20c954
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Sep 2006 16:15:38 +0000 (13 16:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:36 +0000 (10 14:18 -0500)
treef3649e4edc4aad77535bd76b80a42e6f09297604
parent64909a0d69a938e96f7a04b4288ca851fb8fe18a
r18479: start hiding libreplace configure tests behind macros

AC_LIBREPLACE_CC_CHECKS
AC_LIBREPLACE_BROKEN_CHECKS
and
AC_LIBREPLACE_ALL_CHECKS
which calls the 2 others

I'll add some more, so that samba3/samba4 can later call
them in the wanted order and all standalone builds
use AC_LIBREPLACE_ALL_CHECKS.

metze
source/lib/replace/libreplace.m4
source/lib/replace/libreplace_cc.m4 [new file with mode: 0644]
source/lib/replace/libreplace_macros.m4