comparison configure @ 21342:dc98645820b7

Make MPlayer/MEncoder print the compile-time configuration in verbose mode. based on a patch by Brian Murray, brian game-sat com
author diego
date Tue, 28 Nov 2006 18:29:24 +0000
parents 4556f7c82535
children 7bb9110fc7f4
comparison
equal deleted inserted replaced
21341:c88f4069c619 21342:dc98645820b7
50 ############################################################################# 50 #############################################################################
51 51
52 # Prevent locale nonsense from breaking basic text processing utils 52 # Prevent locale nonsense from breaking basic text processing utils
53 LC_ALL=C 53 LC_ALL=C
54 export LC_ALL 54 export LC_ALL
55
56 # Store the configure line that was used
57 _configuration="$*"
55 58
56 # Prefer these macros to full length text ! 59 # Prefer these macros to full length text !
57 # These macros only return an error code - NO display is done 60 # These macros only return an error code - NO display is done
58 compile_check() { 61 compile_check() {
59 echo >> "$TMPLOG" 62 echo >> "$TMPLOG"
7525 7528
7526 /* Protect against multiple inclusion */ 7529 /* Protect against multiple inclusion */
7527 #ifndef MPLAYER_CONFIG_H 7530 #ifndef MPLAYER_CONFIG_H
7528 #define MPLAYER_CONFIG_H 1 7531 #define MPLAYER_CONFIG_H 1
7529 7532
7533 #define CONFIGURATION "$_configuration"
7534
7530 /* use GNU internationalization */ 7535 /* use GNU internationalization */
7531 $_def_i18n 7536 $_def_i18n
7532 7537
7533 /* name of messages charset */ 7538 /* name of messages charset */
7534 $_def_charset 7539 $_def_charset