From 39d005b1649fbcc2c05fea8febb016ed478b257a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Dec 2018 16:05:34 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8b10b59d..cf3866c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,9 @@ DIST_SUBDIRS = \ command \ netspeed +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ m4/ac-define-dir.m4 \ COPYING-DOCS \ -- cgit v1.2.1