From 5cb82d92ddbec05b22e630c4082456ad8d2b34be Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 17 Nov 2019 00:38:08 +0000 Subject: make message about texi2mdoc more clear. --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6f3b5f1bc..9af70d25b 100644 --- a/configure.ac +++ b/configure.ac @@ -437,14 +437,15 @@ AS_IF([test "x$texi2mdoc_generation" = "xyes"], [0], [Not building section 7 mdoc output])]) -# test for texi2mdoc +# test for texi2mdoc (the binary, not the script distributed +# with autogen) # TODO: refactor this and the check above. -AC_MSG_CHECKING(for texi2mdoc) +AC_MSG_CHECKING(for texi2mdoc binary) AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false) AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse) # test for mandoc -AC_MSG_CHECKING(for mandoc) +AC_MSG_CHECKING(for mandoc binary) AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false) AM_CONDITIONAL(HAVE_MANDOC, test x$MANDOC_BINARY != xfalse) -- cgit v1.2.3