Openresty downstream bundle maintenance requests
agentzh
agentzh at gmail.com
Sat Sep 17 15:22:03 UTC 2011
On Sat, Sep 17, 2011 at 10:43 PM, Nginx User <nginx at nginxuser.net> wrote:
>>
>> These options should be happily accepted by the last 2nd option. If
>> not, please let me know :)
>
>
> They are matched by the last option of 'die "Invalid option $opt\n";' .
>
I've just confirmed that at least "--includedir=PATH" and
"--datadir=PATH" are accepted by ngx_openresty's configure script but
rejected by nginx's configure script:
~/work/nginx-1.0.6 $ ./configure --includedir=/tmp/blah
./configure: error: invalid option "--includedir=/tmp/blah"
~/work/nginx-1.0.6 $ ./configure --datadir=/tmp/blah
./configure: error: invalid option "--datadir=/tmp/blah"
Please note that the 'error: invalid option ".*"' messages
*different* from the one output by 'die "Invalid option $opt\n";'.
Regards,
-agentzh
More information about the nginx
mailing list