Re: [virt-tools-list] [virt-viewer][PATCH 1/3] cfg.mk: Don't require bindtextdomain directly

2012-11-13 Thread Eric Blake
[adding gnulib] On 11/13/2012 04:28 AM, Michal Privoznik wrote: > With current implementation, all binaries that need it call > bindtextdomain but not directly. They call a helper function > instead. This makes, however, syntax-check fail as it cannot > recognize it. > --- > cfg.mk |3 ++- >

[virt-tools-list] [virt-viewer][PATCH 1/3] cfg.mk: Don't require bindtextdomain directly

2012-11-13 Thread Michal Privoznik
With current implementation, all binaries that need it call bindtextdomain but not directly. They call a helper function instead. This makes, however, syntax-check fail as it cannot recognize it. --- cfg.mk |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cfg.mk b/cfg.mk