Randy Kobes wrote:
In Apache::BuildConfig, there's some functions (eg, mv) that
are defined within the generated Makefile as
    $(ABSPERLRUN) -MExtUtils::Command -e mv
(for those platforms for which a system 'mv' isn't
available). However, src/modules/perl/Makefile.PL doesn't
define $(ABSPERLRUN) (it does define $(MODPERL_PERLPATH)).
I'm not sure of the desired way to fix this - define
$(ABSPERLRUN), or use $(MODPERL_PERLPATH)?


src/modules/perl/Makefile.PL? You mean src/modules/perl/Makefile, right?

Are the two identical? $(ABSPERLRUN) and $(MODPERL_PERLPATH)?

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to