]> sigrok.org Git - libsigrok.git/commit
Use AM_PATH_PYTHON macro to find Python binary.
authorMartin Ling <redacted>
Sun, 14 Sep 2014 01:31:10 +0000 (02:31 +0100)
committerMartin Ling <redacted>
Sun, 14 Sep 2014 01:32:49 +0000 (02:32 +0100)
commitda89e23a2864a15f0cc548c8f803ff4ecc042cd5
tree82a528df5d22dc978c6254b9e133a9d47ae04bea
parentdb560903d196c39bceeaa543317fa602a02b51ac
Use AM_PATH_PYTHON macro to find Python binary.

A specific interpreter can now be passed to configure e.g:

./configure PYTHON=python3
Makefile.am
configure.ac