equal
deleted
inserted
replaced
1 dnl Process this file with autoconf to produce a configure script. |
1 dnl Process this file with autoconf to produce a configure script. |
2 AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon]) |
2 AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon]) |
3 AC_CONFIG_AUX_DIR([config]) |
3 AC_CONFIG_AUX_DIR([config]) |
4 AM_INIT_AUTOMAKE |
4 AM_INIT_AUTOMAKE |
5 AC_CONFIG_SRCDIR([src/lemon/invalid.h]) |
5 AC_CONFIG_SRCDIR([lemon/invalid.h]) |
6 AC_CONFIG_HEADERS([config.h src/lemon/config.h]) |
6 AC_CONFIG_HEADERS([config.h lemon/config.h]) |
7 AC_PREREQ([2.53]) |
7 AC_PREREQ([2.53]) |
8 |
8 |
9 dnl Save user defined CXXFLAGS |
9 dnl Save user defined CXXFLAGS |
10 dnl lx_user_cxxflags="$CXXFLAGS" |
10 dnl lx_user_cxxflags="$CXXFLAGS" |
11 |
11 |
49 AC_CONFIG_FILES([ |
49 AC_CONFIG_FILES([ |
50 Makefile |
50 Makefile |
51 autopackage/default.apspec |
51 autopackage/default.apspec |
52 doc/Makefile |
52 doc/Makefile |
53 doc/Doxyfile |
53 doc/Doxyfile |
54 src/Makefile |
54 lemon/Makefile |
55 src/lemon/Makefile |
55 lemon/lemon.pc |
56 src/lemon/lemon.pc |
56 benchmark/Makefile |
57 src/benchmark/Makefile |
57 demo/Makefile |
58 src/demo/Makefile |
58 test/Makefile |
59 src/test/Makefile |
59 gui/Makefile |
60 src/gui/Makefile |
|
61 ]) |
60 ]) |
62 |
61 |
63 AC_OUTPUT |
62 AC_OUTPUT |
64 |
63 |
65 echo |
64 echo |