make python-sphinx optional
This commit is contained in:
parent
36f80e1a48
commit
f37e788a9e
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ fi
|
||||||
# check for sphinx required during make
|
# check for sphinx required during make
|
||||||
AC_CHECK_PROG(sphinxapi_path, sphinx-apidoc, $as_dir, no, $SEARCHPATH)
|
AC_CHECK_PROG(sphinxapi_path, sphinx-apidoc, $as_dir, no, $SEARCHPATH)
|
||||||
if test "x$sphinxapi_path" = "xno" ; then
|
if test "x$sphinxapi_path" = "xno" ; then
|
||||||
AC_MSG_ERROR(["Could not location sphinx-apidoc, from the python-sphinx package"])
|
AC_MSG_WARN(["Could not location sphinx-apidoc, from the python-sphinx package"])
|
||||||
|
want_docs=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#AC_PATH_PROGS(tcl_path, [tclsh tclsh8.5 tclsh8.4], no)
|
#AC_PATH_PROGS(tcl_path, [tclsh tclsh8.5 tclsh8.4], no)
|
||||||
|
|
Loading…
Reference in a new issue