autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pkgdatadir and program_transform_name


From: Eric Blake
Subject: Re: pkgdatadir and program_transform_name
Date: Sat, 25 Feb 2012 16:28:51 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

On 02/25/2012 02:50 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> Hello, we've discovered that the "package" component in pkgdatadir isn't
> transformed through program_transform_name. In grub project we install
> some files to pkgdatadir and some distros apply the transformation
> grub->grub2 but make install still installs to /usr/local/share/grub and
> not /usr/local/share/grub2. Will it be fixed?IS there any way to make
> older automake behave correctly?

That sounds like it is probably more of a question for the automake
list.  But this seems like a pretty specific case, not supported in the
generic automake program transformation abilities, so my guess is that
it will probably have to be more like a patch specific to the grub
configure.ac to allow something like ./configure
--with-package-name=grub2 as a way to then trigger an automake
conditional, where Makefile.am then determines whether to install into
grub or into grub2 based on the conditional.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]