Re: ACLOCAL_AMFLAGS problems

2008-02-09 Thread Ralf Wildenhues
Hello Ruben, Apologies for the delay, I must have missed this somehow: * Ruben Henner Zilibowitz wrote on Tue, Dec 18, 2007 at 01:59:44PM CET: > I have run into a problem where the following line: > ACLOCAL_AMFLAGS = -I m4 > in t

ACLOCAL_AMFLAGS problems

2007-12-18 Thread Ruben Henner Zilibowitz
I have run into a problem where the following line: ACLOCAL_AMFLAGS = -I m4 in the top level Makefile.am causes "make dist" to fail. Eg: Ruben-Henner-Zilibowitzs-iMac:hello rhz$ make dist { test ! -d hello-0.1 || { find hello-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr hello-0.1;