mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: ALL_LINGUAS should be defined unconditionally.
This commit is contained in:
parent
bc77fff113
commit
70b9c3783b
@ -1,5 +1,7 @@
|
||||
2002-09-12 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: ALL_LINGUAS should be defined unconditionally.
|
||||
|
||||
* acinclude.m4: Clarify some help texts, add defaults in square
|
||||
brackets, use more consistent spacing.
|
||||
* configure.in: Likewise.
|
||||
|
@ -65,9 +65,8 @@ no)
|
||||
esac])
|
||||
AC_FUNC_MMAP
|
||||
|
||||
if test "x$ALL_LINGUAS" = x; then
|
||||
ALL_LINGUAS="az be bg ca cs da de el es es_ES eu fi fr hu it ja ko lv nl no pl pt pt_BR ro ru sk sl sv uk ta tr wa zh_CN zh_TW"
|
||||
fi
|
||||
ALL_LINGUAS="az be bg ca cs da de el es es_ES eu fi fr hu it ja ko lv \
|
||||
nl no pl pt pt_BR ro ru sk sl sv uk ta tr wa zh_CN zh_TW"
|
||||
|
||||
dnl
|
||||
dnl Internationalization
|
||||
|
Loading…
Reference in New Issue
Block a user