BIND 10 master, updated. 9bb9dbe6234769cbe525c24887eefe16ef1d7cee [master] add python3.3 to the python check list
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 22 16:02:12 UTC 2013
The branch, master has been updated
via 9bb9dbe6234769cbe525c24887eefe16ef1d7cee (commit)
from 4890e1207ce2c4fd0875c321e14c8931c6313e6b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9bb9dbe6234769cbe525c24887eefe16ef1d7cee
Author: Jeremy C. Reed <jreed at isc.org>
Date: Tue Jan 22 09:59:12 2013 -0600
[master] add python3.3 to the python check list
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.)
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index d8bbef5..6d1a388 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,7 @@ AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
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]),
More information about the bind10-changes
mailing list