1 # vi:set ts=8 sw=8 noet ai nocindent:
13 (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
14 && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
15 || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
19 DISTCHECK_CONFIGURE_FLAGS = \