nginx-quic/auto/configure

33 lines
397 B
Text
Raw Normal View History

2003-11-25 17:44:56 -03:00
. auto/options
. auto/init
. auto/sources
2003-11-21 03:30:49 -03:00
2004-02-10 13:23:38 -03:00
test -d $OBJS || mkdir $OBJS
2004-02-02 18:19:52 -03:00
echo > $NGX_AUTO_CONFIG_H
2004-02-09 04:46:43 -03:00
if [ "$PLATFORM" != win32 ]; then
. auto/headers
fi
2003-11-25 17:44:56 -03:00
. auto/os/conf
2004-02-02 18:19:52 -03:00
. auto/modules
2003-11-20 14:36:43 -03:00
2003-11-25 17:44:56 -03:00
. auto/cc
2003-12-14 17:10:27 -03:00
. auto/lib/conf
2004-02-02 18:19:52 -03:00
2004-02-23 17:57:12 -03:00
if [ "$PLATFORM" != win32 ]; then
. auto/threads
fi
2003-11-25 17:44:56 -03:00
. auto/make
. auto/lib/make
2003-11-20 14:36:43 -03:00
2003-11-25 17:44:56 -03:00
if [ "$PLATFORM" != win32 ]; then
. auto/unix
fi
2003-12-14 17:10:27 -03:00
2004-02-23 17:57:12 -03:00
#have NGX_SMP . auto/have
2003-12-14 17:10:27 -03:00
. auto/summary