From 464cae462442ca890698a0d54e7fb927becd4347 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 16 Jan 2014 21:35:38 +0000 Subject: [PATCH] disabled -Werror has there is a warning about deprecated AM_PROG_MKDIR_P which cannot be fixed in the generated files --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 423a386..00ff4c6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.64]) AC_INIT([ptask], [0.0.x],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) -AM_INIT_AUTOMAKE([-Wall -Werror gnu]) +AM_INIT_AUTOMAKE([-Wall gnu]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- 2.7.4