From: Frank Mori Hess Date: Thu, 9 Oct 2003 14:59:44 +0000 (+0000) Subject: add ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary X-Git-Tag: r0_7_22~123 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad25b37d406234a69ce250716b850f49a4f684bd;p=comedilib.git add ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary --- 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`