From: Karel Zak Date: Tue, 5 Apr 2011 14:38:06 +0000 (+0200) Subject: build-sys: remove check-news X-Git-Tag: v2.20-rc1~393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=488c033f2a596b41179fa7776ece6bb84d1707fc;p=thirdparty%2Futil-linux.git 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 --- diff --git a/configure.ac b/configure.ac index 501b58162f..68f0abfdee 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])])