Skip to content

Commit

Permalink
More verbose about sphinix components.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed May 29, 2024
1 parent c064bf2 commit 27f2834
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,12 @@ AS_IF([test x${DX_DOXYGEN} == x],
[AC_SUBST(HAVE_CXX_DOCS, 1)
AS_IF([test x${PYTHON} != xno],
[AS_IF([test x${PYTHON_SPHINXB} = x],
[AC_MSG_WARN([missing the sphinx module, python documentation cannot not be built])],
[AS_IF([test x${PYTHON_BREATHE} = x],
[AC_MSG_WARN([missing the breathe module, python documentation cannot not be built])],
[AC_SUBST(HAVE_PYTHON_DOCS, 1)])])])])
[AC_MSG_WARN([missing the sphinx-build, python documentation cannot not be built])],
[AS_IF([test x${PYTHON_SPHINXA} = x],
[AC_MSG_WARN([missing the sphinx-apidoc, python documentation cannot not be built])],
[AS_IF([test x${PYTHON_BREATHE} = x],
[AC_MSG_WARN([missing the breathe-apidoc, python documentation cannot not be built])],
[AC_SUBST(HAVE_PYTHON_DOCS, 1)])])])])])


# Version splitting
Expand Down

0 comments on commit 27f2834

Please sign in to comment.