From 5c2ea73e95f422d16773aac338f152c999f50906 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 23 Dec 2018 17:17:03 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 40911b8..a802529 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,9 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ autogen.sh \ HACKING -- cgit v1.2.1