lyx_mirror/config/Makefile.am
Jean-Marc Lasgouttes babe5e05f8 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.
2015-03-24 10:34:08 +01:00

10 lines
131 B
Makefile

include $(top_srcdir)/config/common.am
EXTRA_DIST = \
common.am \
lyxinclude.m4 \
lyxpython.m4 \
pkg.m4 \
qt4.m4 \
spell.m4