Re: pkglibdir, pkgdatadir and program_transform_name

2012-02-27 Thread Stefano Lattarini
On 02/26/2012 09:18 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, all. In GRUB2 we have following problem: If program_transform_name=s,grub,grub2 then pkglibdir=$libdir/grub2 Hmm... no, this is not automake's doing (automake is in fact not documented to do so, and I've just

Re: pkglibdir, pkgdatadir and program_transform_name

2012-02-27 Thread Eric Blake
On 02/27/2012 02:37 AM, Miles Bader wrote: Stefano Lattarini stefano.lattar...@gmail.com writes: Any transformation of a $(pkg*dir) by $(program_transform_name) would be a bug; if you encounter such an issue, I'd be grateful if you report it. But I'm pretty sure the inconsistency you are

Re: pkglibdir, pkgdatadir and program_transform_name

2012-02-27 Thread Miles Bader
Stefano Lattarini stefano.lattar...@gmail.com writes: Any transformation of a $(pkg*dir) by $(program_transform_name) would be a bug; if you encounter such an issue, I'd be grateful if you report it. But I'm pretty sure the inconsistency you are seeing here is due to another reasons (maybe

Re: pkglibdir, pkgdatadir and program_transform_name

2012-02-27 Thread Miles Bader
Eric Blake ebl...@redhat.com writes: I think it's worth pursuing a patch to the GNU Coding Standards that allows a standardized configure option that allows one to specify an alternate package name, so that things like $(pkglibdir) become $(libdir)/$(alternate_package_name) A standardized