(jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
authorJim Meyering <jim@meyering.net>
Sat, 17 Feb 2001 12:53:36 +0000 (12:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Feb 2001 12:53:36 +0000 (12:53 +0000)
getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
UnixWare 7.1.1.

m4/ls-mntd-fs.m4

index 435ee6c76c35baa33afda4c2a1a83159198fa643..6b848177de74fa7ff60daff9e1b42ff320ea93e1 100644 (file)
@@ -1,4 +1,4 @@
-#serial 9
+#serial 10
 
 dnl From Jim Meyering.
 dnl
@@ -9,7 +9,7 @@ dnl
 # jm_LIST_MOUNTED_FILESYSTEMS([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
 AC_DEFUN(jm_LIST_MOUNTED_FILESYSTEMS,
   [
-AC_CHECK_FUNCS(listmntent getmntent getmntinfo)
+AC_CHECK_FUNCS(listmntent getmntinfo)
 AC_CHECK_HEADERS(mntent.h)
 
 # Determine how to get the list of mounted filesystems.