This patch series depends on these two previous patches (not reviewed
yet):
https://www.redhat.com/archives/libvir-list/2010-November/msg00733.html
https://www.redhat.com/archives/libvir-list/2010-November/msg00626.html
It also replaces my earlier patch here:
https://www.redhat.com/archives/libvir-list/2010-September/msg00583.html
It also makes it possible to boostrap on FreeBSD, as a side-effect of
updating bootstrap.
Eric Blake (3):
maint: improve i18n on non-Linux
maint: update to latest gnulib
virt-aa-helper: translate error messages
.gitignore | 65 +++++++------
.gnulib | 2 +-
.x-sc_bindtextdomain | 2 +
Makefile.am | 1 +
bootstrap | 44 ++++++---
build-aux/.gitignore | 16 ---
cfg.mk | 2 +
daemon/libvirtd.c | 10 ++-
m4/.gitignore | 37 -------
po/.gitignore | 17 ----
po/POTFILES.in | 1 +
src/internal.h | 11 ++-
src/lxc/lxc_controller.c | 9 ++
src/security/security_apparmor.c | 1 +
src/security/virt-aa-helper.c | 194 ++++++++++++++++++++------------------
src/storage/parthelper.c | 15 +++-
tools/virsh.c | 4 +-
17 files changed, 215 insertions(+), 216 deletions(-)
create mode 100644 .x-sc_bindtextdomain
delete mode 100644 build-aux/.gitignore
delete mode 100644 m4/.gitignore
delete mode 100644 po/.gitignore
--
1.7.3.2