From 6be43f4a23d4149f75508369f6de7e4ed6aafa38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Tue, 11 Aug 2020 19:13:41 +0200 Subject: [PATCH] Add python details to configure summary The output in the summary of configure will look like this: Build Python Bindings: yes Python Binary: /usr/bin/python Python Version: 3.8 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 13608df6..0cc0298e 100644 --- a/configure.ac +++ b/configure.ac @@ -1100,6 +1100,8 @@ fi echo " Systemd unit dir: $with_systemdsystemunitdir" echo " Build Tcl Bindings: $enable_tcl" echo " Build Python Bindings: $enable_python" +echo " Python Binary: $PYTHON" +echo " Python Version: $PYTHON_VERSION" echo " Build examples: $enable_examples" echo " Build rrdcached: $enable_rrdcached" echo " Build rrdcgi: $enable_rrdcgi" -- 2.47.2