projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4b333
)
add ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary
author
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 9 Oct 2003 14:59:44 +0000
(14:59 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 9 Oct 2003 14:59:44 +0000
(14:59 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index e49a2a6ffc23bef5a6aab947d982af1763afc6f9..7d4aaa5d3d1df30866c84b2f53735e4362a49ad1 100644
(file)
--- 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`