forked from pool/boinc-client
03dad75fa3
update to 7.8.3 OBS-URL: https://build.opensuse.org/request/show/536998 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=66
24 lines
905 B
Diff
24 lines
905 B
Diff
From: (unknown, dates back beyond OBS history start)
|
|
X-Upstream: no
|
|
|
|
In opensuse, the docbook utility is named docbook-to-man instead
|
|
of docbook2x-man.
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: boinc-client_release-7.8-7.8.3/configure.ac
|
|
===================================================================
|
|
--- boinc-client_release-7.8-7.8.3.orig/configure.ac
|
|
+++ boinc-client_release-7.8-7.8.3/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}])
|