From 5e4b7d3ae9d5a791d1edded1a59273d81f4ccb9e Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 2 Mar 2014 09:02:53 +0800 Subject: [PATCH] add colorful display for make. --- trunk/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/configure b/trunk/configure index c418df60a..9bd61ef95 100755 --- a/trunk/configure +++ b/trunk/configure @@ -44,6 +44,7 @@ SRS_MAKEFILE="Makefile" cat << END > ${SRS_MAKEFILE} .PHONY: default help clean server bandwidth librtmp librtmp-sample _prepare_dir +# linux shell color support. RED="\\\\e[31m" GREEN="\\\\e[32m" YELLOW="\\\\e[33m" @@ -244,6 +245,7 @@ RED="\\e[31m" GREEN="\\e[32m" YELLOW="\\e[33m" BLACK="\\e[0m" + # summary echo "" echo "configure summary:"