disabled -Werror has there is a warning about deprecated AM_PROG_MKDIR_P which cannot...
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 16 Jan 2014 21:35:38 +0000 (21:35 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 16 Jan 2014 21:35:38 +0000 (21:35 +0000)
generated files

configure.ac

index 423a386..00ff4c6 100644 (file)
@@ -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])