Jim Meyering
b912c10f7a
*** empty log message ***
2003-03-20 13:52:03 +00:00
Jim Meyering
9e4472733b
*** empty log message ***
2003-03-20 13:49:42 +00:00
Jim Meyering
0568c4e2d4
(valid_format): Also accept ' and
'' as valid
...
format flag characters.
Do not require that a field width be specified.
Do not fail when given a field width of `0'.
2003-03-20 13:49:39 +00:00
Jim Meyering
8fe825b787
add two more, using space flag character
2003-03-20 13:47:21 +00:00
Jim Meyering
991e476b56
.
2003-03-20 10:11:45 +00:00
Jim Meyering
8d65951aea
*** empty log message ***
2003-03-19 23:17:15 +00:00
Jim Meyering
bb6e39dc48
(all-local): Append $(EXEEXT) to use of `su'
...
(install-root): Likewise.
(install-exec-local): Likewise.
2003-03-19 23:17:12 +00:00
Jim Meyering
cf1a86162e
*** empty log message ***
2003-03-19 23:01:11 +00:00
Jim Meyering
0c7a413e4e
*** empty log message ***
2003-03-19 23:00:35 +00:00
Jim Meyering
ca85f1f994
(.x.1): Use $(LN_S) instead of 'ln -s',
...
because the DJGPP 2.03 port of 'ln -s' doesn't work.
Include $(EXEEXT) in program names.
Since $(LN_S) may degenerate to `cp -p', be careful
to invoke it from the destination directory.
Mostly from Richard Dawe.
2003-03-19 23:00:25 +00:00
Jim Meyering
3d8719b298
Use AC_PROG_LN_S.
2003-03-19 22:50:52 +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
51d522533a
*** empty log message ***
2003-03-19 19:33:18 +00:00
Jim Meyering
c8e3afa388
DJGPP doesn't have S_ISLNK, so provide a replacement.
...
(S_IFMT): Define, if necessary.
[STAT_MACROS_BROKEN]: Undefine S_ISLNK.
(S_ISLNK): Define, if necessary.
2003-03-19 19:33:12 +00:00
Jim Meyering
04ac96ed14
*** empty log message ***
2003-03-19 09:11:59 +00:00
Jim Meyering
4554e2245d
*** empty log message ***
2003-03-19 09:10:42 +00:00
Jim Meyering
1564be8f74
.
2003-03-19 09:10:07 +00:00
Jim Meyering
d90ad399b7
*** empty log message ***
2003-03-19 09:09:41 +00:00
Jim Meyering
2c07dcd1e8
Include $(EXEEXT) in OPTIONAL_BIN_PROGS'
...
program names, since automake only adds $(EXEEXT) to programs
in its *_PROGRAMS. From Rich Dawe.
2003-03-19 09:06:40 +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
82fb517834
New file: trivial stub for fchdir.
...
From Rich Dawe.
2003-03-19 09:00:34 +00:00
Jim Meyering
620d2e40cc
*** empty log message ***
2003-03-19 08:15:28 +00:00
Jim Meyering
b01894ce34
Unset CDPATH. Otherwise, having the
...
CDPATH shell variable set could cause this test to fail.
2003-03-19 08:15:14 +00:00
Jim Meyering
7c76b720e8
*** empty log message ***
2003-03-19 08:14:04 +00:00
Jim Meyering
0cc6e2962d
Remove uses of `PARAMS'.
2003-03-19 08:14:02 +00:00
Jim Meyering
37e0f7ac18
(PARAMS): Remove definition and uses.
2003-03-19 08:12:47 +00:00
Jim Meyering
79feee4de5
*** empty log message ***
2003-03-19 08:11:10 +00:00
Jim Meyering
60e4df7191
Don't define __const.
...
(fnmatch): Use const, not __const in prototype.
2003-03-19 08:10:47 +00:00
Jim Meyering
c8dd553971
revert last change
2003-03-19 08:09:20 +00:00
Jim Meyering
e5f3393f3a
*** empty log message ***
2003-03-19 00:00:04 +00:00
Jim Meyering
0a72ec6c46
.
2003-03-18 19:16:34 +00:00
Jim Meyering
66937ee56b
*** empty log message ***
2003-03-18 19:12:57 +00:00
Jim Meyering
32a06622de
*** empty log message ***
2003-03-18 19:11:28 +00:00
Jim Meyering
97f17c1705
Remove lib/c-stack.c.
2003-03-18 19:11:25 +00:00
Jim Meyering
1fe585c5df
.
2003-03-18 17:48:02 +00:00
Jim Meyering
081b3c96ef
(read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
...
error from mntctl.
Use mntctl's return value to drive the entry-processing loop, since
we can't rely on the value of the vmt_length member in the last
entry. On some systems doing so could result in an infinite loop.
Based in part on a patch from Mike Jetzer.
2003-03-18 17:47:06 +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
b9c866ac1a
undo mountlist.h change
2003-03-18 17:04:18 +00:00
Jim Meyering
5f4059d425
undo last change
2003-03-18 17:04:04 +00:00
Jim Meyering
8be6d87354
.
2003-03-18 15:40:34 +00:00
Jim Meyering
5f3bedb89a
(excluded_filename): Define and use typedef to
...
avoid type mismatch in conditional expression.
2003-03-18 15:40:13 +00:00
Jim Meyering
336a1e2dad
*** empty log message ***
2003-03-18 15:39:58 +00:00
Jim Meyering
dc872b1ebe
(ME_REMOTE): Recognize as remote any file system
...
that has an Fs_type with the `nfs' (any case) prefix.
This is necessary at least for AIX 5.1 when it uses the
MOUNTED_GETMNTENT1 code. Reported by Mike Jetzer.
2003-03-18 15:39:45 +00:00
Jim Meyering
3c13c953a8
.
2003-03-18 08:53:59 +00:00
Jim Meyering
837fc9bfa5
(quote_n): Fix typo in comment.
2003-03-18 08:49:12 +00:00
Jim Meyering
e94edefba1
*** empty log message ***
2003-03-18 08:44:07 +00:00
Jim Meyering
ba84092326
[struct Word] (paren, period, punct, final): Change the
...
type of each member from bool <MEMBER>:1 to unsigned int <MEMBER>:1.
AIX 5.1's xlc could not compile the former.
2003-03-18 08:43:57 +00:00