From 1969af3e8c24481efef73bbc93586f5b7ae00d55 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 23 Nov 2017 16:37:00 +0000 Subject: [PATCH] build: Use AM_DISTCHECK_CONFIGURE_FLAGS rather than unprefixed version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since automake 1.11.2, it’s recommended to use the prefixed version and leave the unprefixed version for users to override. Since we depend on automake 1.13.3, we should be doing this. Based on a patch by Sam Spilsbury . Signed-off-by: Philip Withnall --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ff661e0a2..49b5e4e71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,7 +149,7 @@ valgrinddir = $(datadir)/glib-2.0/valgrind dist_valgrind_DATA = glib.supp # build documentation when doing distcheck -DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode +AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode DISTCLEANFILES += config.lt