From fd6630de5aeadbd0570cda386018eee2dcfb0542 Mon Sep 17 00:00:00 2001 From: cristiangreco Date: Sat, 12 Sep 2009 17:03:35 +0000 Subject: [PATCH] configure.ac: added more output about python environment to config.report --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 4a13621dd..8f59197a5 100644 --- a/configure.ac +++ b/configure.ac @@ -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}