Michael G Schwern wrote:
On Wed, Oct 22, 2003 at 01:14:34PM -0700, Stas Bekman wrote:

I think it checks whether perl is more recent than Makefile and forces rebuild if that's the case. May be if perl.h is not there one should check whether $^X is newer than Makefile?


That's what I'm thinking, too.

But what if $^X isn't there... ;)

then check libperl.so or libperl.a in the CORE/ dir?


-M catdir $Config{archlibexp}, "CORE", $Config{libperl};

May be it's even better than checking $^X (which could be a symlink). Though I've already seen distro's moving libperl.so to /usr/lib!

__________________________________________________________________
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



Reply via email to