view auto/configure @ 273:34329e143004

nginx-0.0.2-2004-03-01-19:45:48 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Mar 2004 16:45:48 +0000
parents 5238e93961a1
children b836469c37c3
line wrap: on
line source


. auto/options
. auto/init
. auto/sources

test -d $OBJS || mkdir $OBJS
echo > $NGX_AUTO_CONFIG_H

if [ "$PLATFORM" != win32 ]; then
    . auto/headers
fi

. auto/os/conf
. auto/modules

. auto/cc
. auto/lib/conf

if [ "$PLATFORM" != win32 ]; then
    . auto/threads
fi

. auto/make
. auto/lib/make

if [ "$PLATFORM" != win32 ]; then
    . auto/unix
fi

#have NGX_SMP . auto/have

. auto/summary