Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim 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-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2004-08-04 | Add copyright notice. | Paul Eggert | |
(gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h. Needed for OpenBSD 3.4. | |||
2004-06-30 | Change `filesystem' to `file system', mostly in comments. | Jim Meyering | |
Also in one `checking ... ' message. | |||
2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses. | Jim Meyering | |
2003-08-17 | Sync with gnulib. | Jim Meyering | |
2003-03-04 | `df /some/mount-point' no longer hangs when an unrelated hard-mount | Jim 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-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | |
2001-02-04 | fix typo: s/found/yes/ | Jim Meyering | |
2001-02-03 | (jm_FILE_SYSTEM_USAGE): 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_FILE_SYSTEM_USAGE): Open-code what was a use of AS_IF. | Jim Meyering | |
2001-01-27 | (jm_FILE_SYSTEM_USAGE): Add `[]' between use of | Jim 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-29 | s/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-23 | s/AC_MSG_CHECKING/AC_CHECKING/. | Jim Meyering | |
Suggestion from Bruno Haible. | |||
2000-05-01 | Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. | Jim Meyering | |
2000-01-23 | (jm_FILE_SYSTEM_USAGE): Take two parameters. | Jim Meyering | |
2000-01-23 | s/space/ac_fsusage_space/. | Jim Meyering | |
2000-01-23 | Extracted from fileutils/configure.in. | Jim Meyering | |