[cheese] Use AM_DISTCHECK_CONFIGURE_FLAGS
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Use AM_DISTCHECK_CONFIGURE_FLAGS
- Date: Fri, 13 May 2016 09:07:07 +0000 (UTC)
commit fd4b27876ba079a06cc1e3b7f2957a7771c6dd45
Author: David King <amigadave amigadave com>
Date: Fri May 13 10:05:16 2016 +0100
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
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 980677f..d6d741e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -603,7 +603,7 @@ MAINTAINERCLEANFILES = \
omf.make \
xmldocs.make
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-appdata-check \
--enable-gtk-doc \
--enable-introspection \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]