10 ACLOCAL_AMFLAGS = -I m4
12 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
18 MAINTAINERCLEANFILES = \
20 $(srcdir)/aclocal.m4 \
22 $(srcdir)/config.guess \
23 $(srcdir)/config.h.in \
24 $(srcdir)/config.sub \
26 $(srcdir)/install-sh \
30 `find "$(srcdir)" -type f -name Makefile.in -print`
33 if test "x$(srcdir)" = "x."; then :; else \
39 @if test -d "$(srcdir)/.git"; then \
40 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
43 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
44 (test -f $@ || echo git-log is required to generate this file >> $@)); \
47 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
48 echo A git checkout and git-log is required to generate this file >> $@); \