From ebb71a8b5ae782e207c761143034bf8bea5d1d0f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Apr 2020 22:14:53 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 43f22ce..bc2ac43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ -- cgit v1.2.1