diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-24 15:51:39 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-24 15:51:39 +0000 |
commit | 3346c8679843510a5b4a35f7a961e8fb2c1c2e4b (patch) | |
tree | 1efeae997fd72568657fef2da5d3c66e9351b368 /configure.ac | |
parent | 54af6bee3e87bfeb207a4d54283078d694949db9 (diff) |
Require a somewhat modern version of autoconf and automake
Part of a patch by Javier Jardón.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cd4ece5e..7f5b38a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl -*- mode: m4 -*- -AC_PREREQ(2.52) +AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [4]) @@ -14,7 +14,7 @@ AC_LIBTOOL_RC AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability]) +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) AM_CONFIG_HEADER(config.h) # Honor aclocal flags |