Hash :
19ad053d
Author :
Date :
2011-05-22T00:34:48
stat: Move AC_LIBOBJ invocations to module description. * m4/stat.m4 (gl_PREREQ_STAT): New macro, extracted from gl_FUNC_STAT. (gl_FUNC_STAT): Move AC_LIBOBJ and gl_PREREQ_STAT invocations from here... * modules/stat (configure.ac): ... to here.
Description:
stat() function: query file information
Files:
lib/stat.c
m4/stat.m4
Depends-on:
sys_stat
dosname [test $REPLACE_STAT = 1]
stdbool [test $REPLACE_STAT = 1]
configure.ac:
gl_FUNC_STAT
if test $REPLACE_STAT = 1; then
AC_LIBOBJ([stat])
gl_PREREQ_STAT
fi
gl_SYS_STAT_MODULE_INDICATOR([stat])
Makefile.am:
Include:
<sys/stat.h>
License:
LGPLv2+
Maintainer:
Eric Blake