Files
nginx/auto/configure

22 lines
227 B
Plaintext
Raw Normal View History

2003-11-25 20:44:56 +00:00
. auto/options
. auto/init
. auto/sources
2003-11-21 06:30:49 +00:00
2004-02-02 21:19:52 +00:00
echo > $NGX_AUTO_CONFIG_H
2003-11-25 20:44:56 +00:00
. auto/os/conf
2004-02-02 21:19:52 +00:00
. auto/modules
2003-11-20 17:36:43 +00:00
2003-11-25 20:44:56 +00:00
. auto/cc
2003-12-14 20:10:27 +00:00
. auto/lib/conf
2004-02-02 21:19:52 +00:00
2003-11-25 20:44:56 +00:00
. auto/make
. auto/lib/make
2003-11-20 17:36:43 +00:00
2003-11-25 20:44:56 +00:00
if [ "$PLATFORM" != win32 ]; then
. auto/unix
fi
2003-12-14 20:10:27 +00:00
. auto/summary