Terser version update message

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Hans Ulrich Niedermann 2008-01-29 12:26:36 +01:00 committed by Julien Danjou
parent 33cf249854
commit e1d3b007a7
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ git-version-check:
echo "ERROR: PACKAGE_VERSION and 'git describe' version do not match:"; \ echo "ERROR: PACKAGE_VERSION and 'git describe' version do not match:"; \
echo " current 'git describe' version: $${git_ver}"; \ echo " current 'git describe' version: $${git_ver}"; \
echo " current PACKAGE_VERSION: $(PACKAGE_VERSION)"; \ echo " current PACKAGE_VERSION: $(PACKAGE_VERSION)"; \
echo "You can update PACKAGE_VERSION by running $(top_srcdir)/autogen.sh."; \ echo "Update PACKAGE_VERSION by running $(top_srcdir)/autogen.sh."; \
exit 1; \ exit 1; \
fi fi