From: Hugo Villeneuve Date: Tue, 17 Sep 2013 16:21:20 +0000 (-0400) Subject: Fix error when running "make distcheck" X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=1ee29f319d585fba5bd33c2235a1e886e0e441e2;hp=1ee29f319d585fba5bd33c2235a1e886e0e441e2;p=dockapps%2Fwmnotify.git Fix error when running "make distcheck" 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. ---