This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: about requiring Perl 5.6 in Automake 1.9


>>> "Bob" == Bob Proulx <bob@proulx.com> writes:

[...]

 Bob> Question:  How would you feel if the installed automake were to use
 Bob> perl from PATH instead of the hardcoded in path?  Could this be made
 Bob> available as an option?

This is already possible.  You can say

  ./configure PERL='/usr/bin/env perl'

or

  ./configure PERL='/opt/perl-5.6/bin/perl'

when configuring Automake.

[...]

-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]