configure.ac
changeset 2108 f2c532541730
parent 2103 a979fcdda073
child 2237 5674a5983e1e
     1.1 --- a/configure.ac	Thu Jun 22 15:16:11 2006 +0000
     1.2 +++ b/configure.ac	Thu Jun 22 18:20:25 2006 +0000
     1.3 @@ -3,8 +3,7 @@
     1.4  AC_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon])
     1.5  AC_CONFIG_AUX_DIR([build-aux])
     1.6  AC_CONFIG_MACRO_DIR([m4])
     1.7 -dnl AM_INIT_AUTOMAKE([-Wall -Werror foreign])
     1.8 -AM_INIT_AUTOMAKE([-Wall foreign])
     1.9 +AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
    1.10  AC_CONFIG_SRCDIR([lemon/list_graph.h])
    1.11  AC_CONFIG_HEADERS([config.h lemon/config.h])
    1.12  
    1.13 @@ -98,13 +97,8 @@
    1.14  Makefile
    1.15  lemon.spec
    1.16  autopackage/default.apspec
    1.17 -doc/Makefile
    1.18  doc/Doxyfile
    1.19 -lemon/Makefile
    1.20  lemon/lemon.pc
    1.21 -benchmark/Makefile
    1.22 -demo/Makefile
    1.23 -test/Makefile
    1.24  ])
    1.25  
    1.26  AC_OUTPUT