[latexila] build: use AM_DISTCHECK_CONFIGURE_FLAGS
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] build: use AM_DISTCHECK_CONFIGURE_FLAGS
- Date: Fri, 22 Jul 2016 15:11:59 +0000 (UTC)
commit 17bd37d602c6a5aa0c5ee0bdb276a7de9e5d6fda
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Jul 22 17:11:10 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 d6f312f..e56c0b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = data man po help src tests docs
-DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
EXTRA_DIST = \
README \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]