From: Bruno Haible Date: Sun, 25 May 2008 18:02:51 +0000 (+0200) Subject: Drop LIB_ACL_TRIVIAL. X-Git-Tag: v0.1~7345 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=d5b641f5183e4e3d69a3e06f69bcf6ecee302a1b;p=gnulib.git Drop LIB_ACL_TRIVIAL. --- diff --git a/ChangeLog b/ChangeLog index 6e2d85d86..3e2088c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-25 Bruno Haible + + * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL. + 2008-05-25 Jim Meyering useless-if-before-free: freed expr may have white-space differences diff --git a/m4/acl.m4 b/m4/acl.m4 index de76616fc..d5702ac66 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,5 +1,5 @@ # acl.m4 - check for access control list (ACL) primitives -# serial 6 +# serial 7 # Copyright (C) 2002, 2004-2008 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -64,10 +64,6 @@ AC_DEFUN([gl_FUNC_ACL], AC_SUBST([LIB_ACL]) AC_DEFINE_UNQUOTED([USE_ACL], [$use_acl], [Define to nonzero if you want access control list support.]) - - # This is for backwards compatibility; remove this by the end of 2007. - LIB_ACL_TRIVIAL= - AC_SUBST([LIB_ACL_TRIVIAL]) ]) # gl_ACL_GET_FILE(IF-WORKS, IF-NOT)