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 check-symsorting.pl
>because on FreeBSD and maybe some other systems it's installed
>in a different prefix, so use '/usr/bin/
* Add a check for the 'perl' program to configure.ac as
$(PERL) is used in various places
* Do not hardcode '/usr/bin/perl' in check-symsorting.pl
because on FreeBSD and maybe some other systems it's installed
in a different prefix, so use '/usr/bin/env perl' instead.
---
configure.ac