[yelp/wip/patches: 6/6] Use more stringent configure flags for distcheck
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp/wip/patches: 6/6] Use more stringent configure flags for distcheck
- Date: Thu, 11 Sep 2014 15:52:03 +0000 (UTC)
commit 801ddd7f7a40fd173471788590af40c0d53f1953
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]