equal
deleted
inserted
replaced
16 AC_CONFIG_AUX_DIR([build-aux]) |
16 AC_CONFIG_AUX_DIR([build-aux]) |
17 AC_CONFIG_MACRO_DIR([m4]) |
17 AC_CONFIG_MACRO_DIR([m4]) |
18 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects nostdinc]) |
18 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects nostdinc]) |
19 AC_CONFIG_SRCDIR([lemon/list_graph.h]) |
19 AC_CONFIG_SRCDIR([lemon/list_graph.h]) |
20 AC_CONFIG_HEADERS([config.h lemon/config.h]) |
20 AC_CONFIG_HEADERS([config.h lemon/config.h]) |
|
21 |
|
22 AC_DEFINE([LEMON_VERSION], [lemon_version()], [The version string]) |
21 |
23 |
22 dnl Do compilation tests using the C++ compiler. |
24 dnl Do compilation tests using the C++ compiler. |
23 AC_LANG([C++]) |
25 AC_LANG([C++]) |
24 |
26 |
25 dnl Check the existence of long long type. |
27 dnl Check the existence of long long type. |