mirror of https://github.com/MidnightCommander/mc
* configure.in: Resurrect ALL_LINGUAS test, to allow specify list
of languages to be installed by setting env variable before configure. If it is empty, it defaults to full list. By Alex Tkachenko <alex@bcs.zp.ua>.
This commit is contained in:
parent
a918318c9d
commit
91a56f5470
|
@ -1,3 +1,10 @@
|
|||
2001-10-24 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* configure.in: Resurrect ALL_LINGUAS test, to allow specify list
|
||||
of languages to be installed by setting env variable before
|
||||
configure. If it is empty, it defaults to full list.
|
||||
By Alex Tkachenko <alex@bcs.zp.ua>.
|
||||
|
||||
2001-10-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/sh.syntax: Highlight reserved words inside backticks.
|
||||
|
|
|
@ -30,7 +30,9 @@ AC_CHECK_TOOL(AR, ar, ar)
|
|||
dnl Only list browsers here that can be run in background (i.e. with `&')
|
||||
AC_CHECK_PROGS(X11_WWW, [gnome-moz-remote mozilla konqueror opera netscape])
|
||||
|
||||
if test x$ALL_LINGUAS = x; then
|
||||
ALL_LINGUAS="az ca cs da de el es es_ES fi fr hu it ja ko lv nl no pl pt_BR ro ru sk sl sv uk ta tr wa zh_TW zh_CN.GB2312"
|
||||
fi
|
||||
|
||||
dnl
|
||||
dnl Internationalization
|
||||
|
|
Loading…
Reference in New Issue