From: Sebastian Pipping Date: Sun, 21 Oct 2018 12:13:11 +0000 (+0200) Subject: configure.ac: Fix indendation regression in --help output X-Git-Tag: R_2_2_7~21^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4778675507450e65a49ef195790f77abfd9cc54;p=libexpat configure.ac: Fix indendation regression in --help output --- diff --git a/expat/configure.ac b/expat/configure.ac index 7f76db57..69e89474 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -218,7 +218,7 @@ AC_ARG_ENABLE([xml-context], AS_HELP_STRING([--enable-xml-context @<:@COUNT@:>@], [Retain context around the current parse point; default is enabled and a size of 1024 bytes]) - AS_HELP_STRING([--disable-xml-context], +AS_HELP_STRING([--disable-xml-context], [Do not retain context around the current parse point]), [enable_xml_context=${enableval}]) AS_IF([test "x${enable_xml_context}" != "xno"], @@ -231,9 +231,9 @@ AS_IF([test "x${enable_xml_context}" != "xno"], AC_ARG_WITH([docbook], [AS_HELP_STRING([--with-docbook], [enforce XML to man page compilation @<:@default=check@:>@]) - AS_HELP_STRING([--without-docbook], - [skip XML to man page compilation @<:@default=check@:>@])], [], - [with_docbook=check]) +AS_HELP_STRING([--without-docbook], + [skip XML to man page compilation @<:@default=check@:>@])], [], + [with_docbook=check]) AC_ARG_VAR([DOCBOOK_TO_MAN], [docbook2x-man command]) AS_IF([test "x$with_docbook" != xno],