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.64-56-g


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-56-gdfc9679
Date: Thu, 01 Oct 2009 06:23:17 +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=dfc967906c8ca4786dd5e6beebf404c5ebc6b8d4

The branch, master has been updated
       via  dfc967906c8ca4786dd5e6beebf404c5ebc6b8d4 (commit)
      from  fb332fa541cacb201d0cb4f7b767b9c20ca1f024 (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 dfc967906c8ca4786dd5e6beebf404c5ebc6b8d4
Author: Paolo Bonzini <address@hidden>
Date:   Thu Oct 1 08:20:13 2009 +0200

    Unconditionally check for junk ./--version after mkdir search loop.
    
    * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Always check for
    presence of ./--version.  Reported by Eric Blake.

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

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

diff --git a/ChangeLog b/ChangeLog
index d3443f7..6ff2239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-01  Paolo Bonzini  <address@hidden>
+
+       Unconditionally check for junk ./--version after mkdir search loop.
+       * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Always check for
+       presence of ./--version.  Reported by Eric Blake.
+
 2009-09-22  Ralf Wildenhues  <address@hidden>
 
        Clarify documentation about Solaris sed quantifier restriction.
diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4
index 25a284d..9e27bf7 100644
--- a/lib/autoconf/programs.m4
+++ b/lib/autoconf/programs.m4
@@ -680,6 +680,7 @@ if test -z "$MKDIR_P"; then
           esac
         done
        done])])
+  test -d ./--version && rmdir ./--version
   if test "${ac_cv_path_mkdir+set}" = set; then
     MKDIR_P="$ac_cv_path_mkdir -p"
   else
@@ -687,7 +688,6 @@ if test -z "$MKDIR_P"; then
     # value for MKDIR_P within a source directory, because that will
     # break other packages using the cache if that directory is
     # removed, or if the value is a relative name.
-    test -d ./--version && rmdir ./--version
     MKDIR_P="$ac_install_sh -d"
   fi
 fi


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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