COIN-OR::LEMON - Graph Library

Changeset 564:eda12d8ac953 in lemon-1.2 for configure.ac


Ignore:
Timestamp:
04/01/09 15:18:35 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Children:
565:7ab97e2a0c33, 572:be6646ac5d89
Phase:
public
Message:

Add 'demo' make target for building the demo programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r517 r564  
    6565AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    6666
    67 dnl Disable/enable building the demo programs.
    68 AC_ARG_ENABLE([demo],
    69 AS_HELP_STRING([--enable-demo], [build the demo programs])
    70 AS_HELP_STRING([--disable-demo], [do not build the demo programs @<:@default@:>@]),
    71               [], [enable_demo=no])
    72 AC_MSG_CHECKING([whether to build the demo programs])
    73 if test x"$enable_demo" != x"no"; then
    74   AC_MSG_RESULT([yes])
    75 else
    76   AC_MSG_RESULT([no])
    77 fi
    78 AM_CONDITIONAL([WANT_DEMO], [test x"$enable_demo" != x"no"])
    79 
    8067dnl Disable/enable building the binary tools.
    8168AC_ARG_ENABLE([tools],
     
    11198AC_CONFIG_FILES([
    11299Makefile
     100demo/Makefile
    113101cmake/version.cmake
    114102doc/Doxyfile
     
    133121echo CLP support................... : $lx_clp_found
    134122echo
    135 echo Build demo programs........... : $enable_demo
    136123echo Build additional tools........ : $enable_tools
    137124echo
Note: See TracChangeset for help on using the changeset viewer.