summaryrefslogtreecommitdiffstats
path: root/replace/libreplace.m4
diff options
context:
space:
mode:
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"
])