annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
6568
b7612c730f92 filesystem -> file system (the POSIX spelling)
Paul Eggert <eggert@cs.ucla.edu>
parents: 5820
diff changeset
2 Return list of mounted file systems.
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/mountlist.h
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/mountlist.c
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/fstypename.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/mountlist.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
40146
62fbdb07f551 mountlist: Use Linux code on Android.
Bruno Haible <bruno@clisp.org>
parents: 15054
diff changeset
11 getline
5820
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5722
diff changeset
12 stdbool
11395
5442b2430859 avoid gcc warnings about unused macro definitions
Jim Meyering <meyering@redhat.com>
parents: 8070
diff changeset
13 stdint
11628
59047bad770e strstr, strcasestr: replace on platforms with broken memchr
Eric Blake <ebb9@byu.net>
parents: 11395
diff changeset
14 strstr-simple
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 xalloc
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 configure.ac:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_MOUNTLIST
15054
18b690708865 mountlist: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11628
diff changeset
19 if test $gl_cv_list_mounted_fs = yes; then
18b690708865 mountlist: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11628
diff changeset
20 AC_LIBOBJ([mountlist])
18b690708865 mountlist: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11628
diff changeset
21 gl_PREREQ_MOUNTLIST_EXTRA
18b690708865 mountlist: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11628
diff changeset
22 fi
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Makefile.am:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Include:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 "mountlist.h"
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
29 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
30 GPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
31
4197
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
32 Maintainer:
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
33 Jim Meyering