From ad25b37d406234a69ce250716b850f49a4f684bd Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Thu, 9 Oct 2003 14:59:44 +0000 Subject: [PATCH] add ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e49a2a6..7d4aaa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ SUBDIRS = lib comedi_calibrate comedi_config man testing demo doc python \ EXTRA_DIST = debian m4 comedilib.spec +ACLOCAL_AMFLAGS = -I m4 + dist-hook: rm -rf `find $(distdir) -name CVS` -- 2.26.2