[yelp/wip/patches: 4/4] Use more stringent configure flags for distcheck
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp/wip/patches: 4/4] Use more stringent configure flags for distcheck
- Date: Wed, 20 Aug 2014 08:10:56 +0000 (UTC)
commit e41ce81832de93bc640f4efed70769a71a8dd01a
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]