summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-01-21 16:22:14 +0000
committerSimon McVittie <smcv@collabora.com>2019-01-21 16:22:14 +0000
commit402344e89e344ac241fd0aef53997e99bb36e09c (patch)
treedc67e05f16db1ae9612b108da666916fa2efc85c /configure.ac
parent2ebc5101ec6ba686c1caa9ee644cfba0f3430c81 (diff)
parentee09cc0acdc1c34e8ae999adf9922f3d0d66f407 (diff)
Merge branch 'ax-missing' into 'master'
configure.ac: Forbid AX_-prefixed patterns more selectively Closes #249 See merge request dbus/dbus!86 Reviewed-by: @pwithnall
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98afc6d2..b358e26e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues
AC_CONFIG_AUX_DIR([build-aux])
-m4_pattern_forbid([^AX_],
+m4_pattern_forbid([^AX_(CHECK_ENABLE_DEBUG|CODE_COVERAGE|COMPILER_FLAGS|COMPILER_FLAGS_(CFLAGS|CXXFLAGS|LDFLAGS))\b],
[Unexpanded AX_ macro found. Please install GNU autoconf-archive])
AC_CANONICAL_HOST