summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-29 17:59:31 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-29 17:59:31 (EDT)
commitf4def0d56b9b17ecda8afd5ff8db8b5539769fce (patch)
tree883c2c21229733f4f6bec4c0f900313f4bd22fcb /Makefile.am
parent260232dab8e6cf94df1936c89f1bfcffb574c498 (diff)
downloadmarquee-f4def0d56b9b17ecda8afd5ff8db8b5539769fce.zip
marquee-f4def0d56b9b17ecda8afd5ff8db8b5539769fce.tar.gz
marquee-f4def0d56b9b17ecda8afd5ff8db8b5539769fce.tar.bz2
Makefile.am: Leave PACKAGE_VERSION_GIT empty in not IN_GIT
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 773d449..d47aebf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ PACKAGE_VERSION_GIT = $$({ git describe --tags --dirty 2>/dev/null || \
"$$(git rev-list --count HEAD)" \
"$$(git describe --tags --dirty --always)"; } | sed 's|^.*/||')
else
-PACKAGE_VERSION_GIT = $(PACKAGE_VERSION)
+PACKAGE_VERSION_GIT =
endif
# PACKAGE_STRING is used in the test suite output and log.