build: python 3 compatibility

This commit is contained in:
Wladimir J. van der Laan
2016-03-20 17:51:52 +00:00
committed by lateminer
parent 33137dbc6d
commit b1d5409eb8
11 changed files with 194 additions and 127 deletions

View File

@@ -82,7 +82,7 @@ AC_PATH_TOOL(STRIP, strip)
AC_PATH_TOOL(GCOV, gcov)
AC_PATH_PROG(LCOV, lcov)
AC_PATH_PROG(JAVA, java)
AC_PATH_PROG(PYTHON, python)
AC_PATH_PROGS([PYTHON], [python3 python2.7 python2 python])
AC_PATH_PROG(GENHTML, genhtml)
AC_PATH_PROG([GIT], [git])
AC_PATH_PROG(CCACHE,ccache)