Software /
code /
prosody
Comparison
configure @ 5431:19d537b5aacc
Merge 0.9->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 05 Apr 2013 10:05:18 +0100 |
parent | 5422:396072d62695 |
child | 5641:92ffddd02c96 |
child | 5933:56b1f151f4a3 |
comparison
equal
deleted
inserted
replaced
5420:706053e3f9f5 | 5431:19d537b5aacc |
---|---|
39 Default is \$PREFIX/var/lib/prosody | 39 Default is \$PREFIX/var/lib/prosody |
40 --lua-suffix=SUFFIX Versioning suffix to use in Lua filenames. | 40 --lua-suffix=SUFFIX Versioning suffix to use in Lua filenames. |
41 Default is "$LUA_SUFFIX" (lua$LUA_SUFFIX...) | 41 Default is "$LUA_SUFFIX" (lua$LUA_SUFFIX...) |
42 --with-lua=PREFIX Use Lua from given prefix. | 42 --with-lua=PREFIX Use Lua from given prefix. |
43 Default is $LUA_DIR | 43 Default is $LUA_DIR |
44 --runwith=BINARY What Lua binary to set as runtime environment. | |
45 Default is $RUNWITH | |
44 --with-lua-include=DIR You can also specify Lua's includes dir. | 46 --with-lua-include=DIR You can also specify Lua's includes dir. |
45 Default is \$LUA_DIR/include | 47 Default is \$LUA_DIR/include |
46 --with-lua-lib=DIR You can also specify Lua's libraries dir. | 48 --with-lua-lib=DIR You can also specify Lua's libraries dir. |
47 Default is \$LUA_DIR/lib | 49 Default is \$LUA_DIR/lib |
48 --with-idn=LIB The name of the IDN library to link with. | 50 --with-idn=LIB The name of the IDN library to link with. |
49 Default is $IDN_LIB | 51 Default is $IDN_LIB |
50 --idn-library=(idn|icu) Select library to use for IDNA functionality. | 52 --idn-library=(idn|icu) Select library to use for IDNA functionality. |
51 idn: use GNU libidn (default) | 53 idn: use GNU libidn (default) |
52 icu: use ICU from IBM | 54 icu: use ICU from IBM |
53 --with-ssl=LIB The name of the SSL to link with. | 55 --with-ssl=LIB The name of the SSL to link with. |
54 Default is $OPENSSL_LIB | 56 Default is $OPENSSL_LIB |
55 --cflags=FLAGS Flags to pass to the compiler | 57 --cflags=FLAGS Flags to pass to the compiler |
56 Default is $CFLAGS | 58 Default is $CFLAGS |
57 --ldflags=FLAGS Flags to pass to the linker | 59 --ldflags=FLAGS Flags to pass to the linker |