Hello Peter, Thanks for the report.
* Peter Klein wrote on Mon, Nov 06, 2006 at 08:22:32PM CET: > > this weekend I took version 1.10 of automake and compiled it on various > of my Sun workstations. I was asked to report bugs. If youl'd like to > get further info for a detailed analysis, please let me know the information > you neet. > > SunOS 4.1.4 running on SparcStation5/170 > =========== > > 418 of 572 tests failed > (32 tests were not run) This sounds like if autoconf wasn't found during testing (or maybe autom4te, which is part of Autoconf). Autoconf is needed at 'make check' time for many of the tests. Could you enter the tests directory and run env VERBOSE=yes TESTS='foo.test bar.test' make -e check with foo and bar replaced by a couple of the failing tests, to find out? > OpenBSD 3.4 running on a Ultra5/270 > 3 of 572 tests failed > OpenBSD 3.6 running on a Ultra5/270 > 3 of 572 tests failed For these failures, please do similarly, and post the verbose output of the tests that failed. Thank you. Cheers, Ralf