Makefile: update DISTCHECK_CONFIGURE_FLAGS to fix CI distcheck.

CI doesn't require various script interpreters to be present to
generate the tarball.
Also use AM_DISTCHECK_CONFIGURE_FLAGS because DISTCHECK_CONFIGURE_FLAGS
is meant for users according to the docs.
This commit is contained in:
Jehan 2020-08-03 18:17:48 +02:00
parent d93d7effb2
commit 6d2b6b8ea0

View file

@ -89,7 +89,7 @@ EXTRA_DIST = \
gtk-doc.make
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-python=force --with-javascript=force --with-lua=force
check-defs: