On Tue, 7 Dec 2004, Stas Bekman wrote: > 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?
Yes, that's right - sorry about that. > Are the two identical? $(ABSPERLRUN) and $(MODPERL_PERLPATH)? On my system they are - src/modules/perl/Makefile has $(MODPERL_PERLPATH) as D:\Perl\bin\perl.exe, while the top-level Makefile has $(ABSPERLRUN) as $(ABSPERL), and $(ABSPERL) as $(PERL), and $(PERL) as D:\Perl\bin\perl.exe. -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
