changeset 27276:30940ba90ba2

cosmetics: Rename _doc_lang variable to doc_lang.
author diego
date Thu, 17 Jul 2008 12:19:39 +0000
parents 38d837e668fb
children 0318eb9b09f1
files configure
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jul 17 11:54:42 2008 +0000
+++ b/configure	Thu Jul 17 12:19:39 2008 +0000
@@ -2623,8 +2623,8 @@
   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 @@
 
 
 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 @@
 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