Revamp NLS support. Drop intltool, code po/Makefile.am manually
authorDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 3 Nov 2011 00:59:00 +0000 (00:59 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 3 Nov 2011 01:09:24 +0000 (01:09 +0000)
commitb976ecb02aed356fe45334c018a0e727328a1c9a
tree4a904e0ca49e03a488116c9579ddac15bbfe7970
parent655eb0bed0ec7aa4626ef77fbe5a0482fdf8a3ea
Revamp NLS support. Drop intltool, code po/Makefile.am manually

Using $(shell ...) probably isn't portable, so may need to be expanded by
the configure script. But this is a start...

Using gettextize seemed to pull in a bunch of other crap; I'd rather just
disable NLS support on crappy platforms where the msgfmt tool doesn't exist,
or where dgettext() isn't even available in -lintl.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Makefile.am
autogen.sh
configure.ac
openconnect.pc.in
po/Makefile.am [new file with mode: 0644]
po/POTFILES.in