Re: [PATCH] maintainer-makefile: Fix Apple Xcode 'make syntax-check'.

2022-10-31 Thread Bruno Haible
Hi Simon, > + @if ! indent --version 2> /dev/null | grep -q 'GNU indent'; then\ As mentioned in the Autoconf manual [1], the grep option '-q' is not portable. E.g. on Solaris 10: $ echo | grep -q x grep: illegal option -- q Usage: grep -hblcnsviw pattern file . . . The portable alternative

Re: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-10-31 Thread Paul Eggert
On 2022-10-31 01:05, Ondrej Valousek wrote: I do not quite understand why we are not calling acl_extended_file() any more on Linux This was due to a 2015 patch by Andreas Gruenbacher: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=da6ebc941e966141e83591408545224274d0cf0f that in hin

[PATCH] maintainer-makefile: Fix Apple Xcode 'make syntax-check'.

2022-10-31 Thread Simon Josefsson via Gnulib discussion list
Hi. I installed this to let 'make syntax-check' on Mac OS succeed, I don't think it is useful to use non-GNU indent. /Simon From 4ad0eedf4ff8d294a10c20b8945d0e59aa8141db Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 31 Oct 2022 09:42:42 +0100 Subject: [PATCH] maintainer-makefile: Fix

RE: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-10-31 Thread Ondrej Valousek
Well, I sort of understand your concern. The "problem" here is: 1. You are doing a similar stuff already - check the code for Solaris for example. 2. I am happy to try to push this code into the libacl (where it would naturally should be probably), but then we need to get rid of the (fairly rece