comparison auto/configure @ 253:b6793bc5034b

nginx-0.0.2-2004-02-09-10:46:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 07:46:43 +0000
parents e885208c518b
children e6938ca7331a
comparison
equal deleted inserted replaced
252:84b1c672ec5a 253:b6793bc5034b
1 1
2 . auto/options 2 . auto/options
3 . auto/init 3 . auto/init
4 . auto/sources 4 . auto/sources
5 5
6 test $OBJ || mkdir $OBJ
6 echo > $NGX_AUTO_CONFIG_H 7 echo > $NGX_AUTO_CONFIG_H
8
9 if [ "$PLATFORM" != win32 ]; then
10 . auto/headers
11 fi
7 12
8 . auto/os/conf 13 . auto/os/conf
9 . auto/modules 14 . auto/modules
10 15
11 . auto/cc 16 . auto/cc