10 ACLOCAL_AMFLAGS = -I m4
12 DISTCHECK_CONFIGURE_FLAGS = \
14 --disable-scrollkeeper \
15 --disable-schemas-install
17 folksdocdir = ${prefix}/doc/folks
36 # Workaround broken scrollkeeper that doesn't remove its files on
38 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
41 if test "x$(srdcir)" = "x."; then :; else \
47 @if test -d "$(srcdir)/.git"; then \
48 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
51 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
52 (test -f $@ || echo git-log is required to generate this file >> $@)); \
55 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
56 echo A git checkout and git-log is required to generate this file >> $@); \