summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2011-04-05 16:38:06 +0200
committerKarel Zak2011-04-05 16:38:06 +0200
commit488c033f2a596b41179fa7776ece6bb84d1707fc (patch)
tree8268b0992639bd823ce245eab3070bf1a8123590 /configure.ac
parentbuild-sys: use git-version-gen to distinct git and release versions (diff)
downloadkernel-qcow2-util-linux-488c033f2a596b41179fa7776ece6bb84d1707fc.tar.gz
kernel-qcow2-util-linux-488c033f2a596b41179fa7776ece6bb84d1707fc.tar.xz
kernel-qcow2-util-linux-488c033f2a596b41179fa7776ece6bb84d1707fc.zip
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 <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])])