configure: keep track of Python version
commit755ee70ff758584b8b6190b2cab4b480402af201
authorCleber Rosa <crosa@redhat.com>
Fri, 9 Nov 2018 15:07:07 +0000 (9 10:07 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 17 Jan 2019 19:52:40 +0000 (17 17:52 -0200)
tree7245b4c0cc591069a6cb73b3048057ea07df6475
parent9ab5a24b5298ae8272607a8ffc9ba20c15acefaa
configure: keep track of Python version

Some functionality is dependent on the Python version
detected/configured on configure.  While it's possible to run the
Python version later and check for the version, doing it once is
preferable.  Also, it's a relevant information to keep in build logs,
as the overall behavior of the build can be affected by it.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20181109150710.31085-2-crosa@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
configure