From: Eric Blake Date: Mon, 19 Jul 2010 23:31:45 +0000 (-0600) Subject: Fix testsuite failures from previous patch. X-Git-Tag: v2.67~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc79ec3575bc15696254267a1b9130c83b2bfdb;p=thirdparty%2Fautoconf.git 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. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 43aebcc9..ca338772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-19 Eric Blake + + 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 Allow inspecting AC_PREPROC_IFELSE output in true branch. diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 8cc4e559..9a28adf9 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -373,7 +373,7 @@ break]) 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