Eric Blake 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 option (described
Stefano Lattarini 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 some Makefile.am or con
On 02/27/2012 02:37 AM, Miles Bader wrote:
> Stefano Lattarini 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 t
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 ju