On Saturday 31 January 2004 06:27 CET Justin Mason wrote:
> Due to a missing CLA, I've removed some code from Makefile.PL.
> Malte/someone, could you reimplement it?
No problem (if subversion was working), though I don't know if it really was
"clean-room" because I know the Makefile.PL code by heart ;-)
> (The code will work on UNIX, but breaks on Windows without this, as far
> as I know.)
>
> Basically, the following built executables need to use $(EXE_EXT) to add
> the ".exe" extension on windows, and "" on UNIX:
>
> spamc/qmail-spamc
> spamd/spamc
Removing the first wasn't necessary as I added it (just for the sake of
completeness as nobody will use qmail-spamc under Windows). Only spamc
(btw, it's spamc/spamc now :) needs to get its $(EXE_EXT) again.
> EXE_EXT is defined by ExtUtils::MakeMaker. So each reference to those
> executables in the "make" part of Makefile.PL needs to have a reference
> to that var appended.
>
> (This means we don't have to get a written CLA from Reini Urban, who I
> haven't heard from -- we have an electronic one, but not a written one.)
Cheers,
Malte
--
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
<http://www.catb.org/~esr/faqs/smart-questions.html>