[easytag] Automatically check NEWS before releasing



commit 7d1141cf8f9886eb38cd247e09139591ffeb8af5
Author: David King <amigadave amigadave com>
Date:   Mon Feb 4 18:48:46 2013 +0000

    Automatically check NEWS before releasing
    
    Check that the NEWS file has been updated during distcheck.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 16f30d0..33ad726 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
 dnl -------------------------------
 dnl Init automake
 dnl -------------------------------
-AM_INIT_AUTOMAKE([1.11 -Wall no-define dist-xz no-dist-gzip nostdinc subdir-objects])
+AM_INIT_AUTOMAKE([1.11 -Wall check-news no-define dist-xz no-dist-gzip nostdinc subdir-objects])
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]