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
tingping/wmclass
David King 2016-05-31 10:34:17 +02:00 committed by David King
parent f8ae525ce8
commit 965b56fcc5
1 changed files with 1 additions and 1 deletions

View File

@ -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