some automake-1.10 tests fail because of lacking go=x permissions

2007-05-08 Thread anirkko
Hi When unpacking the automake-1.10 tarball by a different user (e.g. root, with 'tar xpf -' ) and then building and running 'make check' from a different object directory, some tests fail because of missing execute permissions: /bin/ksh[9]: /build/automake-1.10/tests/cond33.test: cannot execute

info_TEXINFOS should not assume source file exists

2007-05-08 Thread Noah Slater
Hello, I generate my "foo.texi" Texinfo documentation from DocBook ("foo.dbk") and using the info_TEXINFOS rule in my Makefile.am causes automake to check for "foo.texi" before completing. As "foo.texi" is generated by a rule in my Makefile I have to have my bootstrap script touch the "foo.texi"