aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-17 01:16:01 +0000
committerng0 <ng0@n0.is>2019-11-17 01:16:01 +0000
commit1b296cf77a90930e29bd60c0aef70b8efbb1bd24 (patch)
treea5e71437159d4c9e1abc8c0f950d1da324d68ab3 /configure.ac
parentd826278ee3c799eeae0f2633258c44725a688a8f (diff)
downloadgnunet-1b296cf77a90930e29bd60c0aef70b8efbb1bd24.tar.gz
gnunet-1b296cf77a90930e29bd60c0aef70b8efbb1bd24.zip
configure: texi2man, only detection so far.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9af70d25b..25a558902 100644
--- a/configure.ac
+++ b/configure.ac
@@ -444,6 +444,15 @@ AC_MSG_CHECKING(for texi2mdoc binary)
444AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false) 444AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false)
445AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse) 445AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse)
446 446
447# texi2man is a tool which needs to be investigated and
448# is probably incompatible to texi2mdoc in invocation.
449# Detection at this point only serves as a reminder that
450# I will work this into the build-system.
451AC_MSG_CHECKING(for texi2man perl script)
452AC_CHECK_PROGS(TEXI2MAN_SCRIPT, [texi2man], false)
453AM_CONDITIONAL(HAVE_TEXI2MAN, test x$TEXI2MAN_SCRIPT != xfalse)
454
455
447# test for mandoc 456# test for mandoc
448AC_MSG_CHECKING(for mandoc binary) 457AC_MSG_CHECKING(for mandoc binary)
449AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false) 458AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false)