do not fail on warning when doing autoreconf to avoid AM_GETTEXT warnings
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 1 Jun 2014 19:39:25 +0000 (21:39 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 1 Jun 2014 19:39:25 +0000 (21:39 +0200)
to FTBFS

configure.ac

index ce9d4a7..c12c838 100644 (file)
@@ -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])