You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2017/01/30 11:38:29 UTC

svn commit: r1780900 - /tomcat/native/trunk/native/configure.in

Author: ebourg
Date: Mon Jan 30 11:38:29 2017
New Revision: 1780900

URL: http://svn.apache.org/viewvc?rev=1780900&view=rev
Log:
Use the AS_HELP_STRING macro to format the help message of the maintainer-mode option

Modified:
    tomcat/native/trunk/native/configure.in

Modified: tomcat/native/trunk/native/configure.in
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/configure.in?rev=1780900&r1=1780899&r2=1780900&view=diff
==============================================================================
--- tomcat/native/trunk/native/configure.in (original)
+++ tomcat/native/trunk/native/configure.in Mon Jan 30 11:38:29 2017
@@ -194,9 +194,8 @@ AC_SUBST(EXTRA_OS_LINK)
 dnl CFLAGS for maintainer mode
 dnl it also allows the CFLAGS environment variable.
 CFLAGS="${CFLAGS}"
-AC_ARG_ENABLE(
-maintainer-mode,
-[  --enable-maintainer-mode   Turn on debugging and compile time warnings],
+AC_ARG_ENABLE(maintainer-mode,
+[AS_HELP_STRING([--enable-maintainer-mode],[Turn on debugging and compile time warnings])],
 [
   case "${enableval}" in
     yes )



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org