GNU bug report logs - #20667
[GNULIB v2 1/2] file-has-acl: Split feature tests again

Previous Next

Package: coreutils;

Reported by: Andreas Gruenbacher <andreas.gruenbacher <at> gmail.com>

Date: Tue, 26 May 2015 20:55:07 UTC

Severity: normal

Merged with 20310, 20311, 20312, 20666, 20696

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: andreas.gruenbacher <at> gmail.com, bug-gnulib <at> gnu.org, 20667 <at> debbugs.gnu.org
Subject: bug#20667: [GNULIB v2 1/2] file-has-acl: Split feature tests again
Date: Wed, 27 May 2015 11:14:58 -0700
I found one nit:

> +    AC_CHECK_HEADERS([linux/xattr.h])
> +    AC_CHECK_HEADERS([sys/xattr.h],
> +      [AC_CHECK_FUNCS_ONCE([getxattr])])

This is missing _ONCE and non-ONCE calls, which doesn't work as 
expected.  Simplest fix is to replace AC_CHECK_FUNCS_ONCE with 
AC_CHECK_FUNCS.





This bug report was last modified 10 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.