COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r226 r219  
    77
    88AC_PREREQ([2.59])
    9 AC_INIT([Lemon], [lemon_version()], [lemon-user@lemon.cs.elte.hu], [lemon])
     9AC_INIT([LEMON], [lemon_version()], [lemon-devel@lemon.cs.elte.hu], [lemon])
    1010AC_CONFIG_AUX_DIR([build-aux])
    1111AC_CONFIG_MACRO_DIR([m4])
     
    2626AC_CHECK_PROG([gs_found],[gs],[yes],[no])
    2727
    28 dnl Set custom compiler flags when using g++.
    2928if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
    3029  CXXFLAGS="$CXXFLAGS -Wall -W -Wall -W -Wunused -Wformat=2 -Wctor-dtor-privacy -Wnon-virtual-dtor -Wno-char-subscripts -Wwrite-strings -Wno-char-subscripts -Wreturn-type -Wcast-qual -Wcast-align -Wsign-promo -Woverloaded-virtual -Woverloaded-virtual -ansi -fno-strict-aliasing -Wold-style-cast -Wno-unknown-pragmas"
     
    3635LX_CHECK_SOPLEX
    3736
    38 dnl Disable/enable building the demo programs.
     37dnl Disable/enable building the demo programs
    3938AC_ARG_ENABLE([demo],
    4039AS_HELP_STRING([--enable-demo], [build the demo programs])
     
    4948AM_CONDITIONAL([WANT_DEMO], [test x"$enable_demo" != x"no"])
    5049
    51 dnl Disable/enable building the binary tools.
     50dnl Disable/enable building the binary tools
    5251AC_ARG_ENABLE([tools],
    5352AS_HELP_STRING([--enable-tools], [build additional tools @<:@default@:>@])
     
    6261AM_CONDITIONAL([WANT_TOOLS], [test x"$enable_tools" != x"no"])
    6362
    64 dnl Disable/enable building the benchmarks.
     63dnl Disable/enable building the benchmarks
    6564AC_ARG_ENABLE([benchmark],
    6665AS_HELP_STRING([--enable-benchmark], [build the benchmarks])
Note: See TracChangeset for help on using the changeset viewer.