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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org