From 0ec1dd10ee2281d4f6e102e4e8da8365332540b1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 17 Jun 2014 10:58:40 +0100 Subject: trivial: Fix 'make distcheck' after the bash completion file was added --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fd22192..d09015a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,8 @@ ChangeLog: echo A git checkout and git-log is required to generate this file >> $@); \ fi +DISTCHECK_CONFIGURE_FLAGS = --with-bashcompletiondir=/${prefix}/share/bash-completion/completions + .PHONY: ChangeLog -include $(top_srcdir)/git.mk -- cgit v1.2.1