diff options
author | raveit65 <[email protected]> | 2018-12-19 20:10:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-19 20:47:57 +0100 |
commit | 8c11faa90e1dee6b626877fd65a2186b6bf02939 (patch) | |
tree | afbd8a0a09ac409daef0e880e20885c82d35a3cc | |
parent | f111ada51911f2d47c4690df523715c76cdb60d6 (diff) | |
download | marco-8c11faa90e1dee6b626877fd65a2186b6bf02939.tar.bz2 marco-8c11faa90e1dee6b626877fd65a2186b6bf02939.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a7a31d79..941ef485 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,9 @@ SUBDIRS=src po doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = autogen.sh HACKING rationales.txt \ intltool-extract.in intltool-merge.in intltool-update.in |