From 613836ee8e892684c86d8aa6a9953b18041a7cbc Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Wed, 25 Jun 2003 16:25:05 +0000
Subject: [PATCH] Add all .m4 files in ./m4/ (make complains otherwise after
 "make dist").

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

diff --git a/Makefile.am b/Makefile.am
index b114971..485bf3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ endif
 
 ACLOCAL_AMFLAGS  = -I ./m4
 
-EXTRA_DIST = DEMO m4/check-package.m4
+EXTRA_DIST = DEMO $(wildcard m4/*.m4)
 
 # This target only makes sense for maintainers!!
 cvs-clean:
-- 
GitLab