[MPlayer-cvslog] r31351 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jun 9 11:27:29 CEST 2010


Author: diego
Date: Wed Jun  9 11:27:29 2010
New Revision: 31351

Log:
cosmetics: Drop leading underscore from configuration variable.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun  9 09:26:54 2010	(r31350)
+++ trunk/configure	Wed Jun  9 11:27:29 2010	(r31351)
@@ -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 @@ TMPH="$I/mplayer-conf-$RANDOM-$$.h"
 TMPS="$I/mplayer-conf-$RANDOM-$$.S"
 
 rm -f "$TMPLOG"
-echo configuration: $_configuration > "$TMPLOG"
+echo configuration: $configuration > "$TMPLOG"
 echo >> "$TMPLOG"
 
 
@@ -8523,7 +8523,7 @@ cat > config.mak << EOF
 # 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 @@ cat > $TMPH << EOF
 
 
 
-#define CONFIGURATION "$_configuration"
+#define CONFIGURATION "$configuration"
 
 #define MPLAYER_DATADIR "$_datadir"
 #define MPLAYER_CONFDIR "$_confdir"
@@ -9374,7 +9374,7 @@ cmp -s "$TMPH" libavutil/avconfig.h || m
 
 cat << EOF
 
-Config files successfully generated by ./configure $_configuration !
+Config files successfully generated by ./configure $configuration !
 
   Install prefix: $_prefix
   Data directory: $_datadir


More information about the MPlayer-cvslog mailing list