configure.ac: added more output about python environment to config.report

This commit is contained in:
cristiangreco 2009-09-12 17:03:35 +00:00
parent e43dacb275
commit fd6630de5a
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
# $Id$
AC_PREREQ(2.64)
@ -725,6 +726,12 @@ Python environment:
binary: ${PYTHON}
version: ${PYTHON_VERSION}
platform: ${PYTHON_PLATFORM}
prefix: ${PYTHON_PREFIX}
exec_prefix: ${PYTHON_EXEC_PREFIX}
pythondir: ${pythondir}
pkgpythondir: ${pkgpythondir}
pyexecdir: ${pyexecdir}
pkgpyexecdir: ${pkgpyexecdir}
-m4-
binary: ${PYTHON_BIN}