bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3 maint patches


From: Bruno Haible
Subject: Re: 3 maint patches
Date: Sat, 10 Oct 2009 10:43:42 +0200
User-agent: KMail/1.9.9

Eric Blake wrote:
> I'm applying the first two - adding some missing Link lines

Yes, this is useful for consistency. I'm only applying the followup below.

> and changing 
> "filesystem" to "file system" in modules I've recently touched (the unit
> test output on mingw looked rather inconsistent with a mix of both
> spellings, and GNU coding standards prefer the latter).

Another argument is that in en.wikipedia.org the term "filesystem" redirects
to "file system".

> Bruno, I held off 
> on the third until I get an okay from you, as it touches your relocatable
> module.

It is ok. There is no absolute need to use AS_HELP_STRING when no line wrapping
is involved, but as I see it, the change is a nop.


2009-10-10  Bruno Haible  <address@hidden>

        * modules/xnanosleep: Put the Link section after the Include section.

*** modules/xnanosleep.orig     2009-10-10 10:39:30.000000000 +0200
--- modules/xnanosleep  2009-10-10 10:39:04.000000000 +0200
***************
*** 17,28 ****
  
  Makefile.am:
  
- Link:
- $(LIB_NANOSLEEP)
- 
  Include:
  "xnanosleep.h"
  
  License:
  GPL
  
--- 17,28 ----
  
  Makefile.am:
  
  Include:
  "xnanosleep.h"
  
+ Link:
+ $(LIB_NANOSLEEP)
+ 
  License:
  GPL
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]