]> git.lyx.org Git - lyx.git/commit
Autotools: check for python >= 2.7.0 or >= 3.3.0
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 23 Mar 2015 21:35:52 +0000 (22:35 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 24 Mar 2015 09:34:08 +0000 (10:34 +0100)
commitbabe5e05f8dc718c88ef8e4701eb9cf992a24fb7
tree6173e36bf0bf73b46a208869d2e502f1650917dc
parenteb79a98e01cfe189a6e45b7c683697396b650482
Autotools: check for python >= 2.7.0 or >= 3.3.0

A new macro adapted from AM_PROG_PYTHON is defined. It does the dual version testing for python 2 and python 3. The rest of the functionnality of AM_PROG_PYTHON has been stripped off.

Once our special macro has been invoked, we use the usual AM_PROG_PYTHON.
config/Makefile.am
config/lyxpython.m4 [new file with mode: 0644]
configure.ac