[Pkg-privacy-commits] [nautilus-wipe] 207/224: Don't treat Automake warnings as errors

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit 387042ba20c81de35a32a0a4dcde911940b5f56a
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Thu Jan 23 22:38:37 2014 +0100

    Don't treat Automake warnings as errors
    
    Automake changes its warnings and good practices too often for treating
    warnings as error to be a practical thing to do, since the build system
    might start to fail by itself without a good reason.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 68e7391..8893d7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([nautilus-wipe], [0.2], [ban at herbesfolles.org])
 AC_CONFIG_SRCDIR([nautilus-wipe/nw-extension.h])
 AC_CONFIG_AUX_DIR([build/aux])
 AC_CONFIG_MACRO_DIR([build/m4])
-AM_INIT_AUTOMAKE([1.11.1 -Wall -Wno-portability -Werror foreign])
+AM_INIT_AUTOMAKE([1.11.1 -Wall -Wno-portability foreign])
 AC_CONFIG_HEADERS([config.h])
 
 AM_SILENT_RULES([yes])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list