verify: new macro 'assume'
[gnulib.git] / modules / mountlist
1 Description:
2 Return list of mounted file systems.
3
4 Files:
5 lib/mountlist.h
6 lib/mountlist.c
7 m4/ls-mntd-fs.m4
8 m4/fstypename.m4
9 m4/mountlist.m4
10
11 Depends-on:
12 stdbool
13 stdint
14 strstr-simple
15 xalloc
16
17 configure.ac:
18 gl_MOUNTLIST
19 if test $gl_cv_list_mounted_fs = yes; then
20   AC_LIBOBJ([mountlist])
21   gl_PREREQ_MOUNTLIST_EXTRA
22 fi
23
24 Makefile.am:
25
26 Include:
27 "mountlist.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Jim Meyering