Hello Enrico,
* Enrico wrote on Thu, Jan 18, 2007 at 10:12:39PM CET:
>
> I have a little problem with my small project...every time I use the
> "make dist" command I obtain the following output:
>
> [EMAIL PROTECTED]:~/Desktop/DAMA$ make dist
> { test ! -d pegsolitaire-0.1 || { find pegsolitaire-0.1 -type d !
> -perm -200 -exec chmod u+w {} ';' && rm -fr pegsolitaire-0.1 ; }; }
> mkdir pegsolitaire-0.1
> /bin/bash: line 21: test: pegsolitaire-0.1: binary operator expected
> cp: target `/README' is not a directory
> make: *** [distdir] Error 1
Which Automake version was used to bootstrap this package?
Please also print the first 20 or so lines of output from
make -n dist
Thanks,
Ralf