Skip to content
Snippets Groups Projects
Commit 53af1e5c authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Be more specific about the tokens we don't want to see

autoconf-archive doesn't guarantee that it won't use shell variable
names starting with AX_. See
<https://gitlab.freedesktop.org/dbus/dbus/merge_requests/86

> for
more details.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 5e855d4e
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -26,7 +26,9 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_ARG_VAR([PERL])
AC_PATH_PROG([PERL], [perl], [perl])
m4_pattern_forbid([^AX_], [Please install GNU autoconf-archive])
m4_pattern_forbid(
[^AX_(IS_RELEASE|COMPILER_FLAGS)],
[Please install GNU autoconf-archive 2016.09.16 or later])
dnl don't kvetch about gnu makefile syntax
dnl and don't require ChangeLog &co if they don't exist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment