Fix error when running "make distcheck"
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 17 Sep 2013 16:21:20 +0000 (12:21 -0400)
committerHugo 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

index 7084e9e..6b54cee 100644 (file)
@@ -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