1.1 --- a/config/cxxflags.m4 Mon Apr 18 16:07:54 2005 +0000
1.2 +++ b/config/cxxflags.m4 Mon Apr 18 17:23:42 2005 +0000
1.3 @@ -74,8 +74,8 @@
1.4 dnl uses lx_user_cxxflags
1.5 AC_DEFUN([LX_SET_CXXFLAGS],
1.6 [AC_ARG_ENABLE([debug],
1.7 -AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [Build with debugging support])
1.8 -AS_HELP_STRING([--disable-debug], [Build without debugging support @<:@default@:>@]),
1.9 +AS_HELP_STRING([--enable-debug@<:@=yes|no|full@:>@], [build with debugging support])
1.10 +AS_HELP_STRING([--disable-debug], [build without debugging support @<:@default@:>@]),
1.11 [], [enable_debug=no])
1.12 LX_CXX_COMPILER_VENDOR([lx_cxx_compiler_vendor])
1.13 AC_MSG_CHECKING([whether to build with debugging support])
1.14 @@ -106,8 +106,8 @@
1.15 fi
1.16
1.17 AC_ARG_ENABLE([extra-warnings],
1.18 -AS_HELP_STRING([--enable-extra-warnings], [Enable extra warning messages])
1.19 -AS_HELP_STRING([--disable-extra-warnings], [Disable extra warning messages @<:@default@:>@]),
1.20 +AS_HELP_STRING([--enable-extra-warnings], [enable extra warning messages])
1.21 +AS_HELP_STRING([--disable-extra-warnings], [disable extra warning messages @<:@default@:>@]),
1.22 [],[enable_extra_warnings=no])
1.23 AC_MSG_CHECKING(whether to enable extra warning flags)
1.24 if test x"$enable_extra_warnings" != x"no"; then
2.1 --- a/config/lp.m4 Mon Apr 18 16:07:54 2005 +0000
2.2 +++ b/config/lp.m4 Mon Apr 18 17:23:42 2005 +0000
2.3 @@ -1,16 +1,16 @@
2.4 AC_DEFUN([LX_CHECK_GLPK],
2.5 [
2.6 AC_ARG_WITH([glpk],
2.7 -AS_HELP_STRING([--with-glpk@<:@=PREFIX@:>@], [Search for GLPK under PREFIX or under the default search paths if PREFIX is not given @<:@default@:>@])
2.8 -AS_HELP_STRING([--without-glpk], [Disable checking for GLPK]),
2.9 +AS_HELP_STRING([--with-glpk@<:@=PREFIX@:>@], [search for GLPK under PREFIX or under the default search paths if PREFIX is not given @<:@default@:>@])
2.10 +AS_HELP_STRING([--without-glpk], [disable checking for GLPK]),
2.11 [], [with_glpk=yes])
2.12
2.13 AC_ARG_WITH([glpk-includedir],
2.14 -AS_HELP_STRING([--with-glpk-includedir=DIR], [Search for GLPK headers in DIR]),
2.15 +AS_HELP_STRING([--with-glpk-includedir=DIR], [search for GLPK headers in DIR]),
2.16 [], [with_glpk_includedir=no])
2.17
2.18 AC_ARG_WITH([glpk-libdir],
2.19 -AS_HELP_STRING([--with-glpk-libdir=DIR], [Search for GLPK libraries in DIR]),
2.20 +AS_HELP_STRING([--with-glpk-libdir=DIR], [search for GLPK libraries in DIR]),
2.21 [], [with_glpk_libdir=no])
2.22
2.23 if test x"$with_glpk" != x"no"; then