From: Daniel Elstner Date: Sat, 7 Nov 2015 21:08:45 +0000 (+0100) Subject: build: Skip Python bindings during distcheck X-Git-Tag: libsigrok-0.4.0~122 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=9448951db5de17f6fc969e5bc2e68e5985c6fa27;p=libsigrok.git build: Skip Python bindings during distcheck setup.py attempts to relink the bindings at installation time, which breaks distcheck. Thus, disable the Python bindings during distcheck for now. --- diff --git a/Makefile.am b/Makefile.am index 1c92bda1..6d5fb2b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,9 @@ ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --silent GNUMAKEFLAGS = --no-print-directory +# distutils/setuptools cause trouble on distcheck. Disable for now. +DISTCHECK_CONFIGURE_FLAGS = --disable-python + FIRMWARE_DIR = $(datadir)/sigrok-firmware local_includes = -Iinclude -I$(srcdir)/include -I$(srcdir)/src -I.