blob: d45adaa3efcf86c29c62be26c87a28360dec756c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Man pages are already built in the release tarball, so we don't need latex2man.
--- a/configure.ac
+++ b/configure.ac
@@ -385,12 +385,6 @@
AC_SUBST(enable_debug_frame)
AC_SUBST(DLLIB)
-AC_PATH_PROG([LATEX2MAN],[latex2man])
-if test "x$LATEX2MAN" = "x"; then
- AC_MSG_WARN([latex2man not found. Install latex2man. Disabling docs.])
- enable_documentation="no";
-fi
-
AM_CONDITIONAL([CONFIG_DOCS], [test x$enable_documentation = xyes])
if test "x$enable_documentation" = "xyes"; then
AC_CONFIG_FILES(doc/Makefile doc/common.tex)
|