We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e954b6 commit 6fd485aCopy full SHA for 6fd485a
oac_setup_sphinx.m4
@@ -85,10 +85,7 @@ AC_DEFUN([OAC_SETUP_SPHINX],[
85
AS_IF([test "$oac_sphinx_result" = "lesser"],
86
[SPHINX_BUILD=
87
AC_MSG_RESULT([no])],
88
- [ # If we're building, we're also installing, regardless of
89
- # whether we found pre-build docs or not (above).
90
- oac_install_docs=1
91
- AC_MSG_RESULT([yes])])
+ [AC_MSG_RESULT([yes])])
92
])
93
94
# If we found Sphinx, check to ensure that we have all the things
@@ -141,6 +138,9 @@ EOF
141
138
AC_MSG_NOTICE([are available.])
142
139
143
140
AC_MSG_NOTICE([You will not be able to build a distribution tarball.])
+ ],
+ [ # If we're building, we're installing !
+ oac_install_docs=1
144
145
146
# Check if we have already-built docs (e.g., if we're
0 commit comments