Re: [Libosinfo] [PATCH v3] Improve Perl-related routines

2017-02-23 Thread Daniel P. Berrange
On Thu, Feb 16, 2017 at 06:40:58PM +0400, Roman Bogorodskiy wrote: > * Add a check for the 'perl' program to configure.ac as >$(PERL) is used in various places > * Do not hardcode '/usr/bin/perl' in perl scripts >because on FreeBSD and maybe some other systems it's installed >in a dif

[Libosinfo] [PATCH v3] Improve Perl-related routines

2017-02-16 Thread Roman Bogorodskiy
* Add a check for the 'perl' program to configure.ac as $(PERL) is used in various places * Do not hardcode '/usr/bin/perl' in perl scripts because on FreeBSD and maybe some other systems it's installed in a different prefix, so use '/usr/bin/env perl' instead. --- build-aux/bracket-spa