# HG changeset patch # User ladanyi # Date 1113845022 0 # Node ID f1cf6b80741483bb90fd1264f722fd5b19ebba2f # Parent f9d0d792c8a675a88f5adf358bf3915e1c2e27af irrelevant changes diff -r f9d0d792c8a6 -r f1cf6b807414 config/cxxflags.m4 --- a/config/cxxflags.m4 Mon Apr 18 16:07:54 2005 +0000 +++ b/config/cxxflags.m4 Mon Apr 18 17:23:42 2005 +0000 @@ -74,8 +74,8 @@ dnl uses lx_user_cxxflags AC_DEFUN([LX_SET_CXXFLAGS], [AC_ARG_ENABLE([debug], -AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [Build with debugging support]) -AS_HELP_STRING([--disable-debug], [Build without debugging support @<:@default@:>@]), +AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [build with debugging support]) +AS_HELP_STRING([--disable-debug], [build without debugging support @<:@default@:>@]), [], [enable_debug=no]) LX_CXX_COMPILER_VENDOR([lx_cxx_compiler_vendor]) AC_MSG_CHECKING([whether to build with debugging support]) @@ -106,8 +106,8 @@ fi AC_ARG_ENABLE([extra-warnings], -AS_HELP_STRING([--enable-extra-warnings], [Enable extra warning messages]) -AS_HELP_STRING([--disable-extra-warnings], [Disable extra warning messages @<:@default@:>@]), +AS_HELP_STRING([--enable-extra-warnings], [enable extra warning messages]) +AS_HELP_STRING([--disable-extra-warnings], [disable extra warning messages @<:@default@:>@]), [],[enable_extra_warnings=no]) AC_MSG_CHECKING(whether to enable extra warning flags) if test x"$enable_extra_warnings" != x"no"; then diff -r f9d0d792c8a6 -r f1cf6b807414 config/lp.m4 --- a/config/lp.m4 Mon Apr 18 16:07:54 2005 +0000 +++ b/config/lp.m4 Mon Apr 18 17:23:42 2005 +0000 @@ -1,16 +1,16 @@ AC_DEFUN([LX_CHECK_GLPK], [ AC_ARG_WITH([glpk], -AS_HELP_STRING([--with-glpk@<:@=PREFIX@:>@], [Search for GLPK under PREFIX or under the default search paths if PREFIX is not given @<:@default@:>@]) -AS_HELP_STRING([--without-glpk], [Disable checking for GLPK]), +AS_HELP_STRING([--with-glpk@<:@=PREFIX@:>@], [search for GLPK under PREFIX or under the default search paths if PREFIX is not given @<:@default@:>@]) +AS_HELP_STRING([--without-glpk], [disable checking for GLPK]), [], [with_glpk=yes]) AC_ARG_WITH([glpk-includedir], -AS_HELP_STRING([--with-glpk-includedir=DIR], [Search for GLPK headers in DIR]), +AS_HELP_STRING([--with-glpk-includedir=DIR], [search for GLPK headers in DIR]), [], [with_glpk_includedir=no]) AC_ARG_WITH([glpk-libdir], -AS_HELP_STRING([--with-glpk-libdir=DIR], [Search for GLPK libraries in DIR]), +AS_HELP_STRING([--with-glpk-libdir=DIR], [search for GLPK libraries in DIR]), [], [with_glpk_libdir=no]) if test x"$with_glpk" != x"no"; then