summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
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