[Lemon-commits] [lemon_svn] ladanyi: r1814 - hugo/trunk/config
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:54 CET 2006
Author: ladanyi
Date: Mon Apr 18 19:23:42 2005
New Revision: 1814
Modified:
hugo/trunk/config/cxxflags.m4
hugo/trunk/config/lp.m4
Log:
irrelevant changes
Modified: hugo/trunk/config/cxxflags.m4
==============================================================================
--- hugo/trunk/config/cxxflags.m4 (original)
+++ hugo/trunk/config/cxxflags.m4 Mon Apr 18 19:23:42 2005
@@ -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
Modified: hugo/trunk/config/lp.m4
==============================================================================
--- hugo/trunk/config/lp.m4 (original)
+++ hugo/trunk/config/lp.m4 Mon Apr 18 19:23:42 2005
@@ -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
More information about the Lemon-commits
mailing list