From: Jean-Philippe Orsini Date: Thu, 16 Jan 2014 21:35:38 +0000 (+0000) Subject: disabled -Werror has there is a warning about deprecated AM_PROG_MKDIR_P which cannot... X-Git-Tag: v0.0.6~18 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=464cae462442ca890698a0d54e7fb927becd4347 disabled -Werror has there is a warning about deprecated AM_PROG_MKDIR_P which cannot be fixed in the generated files --- 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])