mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
configure: replaced option '--with-nls' by autoconf's '--localedir'
Autoconf have been providing the option '--localedir' for a long time now, so this patch removes the deprecated '--with-nls' option and makes use of the standard '--localedir' instead. Took opportunity to define the path in the 'config-paths.h' in the same way the other paths are defined to be consistent, which also simplify the compilation commands. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
1b0b2d7b1b
commit
bf6bc120a5
4
doc/build/Translations.texi
vendored
4
doc/build/Translations.texi
vendored
@@ -109,6 +109,10 @@ library); when you run @command{make} to compile the project, it will also compi
|
||||
(@code{mo} files) for the language(s) you asked (if available, of course), and during
|
||||
@command{make install} it will install them in the usual directory.
|
||||
|
||||
The installation directory can be changed with the standard option @option{--localedir} to the
|
||||
@command{configure} script, the default path being
|
||||
@file{@emph{<prefix>}/share/locale/@emph{<lang>}/LC_MESSAGES}).
|
||||
|
||||
|
||||
@c --------------------------------------------------------------------- LINGUAS at system level ---
|
||||
@section Setting @env{LINGUAS} at system level
|
||||
|
||||
Reference in New Issue
Block a user