]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: remove check-news
authorKarel Zak <kzak@redhat.com>
Tue, 5 Apr 2011 14:38:06 +0000 (16:38 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Apr 2011 14:38:06 +0000 (16:38 +0200)
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 <kzak@redhat.com>
configure.ac

index 501b58162fa6e2834aedb92802b29953f232ce26..68f0abfdeee43ab3ed8001604272dac6c18743a7 100644 (file)
@@ -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])])