Jim Meyering
89abeac2b8
Don't check for fcntl.h anymore. Now we assume it exists and is usable.
2005-07-01 21:06:08 +00:00
Jim Meyering
dfc5ff02a0
Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files
...
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-29 00:16:39 +00:00
Paul Eggert
65ef46a51c
Use an all-permissive copyright notice, recommended by RMS.
2005-01-23 09:07:57 +00:00
Paul Eggert
204f9200ad
Add copyright notice.
...
(gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h.
Needed for OpenBSD 3.4.
2004-08-04 22:27:00 +00:00
Jim Meyering
1df327623c
Change filesystem' to
file system', mostly in comments.
...
Also in one `checking ... ' message.
2004-06-30 22:43:06 +00:00
Jim Meyering
72002f81e3
Change jm_' in AC_DEFINE'd names to
gl_'. Update all uses.
2004-04-13 15:28:45 +00:00
Jim Meyering
69d741ae8e
Sync with gnulib.
2003-08-17 17:57:38 +00:00
Jim Meyering
f31ebeed31
`df /some/mount-point' no longer hangs when an unrelated hard-mount
...
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.
2003-03-04 09:16:35 +00:00
Jim Meyering
1f295ae62d
Quote the first argument in each use of AC_DEFUN.
2001-08-12 13:26:00 +00:00
Jim Meyering
e2625cbbcd
fix typo: s/found/yes/
2001-02-04 08:28:29 +00:00
Jim Meyering
da56b3ffb6
(jm_FILE_SYSTEM_USAGE): Restore prior use of
...
AS_IF, now that it works once again (mysteriously).
2001-02-03 16:45:25 +00:00
Jim Meyering
94767ce8cf
add a comment, reformat a little.
2001-01-28 21:45:36 +00:00
Jim Meyering
ae9d89cfe2
(jm_FILE_SYSTEM_USAGE): Open-code what was a use of AS_IF.
2001-01-27 14:06:18 +00:00
Jim Meyering
d85aac6782
(jm_FILE_SYSTEM_USAGE): Add `[]' between use of
...
AS_IF and following `dnl'.
2001-01-27 13:24:32 +00:00
Jim Meyering
7f9c804f7a
(jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, for autoconf-2.49c.
2001-01-17 10:34:16 +00:00
Jim Meyering
971d190dc4
s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
2000-10-29 22:43:08 +00:00
Jim Meyering
02ac23c3e2
(jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead of deprecated AC_CHECKING.
2000-07-04 17:15:45 +00:00
Jim Meyering
4e56a001c6
s/AC_MSG_CHECKING/AC_CHECKING/.
...
Suggestion from Bruno Haible.
2000-06-23 13:43:41 +00:00
Jim Meyering
951abbe274
Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
2000-05-01 08:36:13 +00:00
Jim Meyering
81df043fdd
(jm_FILE_SYSTEM_USAGE): Take two parameters.
2000-01-23 14:49:09 +00:00
Jim Meyering
d495aaf3e7
s/space/ac_fsusage_space/.
2000-01-23 14:12:45 +00:00
Jim Meyering
3705d57846
Extracted from fileutils/configure.in.
2000-01-23 14:08:35 +00:00