Re: Problem distchecking CVS automake

2007-06-14 Thread Ralf Wildenhues
Hello Benoit, Thanks for the report. * Benoit Sigoure wrote on Thu, Jun 14, 2007 at 01:44:45PM CEST: > it looks like it's impossible to dist or distcheck automake after a > fresh checkout, one has to run make all first. Is that a problem, rather than a mere inconvenience? I don't see why this

Problem distchecking CVS automake

2007-06-14 Thread Benoit Sigoure
Hello, it looks like it's impossible to dist or distcheck automake after a fresh checkout, one has to run make all first. mkdir automake && cd automake cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/automake co . cd automake mkdir _build && cd _build ../configure make distcheck [...] make[1]: