bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-10-01 Thread Stefano Lattarini
On Tuesday 27 September 2011, Stefano Lattarini wrote: > On Monday 26 September 2011, Nick Bowler wrote: > > Hi Stefano, > > > > On 2011-09-23 21:46 +0200, Stefano Lattarini wrote: > > > Apparently, it was a simple bug. Attached is the patch I'll push to maint > > > in a couple of days to fix it.

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-27 Thread Stefano Lattarini
On Monday 26 September 2011, Nick Bowler wrote: > Hi Stefano, > > On 2011-09-23 21:46 +0200, Stefano Lattarini wrote: > > Apparently, it was a simple bug. Attached is the patch I'll push to maint > > in a couple of days to fix it. As usual, reviews welcome. > > > > Thanks, > > Stefano > > >

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-26 Thread Nick Bowler
Hi Stefano, On 2011-09-23 21:46 +0200, Stefano Lattarini wrote: > Apparently, it was a simple bug. Attached is the patch I'll push to maint > in a couple of days to fix it. As usual, reviews welcome. > > Thanks, > Stefano > From 26b2e20c1369e11f696cf6c92888603a36a7cecc Mon Sep 17 00:00:00 20

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-24 Thread Stefano Lattarini
Hi Eric, thanks for the quick review. On Friday 23 September 2011, Eric Blake wrote: > On 09/23/2011 01:46 PM, Stefano Lattarini wrote: > > Apparently, it was a simple bug. Attached is the patch I'll push to maint > > in a couple of days to fix it. As usual, reviews welcome. > > > > +++ b/lib/a

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-23 Thread Eric Blake
On 09/23/2011 01:46 PM, Stefano Lattarini wrote: > Apparently, it was a simple bug. Attached is the patch I'll push to maint > in a couple of days to fix it. As usual, reviews welcome. > > +++ b/lib/am/distdir.am > @@ -516,16 +516,27 @@ distcheck: dist > ## from distcheck, so that they can be o

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-23 Thread Stefano Lattarini
On Friday 23 September 2011, Stefano Lattarini wrote: > Hi Nick, thanks for the report. > > On Thursday 22 September 2011, Nick Bowler wrote: > > Hello, > > > > In the Automake manual, §14.4 "Checking the Distribution" > > > > > > https://www.gnu.org/software/automake/manual/automake.html#Che

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-23 Thread Stefano Lattarini
Hi Nick, thanks for the report. On Thursday 22 September 2011, Nick Bowler wrote: > Hello, > > In the Automake manual, §14.4 "Checking the Distribution" > > > https://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution > > claims that make distcheck will verify that

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-09-22 Thread Nick Bowler
Hello, In the Automake manual, §14.4 "Checking the Distribution" https://www.gnu.org/software/automake/manual/automake.html#Checking-the-Distribution claims that make distcheck will verify that make uninstall works correctly. The relevant text is quoted here: > distcheck also checks that th