summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ccef2536..761a330b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ DISTCLEANFILES = \
intltool-merge \
intltool-update
-DISTCHECK_CONFIGURE_FLAGS = --enable-doc
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-doc
ChangeLog:
@if test -f $(top_srcdir)/.git/HEAD; then \