configure.ac: Add 'check-news' automake option.

This warns if the NEWS file hasn't been updated before a release.
This commit is contained in:
Uwe Hermann 2014-05-05 02:01:22 +02:00
parent 1652aa869f
commit 9fb991348d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ AC_CONFIG_AUX_DIR([autostuff])
AC_CANONICAL_TARGET
# We require at least automake 1.11 (needed for 'silent rules').
AM_INIT_AUTOMAKE([1.11 -Wall -Werror])
AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])