[Lemon-commits] Alpar Juttner: Remove -Werror form AM_INIT_AUTOMAKE

Lemon HG hg at lemon.cs.elte.hu
Sat Aug 10 15:47:45 CEST 2013


details:   http://lemon.cs.elte.hu/hg/lemon/rev/54b71c7f146d
changeset: 1272:54b71c7f146d
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Sat Aug 10 13:57:30 2013 +0200
description:
	Remove -Werror form AM_INIT_AUTOMAKE

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 AC_INIT([LEMON], [lemon_version()], [lemon-user at lemon.cs.elte.hu], [lemon])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects nostdinc])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects nostdinc])
 AC_CONFIG_SRCDIR([lemon/list_graph.h])
 AC_CONFIG_HEADERS([config.h lemon/config.h])
 


More information about the Lemon-commits mailing list