mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
babe5e05f8
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.
10 lines
131 B
Makefile
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
|