[MPlayer-cvslog] r27308 - trunk/configure

diego subversion at mplayerhq.hu
Thu Jul 17 14:19:39 CEST 2008


Author: diego
Date: Thu Jul 17 14:19:39 2008
New Revision: 27308

Log:
cosmetics: Rename _doc_lang variable to doc_lang.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jul 17 14:19:39 2008
@@ -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
 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
 



More information about the MPlayer-cvslog mailing list