On 3/8/09, Andreas Färber wrote: > > Am 08.03.2009 um 16:11 schrieb Hasso Tepper: > > > > Blue Swirl wrote: > > > > > Maybe configure should determine the location of Perl and generate > > > some PERL_PATH stuff in config.mak. > > > > > > > Yeah, probably the best way. I only wonder what's the portable way to > > determine the location of perl. > > > > Some sequence like this? > > -perl=/my/perl > $PERL > /usr/bin/env perl > `which perl` > /usr/bin/perl How about this patch instead? Perl should be in $PATH. If not, PEBKAC.