nginx/auto/configure

34 lines
407 B
Plaintext
Raw Normal View History

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