view modules/mountlist @ 40153:878ddb87671b

mountlist: Merge two .m4 files. * m4/mountlist.m4 (gl_MOUNTLIST): Inline gl_LIST_MOUNTED_FILE_SYSTEMS. (AC_FUNC_GETMNTENT): Move to here, from m4/ls-mntd-fs.m4. * m4/ls-mntd-fs.m4: Remove file. * modules/mountlist (Files): Remove m4/ls-mntd-fs.m4.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 11:45:28 +0100
parents 62fbdb07f551
children
line wrap: on
line source

Description:
Return list of mounted file systems.

Files:
lib/mountlist.h
lib/mountlist.c
m4/fstypename.m4
m4/mountlist.m4

Depends-on:
getline
stdbool
stdint
strstr-simple
xalloc

configure.ac:
gl_MOUNTLIST
if test $gl_cv_list_mounted_fs = yes; then
  AC_LIBOBJ([mountlist])
  gl_PREREQ_MOUNTLIST_EXTRA
fi

Makefile.am:

Include:
"mountlist.h"

License:
GPL

Maintainer:
Jim Meyering