X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/b926bd9820cdf9752aa813d4ba48c9b9fa351a6a..1094acda35687a23ef68aa592e5428dd882c76fa:/configure.ac diff --git a/configure.ac b/configure.ac index 19e0bf3..03476cf 100644 --- a/configure.ac +++ b/configure.ac @@ -138,12 +138,12 @@ then AC_MSG_WARN([docbook2html not found, man pages rebuild will not be possible]) fi -# Check for rst programs -AC_ARG_VAR(RST2HTML, [rst2html path]) -AC_PATH_PROG(RST2HTML, [rst2html], []) -if test -z "$RST2HTML" +# Check for python-sphinx +AC_ARG_VAR(SPHINX, [sphinx-build path]) +AC_PATH_PROG(SPHINX, [sphinx-build], []) +if test -z "$SPHINX" then - AC_MSG_WARN([rst2html not found, documentation rebuild will not be possible]) + AC_MSG_WARN([sphinx-build not found, documentation rebuild will not be possible]) fi # Check for graphviz (dot)