From 714988c4f904e765f9259088425a81224c380b27 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 1 Dec 2015 14:24:33 +0100
Subject: [PATCH] Forced distribution of pigeonhole.m4 file. For some
 inapparent reason it was not included in the output tarball.

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 77bab6c46..794922fa6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ ChangeLog: .hg/dirstate
 	hg log --style=changelog > ChangeLog
 endif
 
-aclocal_DATA = pigeonhole.m4
+dist_aclocal_DATA = pigeonhole.m4
 
 pigeonhole-version.h: noop
 	$(SHELL) $(top_srcdir)/update-version.sh $(top_srcdir) $(top_builddir)
-- 
GitLab