[cvs] bogofilter configure.ac,1.237,1.238

Matthias Andree matthias.andree at gmx.de
Thu Jan 22 03:55:48 CET 2004


On Wed, 21 Jan 2004, m-a at users.sourceforge.net wrote:

> Update of /cvsroot/bogofilter/bogofilter
> In directory sc8-pr-cvs1:/tmp/cvs-serv12088
> 
> Modified Files:
> 	configure.ac 
> Log Message:
> Move AC_C_* checks before adding compiler options, to prevent
> AC_C_CONST from bumping into -Wcast-qual -pedantic-errors on GCC 2.95.
> This is not a 100% solution but good enough when the user only passes
> -pedantic-errors in.

I am aware that -std=c89 -pedantic-errors causes "missing prototype"
warnings for getopt(3) on SuSE Linux 8.2/9.0. I'll think this is a
header file bug. I may report it later.

I am also aware that gcc -std=c89 -pedantic-errors chokes GSL:
../gsl/specfunc/gamma.c:1487:26: use of C99 hexadecimal floating constant

-> Boom.




More information about the bogofilter-dev mailing list