* Stefan Bienert wrote on Sun, Feb 03, 2008 at 03:28:39PM CET: > > the output of make distcheck is attached to this mail.
Thanks. [...] > make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' > make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' > { test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} > ';' && rm -fr prj-0.1; }; } > test -d prj-0.1 || mkdir prj-0.1 > cp: cannot create regular file `prj-0.1/share/misc/m4/acx_pthread.m4': > Permission denied > cp: cannot create regular file `prj-0.1/share/misc/m4/size_max.m4': > Permission denied > cp: cannot create regular file `prj-0.1/share/misc/config/depcomp': > Permission denied [...] > cp: cannot create regular file `prj-0.1/share/misc/config/missing': > Permission denied > make[1]: *** [distdir] Error 1 > make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' > make: *** [distcheck] Error 2 What is the Automake version you use? What do you set for AC_CONFIG_AUXDIR, AC_CONFIG_MACRO_DIR in configure.ac? Cheers, Ralf