summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-01-21 14:28:24 +0000
committerSimon McVittie <smcv@collabora.com>2019-01-21 14:28:24 +0000
commitee09cc0acdc1c34e8ae999adf9922f3d0d66f407 (patch)
tree7eb87ffcdba62dfd812730d4a62ed8836202102f /.travis.yml
parent470d3f9d4bda5c1fd5410560b79bdcbb944715f0 (diff)
downloaddbus-ee09cc0acdc1c34e8ae999adf9922f3d0d66f407.tar.gz
configure.ac: Forbid AX_-prefixed patterns more selectively
We want to make autoconf fail early and with a user-comprehensible message if autoconf-archive isn't installed, rather than generating a configure script with syntax errors, or a configure script that runs successfully but doesn't do what we intended. However, autoconf-archive doesn't actually guarantee not to use AX_-prefixed shell variable names without m4_pattern_allow'ing them (unlike Autoconf, Automake, Libtool and pkg-config, which explicitly use m4_pattern_allow for variables with AC_, AM_, LT_ and PKG_ prefixes), so it isn't safe to assume that they won't be used. In particular, recent versions of AX_CHECK_GNU_MAKE appear to be using $AX_CHECK_GNU_MAKE_HEADLINE as a shell variable. Instead, specifically forbid the names of the finite list of macros that we actually use. Signed-off-by: Simon McVittie <smcv@collabora.com> Resolves: dbus#249
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions