From: Bruno Haible Date: Sun, 26 Jan 2025 11:08:16 +0000 (+0100) Subject: file-has-acl: Fix --with-libsmack option handling. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=22c6ec4de2c6aca9991306f2c23045791eb5bcd4;p=gnulib.git file-has-acl: Fix --with-libsmack option handling. * m4/acl.m4 (gl_FUNC_ACL_ARG): Add missing comma between macro arguments. --- diff --git a/ChangeLog b/ChangeLog index 6f6fa30b13..124236df63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-01-26 Bruno Haible + + file-has-acl: Fix --with-libsmack option handling. + * m4/acl.m4 (gl_FUNC_ACL_ARG): Add missing comma between macro + arguments. + 2025-01-26 Bruno Haible bootstrap: Remove obsolete code. diff --git a/m4/acl.m4 b/m4/acl.m4 index c9cb6dd09e..7e4b0e354d 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,5 +1,5 @@ # acl.m4 -# serial 34 +# serial 35 dnl Copyright (C) 2002, 2004-2025 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -18,7 +18,7 @@ AC_DEFUN([gl_FUNC_ACL_ARG], , [enable_acl=auto]) AC_ARG_WITH([libsmack], [AS_HELP_STRING([--without-libsmack], - [do not use libsmack, even on systems that have it])] + [do not use libsmack, even on systems that have it])], [], [with_libsmack=maybe]) ])