diff options
-rw-r--r-- | Makefile.am | 2 |
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. |