From: Wolfgang Stöggl Date: Tue, 11 Aug 2020 17:13:41 +0000 (+0200) Subject: Add python details to configure summary X-Git-Tag: v1.8.0~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1091%2Fhead;p=thirdparty%2Frrdtool-1.x.git 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 --- 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"