Re: perl path patch

2002-07-10 Thread Tom Tromey
> "Dan" == Dan Kegel <[EMAIL PROTECTED]> writes: Dan> Best thing to do is use the standard path, /usr/bin/perl, Dan> and use a lowest-common-denomenator dialect of Perl, Dan> so it works with perl4 and up (or possibly perl5, but Dan> that might annoy some users). We abandoned Perl 4 with the

Re: perl path patch

2002-07-10 Thread Tom Tromey
> "Michael" == Michael Pruett <[EMAIL PROTECTED]> writes: >> Why do you want this? Michael> Some users have multiple copies of Perl installed on their Michael> systems (e.g. in /usr/bin/perl and /usr/local/bin/perl). It Michael> is onerous to require the user to have Perl at the same Michae

Re: perl path patch

2002-07-10 Thread Dan Kegel
Russ Allbery wrote: > Eric Siegerman <[EMAIL PROTECTED]> writes: > > >>-1. I'd *much* rather that automake use the Perl it was configured with >>(and subsequently regression-tested with) than whatever random Perl some >>user happens to have stuck first in their path. > > > I agree. Users som

Re: perl path patch

2002-07-10 Thread Russ Allbery
Eric Siegerman <[EMAIL PROTECTED]> writes: > -1. I'd *much* rather that automake use the Perl it was configured with > (and subsequently regression-tested with) than whatever random Perl some > user happens to have stuck first in their path. I agree. Users sometimes have some other version of

Re: perl path patch

2002-07-10 Thread Eric Siegerman
On Tue, Jul 09, 2002 at 05:24:05PM -0700, Michael Pruett wrote: > On Tue, Jul 09, 2002 at 06:18:31PM -0600, Tom Tromey wrote: > > > "Michael" == Michael Pruett <[EMAIL PROTECTED]> writes: > > > > Michael> Here's a small patch against automake 1.6.2 which allows > > Michael> automake to use th

Re: perl path patch

2002-07-09 Thread Michael Pruett
On Tue, Jul 09, 2002 at 06:18:31PM -0600, Tom Tromey wrote: > > "Michael" == Michael Pruett <[EMAIL PROTECTED]> writes: > > Michael> Here's a small patch against automake 1.6.2 which allows > Michael> automake to use the copy of Perl in the user's path (which > Michael> may differ from the pa

Re: perl path patch

2002-07-09 Thread Tom Tromey
> "Michael" == Michael Pruett <[EMAIL PROTECTED]> writes: Michael> Here's a small patch against automake 1.6.2 which allows Michael> automake to use the copy of Perl in the user's path (which Michael> may differ from the path with which automake was built) as Michael> long as that version is

Re: perl path patch

2002-06-26 Thread Raja R Harinath
Michael Pruett <[EMAIL PROTECTED]> writes: > Here's a small patch against automake 1.6.2 which allows automake to > use the copy of Perl in the user's path (which may differ from the path > with which automake was built) as long as that version is sufficiently > recent (where sufficiently recent

perl path patch

2002-06-26 Thread Michael Pruett
Here's a small patch against automake 1.6.2 which allows automake to use the copy of Perl in the user's path (which may differ from the path with which automake was built) as long as that version is sufficiently recent (where sufficiently recent here means Perl 5.6 or newer). Michael --- ./acloc