This incorporates:
2014-01-22 qacl: check for fchmod
* m4/acl.m4: Update from gnulib.
+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.
# 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
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