comparison auto/configure @ 248:e885208c518b

nginx-0.0.2-2004-02-03-00:19:52 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Feb 2004 21:19:52 +0000
parents 00cafae0bdf1
children b6793bc5034b
comparison
equal deleted inserted replaced
247:008276b9e061 248:e885208c518b
1 1
2 . auto/options 2 . auto/options
3 . auto/init 3 . auto/init
4 . auto/sources 4 . auto/sources
5 5
6 echo > $NGX_AUTO_CONFIG_H
7
6 . auto/os/conf 8 . auto/os/conf
9 . auto/modules
7 10
8 . auto/cc 11 . auto/cc
9 . auto/lib/conf 12 . auto/lib/conf
13
10 . auto/make 14 . auto/make
11 . auto/lib/make 15 . auto/lib/make
12
13 echo > $NGX_AUTO_CONFIG_H
14 16
15 if [ "$PLATFORM" != win32 ]; then 17 if [ "$PLATFORM" != win32 ]; then
16 . auto/unix 18 . auto/unix
17 fi 19 fi
18 20