Re: [patch] Fix out-of-tree builds
Thomas Dickey <[email protected]>
| Newsgroups | gmane.comp.web.lynx.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> https://invisible-island.net
signature.asc
(application/pgp-signature, 659 B)
-----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmYlqCMACgkQzCr0RyFn vgOY+gv/eo6ZqNTB+dV2adV2PhArNYnBiCtLGqYOkALf+WNLpk87k8/myW7Ozieh hgn7mGE4PionoiylJ9j01VQrIaaoVh++J4DAq1RUMxZsQ0jWyJzz3Kl4VJHbgZTi D+D6w8Zw7lpBadBbdfv5asz0EpSkovstIOzpAVDQV0q6CFAuoQ25c5q3ErMibTS0 x4NH6KhrhCKL1UAyGOo26WEGIujsVSevyo/95tv/XzxbV7krzz2VxgWnXHNTo+Wj Bixdutq5DvmNiL9mbjkjwgt7X7MFPuJefg0rEaulTWbR3UeCIF3K0M7Hmmv93Xt/ IjwjQ7GODwJI3ODJ5yjSgyGESC+16xB8y638QTLNnHYdipRgaLntFECPmvqTaVel 12TAMa2aVFCsaDNzVkVkA8dkUa+TjGZbw0qiWDnAJz/1rhRV/mL8/acPmRLuOyI8 rY+djqmDCMxGrSqtYW9JgAr/qFCOIhHAAu/OHGQ4yTvIFypKzrnroquhKEG3uDWD lOoOtKhj =/4AV -----END PGP SIGNATURE-----