[devhelp] build: add --disable-Werror to AM_DISTCHECK_CONFIGURE_FLAGS



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]