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.69-79-g


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-79-g0bdae82
Date: Tue, 19 Mar 2013 18:22: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=0bdae8273898fbff2ecf2a32b279f29811ff5e91

The branch, master has been updated
       via  0bdae8273898fbff2ecf2a32b279f29811ff5e91 (commit)
      from  42761668c0300afa7f8bf5ba736458a818cd5d15 (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 0bdae8273898fbff2ecf2a32b279f29811ff5e91
Author: Paul Eggert <address@hidden>
Date:   Tue Mar 19 11:22:16 2013 -0700

    AC_PROG_CC etc: avoid warnings when removing conftest* on OS X
    
    I forgot one of the fixes Mr. Nakada reported for the 2013-03-08 fix.
    * lib/autoconf/general.m4 (AC_EGREP_CPP):
    Use rm -rf, not just rm -f, when removing conftest*.

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

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

diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 805535a..70b0168 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -2584,7 +2584,7 @@ dnl Quote $1 to prevent m4 from eating character classes
   $EGREP "[$1]" >/dev/null 2>&1],
   [$3],
   [$4])
-rm -f conftest*
+rm -rf conftest*
 ])# AC_EGREP_CPP
 
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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