diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-03-25 13:39:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-03-25 13:40:35 -0700 |
commit | 1060a6401b8ee9aaa4b2056025402e7fa1ad1643 (patch) | |
tree | a0900d48c4b8c59ea2daeafcbb0900c5e40accfe /m4/acl.m4 | |
parent | 2ea87d6c6f1161801402958bdc6b6a2e6c41c6b8 (diff) | |
download | emacs-1060a6401b8ee9aaa4b2056025402e7fa1ad1643.tar.gz emacs-1060a6401b8ee9aaa4b2056025402e7fa1ad1643.tar.bz2 emacs-1060a6401b8ee9aaa4b2056025402e7fa1ad1643.zip |
Update from gnulib
This incorporates:
2020-03-25 getopt-posix: port __GETOPT_PREFIX to macOS
2020-03-22 acl-permissions: Improve autoconf macro
* lib/getopt-pfx-core.h, m4/acl.m4: Copy from Gnulib.
Diffstat (limited to 'm4/acl.m4')
-rw-r--r-- | m4/acl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/acl.m4 b/m4/acl.m4 index e459451ae31..a3dcf9357b9 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,5 +1,5 @@ # acl.m4 - check for access control list (ACL) primitives -# serial 23 +# serial 24 # Copyright (C) 2002, 2004-2020 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -139,7 +139,7 @@ int type = ACL_TYPE_EXTENDED;]])], AC_MSG_WARN([AC_PACKAGE_NAME will be built without ACL support.]) fi fi - test $gl_need_lib_has_acl && LIB_HAS_ACL=$LIB_ACL + test -n "$gl_need_lib_has_acl" && LIB_HAS_ACL=$LIB_ACL AC_SUBST([LIB_ACL]) AC_DEFINE_UNQUOTED([USE_ACL], [$use_acl], [Define to nonzero if you want access control list support.]) |