Add initial libcvautomation_funcs.py and documentation

This commit is contained in:
Bradlee Speice
2012-08-14 13:35:16 -04:00
parent e932c367d3
commit d7de401d66
4 changed files with 7 additions and 8 deletions

View File

@ -114,7 +114,7 @@ if test "$with_python" != "no"; then
AM_PATH_PYTHON([2.4])
m4_include([m4/m4_ax_python_devel.m4])
AX_PYTHON_DEVEL([>= '2.4'])
AC_CONFIG_FILES([python/Makefile] [python/setup.py])
AC_CONFIG_FILES([python/Makefile])
fi
if test "$Python" == "missing"; then
echo "Could not find a suitable Python program. Disabling building python support..."