view auto/configure @ 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 b6793bc5034b
children e6938ca7331a
line wrap: on
line source


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

test $OBJ || mkdir $OBJ
echo > $NGX_AUTO_CONFIG_H

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

. auto/os/conf
. auto/modules

. auto/cc
. auto/lib/conf

. auto/make
. auto/lib/make

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

. auto/summary