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.


No differences found