[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: faccessat: autoconf macro idiom
From: |
Jim Meyering |
Subject: |
Re: faccessat: autoconf macro idiom |
Date: |
Wed, 09 Nov 2011 08:40:09 +0100 |
Bruno Haible wrote:
> Now that 'openat' is cleaned up, it is easy to make the 'faccessat' module
> follow the codins style / idioms from May 2011.
>
>
> 2011-11-08 Bruno Haible <address@hidden>
>
> faccessat: Move AC_LIBOBJ invocation to module description.
> * m4/faccessat.m4 (gl_PREREQ_FACCESSAT): New macro.
> (gl_FUNC_FACESSAT): Don't test for access() here. Move AC_LIBOBJ
> invocation from here...
> * modules/faccessat (configure.ac): ... to here. Invoke
> gl_PREREQ_FACCESSAT.
Good. Thanks!