po/Makefile.in.in patch

gnupg-devel at thewrittenword.com gnupg-devel at thewrittenword.com
Tue May 29 08:52:01 CEST 2001


On Mon, May 28, 2001 at 11:05:46PM -0600, John E. Hein wrote:
> Setting DESTDIR when building works fo all of gnupg except the 'po' subdir.
>  This patch is against 1.0.5
> 
> --- Makefile.in.in.orig	Tue Jan 25 10:44:18 2000
> +++ Makefile.in.in	Fri May 25 11:40:41 2001
> @@ -119,8 +119,8 @@
>  	for cat in $$catalogs; do \
>  	  cat=`basename $$cat`; \
>  	  case "$$cat" in \
> -	    *.gmo) destdir=$(gnulocaledir);; \
> -	    *)     destdir=$(localedir);; \
> +	    *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
> +	    *)     destdir=$(DESTDIR)$(localedir);; \
>  	  esac; \
>  	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
>  	  dir=$$destdir/$$lang/LC_MESSAGES; \

The latest test version, 1.0.5a, has upgraded to gettext 0.10.38
which, from what I can tell, doesn't have this problem. Anyway, if it
did, you should also tell the gettext maintainers.

-- 
albert chin (china at thewrittenword.com)




More information about the Gnupg-devel mailing list