update to installation docs, tweaks to handling python2/3 package builds

This commit is contained in:
Blake Harnden 2019-06-10 11:41:27 -07:00
parent 223bcb64f1
commit fc654a31a8
7 changed files with 138 additions and 207 deletions

View file

@ -110,8 +110,7 @@ if test "x$enable_daemon" = "xyes"; then
AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname])
AM_PATH_PYTHON(2.7)
pythondir=`echo ${pythondir} | sed s,site-packages,dist-packages,`
AC_SUBST(pythondir,$pythondir)
AM_CONDITIONAL([PYTHON3], [test "$PYTHON" == "python3"])
AC_CHECK_PROG(brctl_path, brctl, $as_dir, no, $SEARCHPATH)
if test "x$brctl_path" = "xno" ; then
@ -266,6 +265,7 @@ GUI:
Daemon:
Daemon path: ${bindir}
Daemon config: ${CORE_CONF_DIR}
Python: ${PYTHON}
Python modules: ${pythondir}
Logs: ${CORE_STATE_DIR}/log