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:
parent
d93d7effb2
commit
6d2b6b8ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue