forked from pool/boinc-client
5024a320b2
fix for bnc#689499 OBS-URL: https://build.opensuse.org/request/show/102548 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=17
14 lines
583 B
Diff
14 lines
583 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -284,7 +284,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}])
|