From d1e203a2b0ee8c0a1fb6814a37c6f9a13746acec Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 21 Dec 2018 16:35:19 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 32b36cc..7f75fcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall \ +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-localinstall \ CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ -- cgit v1.2.1