summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-11-15 18:29:52 +0100
committerWerner Koch <wk@gnupg.org>2017-11-15 18:29:52 +0100
commitdfb8654f66f8ddeeb048e195a4f98c0aeed9ffb7 (patch)
tree67860c59eeb2a7add54b610a31f40269f8a8f6b2 /Makefile.am
parent1f9a635e3c4be157a4879fc15b59805abcef9a08 (diff)
downloadlibassuan-dfb8654f66f8ddeeb048e195a4f98c0aeed9ffb7.tar.gz
Let configure create the VERSION file.
* autogen.sh: Update from Libgpg-error * configure.ac: Create file VERSION. * Makefile.am (dist-hook): Do not create VERSION. (EXTRA_DIST): Add VERSION. -- GnuPG-bug-id: 3283
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ba01f60..11e4696 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-doc
# (A suitable gitlog-to-changelog script can be found in GnuPG master.)
GITLOG_TO_CHANGELOG=gitlog-to-changelog
-EXTRA_DIST = autogen.sh autogen.rc README.GIT \
+EXTRA_DIST = autogen.sh autogen.rc README.GIT VERSION \
ChangeLog-2011 doc/ChangeLog-2011 src/ChangeLog-2011 \
tests/ChangeLog-2011 contrib/ChangeLog-2011 \
build-aux/git-log-footer build-aux/git-log-fix
@@ -40,7 +40,7 @@ SUBDIRS = m4 src $(doc) tests
dist-hook: gen-ChangeLog
- echo "$(VERSION)" > $(distdir)/VERSION
+
distcheck-hook:
set -e; ( \