Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The problem will arise in 1.4.0cvs since then we will need to Lars> set the locale to get localized buffers different from the gui. Lars> And, at least on RH Linux, all locales _must_ have a country Lars> specifier. Please run "

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> make distcheck | | Lars> is a nice test for this. (if make distcheck worked that is...) | | As far as I know these variables are no standard automake variables, | and are

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> make distcheck Lars> is a nice test for this. (if make distcheck worked that is...) As far as I know these variables are no standard automake variables, and are not used anywhere. I saw this when looking at what it would take

Re: [PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Index: lib/Makefile.am | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v | retrieving revision 1.49 | diff -u -p -r1.49 Makefile.am | --- lib/Makefile.am 18 Dec 2

[PATCH] Small tweaks in lib/ dir

2003-01-10 Thread Jean-Marc Lasgouttes
The following patch - adds support for icelandic and latin languages (supported by babel) - removes what seems to be unused variables in Makefile.am Lars? JMarc Index: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/l