COIN-OR::LEMON - Graph Library

Changeset 1369:f1cf6b807414 in lemon-0.x


Ignore:
Timestamp:
04/18/05 19:23:42 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1814
Message:

irrelevant changes

Location:
config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • config/cxxflags.m4

    r1350 r1369  
    7575AC_DEFUN([LX_SET_CXXFLAGS],
    7676  [AC_ARG_ENABLE([debug],
    77 AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [Build with debugging support])
    78 AS_HELP_STRING([--disable-debug], [Build without debugging support @<:@default@:>@]),
     77AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [build with debugging support])
     78AS_HELP_STRING([--disable-debug], [build without debugging support @<:@default@:>@]),
    7979     [], [enable_debug=no])
    8080   LX_CXX_COMPILER_VENDOR([lx_cxx_compiler_vendor])
     
    107107
    108108   AC_ARG_ENABLE([extra-warnings],
    109 AS_HELP_STRING([--enable-extra-warnings], [Enable extra warning messages])
    110 AS_HELP_STRING([--disable-extra-warnings], [Disable extra warning messages @<:@default@:>@]),
     109AS_HELP_STRING([--enable-extra-warnings], [enable extra warning messages])
     110AS_HELP_STRING([--disable-extra-warnings], [disable extra warning messages @<:@default@:>@]),
    111111     [],[enable_extra_warnings=no])
    112112   AC_MSG_CHECKING(whether to enable extra warning flags)
  • config/lp.m4

    r1355 r1369  
    22[
    33  AC_ARG_WITH([glpk],
    4 AS_HELP_STRING([--with-glpk@<:@=PREFIX@:>@], [Search for GLPK under PREFIX or under the default search paths if PREFIX is not given @<:@default@:>@])
    5 AS_HELP_STRING([--without-glpk], [Disable checking for GLPK]),
     4AS_HELP_STRING([--with-glpk@<:@=PREFIX@:>@], [search for GLPK under PREFIX or under the default search paths if PREFIX is not given @<:@default@:>@])
     5AS_HELP_STRING([--without-glpk], [disable checking for GLPK]),
    66              [], [with_glpk=yes])
    77
    88  AC_ARG_WITH([glpk-includedir],
    9 AS_HELP_STRING([--with-glpk-includedir=DIR], [Search for GLPK headers in DIR]),
     9AS_HELP_STRING([--with-glpk-includedir=DIR], [search for GLPK headers in DIR]),
    1010              [], [with_glpk_includedir=no])
    1111
    1212  AC_ARG_WITH([glpk-libdir],
    13 AS_HELP_STRING([--with-glpk-libdir=DIR], [Search for GLPK libraries in DIR]),
     13AS_HELP_STRING([--with-glpk-libdir=DIR], [search for GLPK libraries in DIR]),
    1414              [], [with_glpk_libdir=no])
    1515
Note: See TracChangeset for help on using the changeset viewer.