summaryrefslogtreecommitdiff
path: root/m4/fsusage.m4
AgeCommit message (Collapse)Author
2006-04-24* unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototypePaul Eggert
to define main with arguments, for C++. Reported by Eric Blake. * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Prefer 'int main ()' to 'int main (void)', for C++. * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise. * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type for 'main', for C99 and C++.
2006-04-24Don't assume that 'exit' is declared for us.Paul Eggert
Don't assume that you can exit with status -1. (import from gnulib)
2005-07-01Don't check for fcntl.h anymore. Now we assume it exists and is usable.Jim Meyering
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2004-08-04Add copyright notice.Paul Eggert
(gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h. Needed for OpenBSD 3.4.
2004-06-30Change `filesystem' to `file system', mostly in comments.Jim Meyering
Also in one `checking ... ' message.
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2003-03-04`df /some/mount-point' no longer hangs when an unrelated hard-mountJim Meyering
is unavailable [__GLIBC__]: GNU libc's statvfs stats each mount point in /proc/mounts until it finds one with matching device number. This is unnecessary when the FILE argument *is* a mount point. No stat call is necessary in that case. So, disable the statvfs-testing code on systems with GNU libc. Reported by Andrei Gaponenko via Tim Waugh as RedHat bug# 84846.
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
2001-02-04fix typo: s/found/yes/Jim Meyering
2001-02-03(jm_FILE_SYSTEM_USAGE): Restore prior use ofJim Meyering
AS_IF, now that it works once again (mysteriously).
2001-01-28add a comment, reformat a little.Jim Meyering
2001-01-27(jm_FILE_SYSTEM_USAGE): Open-code what was a use of AS_IF.Jim Meyering
2001-01-27(jm_FILE_SYSTEM_USAGE): Add `[]' between use ofJim Meyering
AS_IF and following `dnl'.
2001-01-17(jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, for autoconf-2.49c.Jim Meyering
2000-10-29s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.Jim Meyering
2000-07-04(jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead of deprecated AC_CHECKING.Jim Meyering
2000-06-23s/AC_MSG_CHECKING/AC_CHECKING/.Jim Meyering
Suggestion from Bruno Haible.
2000-05-01Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.Jim Meyering
2000-01-23(jm_FILE_SYSTEM_USAGE): Take two parameters.Jim Meyering
2000-01-23s/space/ac_fsusage_space/.Jim Meyering
2000-01-23Extracted from fileutils/configure.in.Jim Meyering