forked from pool/boinc-client
5a4c610a49
recover removals and undocumented changes OBS-URL: https://build.opensuse.org/request/show/520383 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=58
19 lines
702 B
Diff
19 lines
702 B
Diff
# PATCH-FIX-OPENSUSE boinc-docbook2x.patch
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -334,7 +334,7 @@ AC_SUBST([TOP_BUILD_DIR], [`pwd`])
|
|
dnl Check for docbook2x-man, which we use to create the manpages in
|
|
dnl doc/manpages, and set the conditional HAVE_DOCBOOK2X_MAN to build
|
|
dnl the manpages only if docbook2x-man is available.
|
|
-AC_PATH_PROG(DOCBOOK2X_MAN, docbook2x-man)
|
|
+AC_PATH_PROG(DOCBOOK2X_MAN, docbook-to-man)
|
|
AM_CONDITIONAL(HAVE_DOCBOOK2X_MAN, [test -n "${DOCBOOK2X_MAN}"])
|
|
|
|
AC_SUBST([CLIENT_BIN_FILENAME],[boinc${EXEEXT}])
|