autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.66-12-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.66-12-g1fc79ec
Date: Mon, 19 Jul 2010 23:38:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=1fc79ec3575bc15696254267a1b9130c83b2bfdb

The branch, master has been updated
       via  1fc79ec3575bc15696254267a1b9130c83b2bfdb (commit)
      from  2fd37d5d0ac2c4f85ba17ab32e52a855e3d002c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1fc79ec3575bc15696254267a1b9130c83b2bfdb
Author: Eric Blake <address@hidden>
Date:   Mon Jul 19 17:31:45 2010 -0600

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 lib/autoconf/c.m4 |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 43aebcc..ca33877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-19  Eric Blake  <address@hidden>
+
+       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  <address@hidden>
 
        Allow inspecting AC_PREPROC_IFELSE output in true branch.
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index 8cc4e55..9a28adf 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
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]