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 <br...@clisp.org> * 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