[Lemon-commits] Akos Ladanyi: Forbid automake to add superfluous...
Lemon HG
hg at lemon.cs.elte.hu
Mon Feb 4 13:42:30 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/761622e5ed4c
changeset: 64:761622e5ed4c
user: Akos Ladanyi <ladanyi [at] tmit.bme.hu>
date: Mon Feb 04 13:32:36 2008 +0100
description:
Forbid automake to add superfluous include dirs. Fixes ticket #21.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configure.ac | 2 +-
diffs (12 lines):
diff -r 1113f6d12c0c -r 761622e5ed4c configure.ac
--- a/configure.ac Fri Jan 25 14:52:50 2008 +0000
+++ b/configure.ac Mon Feb 04 13:32:36 2008 +0100
@@ -13,7 +13,7 @@ AC_INIT([LEMON], [lemon_version()], [eti
AC_INIT([LEMON], [lemon_version()], [etik-ol at cs.elte.hu], [lemon])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall -Werror 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