comparison auto/init @ 280:7c7183b3ea8b

nginx-0.0.2-2004-03-05-11:34:24 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Mar 2004 08:34:24 +0000
parents 98c77ca0f354
children 30310107dbc9
comparison
equal deleted inserted replaced
279:b79f021a644a 280:7c7183b3ea8b
6 6
7 NGX_AUTOTEST=$OBJS/autotest 7 NGX_AUTOTEST=$OBJS/autotest
8 NGX_ERR=$OBJS/autoconf.err 8 NGX_ERR=$OBJS/autoconf.err
9 9
10 CC_WARN=$CC 10 CC_WARN=$CC
11
12
13 INC_EQ=NO
14 MAKE_BS=NO
15 MAKE_SL=NO
16 MAKE_BL=YES
11 17
12 18
13 # checking echo's "-n" option and "\c" capabilties 19 # checking echo's "-n" option and "\c" capabilties
14 20
15 if echo "test\c" | grep c >/dev/null; then 21 if echo "test\c" | grep c >/dev/null; then