http://bugzilla.spamassassin.org/show_bug.cgi?id=2862





------- Additional Comments From [EMAIL PROTECTED]  2004-01-05 18:51 -------
Ok Sidney: You wanted something like configure for Windows? Here you've got 
it :) 
 
HHOS; I just committed a modified version of your patch: configure is now 
wrapped by a Perl script called build/configure which calls the autoconf 
script if it's not running under Windows and does the stuff on it's own if it 
is. 
 
What it actually does is: 
1. copy spamd/config.h.win to spamd/config.h 
2. copy spamd/binaries.mk.win to spamd/binaries.mk *and* do variable 
replacement of @@FOO@@ stuff similar to autoconf (two @ because it uses our 
existing preprocessor for that). SSL is now enabled with --enable-ssl under 
Windows, too. The values for the variables are currently stored in the 
build/configure script itself but might be moved to a separate file if this 
script should once be re-used (which is simple to do). 
 
Your patches to Makefile.PL went in, too, though modified. And the stuff to 
spamc.c and libspamc.c, too, though I'm not really happy with all those 
#ifdefs. It should be simple to get rid of most of them (by introducing a 
vararg routine log() instead of the macro syslog() and some other changes). 
 
Please test the stuff and tell me if it works (I tested it too, but I just 
"simulated" Windows ;) 
 
You can do an 
  svn log -r 4625:4627 -v 
to see which files were modified and 
  svn diff -r 4625:4627 
to see my actual changes. 



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to