Mute version check (unless it fails)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Hans Ulrich Niedermann 2008-01-21 14:55:59 +01:00 committed by Julien Danjou
parent 7ffd48ccd6
commit 70ce4b8856
1 changed files with 1 additions and 1 deletions

View File

@ -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}"; \