Changeset 1369:f1cf6b807414 in lemon-0.x for config
- Timestamp:
- 04/18/05 19:23:42 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1814
- Location:
- config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
config/cxxflags.m4
r1350 r1369 75 75 AC_DEFUN([LX_SET_CXXFLAGS], 76 76 [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@:>@]),77 AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [build with debugging support]) 78 AS_HELP_STRING([--disable-debug], [build without debugging support @<:@default@:>@]), 79 79 [], [enable_debug=no]) 80 80 LX_CXX_COMPILER_VENDOR([lx_cxx_compiler_vendor]) … … 107 107 108 108 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@:>@]),109 AS_HELP_STRING([--enable-extra-warnings], [enable extra warning messages]) 110 AS_HELP_STRING([--disable-extra-warnings], [disable extra warning messages @<:@default@:>@]), 111 111 [],[enable_extra_warnings=no]) 112 112 AC_MSG_CHECKING(whether to enable extra warning flags) -
config/lp.m4
r1355 r1369 2 2 [ 3 3 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]),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]), 6 6 [], [with_glpk=yes]) 7 7 8 8 AC_ARG_WITH([glpk-includedir], 9 AS_HELP_STRING([--with-glpk-includedir=DIR], [ Search for GLPK headers in DIR]),9 AS_HELP_STRING([--with-glpk-includedir=DIR], [search for GLPK headers in DIR]), 10 10 [], [with_glpk_includedir=no]) 11 11 12 12 AC_ARG_WITH([glpk-libdir], 13 AS_HELP_STRING([--with-glpk-libdir=DIR], [ Search for GLPK libraries in DIR]),13 AS_HELP_STRING([--with-glpk-libdir=DIR], [search for GLPK libraries in DIR]), 14 14 [], [with_glpk_libdir=no]) 15 15
Note: See TracChangeset
for help on using the changeset viewer.