From 91a56f5470d81fc129beb5286aa6d97ed8039f07 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Wed, 24 Oct 2001 08:38:03 +0000 Subject: [PATCH] * 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 . --- ChangeLog | 7 +++++++ configure.in | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b4bc45e0c..ff12a6f9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-10-24 Andrew V. Samoilov + + * 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 . + 2001-10-19 Pavel Roskin * syntax/sh.syntax: Highlight reserved words inside backticks. diff --git a/configure.in b/configure.in index 98a0dd213..c83540ac3 100644 --- a/configure.in +++ b/configure.in @@ -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