mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 12:51:21 +00:00
Fix distcheck
Disable bash completion during distchecking otherwise it may try to install into a system path and fail.
This commit is contained in:
parent
c06ab9a091
commit
56dd2d89c4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook
|
||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook --with-bash-completion-dir=no
|
||||
|
||||
# note: keep in sync with configure.ac
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
|
Loading…
Reference in a new issue