Mercurial > hg > octave-shane > gnulib-hg
view modules/fsusage @ 15187:8f6c698d0789
crc: Move AC_LIBOBJ invocations to module description.
* m4/crc.m4: Remove file.
* modules/crc (Files): Remove it.
(configure.ac): Remove gl_CRC call.
(Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 May 2011 22:51:09 +0200 |
parents | f3ac4841af77 |
children | 103270df56db |
line wrap: on
line source
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