forked from pool/boinc-client
1feb96f4e2
update to 6.12.43 OBS-URL: https://build.opensuse.org/request/show/126826 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=25
14 lines
583 B
Diff
14 lines
583 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -285,7 +285,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}])
|