]> granicus.if.org Git - libexpat/commitdiff
configure.ac: Fix indendation regression in --help output
authorSebastian Pipping <sebastian@pipping.org>
Sun, 21 Oct 2018 12:13:11 +0000 (14:13 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 21 Oct 2018 12:13:11 +0000 (14:13 +0200)
expat/configure.ac

index 7f76db57065be934192eab436dd9d9cfa802b71e..69e89474ea82eb5abf1ffddd356ddafefd1bd02f 100644 (file)
@@ -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],