roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / mountlist
index 12a395abe2e1a3f06545b5e0206666ae0e762f4a..1e7d22a5e048c75bbc28e3c7c7fd5b8fa16c08b8 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Return list of mounted filesystems.
+Return list of mounted file systems.
 
 Files:
 lib/mountlist.h
@@ -9,10 +9,17 @@ 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: