From: Jean-Philippe Orsini Date: Sun, 1 Jun 2014 19:39:25 +0000 (+0200) Subject: do not fail on warning when doing autoreconf to avoid AM_GETTEXT warnings X-Git-Tag: v1.0.1~6 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=261c6c6eb1e097c048ca88bb78eff9a930494912 do not fail on warning when doing autoreconf to avoid AM_GETTEXT warnings to FTBFS --- diff --git a/configure.ac b/configure.ac index ce9d4a7..c12c838 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.69]) AC_INIT([psensor], [1.0.0.0],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) -AM_INIT_AUTOMAKE([-Wall -Werror gnu]) +AM_INIT_AUTOMAKE([-Wall gnu]) AC_CONFIG_SRCDIR([src/ui.c]) AC_CONFIG_HEADERS([config.h])