Wed, 30 Mar 2011 19:35:16 +0200
Finally correct packaging logic enough to allow for successful building:
Force Java dependency to C++ and POSIX threads to satisfy buildtime
requirements of GCJ, add conditional java dependency to infozip as
required by libjava/configure, remove outdated fortran conditions,
correct buildconf causing jcf-dump target to fail, add and improve
warnings regarding profile feedback, build duration, and parallel
make, correct make environment when building C++ dependent languages,
and introduce new helpful comments.
michael@7 | 1 | dnl |
michael@7 | 2 | dnl mailman.m4: Mailman specific local mailer |
michael@7 | 3 | dnl |
michael@7 | 4 | |
michael@7 | 5 | MAILER_DEFINITIONS |
michael@7 | 6 | |
michael@7 | 7 | ## Special flags! See: |
michael@7 | 8 | ## http://www.sendmail.org/~ca/email/doc8.10/op-sh-5.html#sh-5.4 Note |
michael@7 | 9 | ## especially the absence of the "m" and "n" flags. THIS IS IMPORTANT: |
michael@7 | 10 | ## mailman handler assumes this behavior to avoid having to know too |
michael@7 | 11 | ## much about address parsing and other RFC-2822 mail details. |
michael@7 | 12 | |
michael@7 | 13 | Mmailman, P=@l_prefix@/libexec/mailman/mail/mailman-sendmail, F=rDFMhlqSu, U=@l_nusr@:@l_ngrp@, |
michael@7 | 14 | S=EnvFromL, R=EnvToL/HdrToL, |
michael@7 | 15 | A=mailman-sendmail $h $u |
michael@7 | 16 |