BIND 10 master, updated. 9a2f395450e0241bc0f56bca2f7a3d3ff24aad81 [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 22 12:34:46 UTC 2011
The branch, master has been updated
via 9a2f395450e0241bc0f56bca2f7a3d3ff24aad81 (commit)
via e303d479811d063f0094cceac5e586ea69c63454 (commit)
from b0482e786ffa236075d3cfde2e2a970a95698142 (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 9a2f395450e0241bc0f56bca2f7a3d3ff24aad81
Merge: e303d479811d063f0094cceac5e586ea69c63454 b0482e786ffa236075d3cfde2e2a970a95698142
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Dec 22 06:34:06 2011 -0600
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
commit e303d479811d063f0094cceac5e586ea69c63454
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Dec 22 06:31:55 2011 -0600
[master] also try to detect python3.2 executable
This is the executable name as installed on Debian with its
python3.2 package.
Python 3.2 appears to work and some have been using it for months.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 2b21ae8..ac13b80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,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 python3.1])
+m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3 python3.1 python3.2])
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