[devhelp] build: add --disable-Werror to AM_DISTCHECK_CONFIGURE_FLAGS
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] build: add --disable-Werror to AM_DISTCHECK_CONFIGURE_FLAGS
- Date: Sat, 12 Nov 2016 17:30:19 +0000 (UTC)
commit 7ba190fee6199bb204d2192abfca5b08cb9cc8dc
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Nov 12 18:03:44 2016 +0100
build: add --disable-Werror to AM_DISTCHECK_CONFIGURE_FLAGS
Now that AX_COMPILER_FLAGS is used, it triggers an error during make
distcheck.
The warnings can be fixed later.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f47e6ae..d535b60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AM_DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --disable-Werror
SUBDIRS = po src data misc contrib docs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]