From 07ed9bd789ad7841f40154a6f73c75dab8d6bd00 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 1 Oct 2014 19:28:25 +0200 Subject: Add automake option to cause "make dist" to fail if NEWS was not updated --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 963767c..6e3e058 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.61) AC_INIT(libimobiledevice, 1.1.7, nospam@nowhere.com) -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.1-32-gdbae