From b49e3f907ec8856dbfc3417cb33703727de8276b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 21 Oct 2017 19:48:23 +0200 Subject: [PATCH] configure.ac: Improve documentation of --with(out)-docbook --- expat/configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/expat/configure.ac b/expat/configure.ac index 1f7495ef..fbfd2498 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -228,9 +228,10 @@ AS_IF([test "x${enable_xml_context}" != "xno"], [ [Define to specify how much context to retain around the current parse point.]) ]) -AC_ARG_WITH([docbook], - [AS_HELP_STRING([--with-docbook], - [support xml to man page generation @<:@default=check@:>@])], +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]) -- 2.40.0