gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / mountlist
index 56c4151..1e7d22a 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Return list of mounted filesystems.
+Return list of mounted file systems.
 
 Files:
 lib/mountlist.h
@@ -9,13 +9,19 @@ 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:
-lib_SOURCES += mountlist.h
 
 Include:
 "mountlist.h"
@@ -25,4 +31,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-