]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Add python details to configure summary 1091/head
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 11 Aug 2020 17:13:41 +0000 (19:13 +0200)
committerWolfgang Stöggl <c72578@yahoo.de>
Tue, 11 Aug 2020 17:13:41 +0000 (19:13 +0200)
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

index 13608df69d51fc3aaa169b62ced277eef93eda77..0cc0298e652f2aecbcdf3a10b67d05ea3d6ae511 100644 (file)
@@ -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"