[PATCH] plans: enabling subdir-object by default is blocked on bug#13928

2014-04-21 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- PLANS/subdir-objects.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/PLANS/subdir-objects.txt b/PLANS/subdir-objects.txt index 94c6305..3cf6101 100644 --- a/PLANS/subdir-objects.txt +++ b/PLANS/subdir-objects.txt @@ -5,6 +5,9 @@ We want to mak

[PATCH] maint: sync files from upstream ("make fetch")

2014-04-21 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- lib/config.guess| 164 +++- lib/config.sub | 15 ++--- lib/gitlog-to-changelog | 2 +- lib/gnupload| 2 +- lib/update-copyright| 2 +- 5 files changed, 17 insertions(+), 168 de

[PATCH] Typofixes in warning messages and manual

2014-04-21 Thread Stefano Lattarini
Fixes automake bug#16827 and bug#16997. Signed-off-by: Stefano Lattarini --- NEWS | 3 +++ THANKS| 1 + doc/automake.texi | 2 +- lib/am/distdir.am | 8 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c863f0e..9fbd3ca 100644 ---

Re: bug#17076: [PATCH] tests: depcomp2: avoid spurious failure on OS/X

2014-04-21 Thread Stefano Lattarini
Hi Jim, sorry for the delay (but don't expect anything better in the future, sadly). On 03/23/2014 09:49 PM, Jim Meyering wrote: > I happened to notice a test failure on OS/X 10.8.5, and it was trivial to fix. > I'll push this to master in a week unless I hear otherwise. > I already have a simila