Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-17 | Sync with gnulib. | Jim Meyering | |
2003-03-18 | (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT | Jim Meyering | |
test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 systems would end up using the latter. MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting whether a file system is remote doesn't work 2) the MOUNTED_VMOUNT code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports merely /MOUNT_POINT. Reported by Mike Jetzer. | |||
2002-04-12 | (checking for getmntinfo function...): Remove now-bogus | Jim Meyering | |
check for f_type in sys/mount.h. Instead, just test for the existence of the getmntinfo function. Needed for Darwin 5.3. | |||
2001-09-30 | (jm_LIST_MOUNTED_FILESYSTEMS): See if | Jim Meyering | |
`struct fsstat' has the `f_fstypename' member. Use that to define FS_TYPE, which is now used to make the getfsstat link test tighter. | |||
2001-09-29 | (jm_LIST_MOUNTED_FILESYSTEMS) | Jim Meyering | |
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/. | |||
2001-09-29 | (jm_LIST_MOUNTED_FILESYSTEMS) | Jim Meyering | |
[one-argument getmntent function]): Include stdio.h before mntent.h. SunOS4.1.x needs it for the declaration of `FILE'. Patch by Volker Borchert. | |||
2001-09-23 | (jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don't | Jim Meyering | |
die if neither of the getmntent tests succeeds. Instead, just fall through and continue with the remaianing tests. | |||
2001-09-23 | (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test | Jim Meyering | |
instead of the mere test for existence of mntent.h. The latter would get a false-positive on AIX 3.4 systems. | |||
2001-08-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | |
2001-02-17 | (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for | Jim Meyering | |
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. | |||
2001-02-03 | (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of | Jim Meyering | |
AS_IF, now that it works once again (mysteriously). | |||
2001-01-28 | add a comment, reformat a little. | Jim Meyering | |
2001-01-27 | (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was a use of AS_IF. | Jim Meyering | |
2001-01-27 | (jm_LIST_MOUNTED_FILESYSTEMS): Add `[]' between use of | Jim Meyering | |
AS_IF and following `dnl'. | |||
2001-01-17 | (jm_LIST_MOUNTED_FILESYSTEMS): Likewise. | Jim Meyering | |
2000-10-29 | s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. | Jim Meyering | |
2000-07-01 | Remove a `FIXME' comment and fix the associated problem. | Jim Meyering | |
2000-07-01 | (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific | Jim Meyering | |
macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV. | |||
2000-05-01 | fix typos | Jim Meyering | |
2000-05-01 | (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. | Jim Meyering | |
Based on a patch from Bruno Haible. | |||
2000-05-01 | (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. | Jim Meyering | |
2000-01-23 | s/list_mounted_fs/ac_list_mounted_fs/ | Jim Meyering | |
(jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters. | |||
1999-10-30 | Require 2.14a. Remove backslash before backtick in m4-quoted string. | Jim Meyering | |
1999-01-29 | Use the 3-argument forms of AC_DEFINE* macros. | Jim Meyering | |
1998-06-28 | . | Jim Meyering | |