The commit
47cc1b6ccfd1e6e10aafbf21e932991a10c97f7e might have fixed an
issue when distribution is built, but it broke make after running
./configure which this commit fixes.
Reference: http://www.delorie.com/gnu/docs/automake/automake_66.html
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Documentation/BUGS \
Documentation/FAQ
-@ if [ -f $(top_srcdir)/.version ]; then \
- BUILT_SOURCES = $(top_srcdir)/.version \
-fi
+BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
+ touch $(top_srcdir)/.version
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version