summaryrefslogtreecommitdiffstats
path: root/replace/libreplace.m4
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-05-22 10:08:06 +0200
committerSimo Sorce <ssorce@redhat.com>2009-05-26 08:52:25 -0400
commitb55cd4c68b7ef6c7364b9c8ac2c5b644303c1120 (patch)
tree1c95bdee11e2ca9721a2f356d95dab68fed31016 /replace/libreplace.m4
parent3624d766f6098b998a6b60f89285f18faaf8dc61 (diff)
downloadsssd-b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120.tar.gz
sssd-b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120.tar.xz
sssd-b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120.zip
more autotools cleanup
Diffstat (limited to 'replace/libreplace.m4')
-rw-r--r--replace/libreplace.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/replace/libreplace.m4 b/replace/libreplace.m4
index e563acfd7..adc883bce 100644
--- a/replace/libreplace.m4
+++ b/replace/libreplace.m4
@@ -1,4 +1,4 @@
-AC_DEFUN_ONCE(AC_LIBREPLACE_LOCATION_CHECKS,
+AC_DEFUN_ONCE([AC_LIBREPLACE_LOCATION_CHECKS],
[
echo "LIBREPLACE_LOCATION_CHECKS: START"
@@ -27,7 +27,7 @@ echo "LIBREPLACE_LOCATION_CHECKS: END"
]) dnl end AC_LIBREPLACE_LOCATION_CHECKS
-AC_DEFUN_ONCE(AC_LIBREPLACE_BROKEN_CHECKS,
+AC_DEFUN_ONCE([AC_LIBREPLACE_BROKEN_CHECKS],
[
echo "LIBREPLACE_BROKEN_CHECKS: START"
@@ -282,11 +282,11 @@ AC_CHECK_FUNCS([syslog printf memset memcpy],,[AC_MSG_ERROR([Required function n
echo "LIBREPLACE_BROKEN_CHECKS: END"
]) dnl end AC_LIBREPLACE_BROKEN_CHECKS
-AC_DEFUN_ONCE(AC__LIBREPLACE_ALL_CHECKS_START,
+AC_DEFUN_ONCE([AC__LIBREPLACE_ALL_CHECKS_START],
[
#LIBREPLACE_ALL_CHECKS: START"
])
-AC_DEFUN_ONCE(AC__LIBREPLACE_ALL_CHECKS_END,
+AC_DEFUN_ONCE([AC__LIBREPLACE_ALL_CHECKS_END],
[
#LIBREPLACE_ALL_CHECKS: END"
])