summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-16 15:51:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-16 15:51:15 +0000
commite0a81e9d31bd71314560648c7433a44f7d8174d3 (patch)
tree6a389d2a0fbcdfd17150e0afcac94a7c5d23741a /configure
parentfb01819aba80bee6b5b911373cb35909fe05ff50 (diff)
downloadmpv-e0a81e9d31bd71314560648c7433a44f7d8174d3.tar.bz2
mpv-e0a81e9d31bd71314560648c7433a44f7d8174d3.tar.xz
cosmetics: Rename LANGUAGES variable to msg_langs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27296 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index b21deb5835..80a1bf748b 100755
--- a/configure
+++ b/configure
@@ -191,7 +191,7 @@ case `echo -n` in
*) _echo_n='-n ' _echo_c= ;; # BSD echo
esac
-LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed -e "s:help/help_mp-\(..\).h:\1:g" -e "s:help/help_mp-\(.....\).h:\1:g"`
+msg_langs=`echo help/help_mp-??.h help/help_mp-??_??.h | sed -e "s:help/help_mp-\(..\).h:\1:g" -e "s:help/help_mp-\(.....\).h:\1:g"`
show_help(){
cat << EOF
@@ -417,7 +417,7 @@ Miscellaneous options:
translated man pages, the first language is used for
messages and the GUI (the environment variable
\$LINGUAS is also honored) [en]
- (Available: $LANGUAGES all)
+ (Available: $msg_langs all)
--with-install=PATH path to a custom install program
Advanced options:
@@ -2602,7 +2602,7 @@ echores "$_langinfo"
echocheck "language"
test -z "$_language" && _language=$LINGUAS
_language=`echo $_language | tr , " "`
-echo $_language | grep -q all || LANGUAGES="$_language en"
+echo $_language | grep -q all || msg_langs="$_language en"
for lang in $_language ; do
test "$lang" = all && lang=en
if test -f "help/help_mp-${lang}.h" ; then
@@ -2616,7 +2616,7 @@ done
test -z "$_language" && _language=en
_mp_help="help/help_mp-${_language}.h"
test -f $_mp_help || die "$_mp_help not found"
-for lang in $LANGUAGES ; do
+for lang in $msg_langs ; do
if test -f "DOCS/man/$lang/mplayer.1" ; then
MAN_LANG_ALL="$lang $MAN_LANG_ALL"
fi
@@ -8607,7 +8607,7 @@ Config files successfully generated by ./configure $_configuration !
EOF
echo ${_echo_n} " Manual pages: $MAN_LANG_ALL ${_echo_c}"
-test "$LANGUAGES" = en && echo ${_echo_n} " (no localization selected, use --language=all)${_echo_c}"
+test "$msg_langs" = en && echo ${_echo_n} " (no localization selected, use --language=all)${_echo_c}"
echo
cat << EOF