]> git.lyx.org Git - features.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, 18 Jun 2020 13:48:29 +0000 (15:48 +0200)
commitee9cd4e1c74f9eb21ce63aec259c4fef6eb83344
tree545bd85c0a3cc36e1a3d57f0ca6ac6cc0b05ba2c
parent1cb33612e7669f894dd8ac277468b2e2b8ea7654
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