1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-06 17:56:21 +02:00
Commit Graph

1677 Commits

Author SHA1 Message Date
Jim Meyering 7453dd8cba *** empty log message *** 2003-04-02 14:43:48 +00:00
Jim Meyering 0bb2129733 (jm_PERL): Use $am_missing_run, not undefined $missing_dir. 2003-04-02 14:43:41 +00:00
Jim Meyering 991e476b56 . 2003-03-20 10:11:45 +00:00
Jim Meyering d23db66508 *** empty log message *** 2003-03-19 19:38:34 +00:00
Jim Meyering cd02bb1ec7 (AC_FUNC_FTW): Require AC_HEADER_STAT. 2003-03-19 19:38:30 +00:00
Jim Meyering 903c5ac7c9 . 2003-03-19 09:04:39 +00:00
Jim Meyering a54791dc18 (jm_MACROS): Include $(EXEEXT) in DF_PROG's program
name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS.
Arrange to compile the corresponding stub function if fchdir is missing.
2003-03-19 09:03:40 +00:00
Jim Meyering f36cebb7df *** empty log message *** 2003-03-18 17:14:42 +00:00
Jim Meyering 4e3aebb74a (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
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.
2003-03-18 17:14:31 +00:00
Jim Meyering 67b77b54e5 *** empty log message *** 2003-03-17 19:47:45 +00:00
Jim Meyering ad51076699 *** empty log message *** 2003-03-17 19:46:20 +00:00
Jim Meyering 947851c136 *** empty log message *** 2003-03-17 19:28:35 +00:00
Jim Meyering 70c7e4f3e8 (UTILS_FUNC_DIRFD): Test the cache variable, not one
that is guaranteed to be `no'.  Use `no_such_member' to indicate
that condition, rather than `-1' which is slightly misleading.
Change the name of the cache variable to have the gl_ prefix.
Prompted by a patch from Richard Dawe for DJGPP.
2003-03-17 19:28:31 +00:00
Jim Meyering fbf699624a *** empty log message *** 2003-03-14 20:45:07 +00:00
Jim Meyering 2da403eb07 (jm_PREREQ): Also forbid the gl_[A-Z] prefix.
Don't require jm_PREREQ_C_STACK.
2003-03-14 20:45:03 +00:00
Jim Meyering 52ebb61da8 . 2003-03-14 13:54:36 +00:00
Jim Meyering ee3bda46f8 . 2003-03-14 09:50:49 +00:00
Jim Meyering a85b65745b [from gnulib]
(m4_quote): New macro.
(AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
Quote AC_FOREACH variable-expansions properly.
2003-03-14 09:50:43 +00:00
Jim Meyering 7bf2a1ab85 *** empty log message *** 2003-03-13 13:06:50 +00:00
Jim Meyering 4f5960c9fb (jm_MACROS): Arrange to compile the corresponding stub
function if any of the following is missing: fchown, lstat, readlink.
From Richard Dawe.
2003-03-13 13:06:44 +00:00
Jim Meyering 684f41944e . 2003-03-07 23:37:10 +00:00
Jim Meyering 07434548fa *** empty log message *** 2003-03-07 19:53:59 +00:00
Jim Meyering 3450fcb4f5 Don't require AC_SYS_MMAP_STACK. 2003-03-07 19:52:19 +00:00
Jim Meyering f7fcb90822 (AC_LANG_SOURCE(C)): New macro. 2003-03-07 19:52:03 +00:00
Jim Meyering cb79312b0c . 2003-03-07 19:51:00 +00:00
Jim Meyering 5fb9e06a4a *** empty log message *** 2003-03-07 09:57:33 +00:00
Jim Meyering 4c2704b8cd (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. 2003-03-07 09:57:29 +00:00
Jim Meyering 473d0baa73 undo last change 2003-03-06 22:24:06 +00:00
Jim Meyering a319b6a626 *** empty log message *** 2003-03-06 22:04:23 +00:00
Jim Meyering 9f0f14d1d6 (GL_FUNC_GETCWD_PATH_MAX): Check for declaration of getcwd. 2003-03-06 22:04:19 +00:00
Jim Meyering 5bc14b90c6 add comment 2003-03-05 10:48:41 +00:00
Jim Meyering 9bd9db554a fix logic error 2003-03-05 10:45:38 +00:00
Jim Meyering 4e8dbeb934 #undef mkdir to avoid link errors on
i386-unknown-netbsdelf1.6
2003-03-05 10:29:38 +00:00
Jim Meyering 3369a3e58c . 2003-03-05 09:05:38 +00:00
Jim Meyering e50251a361 more variable renaming: use gl_ prefix 2003-03-05 09:05:08 +00:00
Jim Meyering 9e4307423e . 2003-03-05 09:04:43 +00:00
Jim Meyering cba636cfe0 rename 2003-03-05 08:36:35 +00:00
Jim Meyering 66d86350c4 name changes
add comments
fix logic
2003-03-05 08:35:36 +00:00
Jim Meyering 51a43a8c56 rename to GL_FUNC_GETCWD_PATH_MAX 2003-03-05 08:33:24 +00:00
Jim Meyering 0c0252d8fd . 2003-03-04 21:44:07 +00:00
Jim Meyering 4c1d653416 . 2003-03-04 19:35:41 +00:00
Jim Meyering 4b7f5815ef *** empty log message *** 2003-03-04 17:54:19 +00:00
Jim Meyering c4893e2b08 Require GL_FUNC_GETCWD_ROBUST. 2003-03-04 17:54:15 +00:00
Jim Meyering 6e31d6f5a5 add comment 2003-03-04 17:21:33 +00:00
Jim Meyering 618481ca0c *** empty log message *** 2003-03-04 17:18:13 +00:00
Jim Meyering 59ae46343b *** empty log message *** 2003-03-04 09:18:02 +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 9fef9aa3eb *** empty log message *** 2003-02-27 21:05:59 +00:00
Jim Meyering 901f7f3910 (jm_PREREQ_PHYSMEM): Also check for `table' function. 2003-02-27 21:05:55 +00:00
Jim Meyering 5446a82008 . 2003-02-27 17:52:56 +00:00