summaryrefslogtreecommitdiff
path: root/m4/ax_valgrind_check.m4
diff options
context:
space:
mode:
authorOlaf Mandel <olaf@mandel.name>2016-03-03 23:20:01 +0100
committerOlaf Mandel <olaf@mandel.name>2016-03-03 23:20:01 +0100
commitafa42d648cd3d659f560fd4b1e1f6a6f815a653d (patch)
tree13c0f3fbc6dd81044db4a33ae8e7e85a529cc956 /m4/ax_valgrind_check.m4
parentf39a7f7bddc8a732b792fa5826dfd2ea4437763d (diff)
downloadautoconf-archive-afa42d648cd3d659f560fd4b1e1f6a6f815a653d.tar.gz
AX_VALGRIND_CHECK: quote VALGRIND_CHECK_RULES
Quote the VALGRIND_CHECK_RULES assignment to prevent some other M4 macro from modifying the static text.
Diffstat (limited to 'm4/ax_valgrind_check.m4')
-rw-r--r--m4/ax_valgrind_check.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_valgrind_check.m4 b/m4/ax_valgrind_check.m4
index 8390668..ad6c873 100644
--- a/m4/ax_valgrind_check.m4
+++ b/m4/ax_valgrind_check.m4
@@ -55,7 +55,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 7
+#serial 8
AC_DEFUN([AX_VALGRIND_CHECK],[
dnl Check for --enable-valgrind
@@ -98,7 +98,7 @@ AC_DEFUN([AX_VALGRIND_CHECK],[
])
])
-VALGRIND_CHECK_RULES='
+[VALGRIND_CHECK_RULES='
# Valgrind check
#
# Optional:
@@ -178,7 +178,7 @@ MOSTLYCLEANFILES ?=
MOSTLYCLEANFILES += $(valgrind_log_files)
.PHONY: check-valgrind check-valgrind-tool
-'
+']
AC_SUBST([VALGRIND_CHECK_RULES])
m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])])