mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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>
|
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
|
* acinclude.m4: Clarify some help texts, add defaults in square
|
||||||
brackets, use more consistent spacing.
|
brackets, use more consistent spacing.
|
||||||
* configure.in: Likewise.
|
* configure.in: Likewise.
|
||||||
|
@ -65,9 +65,8 @@ no)
|
|||||||
esac])
|
esac])
|
||||||
AC_FUNC_MMAP
|
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 \
|
||||||
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"
|
nl no pl pt pt_BR ro ru sk sl sv uk ta tr wa zh_CN zh_TW"
|
||||||
fi
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Internationalization
|
dnl Internationalization
|
||||||
|
Loading…
Reference in New Issue
Block a user