[glib] build: Use AM_DISTCHECK_CONFIGURE_FLAGS rather than unprefixed version
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] build: Use AM_DISTCHECK_CONFIGURE_FLAGS rather than unprefixed version
- Date: Thu, 23 Nov 2017 16:42:50 +0000 (UTC)
commit 1969af3e8c24481efef73bbc93586f5b7ae00d55
Author: Philip Withnall <withnall endlessm com>
Date: Thu Nov 23 16:37:00 2017 +0000
build: Use AM_DISTCHECK_CONFIGURE_FLAGS rather than unprefixed version
Since automake 1.11.2, it’s recommended to use the prefixed version and
leave the unprefixed version for users to override. Since we depend on
automake 1.13.3, we should be doing this.
Based on a patch by Sam Spilsbury <smspillaz gmail com>.
Signed-off-by: Philip Withnall <withnall endlessm com>
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ff661e0..49b5e4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,7 +149,7 @@ valgrinddir = $(datadir)/glib-2.0/valgrind
dist_valgrind_DATA = glib.supp
# build documentation when doing distcheck
-DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode
DISTCLEANFILES += config.lt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]