comparison auto/configure @ 946:756e8a5b1f78

early C compiler test
author Igor Sysoev <igor@sysoev.ru>
date Sat, 23 Dec 2006 20:31:14 +0000
parents 3a126fca07fc
children e958b3cab51a
comparison
equal deleted inserted replaced
945:3a126fca07fc 946:756e8a5b1f78
33 33
34 NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE"; 34 NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE";
35 35
36 else 36 else
37 echo "building for $NGX_PLATFORM" 37 echo "building for $NGX_PLATFORM"
38 NGX_SYSTEM=$NGX_PLATFORM
38 fi 39 fi
39 40
41 . auto/cc/conf
40 42
41 if [ "$NGX_PLATFORM" != win32 ]; then 43 if [ "$NGX_PLATFORM" != win32 ]; then
42 . auto/headers 44 . auto/headers
43 fi 45 fi
44 46
45 . auto/cc/conf
46 . auto/os/conf 47 . auto/os/conf
47 48
48 if [ "$NGX_PLATFORM" != win32 ]; then 49 if [ "$NGX_PLATFORM" != win32 ]; then
49 . auto/os/features 50 . auto/os/features
50 . auto/threads 51 . auto/threads