diff options
author | Martin Szulecki | 2014-10-01 19:28:25 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-01 19:28:25 +0200 |
commit | 07ed9bd789ad7841f40154a6f73c75dab8d6bd00 (patch) | |
tree | c2fa7abbd312eb044e7c13b76496f3a73b571c68 | |
parent | 9665773d8ae5eaf1679574b15dab133ab9d0de72 (diff) | |
download | libimobiledevice-07ed9bd789ad7841f40154a6f73c75dab8d6bd00.tar.gz libimobiledevice-07ed9bd789ad7841f40154a6f73c75dab8d6bd00.tar.bz2 |
Add automake option to cause "make dist" to fail if NEWS was not updated
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |