summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-07-21 13:12:19 +0800
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-06-20 15:11:02 -0500
commitbbeac7d3ccc1f5969d85ab0990ea832442d6203f (patch)
tree9aaa3b3419b0268b4ac595ccd4762bad0921226f /configure.ac
parent8b447cb3031a626c2ff4f3bed99d3f2bcecae17b (diff)
downloadyelp-xsl-bbeac7d3ccc1f5969d85ab0990ea832442d6203f.tar.gz
Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
Since automake 1.11.2 it is recommended that packages use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS as the latter is intended to be a user variable. [endlessm/eos-sdk#3303]
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 d06cee75..8f2f97f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([yelp-xsl],[3.17.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=ye
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-bzip2])
# Check for programs
dnl In the interest of portability, we don't use GNU awk extensions,