]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnulib.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Jan 2014 02:48:44 +0000 (18:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Jan 2014 02:48:44 +0000 (18:48 -0800)
This incorporates:
2014-01-22 qacl: check for fchmod
* m4/acl.m4: Update from gnulib.

ChangeLog
m4/acl.m4

index f9cec0339ce9a69e80099d02f8611af29ea8c122..a00981c219e892ed06f9a79d21b2b6be019dc994 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2014-01-22 qacl: check for fchmod
+       * m4/acl.m4: Update from gnulib.
+
 2014-01-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix miscellaneous update-game-score bugs.
index df8290e5debe7669ab06ab094e6759e7ddbca702..f02f69d22ac14c14e572e4464e3dc62602c187f1 100644 (file)
--- a/m4/acl.m4
+++ b/m4/acl.m4
@@ -1,5 +1,5 @@
 # acl.m4 - check for access control list (ACL) primitives
-# serial 16
+# serial 17
 
 # Copyright (C) 2002, 2004-2014 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -14,6 +14,7 @@ AC_DEFUN([gl_FUNC_ACL],
     AS_HELP_STRING([--disable-acl], [do not support ACLs]),
     , [enable_acl=auto])
 
+  AC_CHECK_FUNCS_ONCE([fchmod])
   LIB_ACL=
   use_acl=0
   if test "x$enable_acl" != "xno"; then