added/fixed i18n support via gettext to xboard
authorArun Persaud <arun@nubati.net>
Sat, 23 Apr 2011 04:37:22 +0000 (21:37 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 23 Apr 2011 04:37:22 +0000 (21:37 -0700)
commit34e7a4b058c8ee6691dea2b5776459d58569840d
treea974316cb9ec2cab046a936558acd73128dfd6eb
parent007b64fc1619db18bae80e661e0e98f3bd2da012
added/fixed i18n support via gettext to xboard

this was already added a long time ago, but now it's added again to
autoconf. Also fixed some compile errors that showed up.
25 files changed:
ABOUT-NLS [new file with mode: 0644]
Makefile.am
config.rpath
configure.ac
gettext.h
m4/gettext.m4 [new file with mode: 0644]
m4/iconv.m4 [new file with mode: 0644]
m4/lib-ld.m4 [new file with mode: 0644]
m4/lib-link.m4 [new file with mode: 0644]
m4/lib-prefix.m4 [new file with mode: 0644]
m4/nls.m4 [new file with mode: 0644]
m4/po.m4 [new file with mode: 0644]
m4/progtest.m4 [new file with mode: 0644]
po/Makefile.in.in [changed mode: 0755->0644]
po/Makevars.template [new file with mode: 0644]
po/POTFILES [new file with mode: 0644]
po/Rules-quot [new file with mode: 0644]
po/boldquot.sed [new file with mode: 0644]
po/en@boldquot.header [new file with mode: 0644]
po/en@quot.header [new file with mode: 0644]
po/insert-header.sin [new file with mode: 0644]
po/quot.sed [new file with mode: 0644]
po/remove-potcdate.sin [changed mode: 0755->0644]
xengineoutput.c
xevalgraph.c