]> git.lyx.org Git - lyx.git/commit
Search for python3 first, then python2 in autoconf
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 16 May 2019 16:32:14 +0000 (18:32 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 16 May 2019 16:36:41 +0000 (18:36 +0200)
commitd933d72fa9e30d5b2a92b6117f74bcd23b696a32
treee8461200dfd567d5b185ce85fc263834e103a6c8
parent65ec404eb39bb85424cc8cc3394ed2eeddabb714
Search for python3 first, then python2 in autoconf

Python 3.x shall have priority over python 2.x. In 2.5.0dev, support
for python2 will be removed.

Now, we ignore all pythonx.y names, which are not relevant, and do not try
either the basic "python" name.
config/lyxpython.m4