nginx/auto/configure

42 lines
550 B
Plaintext
Raw Normal View History

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