projects
/
dockapps
/
wmnotify.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee3f2c
)
Fix error when running "make distcheck"
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 17 Sep 2013 16:21:20 +0000
(12:21 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 6 Nov 2013 00:54:29 +0000
(19:54 -0500)
Error message:
make: *** No rule to make target `build-aux/acx_pthread.m4', needed by
`distdir'. Stop.
Macro acx_pthread.m4 was previously in build-aux subdirectory. It is now in
m4 subdirectory.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
7084e9e
..
6b54cee
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-6,7
+6,7
@@
SUBDIRS = src doc
## We want these in the dist tarball
EXTRA_DIST = autogen.sh \
-
$(ac_aux_dir)
/acx_pthread.m4 \
+
m4
/acx_pthread.m4 \
pixmaps
ACLOCAL_AMFLAGS = -I m4