COIN-OR::LEMON - Graph Library

Changeset 1369:f1cf6b807414 in lemon-0.x for config/cxxflags.m4


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

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.