m4/ls-mntd-fs.m4


Log

Author Commit Date CI Message
Jim Meyering 67581349 2001-09-30T21:39:51 (jm_LIST_MOUNTED_FILESYSTEMS): See if `struct fsstat' has the `f_fstypename' member. Use that to define FS_TYPE, which is now used to make the getfsstat link test tighter.
Jim Meyering 285eedf2 2001-09-29T10:27:28 (jm_LIST_MOUNTED_FILESYSTEMS) Check for these headers: sys/param.h sys/ucred.h sys/mount.h sys/fs_types.h, and make the link-test for getfsstat guard #include directives with appropriate #if HAVE_*_H tests so that we can detect getfsstat on Apple Darwin1.3.7 systems. Also fix harmless typo in cache variable name: s/getsstat/getfsstat/.
Jim Meyering 65e32a3a 2001-09-29T08:13:18 (jm_LIST_MOUNTED_FILESYSTEMS) [one-argument getmntent function]): Include stdio.h before mntent.h. SunOS4.1.x needs it for the declaration of `FILE'. Patch by Volker Borchert.
Jim Meyering 56274d48 2001-09-23T14:24:23 (jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don't die if neither of the getmntent tests succeeds. Instead, just fall through and continue with the remaianing tests.
Jim Meyering a02f5ce8 2001-09-23T09:19:42 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test instead of the mere test for existence of mntent.h. The latter would get a false-positive on AIX 3.4 systems.
Jim Meyering ee76465a 2001-08-12T13:26:00 Quote the first argument in each use of AC_DEFUN.
Jim Meyering dddcf380 2001-02-17T12:53:36 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for 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.
Jim Meyering eaac7b94 2001-02-03T16:44:52 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of AS_IF, now that it works once again (mysteriously).
Jim Meyering c7cf9dc0 2001-01-28T21:45:36 add a comment, reformat a little.
Jim Meyering 3de93d46 2001-01-27T14:06:04 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was a use of AS_IF.
Jim Meyering 42b6bf2d 2001-01-27T13:24:13 (jm_LIST_MOUNTED_FILESYSTEMS): Add `[]' between use of AS_IF and following `dnl'.
Jim Meyering a6d78e75 2001-01-17T10:33:43 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
Jim Meyering e794ae88 2000-10-29T22:43:08 s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
Jim Meyering 6e900bf7 2000-07-01T13:43:46 Remove a `FIXME' comment and fix the associated problem.
Jim Meyering e2380d6a 2000-07-01T13:31:20 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
Jim Meyering d5cb2b57 2000-05-01T08:32:35 fix typos
Jim Meyering 8e7071c4 2000-05-01T08:29:28 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. Based on a patch from Bruno Haible.
Jim Meyering cbbc6ffe 2000-05-01T07:58:34 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
Jim Meyering 0ed05203 2000-01-23T16:20:21 s/list_mounted_fs/ac_list_mounted_fs/ (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
Jim Meyering 35ab9fea 1999-10-30T08:09:10 Require 2.14a. Remove backslash before backtick in m4-quoted string.
Jim Meyering c281d94c 1999-01-29T05:05:56 Use the 3-argument forms of AC_DEFINE* macros.
Jim Meyering ba30b816 1998-06-28T23:12:10 .