comparison auto/options @ 386:1878e9c00f22 NGINX_0_6_37

nginx 0.6.37 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.6.36.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents 09b703ae3ba5
children
comparison
equal deleted inserted replaced
385:842321c9fc84 386:1878e9c00f22
117 117
118 NGX_GOOGLE_PERFTOOLS=NO 118 NGX_GOOGLE_PERFTOOLS=NO
119 119
120 NGX_CPU_CACHE_LINE= 120 NGX_CPU_CACHE_LINE=
121 121
122 opt=
122 123
123 for option 124 for option
124 do 125 do
126 opt="$opt `echo $option | sed -e \"s/\(--[^=]*=\)\(.* .*\)/\1'\2'/\"`"
127
125 case "$option" in 128 case "$option" in
126 -*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;; 129 -*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
127 *) value="" ;; 130 *) value="" ;;
128 esac 131 esac
129 132
246 ;; 249 ;;
247 esac 250 esac
248 done 251 done
249 252
250 253
254 NGX_CONFIGURE="$opt"
255
256
251 if [ $help = yes ]; then 257 if [ $help = yes ]; then
252 258
253 cat << END 259 cat << END
254 260
255 --help this message 261 --help this message