| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -265/+0 | |
| 2006-04-24 | * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype | Paul Eggert | 1 | -1/+6 | |
| 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-24 | Don't assume that 'exit' is declared for us. | Paul Eggert | 1 | -7/+7 | |
| Don't assume that you can exit with status -1. (import from gnulib) | |||||
| 2005-07-01 | Don't check for fcntl.h anymore. Now we assume it exists and is usable. | Jim Meyering | 1 | -2/+1 | |
| 2005-01-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim Meyering | 1 | -2/+4 | |
| 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 | 1 | -15/+5 | |
| 2004-08-04 | Add copyright notice. | Paul Eggert | 1 | -3/+26 | |
| (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 | 1 | -3/+3 | |
| Also in one `checking ... ' message. | |||||
| 2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses. | Jim Meyering | 1 | -8/+8 | |
| 2003-08-17 | Sync with gnulib. | Jim Meyering | 1 | -1/+49 | |
| 2003-03-04 | `df /some/mount-point' no longer hangs when an unrelated hard-mount | Jim Meyering | 1 | -1/+6 | |
| 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 | 1 | -2/+2 | |
| 2001-02-04 | fix typo: s/found/yes/ | Jim Meyering | 1 | -1/+1 | |
| 2001-02-03 | (jm_FILE_SYSTEM_USAGE): Restore prior use of | Jim Meyering | 1 | -8/+2 | |
| AS_IF, now that it works once again (mysteriously). | |||||
| 2001-01-28 | add a comment, reformat a little. | Jim Meyering | 1 | -7/+9 | |
| 2001-01-27 | (jm_FILE_SYSTEM_USAGE): Open-code what was a use of AS_IF. | Jim Meyering | 1 | -1/+6 | |
| 2001-01-27 | (jm_FILE_SYSTEM_USAGE): Add `[]' between use of | Jim Meyering | 1 | -2/+2 | |
| AS_IF and following `dnl'. | |||||
| 2001-01-17 | (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, for autoconf-2.49c. | Jim Meyering | 1 | -2/+2 | |
| 2000-10-29 | s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. | Jim Meyering | 1 | -2/+2 | |
| 2000-07-04 | (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead of deprecated AC_CHECKING. | Jim Meyering | 1 | -1/+1 | |
| 2000-06-23 | s/AC_MSG_CHECKING/AC_CHECKING/. | Jim Meyering | 1 | -2/+2 | |
| Suggestion from Bruno Haible. | |||||
| 2000-05-01 | Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. | Jim Meyering | 1 | -2/+2 | |
| 2000-01-23 | (jm_FILE_SYSTEM_USAGE): Take two parameters. | Jim Meyering | 1 | -1/+8 | |
| 2000-01-23 | s/space/ac_fsusage_space/. | Jim Meyering | 1 | -15/+15 | |
| 2000-01-23 | Extracted from fileutils/configure.in. | Jim Meyering | 1 | -0/+185 | |
