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-138-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-138-gacb2004
Date: Thu, 09 Apr 2015 15:05:32 +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=acb200444395b8108b42dfacd54dabd02d966bd3

The branch, master has been updated
       via  acb200444395b8108b42dfacd54dabd02d966bd3 (commit)
       via  38ac615e11d1cc5cea55e7be886ad9a345c0b580 (commit)
      from  365707e4cd057985eec36bfdab07b60ea0e50231 (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 acb200444395b8108b42dfacd54dabd02d966bd3
Author: Eric Blake <address@hidden>
Date:   Thu Apr 9 08:47:10 2015 -0600

    AC_PROG_MKDIR_P: reduce macro output size
    
    Merging two case globs into one gives slightly smaller files and
    less time spent in shell globbing on systems that lack GNU mkdir.
    
    * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Combine two GNU cases.
    
    Signed-off-by: Eric Blake <address@hidden>

commit 38ac615e11d1cc5cea55e7be886ad9a345c0b580
Author: Bernhard Reutner-Fischer <address@hidden>
Date:   Thu Apr 9 14:43:30 2015 +0200

    AC_PROG_MKDIR_P: Also accept BusyBox mkdir -p
    
    * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Accept BusyBox.
    
    Signed-off-by: Bernhard Reutner-Fischer <address@hidden>

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

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

diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4
index 59df1a2..ef35a79 100644
--- a/lib/autoconf/programs.m4
+++ b/lib/autoconf/programs.m4
@@ -671,8 +671,8 @@ if test -z "$MKDIR_P"; then
         for ac_exec_ext in '' $ac_executable_extensions; do
           AS_EXECUTABLE_P(["$as_dir$ac_prog$ac_exec_ext"]) || continue
           case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
-            'mkdir (GNU coreutils) '* | \
-            'mkdir (coreutils) '* | \
+            'mkdir ('*'coreutils) '* | \
+            'BusyBox '* | \
             'mkdir (fileutils) '4.1*)
               ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
               break 3;;


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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