[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: configure: texi2man, only detection so f
From: |
gnunet |
Subject: |
[gnunet] branch master updated: configure: texi2man, only detection so far. |
Date: |
Sun, 17 Nov 2019 14:44:55 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 1b296cf77 configure: texi2man, only detection so far.
1b296cf77 is described below
commit 1b296cf77a90930e29bd60c0aef70b8efbb1bd24
Author: ng0 <address@hidden>
AuthorDate: Sun Nov 17 01:16:01 2019 +0000
configure: texi2man, only detection so far.
---
configure.ac | 9 +++++++++
1 file changed, 9 insertions(+)
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)
AC_CHECK_PROGS(TEXI2MDOC_BINARY, [texi2mdoc], false)
AM_CONDITIONAL(HAVE_TEXI2MDOC, test x$TEXI2MDOC_BINARY != xfalse)
+# texi2man is a tool which needs to be investigated and
+# is probably incompatible to texi2mdoc in invocation.
+# Detection at this point only serves as a reminder that
+# I will work this into the build-system.
+AC_MSG_CHECKING(for texi2man perl script)
+AC_CHECK_PROGS(TEXI2MAN_SCRIPT, [texi2man], false)
+AM_CONDITIONAL(HAVE_TEXI2MAN, test x$TEXI2MAN_SCRIPT != xfalse)
+
+
# test for mandoc
AC_MSG_CHECKING(for mandoc binary)
AC_CHECK_PROGS(MANDOC_BINARY, [mandoc], false)
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: configure: texi2man, only detection so far.,
gnunet <=