gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / mountlist
blobf61038ec15986d564c9e302c8dd6fc0e969a9fda
1 Description:
2 Return list of mounted file systems.
4 Files:
5 lib/mountlist.h
6 lib/mountlist.c
7 m4/fstypename.m4
8 m4/mountlist.m4
10 Depends-on:
11 fopen-gnu
12 free-posix
13 getline
14 open
15 unlocked-io-internal
16 stdbool
17 stdint
18 strstr-simple
19 xalloc
21 configure.ac:
22 gl_MOUNTLIST
23 gl_CONDITIONAL([GL_COND_OBJ_MOUNTLIST], [test $gl_cv_list_mounted_fs = yes])
24 AM_COND_IF([GL_COND_OBJ_MOUNTLIST], [
25   gl_PREREQ_MOUNTLIST_EXTRA
28 Makefile.am:
29 if GL_COND_OBJ_MOUNTLIST
30 lib_SOURCES += mountlist.c
31 endif
33 Include:
34 "mountlist.h"
36 License:
37 GPL
39 Maintainer:
40 Jim Meyering