changeset 31285:7e2165abf65e

cosmetics: Drop leading underscore from configuration variable.
author diego
date Wed, 09 Jun 2010 09:27:29 +0000
parents c02ae498fb2e
children 545edc88a102
files configure
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jun 09 07:26:54 2010 +0000
+++ b/configure	Wed Jun 09 09:27:29 2010 +0000
@@ -54,7 +54,7 @@
 export LC_ALL=C
 
 # Store the configure line that was used
-_configuration="$*"
+configuration="$*"
 
 # Prefer these macros to full length text !
 # These macros only return an error code - NO display is done
@@ -1532,7 +1532,7 @@
 TMPS="$I/mplayer-conf-$RANDOM-$$.S"
 
 rm -f "$TMPLOG"
-echo configuration: $_configuration > "$TMPLOG"
+echo configuration: $configuration > "$TMPLOG"
 echo >> "$TMPLOG"
 
 
@@ -8523,7 +8523,7 @@
 # Ensure that locale settings do not interfere with shell commands.
 export LC_ALL = C
 
-CONFIGURATION = $_configuration
+CONFIGURATION = $configuration
 
 CHARSET = $_charset
 DOC_LANGS = $language_doc
@@ -8891,7 +8891,7 @@
 
 
 
-#define CONFIGURATION "$_configuration"
+#define CONFIGURATION "$configuration"
 
 #define MPLAYER_DATADIR "$_datadir"
 #define MPLAYER_CONFDIR "$_confdir"
@@ -9374,7 +9374,7 @@
 
 cat << EOF
 
-Config files successfully generated by ./configure $_configuration !
+Config files successfully generated by ./configure $configuration !
 
   Install prefix: $_prefix
   Data directory: $_datadir