diff options
author | Patrick Monnerat <[email protected]> | 2019-02-12 03:40:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-14 17:37:02 +0100 |
commit | 05c5dd58ebf03b1366a43cbcfd135079e6d4455d (patch) | |
tree | a85d9d59e068f607154b5cad498dd646863ce0d0 /configure.ac | |
parent | 98f55b6cc13099fb922ac830bb2b7acb5cfc31b2 (diff) | |
download | python-caja-05c5dd58ebf03b1366a43cbcfd135079e6d4455d.tar.bz2 python-caja-05c5dd58ebf03b1366a43cbcfd135079e6d4455d.tar.xz |
Report effective Python version and library location at the end of configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8d59a22..fb0ad6b 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,8 @@ AC_OUTPUT([ echo echo " caja-python $PACKAGE_VERSION" echo -echo " Caja Prefix: ${prefix}" -echo " Documentation: ${enable_gtk_doc}" +echo " Caja Prefix: ${prefix}" +echo " Python version: ${PYTHON_VERSION}" +echo " Python library location: ${PYTHON_LIB_LOC}" +echo " Documentation: ${enable_gtk_doc}" echo |