Hello Rainer, Thanks for the bug report, and sorry for the delay.
* Rainer Tammer wrote on Sun, Feb 03, 2008 at 09:51:05AM CET: > this is the test result of autoconf 2.61a.255-c573 on AIX 5.3: > > I have attached the complete test results to this post. > Failed tests: > GNU Autoconf 2.61a.355-c573 test suite test groups: > > NUM: FILE-NAME:LINE TEST-GROUP-NAME > KEYWORDS > > 122: torture.at:133 AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS > 136: torture.at:1006 Signal handling The 122 test failure should be fixed now, could you please try again? You can limit the test runs by make check TESTSUITEFLAGS='122 136' for example, but since more changes happened, it would also be helpful to see full testsuite results again. The 136 test failure seems ugly, also I cannot reproduce it on AIX 5.3 (maybe it's due to some missing system patch update?). Anyway, can you do the commands below for me and post the file log-conf.gz? Thanks, Ralf cd tests/testsuite.dir/136 sed '2i\ set -x ' configure > configure.t mv -f configure.t configure chmod +x configure ./configure >log-conf 2>&1 gzip log-conf
