lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] [patch] Fix out-of-tree builds


From: Thomas Dickey
Subject: Re: [Lynx-dev] [patch] Fix out-of-tree builds
Date: Sun, 21 Apr 2024 19:58:30 -0400

On Sun, Apr 21, 2024 at 10:56:57AM +0200, Andreas Metzler wrote:
> Hello,
> 
> find attached a trivial patch to fix out of tree builds (mkdir blah ;
> cd blah ; ../configure ...)
> 
> TIA, cu Andreas
> -- 
> `What a good friend you are to him, Dr. Maturin. His other friends are
> so grateful to you.'
> `I sew his ears on from time to time, sure'

> --- lynx-2.9.1.orig/po/makefile.inn
> +++ lynx-2.9.1/po/makefile.inn
> @@ -118,7 +118,7 @@ all-yes: $(SOURCES) $(CATALOGS)
>  all-no:
>  
>  en.po :
> -     msginit --no-translator -l en -i $(PACKAGE).pot
> +     msginit --no-translator -l en -i $(srcdir)/$(PACKAGE).pot
>  # cygwin's msginit 1.19.3 creates "en_US.po" rather than "en.po"...
>       @$(SHELL) -c 'for n in en*.po; \
>               do \

thanks - at least it's not a new/recent bug:

1.23         (tom      06-Jul-17): en.po :
1.14         (tom      13-May-07):      msginit --no-translator -l en -i 
$(PACKAGE).pot
1.24         (tom      06-Jul-17): # cygwin's msginit 1.19.3 creates "en_US.po" 
rather than "en.po"...
1.21         (tom      22-Dec-14):      @$(SHELL) -c 'for n in en*.po; \


-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]