bogofilter 1.1.2 - new current release

David Relson relson at osagesoftware.com
Sun Dec 3 15:37:32 CET 2006


On Sun, 3 Dec 2006 09:15:11 +0100
Torsten Veller wrote:

> > > Error during configure
> > > 
> > > ./configure: line 5878: syntax error near unexpected token `-v'
> > > ./configure: line 5878: `      case `"$acl_cv_path_LD" -v 2>&1
> 
> Failes here too.
> This fixes it:
> 
> --- configure.ac        2006-12-03 09:11:06.000000000 +0100
> +++ configure.ac        2006-12-03 09:11:39.000000000 +0100
> @@ -188,7 +188,7 @@
>  dnl Check whether flex needs patching
>  flex=no
>  if test -n "$LEX"; then
> -    case `$LEX --version'` in
> +    case `$LEX --version` in
>         *2.5.4) flex=254 ;;
>         *2.5.31) flex=253x ;;
>         *2.5.33) flex=253x ;;

Torsten,

Good work!  As a result of Charles' report, I found the problem last
night and posted a patch on SourceForge.  My apologies for not
posting it to the list (which I'll do in a moment).  To correct the
problem, I released 1.1.3 this morning.

Regards,

David



More information about the Bogofilter mailing list