use linux style options for config file and add a system config file for XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 24 Nov 2009 04:17:25 +0000 (20:17 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 24 Nov 2009 04:17:25 +0000 (20:17 -0800)
commit64c5cbd033e4cc0d4997ce55a49514e4f15ec16a
treef66b6fc6f29bfa3a8130dbb202051319643bc9cb
parent06d3d751525f40869ef6dfd96e33c590008123c2
use linux style options for config file and add a system config file for XBoard

This patch makes XBoard write the options to its conf file in
Linux style, "-option value" rather than Windows style "/option=value".

The WinBoard option parsing code has always understood both formats
(including any hybrids), but the format it preferred for writing might
look quite strange to Linux users. I also attached a file to be installed
as /etc/xboard/xboard.conf on "make install".
Makefile.am
args.h
winboard/winboard.c
xboard.c
xboard.conf [new file with mode: 0644]