[Pkg-privacy-commits] [nautilus-wipe] 202/224: Fix support for Automake 1.12
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:51 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 c73f2c1d3ccbe603e99772cc6c0cb69c4f3f6923
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sat Jun 1 15:45:41 2013 +0200
Fix support for Automake 1.12
Automake 1.12 now overrides warnings implied by the chosen strictness
even if that strictness appears after the warning flag. In practice,
specifying "foreign" after "-Wall" no longer disables portability
warnings, but we need to disable them for gnome-doc-utils -- and not to
need AM_PROG_AR when using libtool, which is required since 1.11.2
when the -Wextra-portability flag is enabled.
So, explicitly disable portability warnings for fix support for
Automake 1.12.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6162b03..68e7391 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 -Werror foreign])
+AM_INIT_AUTOMAKE([1.11.1 -Wall -Wno-portability -Werror 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