From 702126ada9b2618fb9d190621add67c2ff4c2973 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 5 Feb 2013 14:49:52 +0000 Subject: [PATCH] Check that NEWS has been update before releasing --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4537179..dc84843 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([libsignon-glib.pc.in]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.11 -Wall nostdinc silent-rules subdir-objects]) +AM_INIT_AUTOMAKE([1.11 -Wall check-news nostdinc silent-rules subdir-objects]) AC_PROG_CC AC_PROG_CC_STDC -- 2.34.1