[MPlayer-dev-eng] [RFC] de-autoconf configure
Diego Biurrun
diego at biurrun.de
Tue May 9 09:43:24 CEST 2006
Hey,
people always think we have an autoconfigure script. Who's to blame
them, the output looks just too similar. Since FFmpeg has never
suffered from this problem I thought we might as well give in and fix
what I would call a usability problem. I made a preliminary patch.
Comments?
Diego
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1190
diff -u -r1.1190 configure
--- configure 8 May 2006 21:41:14 -0000 1.1190
+++ configure 9 May 2006 07:25:33 -0000
@@ -160,7 +160,7 @@
# Use this before starting a check
echocheck() {
echo "============ Checking for $@ ============" >> "$TMPLOG"
- echo ${_echo_n} "Checking for $@ ... ${_echo_c}"
+ echo ${_echo_n} " $@ ... ${_echo_c}"
}
# Use this to echo the results of a check
@@ -171,7 +171,7 @@
echo "Result is: $@ $_res_comment" >> "$TMPLOG"
echo "##########################################" >> "$TMPLOG"
echo "" >> "$TMPLOG"
- echo "$@ $_res_comment"
+ echo "[ $@ ] $_res_comment"
_res_comment=""
}
#############################################################################
More information about the MPlayer-dev-eng
mailing list