Hi Eric, I sent a bunch of logs to http://autobuild.josefsson.org/autoconf/ for git Autoconf plus the two diffs below. The second is for Solaris 2.6 whose compiler generates core files for one particular configure test (don't remember which) which causes lots of spurious test failures.
In my testing, I removed GNU tools from PATH as much as possible. Cheers, Ralf diff --git a/configure.ac b/configure.ac index 5718a24..4102404 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,8 @@ AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz readme-alpha no-texinfo.tex std-options]) +m4_ifdef([AB_INIT], [AB_INIT]) + # We use `/bin/sh -n script' to check that there are no syntax errors # in the scripts. Although incredible, there are /bin/sh that go into # endless loops with `-n', e.g., SunOS's: diff --git a/tests/statesave.m4 b/tests/statesave.m4 index 06d1361..2aa6d65 100644 --- a/tests/statesave.m4 +++ b/tests/statesave.m4 @@ -31,7 +31,7 @@ # directory, while avoiding yet another fork. m4_defun([AC_STATE_SAVE], [(set) 2>&1 | sort >state-env.$1 -ls | sed '/^at-/d;/^state-/d;/^config\./d +ls | sed '/^at-/d;/^state-/d;/^config\./d;/^core$/d h :b $b
