Subject: | Generated Makefiles reference PERLRUN instead of PERLRUNINST |
OK, not sure on affected versions since I just jumped from the core
install in 5.8.7 to 5.8.8-rc1 (then bumped to 6.30_01). I noticed this
when compiling PDL if that helps any (I might be able to add other
packages to the list, that's just the one I've been working on lately).
The Makefile that is getting generated defines PERLRUN as the path to
perl, PERLRUNINST as PERLRUN+the includes - no problem. But in the
generated ProccessPL section (in this example, this case might be
relevant to other generated sections not used/needed in PDL) PERLRUN is
being used instead of PERLRUNINST, resulting in the build process not
being able to see the libs, configs, etc. generated for the local build
process.