From ac443f6fd5400cd38592d2c55b03540f8b8f7144 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 15 Feb 2011 16:33:27 +0200 Subject: configure: use LINGUAS environment variable for messages Previously the default with --enable-translation was to install all language files if --language-msg was not explicitly specified. Change the default to the languages set with the --language option or LINGUAS environment variable if those are set; if neither is set then the default is still to install all message languages. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 12b842c82d..1d24c408d4 100755 --- a/configure +++ b/configure @@ -2764,6 +2764,7 @@ echocheck "language" test -z "$language" && language=$LINGUAS test -z "$language_doc" && language_doc=$language test -z "$language_man" && language_man=$language +test -z "$language_msg" && language_msg=$language test -z "$language_msg" && language_msg="all" language_doc=$(echo $language_doc | tr , " ") language_man=$(echo $language_man | tr , " ") -- cgit v1.2.3