mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
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:
parent
1652aa869f
commit
9fb991348d
@ -35,7 +35,7 @@ AC_CONFIG_AUX_DIR([autostuff])
|
|||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
||||||
# We require at least automake 1.11 (needed for 'silent rules').
|
# 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_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user