[Pkg-privacy-commits] [libgsecuredelete] 01/12: Don't treat Automake warnings as errors

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:07:16 UTC 2016


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

u-guest pushed a commit to annotated tag 0.2.1
in repository libgsecuredelete.

commit 5ba35a99a842c9a31fce827fc45d2aa96f7a21dd
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Thu Jan 16 02:31:32 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 2233a1b..131142e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([libgsecuredelete], [0.2], [ban at herbesfolles.org])
 AC_CONFIG_SRCDIR([gsecuredelete/gsd-delete-operation.vala])
 AC_CONFIG_AUX_DIR([build/aux])
 AC_CONFIG_MACRO_DIR([build/m4])
-AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror foreign])
+AM_INIT_AUTOMAKE([1.11.1 -Wall foreign])
 AC_CONFIG_HEADERS([config.h])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

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



More information about the Pkg-privacy-commits mailing list