Gawk does not use gnulib. Nor is it likely to in the near future.
I would appreciate it if a patch could be supplied for tandem based on
what's in the tandem directory. In particular, if whatever command script
is used to do the compiling can add the _TANDEM_SOURCE and so on flags,
instead of the
Nix <[EMAIL PROTECTED]> writes:
> I suspect this wasn't noticed because a lot of people mount their
> filesystems with the noatime option,
Actually, in my case it wasn't noticed because my system doesn't
support O_NOATIME. I guess a lot of developers are in my boat,
as it's a relatively new feat
On 11/25/06, James Youngman <[EMAIL PROTECTED]> wrote:
> I am using gettext version 0.14.6. Its version of po/Makefile.in.in
> uses @MKINSTALLDIRS@,
mkinstalldirs is obsolete and is not maintained any more, and new
distributions shouldn't distribute it. install-sh now does the work
that mkinsta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to James Youngman on 11/25/2006 10:12 AM:
> On 11/25/06, James Youngman <[EMAIL PROTECTED]> wrote:
>> I am using gettext version 0.14.6. Its version of po/Makefile.in.in
>> uses @MKINSTALLDIRS@, but the m4 files in current gnulib do not
>>
The test in m4/fcntl_h.m4 for a working O_NOATIME is never going to work
as it stands (and indeed always fails when coreutils tries to use it).
,
| static char const file[] = "confdefs.h";
| int fd = open (file, O_RDONLY | O_NOATIME);
| char c;
| struct stat st0, st1;
| if (fd < 0
|
On 11/25/06, James Youngman <[EMAIL PROTECTED]> wrote:
I am using gettext version 0.14.6. Its version of po/Makefile.in.in
uses @MKINSTALLDIRS@, but the m4 files in current gnulib do not
substitute that variable. This means that the generated po/Makefile
contains a naked @[EMAIL PROTECTED]
I
I am using gettext version 0.14.6. Its version of po/Makefile.in.in
uses @MKINSTALLDIRS@, but the m4 files in current gnulib do not
substitute that variable. This means that the generated po/Makefile
contains a naked @[EMAIL PROTECTED]
I think that's an incompatibility between current gnulib a