2017-09-03 12:14:15 +02:00
|
|
|
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.
|
|
|
|
|
2017-09-03 00:47:48 +02:00
|
|
|
---
|
|
|
|
configure.ac | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2023-01-24 14:05:02 +01:00
|
|
|
Index: boinc-client_release-7.22-7.22.0/configure.ac
|
2012-02-02 21:59:26 +01:00
|
|
|
===================================================================
|
2023-01-24 14:05:02 +01:00
|
|
|
--- boinc-client_release-7.22-7.22.0.orig/configure.ac
|
|
|
|
+++ boinc-client_release-7.22-7.22.0/configure.ac
|
|
|
|
@@ -375,7 +375,7 @@ AC_SUBST([TOP_BUILD_DIR], [`pwd`])
|
2008-10-12 00:54:17 +02:00
|
|
|
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}"])
|
|
|
|
|
2023-01-24 14:05:02 +01:00
|
|
|
if test "${enable_wasm}" = yes ; then
|