tag 457673 pending
thanks

On Mon, 2007-12-24 at 06:41:22 -0500, Mike Frysinger wrote:
> Package: dpkg
> Version: 1.14.12
> Severity: wishlist
> 
> the man/Makefile.am file explicitly checks for all LINGUAS.  it should take
> $(USE_NLS) into consideration so that you can build dpkg on a system without
> nls support.  the patch is quite trivial:
> 
>  # Extract the list of languages from the po4a config file.
> +ifeq ($(USE_NLS),yes)
>  LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' 
> $(srcdir)/po/po4a.cfg)
> +else
> +LINGUAS =
> +endif

I've committed a different fix for this, will be included in next
release.

thanks,
guillem



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to