Changeset 1369:f1cf6b807414 in lemon-0.x for config/lp.m4
- Timestamp:
- 04/18/05 19:23:42 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.