summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid King <dking@redhat.com>2016-05-31 10:34:17 +0200
committerDavid King <amigadave@amigadave.com>2016-05-31 10:35:14 +0200
commit965b56fcc5f0d629208a1c18eecb3089d6d0497d (patch)
tree664f5db47987d02af29cbb1c4203b6cfa484f5db /Makefile.am
parentf8ae525ce83bfb300cb2fa9b92c72fb15261ae07 (diff)
downloadflatpak-965b56fcc5f0d629208a1c18eecb3089d6d0497d.tar.gz
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
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 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