added check for grpcio-tools in autoconf, updated install docs to denote python dependencies and grpcio-tools for building from source

This commit is contained in:
Blake Harnden 2019-06-10 13:15:34 -07:00
parent 43627805ee
commit 0692ab6f68
2 changed files with 34 additions and 2 deletions

View file

@ -111,6 +111,7 @@ if test "x$enable_daemon" = "xyes"; then
AM_PATH_PYTHON(2.7)
AM_CONDITIONAL([PYTHON3], [test "x$PYTHON" == "xpython3"])
AS_IF([$PYTHON -m grpc_tools.protoc -h &> /dev/null], [], [AC_MSG_ERROR([please install python grpcio-tools])])
AC_CHECK_PROG(brctl_path, brctl, $as_dir, no, $SEARCHPATH)
if test "x$brctl_path" = "xno" ; then