From 87f1f5fea3bbaec1825170337ecf018ef525af19 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 17 Jul 2008 12:19:39 +0000 Subject: cosmetics: Rename _doc_lang variable to doc_lang. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27308 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 723da82009..eb8889901b 100755 --- a/configure +++ b/configure @@ -2623,8 +2623,8 @@ for lang in $msg_langs ; do fi done MAN_LANG="$(echo $MAN_LANG_ALL | sed 's/en//')" -_doc_lang=$_language -test -d DOCS/xml/$_doc_lang || _doc_lang=en +doc_lang=$_language +test -d DOCS/xml/$doc_lang || doc_lang=en echores "using $_language (man pages: $MAN_LANG_ALL)" @@ -8635,7 +8635,7 @@ EOF if test "$_mtrr" = yes ; then - echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$_doc_lang/video.html#mtrr)" + echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$doc_lang/video.html#mtrr)" echo fi @@ -8662,7 +8662,7 @@ If you used one of these options (except --enable-gui and similar ones that turn on internal features) and experience a compilation or linking failure, make sure you have passed the necessary compiler/linker flags to configure. -If you suspect a bug, please read DOCS/HTML/$_doc_lang/bugreports.html. +If you suspect a bug, please read DOCS/HTML/$doc_lang/bugreports.html. EOF -- cgit v1.2.3