comparison configure @ 31285:7e2165abf65e

cosmetics: Drop leading underscore from configuration variable.
author diego
date Wed, 09 Jun 2010 09:27:29 +0000
parents 0f9c3f446fc6
children 545edc88a102
comparison
equal deleted inserted replaced
31284:c02ae498fb2e 31285:7e2165abf65e
52 52
53 # Prevent locale nonsense from breaking basic text processing utils 53 # Prevent locale nonsense from breaking basic text processing utils
54 export LC_ALL=C 54 export LC_ALL=C
55 55
56 # Store the configure line that was used 56 # Store the configure line that was used
57 _configuration="$*" 57 configuration="$*"
58 58
59 # Prefer these macros to full length text ! 59 # Prefer these macros to full length text !
60 # These macros only return an error code - NO display is done 60 # These macros only return an error code - NO display is done
61 compile_check() { 61 compile_check() {
62 source="$1" 62 source="$1"
1530 TMPEXE="$I/mplayer-conf-$RANDOM-$$$_exesuf" 1530 TMPEXE="$I/mplayer-conf-$RANDOM-$$$_exesuf"
1531 TMPH="$I/mplayer-conf-$RANDOM-$$.h" 1531 TMPH="$I/mplayer-conf-$RANDOM-$$.h"
1532 TMPS="$I/mplayer-conf-$RANDOM-$$.S" 1532 TMPS="$I/mplayer-conf-$RANDOM-$$.S"
1533 1533
1534 rm -f "$TMPLOG" 1534 rm -f "$TMPLOG"
1535 echo configuration: $_configuration > "$TMPLOG" 1535 echo configuration: $configuration > "$TMPLOG"
1536 echo >> "$TMPLOG" 1536 echo >> "$TMPLOG"
1537 1537
1538 1538
1539 if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then 1539 if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then
1540 die "Runtime CPU detection only works for x86, x86-64 and PPC!" 1540 die "Runtime CPU detection only works for x86, x86-64 and PPC!"
8521 # -------- Generated by configure ----------- 8521 # -------- Generated by configure -----------
8522 8522
8523 # Ensure that locale settings do not interfere with shell commands. 8523 # Ensure that locale settings do not interfere with shell commands.
8524 export LC_ALL = C 8524 export LC_ALL = C
8525 8525
8526 CONFIGURATION = $_configuration 8526 CONFIGURATION = $configuration
8527 8527
8528 CHARSET = $_charset 8528 CHARSET = $_charset
8529 DOC_LANGS = $language_doc 8529 DOC_LANGS = $language_doc
8530 DOC_LANG_ALL = $doc_lang_all 8530 DOC_LANG_ALL = $doc_lang_all
8531 MAN_LANGS = $language_man 8531 MAN_LANGS = $language_man
8889 #define MPEG12_POSTPROC 1 8889 #define MPEG12_POSTPROC 1
8890 #define ATTRIBUTE_ALIGNED_MAX 16 8890 #define ATTRIBUTE_ALIGNED_MAX 16
8891 8891
8892 8892
8893 8893
8894 #define CONFIGURATION "$_configuration" 8894 #define CONFIGURATION "$configuration"
8895 8895
8896 #define MPLAYER_DATADIR "$_datadir" 8896 #define MPLAYER_DATADIR "$_datadir"
8897 #define MPLAYER_CONFDIR "$_confdir" 8897 #define MPLAYER_CONFDIR "$_confdir"
8898 #define MPLAYER_LIBDIR "$_libdir" 8898 #define MPLAYER_LIBDIR "$_libdir"
8899 8899
9372 9372
9373 ############################################################################# 9373 #############################################################################
9374 9374
9375 cat << EOF 9375 cat << EOF
9376 9376
9377 Config files successfully generated by ./configure $_configuration ! 9377 Config files successfully generated by ./configure $configuration !
9378 9378
9379 Install prefix: $_prefix 9379 Install prefix: $_prefix
9380 Data directory: $_datadir 9380 Data directory: $_datadir
9381 Config direct.: $_confdir 9381 Config direct.: $_confdir
9382 9382