From 488c033f2a596b41179fa7776ece6bb84d1707fc Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 5 Apr 2011 16:38:06 +0200 Subject: build-sys: remove check-news I need to call "make distcheck" often during development phase to check that all files are correctly added to Makefiles. The "check-new" automake option is useless if $(VERSION) is generated from git. Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 501b58162..68f0abfde 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ(2.60) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([check-news -Wall foreign 1.10 dist-bzip2 -Wno-portability]) +AM_INIT_AUTOMAKE([-Wall foreign 1.10 dist-bzip2 -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) -- cgit v1.2.3-55-g7522