From bbeac7d3ccc1f5969d85ab0990ea832442d6203f Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Tue, 21 Jul 2015 13:12:19 +0800 Subject: 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] --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1