]> xenbits.xensource.com Git - libvirt.git/commit
po: provide custom make rules for po file management
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 3 Apr 2018 15:39:17 +0000 (16:39 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 19 Apr 2018 09:35:58 +0000 (10:35 +0100)
commitc0a8ea450dd375207c64fb003f643252300e4d80
treeaefdb16be494495546308a58de67732f8d166278
parent327430fcfcf34c7b27d9d378df19032fd5d0e451
po: provide custom make rules for po file management

Historically we have relied on autopoint/gettextize to install a
standard po/Makefile.in.in. There is very limited scope for customizing
this and it also causes a bunch of extra stuff to be pulled into
configure.ac which potentially clashes with gnulib. Writing make rules
for po file management is no more difficult than any other rules libvirt
has, so stop using autopoint/gettextize.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
15 files changed:
.gitignore
ABOUT-NLS [new symlink]
autogen.sh
bootstrap.conf
configure.ac
m4/virt-nls.m4 [new file with mode: 0644]
po/Makefile.am [new file with mode: 0644]
po/POTFILES [new file with mode: 0644]
po/POTFILES.in [deleted file]
po/README.md [new file with mode: 0644]
src/internal.h
src/libvirt-admin.c
src/libvirt.c
src/util/virgettext.c
tools/virt-host-validate.c