view modules/mountlist @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents 878ddb87671b
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