From 7adf3afd2ad78db10c67566b2e6d4469e56e1bc8 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 20 Aug 2014 08:12:47 +0100 Subject: Use more stringent configure flags for distcheck As both bzip2 and lzma support are required for building the documentation during distcheck, add the relevant arguments to DISTCHECK_CONFIGURE_FLAGS. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cb4a807b..0a259940 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,4 +23,7 @@ DISTCLEANFILES = \ CLEANFILES = $(desktop_DATA) -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-bz2 \ + --enable-gtk-doc \ + --enable-lzma -- cgit v1.2.1