Hash :
5788587b
Author :
Date :
2011-05-07T13:32:46
fsusage: Move AC_LIBOBJ invocations to module description. * m4/fsusage.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and gl_PREREQ_FSUSAGE_EXTRA invocations from here... * modules/fsusage (configure.ac): ... to here.
Description:
Return file system space usage info.
Files:
lib/fsusage.h
lib/fsusage.c
m4/fsusage.m4
Depends-on:
stdbool
stdint
full-read [test $gl_cv_fs_space = yes]
configure.ac:
gl_FSUSAGE
if test $gl_cv_fs_space = yes; then
AC_LIBOBJ([fsusage])
gl_PREREQ_FSUSAGE_EXTRA
fi
Makefile.am:
Include:
"fsusage.h"
License:
LGPL
Maintainer:
Jim Meyering