diff options
author | Martin Szulecki | 2014-10-14 03:15:50 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 03:15:50 +0200 |
commit | ff5d94de0ffda3f04cb05095f6495299d9ed8440 (patch) | |
tree | df6d8549318306e2c3e08d224fe797d7ad516b1c | |
parent | e9c5ecf05073b55fda557d050d5bcada64a61d4f (diff) | |
download | usbmuxd-ff5d94de0ffda3f04cb05095f6495299d9ed8440.tar.gz usbmuxd-ff5d94de0ffda3f04cb05095f6495299d9ed8440.tar.bz2 |
Add "check-news" automake option to ensure correct NEWS file on releases
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8936bbc..cd43a97 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.61) AC_INIT(usbmuxd, 1.0.9, 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]) |