COIN-OR::LEMON - Graph Library

Changeset 678:d1e1cd94bf49 in lemon-main for configure.ac


Ignore:
Timestamp:
05/29/09 12:40:53 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Put the version string into config.h

Also make it possible to set the version using the LEMON_VERSION environment
variable, and use the hg revision as version string in case this variable is
unset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r627 r678  
    1919AC_CONFIG_SRCDIR([lemon/list_graph.h])
    2020AC_CONFIG_HEADERS([config.h lemon/config.h])
     21
     22AC_DEFINE([LEMON_VERSION], [lemon_version()], [The version string])
    2123
    2224dnl Do compilation tests using the C++ compiler.
Note: See TracChangeset for help on using the changeset viewer.