* lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Also remove
conftest.i when preprocessor tests break out of a loop.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-07-19 Eric Blake <eblake@redhat.com>
+
+ Fix testsuite failures from previous patch.
+ * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Also remove
+ conftest.i when preprocessor tests break out of a loop.
+
2010-07-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Allow inspecting AC_PREPROC_IFELSE output in true branch.
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.i conftest.err conftest.$ac_ext
AS_IF([$ac_preproc_ok], [$1], [$2])
])# _AC_PROG_PREPROC_WORKS_IFELSE