Revision 40c0f755 configure

View differences:

configure
4 4

  
5 5
# Fancy colors used to beautify the output a bit.
6 6
#
7
if [ "$NOCOLOR" ] ; then
8
    NORMAL=""
9
    BOLD=""
10
    RED=""
11
    YELLOW=""
12
    GREEN=""
13
else
14
    NORMAL='\\033[0m'
15
    BOLD='\\033[01;1m'
16
    RED='\\033[01;91m'
17
    YELLOW='\\033[00;33m'
18
    GREEN='\\033[01;92m'
19
fi
7
NORMAL=""
8
BOLD=""
9
RED=""
10
YELLOW=""
11
GREEN=""
20 12

  
21 13
EXIT_SUCCESS=0
22 14
EXIT_FAILURE=1

Also available in: Unified diff