comparison auto/configure @ 2866:1804da35f853 stable-0.6

r2756 merge: add quotes for configure options with spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 16:17:51 +0000
parents e958b3cab51a
children
comparison
equal deleted inserted replaced
2865:e8f271979e0a 2866:1804da35f853
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (C) Igor Sysoev 3 # Copyright (C) Igor Sysoev
4 4
5
6 NGX_CONFIGURE=`echo $@ | sed 's/"/\\\\"/g'`
7 5
8 . auto/options 6 . auto/options
9 . auto/init 7 . auto/init
10 . auto/sources 8 . auto/sources
11 9