Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-03 00:19:52 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-03 00:19:52 +0300
commita4b16df728abe1e989a8311e901ba5d9ae30328e (patch)
tree35d3d0ba37e1c285421688846c2954aa297a642c /auto/configure
parent328af6e8cd26f274bf385cfff3c888725746ea4f (diff)
nginx-0.0.2-2004-02-03-00:19:52 import
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/auto/configure b/auto/configure
index 6d3fc5266..4287a4e8e 100755
--- a/auto/configure
+++ b/auto/configure
@@ -3,15 +3,17 @@
. auto/init
. auto/sources
+echo > $NGX_AUTO_CONFIG_H
+
. auto/os/conf
+. auto/modules
. auto/cc
. auto/lib/conf
+
. auto/make
. auto/lib/make
-echo > $NGX_AUTO_CONFIG_H
-
if [ "$PLATFORM" != win32 ]; then
. auto/unix
fi