From f4def0d56b9b17ecda8afd5ff8db8b5539769fce Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 29 Oct 2017 17:59:31 -0400 Subject: Makefile.am: Leave PACKAGE_VERSION_GIT empty in not IN_GIT --- 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. -- cgit v0.9.1