On Fri, 25 Apr 2008 17:28:10 +0100 Clint Adams wrote: > On Fri, Apr 25, 2008 at 05:39:35PM +0200, Jörg Sommer wrote: > > bf_compact uses mawk. I think you should edit the file and use awk > > instead of installing a dependency on mawk. > > Given the genericness of the mawk command, is there any reason to > call mawk instead of awk in bf_compact?
Hi Clint, On my Gentoo box, bf_compact is using gawk, not mawk or awk. Looking further I see that bf_compact is generated from bf_compact.in which uses @[EMAIL PROTECTED] Looking still further, I see that configure checks for "gawk mawk nawk awk" and that comes from AC_PROG_AWK in configure.ac. My conclusion is that autoconf is responsible and there's no need to change bogofilter. Regards, David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

