From 70ce4b88565068518bdeff7a4018173a0ceb329c Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 21 Jan 2008 14:55:59 +0100 Subject: [PATCH] Mute version check (unless it fails) Signed-off-by: Julien Danjou --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c8138d8e..9a113ea7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,7 +150,7 @@ distcheck-hook: git-version-check # restart the whole dist process from the start and there is none. EXTRA_DIST += build-utils/package-version git-version-check: - git_ver=`$(top_srcdir)/build-utils/package-version $(top_srcdir) version-stamp`; \ + @git_ver=`$(top_srcdir)/build-utils/package-version $(top_srcdir) version-stamp`; \ if test "x$${git_ver}" = "x$(PACKAGE_VERSION)"; then :; else \ echo "ERROR: PACKAGE_VERSION and 'git describe' version do not match:"; \ echo " current 'git describe' version: $${git_ver}"; \