]> git.notmuchmail.org Git - notmuch/commit
configure: add check for python interepreter name
authorDavid Bremner <david@tethera.net>
Sat, 3 Jan 2015 12:58:19 +0000 (13:58 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 3 Jan 2015 15:40:43 +0000 (16:40 +0100)
commitbd96b4c4ba7eb87a18e73c2808834431e4590f34
tree4b1565bf10bb376f0506d9babf7bbdea1608dc10
parent2bb906a6dd21fe109cc921590a512c1af7ff150d
configure: add check for python interepreter name

Currently we hardcode "python" in several places. This makes things
hard for people who have only commands called python3 and/or
python2. We also add the name to sh.config to eventually replace the
current workaround in the test suite.
configure