forked from pool/boinc-client
d7fb2f46f3
- Removed boinc-bnc_465676.patch (Fixed Upstream) - Removed boinc-bnc_465676.patch (Fixed Upstream) - Removed boinc-client-NotebookWxPanel.patch (Fixed Upstream) - Removed boinc-client-wxWindowListNode.patch (Fixed Upstream) - Fix boinc-manager-lang requires - Major spec file makeover - Updated version - Cleaned up patches - Fixed most deprecated conversion from string constant to 'char*' OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=7
12 lines
532 B
Diff
12 lines
532 B
Diff
--- configure.ac 2010-07-01 12:09:41.000000000 -0500
|
|
+++ configure.ac.orig 2010-10-03 16:24:03.000000000 -0500
|
|
@@ -284,7 +284,7 @@
|
|
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}])
|