guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: build: Remove '--enable-error-on-warning' for 'ma


From: Ludovic Courtès
Subject: [Guile-commits] 01/01: build: Remove '--enable-error-on-warning' for 'make distcheck'.
Date: Mon, 13 Feb 2017 17:04:59 -0500 (EST)

civodul pushed a commit to branch stable-2.0
in repository guile.

commit 14c118144f2d28f904b4e68356ecba30ce79d9a6
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 13 22:23:46 2017 +0100

    build: Remove '--enable-error-on-warning' for 'make distcheck'.
    
    * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove
    --enable-error-on-warning and add --enable-deprecated.
---
 Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e58489f..e3b96d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 ##
 ##     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007,
 ##        2008, 2009, 2010, 2011, 2012, 2013,
-##        2014, 2016 Free Software Foundation, Inc.
+##        2014, 2016, 2017 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##
@@ -86,7 +86,9 @@ ACLOCAL_AMFLAGS = -I m4
 CLEANFILES = libguile/guile-procedures.txt
 DISTCLEANFILES = check-guile.log
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-error-on-warning
+# XXX: We used to have '--enable-error-on-warning' here but that
+# can be annoying.
+DISTCHECK_CONFIGURE_FLAGS = --enable-deprecated
 
 dist-hook: gen-ChangeLog gen-tarball-version assert-no-store-file-names
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]