Hi,

could somebody with cvs access please commit the following small fixes
and additions. The first fix requires that autoconf, autoheader and
automake are run before committing, so could somebody who nows the right
way please do so.

Christian.

Index: configure.in
===================================================================
RCS file: /cvsroot/gnubg/gnubg/configure.in,v
retrieving revision 1.133
diff -r1.133 configure.in
601a602,611
> dnl enable SSE
> AC_ARG_ENABLE( sse,[  --enable-sse     enable SSE for newer cpus], ,
> enable_sse=no)
> if test "$enable_sse" != "no"; then
>   AC_DEFINE(USE_SSE_VECTORIZE,1,Define if you want to compile with
>   SSE support)
>   if test x"$GCC" = xyes; then
>     CFLAGS="$CFLAGS -msse"
>   fi
> fi
>
>

Index: gtkgame.c
===================================================================
RCS file: /cvsroot/gnubg/gnubg/gtkgame.c,v
retrieving revision 1.548
diff -r1.548 gtkgame.c
4181c4181
<                "met", FDT_NONE_OPEN, PATH_NULL );
---
>                "met", FDT_NONE_OPEN, PATH_MET );

Index: met/Kazaross-Shaw.xml
===================================================================
RCS file: /cvsroot/gnubg/gnubg/met/Kazaross-Shaw.xml,v
retrieving revision 1.4
diff -r1.4 Kazaross-Shaw.xml
30c30
<     <length>4</length>
---
>     <length>5</length>



_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to