1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/mountlist
Bruno Haible dec213f9b7 mountlist: Move AC_LIBOBJ invocations to module description.
* m4/mountlist.m4 (gl_MOUNTLIST): Move AC_LIBOBJ and
gl_PREREQ_MOUNTLIST_EXTRA invocations from here...
* modules/mountlist (configure.ac): ... to here.
2011-06-16 00:06:34 +02:00

34 lines
394 B
Plaintext

Description:
Return list of mounted file systems.
Files:
lib/mountlist.h
lib/mountlist.c
m4/ls-mntd-fs.m4
m4/fstypename.m4
m4/mountlist.m4
Depends-on:
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