Re: [FFmpeg-devel] [PATCHv2] configure: colorize warning messages

2015-08-28 Thread Ganesh Ajjanagadde
On Fri, Aug 28, 2015 at 8:36 AM, Clément Bœsch wrote: > On Thu, Aug 27, 2015 at 11:33:52PM -0400, Ganesh Ajjanagadde wrote: >> This patch introduces color warning messages (yellow). >> They are enabled whenever available. >> Tested with zsh, bash, and sh (bash under --posix). >> >> Signed-off-by:

Re: [FFmpeg-devel] [PATCHv2] configure: colorize warning messages

2015-08-28 Thread Clément Bœsch
On Thu, Aug 27, 2015 at 11:33:52PM -0400, Ganesh Ajjanagadde wrote: > This patch introduces color warning messages (yellow). > They are enabled whenever available. > Tested with zsh, bash, and sh (bash under --posix). > > Signed-off-by: Ganesh Ajjanagadde > --- > configure | 9 - > 1 fil

[FFmpeg-devel] [PATCHv2] configure: colorize warning messages

2015-08-27 Thread Ganesh Ajjanagadde
This patch introduces color warning messages (yellow). They are enabled whenever available. Tested with zsh, bash, and sh (bash under --posix). Signed-off-by: Ganesh Ajjanagadde --- configure | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure b/configure index