Forbid automake to add superfluous include dirs. Fixes ticket #21.
authorAkos Ladanyi <ladanyi@tmit.bme.hu>
Mon, 04 Feb 2008 13:32:36 +0100
changeset 64761622e5ed4c
parent 63 1113f6d12c0c
child 66 5f7a8570687d
child 68 a315a588a20d
Forbid automake to add superfluous include dirs. Fixes ticket #21.
configure.ac
     1.1 --- a/configure.ac	Fri Jan 25 14:52:50 2008 +0000
     1.2 +++ b/configure.ac	Mon Feb 04 13:32:36 2008 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  AC_INIT([LEMON], [lemon_version()], [etik-ol@cs.elte.hu], [lemon])
     1.5  AC_CONFIG_AUX_DIR([build-aux])
     1.6  AC_CONFIG_MACRO_DIR([m4])
     1.7 -AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
     1.8 +AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects nostdinc])
     1.9  AC_CONFIG_SRCDIR([lemon/list_graph.h])
    1.10  AC_CONFIG_HEADERS([config.h lemon/config.h])
    1.11