configure.ac
changeset 1435 8e85e6bbefdf
parent 1433 e0ec5ce0771e
child 1482 b9818eea0550
     1.1 --- a/configure.ac	Sat May 21 21:04:57 2005 +0000
     1.2 +++ b/configure.ac	Mon May 23 04:48:14 2005 +0000
     1.3 @@ -2,8 +2,8 @@
     1.4  AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon])
     1.5  AC_CONFIG_AUX_DIR([config])
     1.6  AM_INIT_AUTOMAKE
     1.7 -AC_CONFIG_SRCDIR([src/lemon/invalid.h])
     1.8 -AC_CONFIG_HEADERS([config.h src/lemon/config.h])
     1.9 +AC_CONFIG_SRCDIR([lemon/invalid.h])
    1.10 +AC_CONFIG_HEADERS([config.h lemon/config.h])
    1.11  AC_PREREQ([2.53])
    1.12  
    1.13  dnl Save user defined CXXFLAGS
    1.14 @@ -51,13 +51,12 @@
    1.15  autopackage/default.apspec
    1.16  doc/Makefile
    1.17  doc/Doxyfile
    1.18 -src/Makefile
    1.19 -src/lemon/Makefile
    1.20 -src/lemon/lemon.pc
    1.21 -src/benchmark/Makefile
    1.22 -src/demo/Makefile
    1.23 -src/test/Makefile
    1.24 -src/gui/Makefile
    1.25 +lemon/Makefile
    1.26 +lemon/lemon.pc
    1.27 +benchmark/Makefile
    1.28 +demo/Makefile
    1.29 +test/Makefile
    1.30 +gui/Makefile
    1.31  ])
    1.32  
    1.33  AC_OUTPUT