(jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
authorJim Meyering <jim@meyering.net>
Sat, 1 Jul 2000 13:31:20 +0000 (13:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jul 2000 13:31:20 +0000 (13:31 +0000)
macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.

m4/ls-mntd-fs.m4

index 3138dfc..4962d69 100644 (file)
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
 dnl
@@ -213,7 +213,7 @@ if test -z "$ac_list_mounted_fs"; then
   AC_MSG_RESULT($fu_result)
   if test $fu_result = yes; then
     ac_list_mounted_fs=found
-    AC_DEFINE(MOUNTED_NEXT_DEV, 1,
+    AC_DEFINE(MOUNTED_FS_STAT_DEV, 1,
       [Define if there are functions named next_dev and fs_stat_dev for
    reading the list of mounted filesystems.  (BeOS)])
   fi