Permalink
1 comment
on commit
sign in to comment.
Browse files
gpredict: properly configure perl for intltool
Also remove dependency on p5.28-xml-parser since intltool
takes care of these perl dependencies for you.
This is probably overkill but at least it allows configure to report
the right perl (${prefix}/bin/perl5.28 instead of /usr/bin/perl).
No need for a rev-bump since there are no changes in the installed files.- Loading branch information
This comment has been minimized.
c9db61cThis works until next time the version of perl used by intltool changes. The proper long-term fix is to remove the INTLTOOL_PERL check from configure altogether. (This is already done in the intltool.m4 from our intltool port, but upstream has not accepted or even acknowledged the patch we submitted years ago, so virtually all configure scripts generated by upstream projects remain affected.)