summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-03-02 11:46:13 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-04-16 13:06:19 +0100
commit4e29ece664d5ac8078d95ba97bedc1d5f102940b (patch)
tree1637c126e0b39f034dec6cc5feca4641c283c21c /configure.ac
parent03da0fefd7cca25f61144ca0b627d8b07f1fc700 (diff)
downloaddbus-4e29ece664d5ac8078d95ba97bedc1d5f102940b.tar.gz
Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENT
Since Automake 1.13 (released December 2012) the correct way for a maintainer to specify environment variables has been AM_TESTS_ENVIRONMENT, with TESTS_ENVIRONMENT reserved for the user. That doesn't work in older Automake, so drop support for such old versions. Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
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 7443ae76..92ffad9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_CANONICAL_HOST
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability subdir-objects])
+AM_INIT_AUTOMAKE([1.13 tar-ustar -Wno-portability subdir-objects])
GETTEXT_PACKAGE=dbus-1
AC_SUBST(GETTEXT_PACKAGE)