comparison auto/init @ 254:98c77ca0f354

nginx-0.0.2-2004-02-09-19:30:01 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 16:30:01 +0000
parents 1903c6821958
children 7c7183b3ea8b
comparison
equal deleted inserted replaced
253:b6793bc5034b 254:98c77ca0f354
4 NGX_AUTO_CONFIG_H=$OBJS/ngx_auto_config.h 4 NGX_AUTO_CONFIG_H=$OBJS/ngx_auto_config.h
5 NGX_MODULES_C=$OBJS/ngx_modules.c 5 NGX_MODULES_C=$OBJS/ngx_modules.c
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
10 CC_WARN=$CC
9 11
10 12
11 # checking echo's "-n" option and "\c" capabilties 13 # checking echo's "-n" option and "\c" capabilties
12 14
13 if echo "test\c" | grep c >/dev/null; then 15 if echo "test\c" | grep c >/dev/null; then