From 965b56fcc5f0d629208a1c18eecb3089d6d0497d Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 31 May 2016 10:34:17 +0200 Subject: [PATCH] build: Use AM_DISTCHECK_CONFIGURE_FLAGS DISTCHECK_CONFIGURE_FLAGS is for users and packagers to override distcheck options, while AM_DISTCHECK_CONFIGURE_FLAGS is for the maintainer of the software. https://www.gnu.org/software/automake/manual/automake.html#DISTCHECK_005fCONFIGURE_005fFLAGS --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5a3af728..73581e03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,7 +125,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = flatpak.pc EXTRA_DIST += flatpak.pc.in -DISTCHECK_CONFIGURE_FLAGS = \ +AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-documentation \ --disable-maintainer-mode \ --enable-introspection