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 eblake@xxxxxxxxxx +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf