aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-17 00:38:08 +0000
committerng0 <ng0@n0.is>2019-11-17 00:38:08 +0000
commit5cb82d92ddbec05b22e630c4082456ad8d2b34be (patch)
tree52ce46fce062f69b4ba27e76122656c8729716d9 /configure.ac
parent96031dd3015c8e911423e83af51d3566f4014b11 (diff)
downloadgnunet-5cb82d92ddbec05b22e630c4082456ad8d2b34be.tar.gz
gnunet-5cb82d92ddbec05b22e630c4082456ad8d2b34be.zip
make message about texi2mdoc more clear.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
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"],
437 [0], 437 [0],
438 [Not building section 7 mdoc output])]) 438 [Not building section 7 mdoc output])])
439 439
440# test for texi2mdoc 440# test for texi2mdoc (the binary, not the script distributed
441# with autogen)
441# TODO: refactor this and the check above. 442# TODO: refactor this and the check above.
442AC_MSG_CHECKING(for texi2mdoc) 443AC_MSG_CHECKING(for texi2mdoc binary)
443AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false) 444AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false)
444AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse) 445AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse)
445 446
446# test for mandoc 447# test for mandoc
447AC_MSG_CHECKING(for mandoc) 448AC_MSG_CHECKING(for mandoc binary)
448AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false) 449AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false)
449AM_CONDITIONAL(HAVE_MANDOC, test x$MANDOC_BINARY != xfalse) 450AM_CONDITIONAL(HAVE_MANDOC, test x$MANDOC_BINARY != xfalse)
450 451