[gtksourceview] build: use AM_DISTCHECK_CONFIGURE_FLAGS
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] build: use AM_DISTCHECK_CONFIGURE_FLAGS
- Date: Fri, 22 Jul 2016 14:55:20 +0000 (UTC)
commit 0b521133e10bd914250d6a1b86ba35f79292300c
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Jul 22 16:47:55 2016 +0200
build: 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
Do the same as in Cheese:
https://git.gnome.org/browse/cheese/commit/?id=fd4b27876ba079a06cc1e3b7f2957a7771c6dd45
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e67abf5..8d5d861 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,7 +92,7 @@ MAINTAINERCLEANFILES = \
test-driver \
`find "$(srcdir)" -type f -name Makefile.in -print`
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-glade-catalog
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-glade-catalog
@CODE_COVERAGE_RULES@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]