Re: [PATCH] bootstrap: support Automake-NG in $buildreq

2012-04-26 Thread Stefano Lattarini
On 04/26/2012 03:38 PM, Jim Meyering wrote: > Stefano Lattarini wrote: >> * bootstrap (check_versions): Handle automake and aclocal from >> Automake-NG specially. They can be specified as respectively >> the "automake-ng" and "aclocal-ng" requirements. >> >> Signed-off-by: Stefano Lattarini >> --

Re: [PATCH] bootstrap: support Automake-NG in $buildreq

2012-04-26 Thread Jim Meyering
Stefano Lattarini wrote: > * bootstrap (check_versions): Handle automake and aclocal from > Automake-NG specially. They can be specified as respectively > the "automake-ng" and "aclocal-ng" requirements. > > Signed-off-by: Stefano Lattarini > --- > build-aux/bootstrap | 17 - >

Re: [PATCH] bootstrap: support Automake-NG in $buildreq

2012-04-26 Thread Stefano Lattarini
On 04/23/2012 05:17 PM, Stefano Lattarini wrote: > * bootstrap (check_versions): Handle automake and aclocal from > Automake-NG specially. They can be specified as respectively > the "automake-ng" and "aclocal-ng" requirements. > Ping? Regards, Stefano

Re: [PATCH] bootstrap: support Automake-NG in $buildreq

2012-04-23 Thread Stefano Lattarini
Hi Eric, thanks for the quick feedback. On 04/23/2012 05:51 PM, Eric Blake wrote: > > What you have is worth committing now, but I wonder... > > Why are we doing app=`echo "$app" | sed 's/-ng$//'` instead of > app=${app%-ng}? > Because I thought ./bootstrap was expected to work also with "classi

Re: [PATCH] bootstrap: support Automake-NG in $buildreq

2012-04-23 Thread Eric Blake
On 04/23/2012 09:17 AM, Stefano Lattarini wrote: > * bootstrap (check_versions): Handle automake and aclocal from > Automake-NG specially. They can be specified as respectively > the "automake-ng" and "aclocal-ng" requirements. > > Signed-off-by: Stefano Lattarini > --- > build-aux/bootstrap |