configure.ac
changeset 678 d1e1cd94bf49
parent 627 20dac2104519
child 680 257e91516e09
equal deleted inserted replaced
33:a887a8f41f02 34:7b79478ad964
    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.