mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-03-17 06:40:38 +01:00
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
This commit is contained in:
commit
402344e89e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue