This is for ticket #2501.
This is trivial and I did without review. I tested on two
systems (one with python3.3 and one without).
I didn't decide to make it open-ended at this time,
just in case we need to fix python3.4 issues first.
I decided not to add a changelog entry since was so trivial.
(Also had a workaround before by using --with-pythonpath.)
AC_SUBST(SET_ENV_LIBRARY_PATH)
AC_SUBST(ENV_LIBRARY_PATH)
-m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3.2 python3.1 python3])
+m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3.3 python3.2 python3.1 python3])
AC_ARG_WITH([pythonpath],
AC_HELP_STRING([--with-pythonpath=PATH],
[specify an absolute path to python executable when automatic version check (incorrectly) fails]),