[yelp/wip/patches: 10/11] Use more stringent configure flags for distcheck



commit c7b3f701e8ca3850b99d0a7333b4bdd0855064fe
Author: David King <amigadave amigadave com>
Date:   Wed Aug 20 08:12:47 2014 +0100

    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 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cb4a807..0a25994 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]